Revision tags: 0.4.16-dev, 0.4.15 |
|
#
6fd6e9c3 |
| 21-Aug-2024 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[COMPILER_APITEST] Add tests for float to int conversion
These tests come with a VS solution, because that is the only way to test against a known good system, as the required runtime functions (lik
[COMPILER_APITEST] Add tests for float to int conversion
These tests come with a VS solution, because that is the only way to test against a known good system, as the required runtime functions (like _ftol) are statically linked from the VS runtime library.
show more ...
|
#
f155b937 |
| 25-May-2022 |
Victor Perevertkin <victor.perevertkin@reactos.org> |
[CMAKE] Elimitate the use of GCC and CLANG variables
|
Revision tags: 0.4.14-release |
|
#
79bc62f2 |
| 09-Apr-2021 |
Jérôme Gardou <jerome.gardou@reactos.org> |
[COMPILER_APITEST] Disable SEH tests for GCC amd64 build
|
#
fe36f081 |
| 31-Oct-2020 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[COMPILER_APITEST] Add SEH tests from MS (#2435)
* [COMPILER_APITEST] Import MS EH/SEH tests
Taken from https://github.com/microsoft/compiler-tests
* [CRT] Add missing declaration of _longjmpe
[COMPILER_APITEST] Add SEH tests from MS (#2435)
* [COMPILER_APITEST] Import MS EH/SEH tests
Taken from https://github.com/microsoft/compiler-tests
* [CRT] Add missing declaration of _longjmpex
* [COMPILER_APITEST] Add cmake build files for MS SEH test
It is built as a static library
* [COMPILER_APITEST] Fix GCC build of MS SEH tests
There are a number of hacks in there now. Also the volatile hacks should be separated and sent upstream.
* [COMPILER_APITEST] Fix x64 build of MS SEH tests
* [COMPILER_APITEST] Fix clang build of MS SEH tests
* [COMPILER_APITEST] Include MS SEH tests
show more ...
|
Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release |
|
#
a713e63b |
| 10-Mar-2020 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[COMPILER_APITEST] Add new compiler_apitest, using pseh tests
|
#
69e80a1e |
| 09-Mar-2020 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[PSEH2_TEST] Move it to apitests
The folder name is compiler, because it is going to be part of a new compiler_apitest.
|