[BROWSEUI] SHExplorerParseCmdLine: Fix parsing of /root (#6752)
[reactos.git] / CMakeLists.txt
2023-11-10 Timo Kreuzer[CMAKE] Use baseaddress64.cmake for all 64 bit builds
2023-08-11 Timo Kreuzer[CMAKE] Add DLL_EXPORT_VERSION config option
2022-12-29 Mark Jansen[LOG2LINES] Compile the tool for MSVC builds 4809/head
2022-12-01 Timo Kreuzer[ASMPP] Implement asm preprocessor
2022-09-10 Hervé Poussineau[CMAKE] Set KDBG define only where required (fastfat...
2022-09-10 Hervé Poussineau[CMAKE] Set _WINKD_ define only where required (kernel...
2022-05-26 Victor Perevertkin[CMAKE] Fix buildbot builders
2022-05-26 Victor Perevertkin[CMAKE] Do not use USE_CLANG_CL variable in CMake scripts 3612/head
2022-05-26 Victor Perevertkin[CMAKE] Elimitate the use of GCC and CLANG variables
2022-04-07 Justin Miller[SDK] Fix some arm64 stuff that was discovered during... 4402/head
2022-03-20 Mark Jansen[SDK][CRT] Add _CRT_NON_CONFORMING_SWPRINTFS support
2021-10-26 Victor Perevertkin[CMAKE] Remove __inline substitutions 4076/head
2021-10-22 Justin Miller[SDK] Allow ARM64 MSVC to complete configuration (...
2021-10-11 Serge Gautherie[CMAKE] CMakeLists.txt: Add arm64 to ARCH allowed values
2021-06-02 Serge Gautherie[CMAKE] CMakeLists.txt: Fix 'omap-zoom2' typo
2021-06-02 Serge Gautherie[CMAKE] CMakeLists.txt: Remove NO_UNDERSCORE_PREFIX...
2021-05-22 Mark Jansen[CMAKE] Store and re-use M4 and BISON_PKGDATADIR env... 3579/head
2021-05-06 Serge Gautherie[CMAKE] CMakeLists.txt: Print CMAKE_CONFIGURATION_TYPES
2021-05-03 Jérôme Gardou[CMAKE] Do not define _M_AMD64 when using amd64 clang-cl
2021-04-15 Victor Perevertkin[CMAKE] Rely less on CMAKE_BUILD_TYPE variable 3604/head
2021-04-15 Victor Perevertkin[CMAKE] Require ARCH variable to be specified explicitly
2021-04-15 Victor Perevertkin[CMAKE] Unify configs for architectures
2021-03-03 Jérôme Gardou[CMAKE] Define _SBCS when using VS generator
2021-03-03 Jérôme Gardou[CMAKE] Disable policy CMP0091 and set /MT flag explici...
2021-03-03 Jérôme Gardou[CMAKE] Preprocess the ASM files but let msbuild handle...
2021-03-03 Jérôme Gardou[CMAKE] Use ASM_MASM language when building with MSVC...
2021-01-28 Victor Perevertkin[CMAKE] Generate Flex and Bison files at build time
2020-12-01 Hervé Poussineau[CMAKE] Our C code base is C99, so mark it as such.
2020-12-01 Hervé Poussineau[CMAKE] Declare that we want to use C11/C++11
2020-11-16 Jérôme Gardou[CMAKE] Fix use of CLang
2020-11-09 Jérôme Gardou|CMAKE] Use RULE_LAUNCH_COMPILE property to handle...
2020-11-07 Timo Kreuzer[CMAKE] Add architecture to our build string
2020-10-24 Serge Gautherie[CMAKE] MSVC RUNTIME_CHECKS is a 'Debug'-only feature
2020-10-22 Jérôme Gardou[CMAKE] Introduce the REACTOS_MODULE_TYPE target property
2020-10-22 Jérôme Gardou|CMAKE] Use ExternalProject for host-tools build
2020-10-20 Jérôme Gardou[CMAKE] Get rid of add_compile_flags
2020-10-20 Jérôme Gardou[CMAKE] Use -ffile-prefix-map for GCC builds
2020-10-20 Jérôme Gardou[CMAKE] Get rid of the set_cpp macro
2020-10-20 Jérôme Gardou[CMAKE] CMakeParseArguments is not needed anymore,...
2020-09-20 Timo Kreuzer[CMAKE] Add baseaddress_msvc_x64.cmake
2020-09-06 Joachim Henze[CMAKE] Fix regressions CORE-17243 & CORE-17246
2020-09-02 Jérôme Gardou[CMAKE] Overhaul creation from CD
2020-06-20 Thomas Faber[CMAKE] Remove work-arounds for old CMake versions... 2901/head
2020-06-20 Thomas Faber[CMAKE] Use CMake 3.17 default policies. CORE-17109
2020-06-20 Thomas Faber[CMAKE] Bump minimum to 3.17, no longer require -ReactO...
2020-06-20 Thomas Faber[CMAKE] Use NEW policy for CMP0058. CORE-17109
2020-06-06 Amine Khaldi[CMAKE] Implement PCH builds with target_precompile_hea... 2764/head
2020-05-26 Serge Gautherie[FORMATTING] [CMAKE] Remove space in 'if (' (#2847)
2020-04-27 Victor Perevertkin[CMAKE] Fix build with CMake 3.17.1-ReactOS (RosBE...
2020-04-17 Mark Jansen[SDK][HOST-TOOLS] Add load_config workaround for gcc... 2542/head
2020-03-30 Jérôme Gardou[CMAKE] Fix symbol directory for non-MSVC builds
2020-03-06 Dmitry Borisov[FREELDR] Add ARC-emulation support for NEC PC-98 series
2020-01-14 Stanislav Motylkov[CMAKE] Add proper global definition for Xbox port...
2019-11-15 Jérôme Gardou[CMAKE] Fix host tools build on x86-64 mingw
2019-08-17 Serge Gautherie[CMAKE] KDBG and _WINKD_ do not need a value
2019-08-17 Andrew CookRework host tools
2019-07-20 Timo Kreuzer[CMAKE] Globally enable secure CRT functions
2019-06-24 Timo Kreuzer[STDUNK][PORTCLS][CMIDriver] Fix issue with operator...
2019-04-27 Andrew Cook[CMAKE] Use new policies for CMP0005 and CMP0018 (...
2019-04-06 Jérôme Gardou[CMAKE] Use modules instead of shared libraries
2019-02-03 Andrew CookMerge pull request #1335 from ariscop/CMP0065
2019-02-01 Thomas Faber[CMAKE] Define some AMD64 symbols for host tools that...
2019-01-29 Amine Khaldi[WIDL] Sync with Wine Staging 4.0. CORE-15682
2018-12-11 Timo Kreuzer[CMAKE] Fix problem with __RELFILE__ not working when...
2018-12-11 Timo KreuzerRevert "[CMAKE] Use configured include files to define...
2018-10-26 Jérôme Gardou[CMAKE] Use configured include files to define the...
2018-08-21 Serge Gautherie[CMAKE] MSVC_IDE: Enable 'unset(CMAKE_IMPORT_LIBRARY_SU... 572/head
2018-08-19 Andrew CookCORE-14513 [CMAKE] Remove modules that are shipped...
2018-08-17 Serge Gautherie[REACTOS] Warn if not using RosBE custom CMake
2018-06-30 Timo Kreuzer[CMAKE] Zap builddir.h.cmake and instead define macros...
2018-06-14 Thomas FaberSet minimum required version to 3.2.1 and set appropria... 556/head
2018-03-30 Thomas Faber[CMAKE] Disallow use of LOCATION. CORE-14509 449/head
2018-03-30 Thomas Faber[CMAKE] Remove some anachronisms.
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-11-23 Amine Khaldi[CLANG-CL] Initial commit that allows us to compile...
2017-10-08 Timo Kreuzer[NDK] Improve NDK tests for KTHREAD and add them to...
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work
2014-12-14 Hermès Bélusca-MaïtoPartial merge of condrv_restructure branch r65657.
2014-12-14 Hermès Bélusca-MaïtoSync with trunk r65656.
2014-12-05 Hermès Bélusca-MaïtoFix merge r65567.
2014-12-05 Hermès Bélusca-MaïtoSync to trunk r65566.
2014-11-26 Amine Khaldi* The Shell.. for a long time we dreamed of having...
2014-11-25 Amine Khaldi* Sync up to trunk head (r65481).
2014-11-17 Amine Khaldi* Sync up to trunk head (r65426).
2014-11-13 Amine Khaldi* Sync up to trunk head (r65394).
2014-11-10 Amine Khaldi* Sync up to trunk head (r65353).
2014-11-05 Amine Khaldi* Sync up to trunk head (r65270).
2014-10-31 Amine Khaldi* Sync up to trunk head (r65147).
2014-10-30 Amine Khaldi* Sync up to trunk head (r65120).
2014-10-29 Amine Khaldi* Sync up to trunk head (r65095).
2014-10-28 Amine Khaldi* Sync up to trunk head (r65074).
2014-10-24 Amine Khaldi* Sync up to trunk head (r64959).
2014-10-23 Amine Khaldi* Sync up to trunk head (r64939).
2014-10-22 Amine Khaldi* Sync up to trunk head (r64894).
2014-10-19 Amine Khaldi* Sync up to trunk head (r64829).
2014-10-13 Amine Khaldi* Sync up to trunk head (r64716).
2014-10-03 David QuintanaSync with trunk r64509.
2014-09-29 David Quintana* Sync with trunk r64401.
next