summaryrefslogtreecommitdiff
path: root/Source/cmConfigure.cmake.h.in
Commit message (Expand)AuthorAgeFilesLines
* Source: Adjust stack sizes and recursion limits to work togetherBrad King2023-03-131-1/+1
* Build: Move `KWSYS_ENCODING_DEFAULT_CODEPAGE` to the config headerAlex Turbov2022-09-221-0/+2
* Build: Move `STAT_HAS_ST_MTIM`, `STAT_HAS_ST_MTIMESPEC` to config fileAlex Turbov2022-09-221-0/+3
* Build: Move `CURL_CA_BUNDLE` and `CURL_CA_PATH` to config headerAlex Turbov2022-09-221-0/+3
* Build: Move `CMAKE_USE_WMAKE` definition to `cmConfigure.cmake.h.in`Alex Turbov2022-09-221-0/+1
* Source: Suppress some warnings on LCC 1.23.xmakise-homura2022-06-281-0/+4
* cmELF: Include the ELF parsing code unconditionallyAlex Richardson2021-06-241-1/+0
* cmXCOFF: Add helper to parse and edit the XCOFF binary formatBrad King2021-02-031-0/+1
* Rename CMAKE_USE_MACH_PARSER to CMake_USE_MACH_PARSERBrad King2021-02-031-1/+1
* Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSERBrad King2021-02-031-1/+1
* CMake GUI: Add "CMake Reference Manual" help itemKyle Edwards2020-09-301-0/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* STL Support: introduce dedicated configuration fileMarc Chevrier2020-07-091-1/+0
* cmConfigure.h: Tell windows.h not to define min/max macrosBrad King2019-08-201-0/+4
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-4/+0
* cmMakefile: Impose maximum recursion limitKyle Edwards2019-01-231-0/+1
* Simplify CM_FALLTHROUGH implementationBrad King2017-11-301-12/+1
* Use C++11 '= delete' instead of CM_EQ_DELETEBrad King2017-09-281-9/+2
* Drop unused CMake_HAVE_CXX_UNIQUE_PTR macroBrad King2017-09-281-1/+0
* Remove checks for auto_ptr that we no longer needBrad King2017-09-271-1/+0
* Drop now-unused definition of CM_OVERRIDEBrad King2017-09-151-7/+0
* cmConfigure: Add missing #Daniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-7/+0
* Use C++11 unordered containersDaniel Pfeifer2017-08-221-2/+0
* Make libuv available to all parts of CMakeBrad King2017-08-081-1/+0
* Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-031-0/+13
* cmConfigure: provide macros CM_EQ_DELETE and CM_DISABLE_COPYDaniel Pfeifer2017-04-221-0/+11
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* IWYU: use pragma exportDaniel Pfeifer2017-03-231-1/+1
* Encoding: Remove option to use ANSI code page internallyClinton Stimpson2016-11-021-1/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Add a feature check to test availability of auto_ptrDaniel Pfeifer2016-09-261-0/+1
* Check for availability of unique_ptr and make_unique when building CMakeBrad King2016-09-161-0/+2
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-1/+1
* libuv: Build the library within CMakeBrad King2016-08-311-0/+1
* cxx features: add check for nullptrDaniel Pfeifer2016-06-271-0/+7
* cxx features: add check for overrideDaniel Pfeifer2016-06-271-0/+7
* Use <unordered_set> where availableDaniel Pfeifer2016-06-271-0/+1
* Make C++ feature checks extensibleDaniel Pfeifer2016-06-271-1/+1
* cmConfigure.h: Establish as 'include first' fileDaniel Pfeifer2016-06-131-0/+17
* Add option to control 'bin' directory of CMake's own installation (#16076)Nicolas BUNEL2016-06-011-0/+1
* Use std::unordered_map instead of hash_map where available.Stephen Kelly2015-05-191-0/+1
* Remove some obsolete stuff.Stephen Kelly2015-01-111-4/+0
* Mach-O: Add Mach-O parser for OS X and iOS.Clinton Stimpson2014-12-221-0/+1
* Encoding: Provide option to configure CMake to use UTF-8 encoding.Clinton Stimpson2014-03-141-0/+1
* Refactor internal resource location APIs and initializationBrad King2013-11-121-2/+0
* Drop CMAKE_STRICT modeBrad King2013-10-151-1/+0
* Clean up install rules of CMake itself (#14371)Brad King2013-08-261-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Overhaul CMake version numberingBrad King2009-03-051-5/+0