#
3c552528 |
| 19-Apr-2024 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[CRT_APITEST] Add test for rand_s
|
#
c8aba5a1 |
| 12-Jan-2024 |
Thomas Faber <thomas.faber@reactos.org> |
[CRT_APITEST] Add tests for _mbsncmp and _mbsstr. CORE-16933
|
#
f172503d |
| 05-Mar-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[MSVCRT][CRT_APITEST] Implement _wsystem (#5032)
Implement _wsystem(), by referring system().
Improve system().
Use WaitForSingleObject in system() and _wsystem().
Check existence of COMSPEC.
Th
[MSVCRT][CRT_APITEST] Implement _wsystem (#5032)
Implement _wsystem(), by referring system().
Improve system().
Use WaitForSingleObject in system() and _wsystem().
Check existence of COMSPEC.
Thanks ChatGPT.
show more ...
|
Revision tags: 0.4.14-release |
|
#
2943ea2c |
| 05-Aug-2021 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[CRT_APITEST] Add tests for ceil/floor
|
#
a82e46e5 |
| 14-Jul-2022 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[CRT_APITEST] Add tests for floating point control and status functions
|
#
8a671706 |
| 04-Aug-2021 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[CRT_APITEST] Implement tests for fabs/fabsf
|
#
a2e9dcf0 |
| 08-Sep-2021 |
Stanislav Motylkov <x86corez@gmail.com> |
[CRT_APITEST] Add tests for __i64tod/u64tod/i64tos/u64tos on ARM (#3866)
CORE-17713 CORE-17706 CORE-17604
|
#
5f548654 |
| 25-Jul-2021 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[CRT_APITEST] Add tests for data exports
|
#
99ba9846 |
| 26-Jul-2021 |
Roman Masanin <36927roma@gmail.com> |
[CRT_APITEST] Add tests for __dtoi64/dtou64/stoi64/stou64 on ARM (#3848)
CORE-17703 CORE-17604
|
#
759bdedc |
| 28-Jul-2021 |
Stanislav Motylkov <x86corez@gmail.com> |
[CRT_APITEST] Add tests for __rt_sdiv/udiv/sdiv64/udiv64 on ARM
Addendum to f2bc1f0e and f1e2c6cb.
CORE-17607 CORE-17614 CORE-17604
|
#
935280bf |
| 22-Oct-2020 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[CRT_APITEST] Add test for atexit
|
#
3cb0bdaa |
| 01-May-2020 |
Bișoc George <fraizeraust99@gmail.com> |
[CRT_APITEST] Implement wctomb() testcase (#2701)
|
#
07640a9a |
| 26-Apr-2020 |
Bișoc George <fraizeraust99@gmail.com> |
[CRT_APITEST] Add testcase for mbtowc() (#2652)
|
Revision tags: 0.4.15-dev, 0.4.14-RC |
|
#
7e069ccd |
| 16-Apr-2020 |
Victor Perevertkin <victor.perevertkin@reactos.org> |
[CMAKE] Replace custom functions to built-in ones add_target_compile_definitions -> target_compile_definitions add_target_compile_flags -> target_compile_options add_target_include_directories -> tar
[CMAKE] Replace custom functions to built-in ones add_target_compile_definitions -> target_compile_definitions add_target_compile_flags -> target_compile_options add_target_include_directories -> target_include_directories
show more ...
|
Revision tags: 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev |
|
#
23373acb |
| 20-Mar-2019 |
Jérôme Gardou <jerome.gardou@reactos.org> |
[CMAKE] Use modules instead of shared libraries
There is no need to compile our DLLs as shared libraries since we are managing symbols exports and imports through spec files.
On my system, this red
[CMAKE] Use modules instead of shared libraries
There is no need to compile our DLLs as shared libraries since we are managing symbols exports and imports through spec files.
On my system, this reduces the configure-time by a factor of two.
show more ...
|
Revision tags: 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC, 0.4.8-release, 0.4.8-RC, 0.4.9-dev, 0.4.7-release, v0.4.7, 0.4.8-dev, 0.4.7-rc1 |
|
#
c2c66aff |
| 03-Oct-2017 |
Colin Finck <colin@reactos.org> |
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
|