#
7bb12665 |
| 11-Oct-2024 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[UCRT] Add CMake files
|
#
995e4c82 |
| 15-Dec-2024 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[WIDL] Properly pass architecture flag instead of modifying the code
This reverts commit 73c776c744f26b294a5e6bc7e1fc11b374b05c17 "[WIDL] Fix non-x86 builds".
|
#
53f498c9 |
| 16-Nov-2024 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[SDK][PSEH] Improve PSEH a bit
Add PSEH include dir globally, include pseh2.h from excpt.h and add compatibility macros to reduce hacks in 3rd-perty code.
|
Revision tags: 0.4.16-dev, 0.4.15 |
|
#
dc0433f0 |
| 26-May-2024 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[SDK] Add some missing headers
|
#
84344399 |
| 11-May-2024 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[VCRUNTIME] Move compiler runtime headers into their own folder
These headers come with the MS compiler. Some of them are standard, like emmintrin.h, others are MS specific like crtdefs.h This separ
[VCRUNTIME] Move compiler runtime headers into their own folder
These headers come with the MS compiler. Some of them are standard, like emmintrin.h, others are MS specific like crtdefs.h This separation will allow using MS CRT headers. Eventually it can allow compiling with the compilers' runtime headers.
show more ...
|
#
69078317 |
| 19-Oct-2024 |
Justin Miller <justin.miller@reactos.org> |
[SDK][WIN32SS] Make Them Build
|
#
9cc4d899 |
| 28-Oct-2023 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[CMAKE] Use baseaddress64.cmake for all 64 bit builds
- Rename baseaddress_msvc_x64.cmake to baseaddress64.cmake - Include it for all compilers and 64 bit architectures
|
#
3c2bfb57 |
| 05-Aug-2023 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[CMAKE] Add DLL_EXPORT_VERSION config option
Set this to e.g. 0x600 to build with Vista exports
|
#
a09d5bae |
| 24-Oct-2022 |
Mark Jansen <mark.jansen@reactos.org> |
[LOG2LINES] Compile the tool for MSVC builds
|
#
61cc62d1 |
| 20-Jun-2022 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[ASMPP] Implement asm preprocessor
This converts ML style assembly to GAS compatible syntax
|
#
b6d7571e |
| 25-Jun-2022 |
Hervé Poussineau <hpoussin@reactos.org> |
[CMAKE] Set KDBG define only where required (fastfat, win32k, ntoskrnl)
|
#
9e193524 |
| 25-Jun-2022 |
Hervé Poussineau <hpoussin@reactos.org> |
[CMAKE] Set _WINKD_ define only where required (kernel and setuplib)
|
#
a5a6101c |
| 26-May-2022 |
Victor Perevertkin <victor.perevertkin@reactos.org> |
[CMAKE] Fix buildbot builders
|
#
447ef2aa |
| 25-May-2022 |
Victor Perevertkin <victor.perevertkin@reactos.org> |
[CMAKE] Do not use USE_CLANG_CL variable in CMake scripts
|
#
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 |
|
#
2204695f |
| 13-Dec-2021 |
Justin Miller <justinmiller100@gmail.com> |
[SDK] Fix some arm64 stuff that was discovered during testing
Addendum to 6dfc13e4. CORE-17518
|
#
f1132155 |
| 13-Mar-2022 |
Mark Jansen <mark.jansen@reactos.org> |
[SDK][CRT] Add _CRT_NON_CONFORMING_SWPRINTFS support
This allows us to easier port wine changes, where swprintf with a size is used a lot
|
#
8ca4b0f2 |
| 26-Oct-2021 |
Victor Perevertkin <victor.perevertkin@reactos.org> |
[CMAKE] Remove __inline substitutions
All supported compilers can do C99 now, this is not needed anymore.
|
#
be223b9d |
| 22-Oct-2021 |
Justin Miller <justinmiller100@gmail.com> |
[SDK] Allow ARM64 MSVC to complete configuration (#4045)
- Add some of the missing CMake adjustments to continue the configure and compile process with ARM64 MSVC
- Created quick stubs for the func
[SDK] Allow ARM64 MSVC to complete configuration (#4045)
- Add some of the missing CMake adjustments to continue the configure and compile process with ARM64 MSVC
- Created quick stubs for the functions in SDK needed to finish the configuration process
- Put in an ARM64 option for spec2def
CORE-17518 CORE-17615
show more ...
|
#
e4feaa1a |
| 24-May-2021 |
Serge Gautherie <reactos-git_serge_171003@gautherie.fr> |
[CMAKE] CMakeLists.txt: Add arm64 to ARCH allowed values
CORE-17518
|
Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release |
|
#
7e43c261 |
| 23-May-2019 |
Serge Gautherie <reactos-git_serge_171003@gautherie.fr> |
[CMAKE] CMakeLists.txt: Fix 'omap-zoom2' typo
Addendum to fae2044 (r51783). CORE-17604
|
#
2dcc40fb |
| 24-May-2021 |
Serge Gautherie <reactos-git_serge_171003@gautherie.fr> |
[CMAKE] CMakeLists.txt: Remove NO_UNDERSCORE_PREFIX leftovers
And switch to add_compile_definitions().
Addendum to 9efafd6.
|
#
18e95f5a |
| 03-Apr-2021 |
Mark Jansen <mark.jansen@reactos.org> |
[CMAKE] Store and re-use M4 and BISON_PKGDATADIR env variables
ROSBE-174
|
#
b62f0d0f |
| 08-Sep-2020 |
Serge Gautherie <reactos-git_serge_171003@gautherie.fr> |
[CMAKE] CMakeLists.txt: Print CMAKE_CONFIGURATION_TYPES
Follow-up to d10728a.
|
#
4ae4590b |
| 29-Apr-2021 |
Jérôme Gardou <jerome.gardou@reactos.org> |
[CMAKE] Do not define _M_AMD64 when using amd64 clang-cl
|