summaryrefslogtreecommitdiff
path: root/Source/cmConfigure.cmake.h.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Add ELF file parsingBrad King2008-02-271-0/+1
* ENH: remove CMAKE_PREFIX so changing it does not rebuild allBill Hoffman2008-02-181-1/+0
* ENH: added CMAKE_STRICT option for var and property checkingKen Martin2007-10-161-0/+1
* STYLE: fix some kwstyle errorsBill Hoffman2007-07-271-0/+16
* ENH: add rc to version stuffBill Hoffman2006-11-281-1/+1
* ENH: Propagate cmake variables to macros in CAndy Cedilnik2006-03-171-0/+2
* BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_S...Brad King2006-03-161-5/+0
* ENH: use cmake variables for cmDynamicLoader to figure out library prefix and...Bill Hoffman2004-02-161-0/+5
* ENH: Added optional configuration of data/doc/man dirs. This will be useful ...Brad King2003-07-211-0/+2
* ENH: Centralized setting of CMake version number to top-level CMake listfile.Brad King2003-02-131-2/+3
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream d...Brad King2002-06-191-0/+1