summaryrefslogtreecommitdiff
path: root/Source/cmakemain.cxx
Commit message (Expand)AuthorAgeFilesLines
* use static_cast<> for casts from void*Rolf Eike Beer2017-09-011-1/+1
* Merge topic 'fix-find-package-mode'Brad King2017-08-301-1/+1
|\
| * cmake: Fix --find-package mode with imported targetsBrad King2017-08-291-1/+1
* | Merge topic 'cstyle-casts'Daniel Pfeifer2017-08-301-5/+5
|\ \
| * | Replace C-style castsDaniel Pfeifer2017-08-271-5/+5
* | | IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-2/+1
|/ /
* | Use C++11 nullptrDaniel Pfeifer2017-08-241-13/+12
* | Make libuv available to all parts of CMakeBrad King2017-08-081-11/+6
|/
* cmake: Fix default file translate mode when using libuvBrad King2017-06-141-0/+16
* cmakemain: use script role for -PDaniel Pfeifer2017-05-111-1/+3
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-4/+4
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-4/+4
* fix include order of windows.hDaniel Pfeifer2017-03-141-7/+6
* Windows: Use UTF-8 for pipes in CMake, CTest and CPackDāvis Mosāns2016-11-301-0/+2
* VS: Teach `cmake --build` to reconfigure if needed before buildingYves Frederix2016-11-171-0/+2
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+1
* Enable Unicode output to Windows consolesDāvis Mosāns2016-10-261-0/+8
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-3/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-4/+9
* cmake: Add trivial usage of libuvBrad King2016-08-311-0/+7
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-4/+5
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-171-2/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-12/+13
* cmake: Add an option to control what files needs to be tracedAlex Turbov2016-06-171-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-209/+139
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-5/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+4
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-7/+7
* Drop Visual Studio 6 generatorBrad King2016-03-091-7/+0
* cmake: Teach --build to reject multiple --target optionsSebastian Schuberth2016-02-051-1/+13
* cmake: add --trace-expand optionBen Boeckel2015-07-231-0/+1
* cmake: Fix --build <relative-dir> for VS generators (#15609)Brad King2015-06-111-1/+1
* cmake: Replace CurrentLocalGenerator concept with CurrentMakefile.Stephen Kelly2015-06-041-6/+1
* cmMakefile: Rename method to something more appropriate.Stephen Kelly2015-05-191-1/+1
* cmState: Compute and store directory components.Stephen Kelly2015-05-161-0/+6
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-1/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-1/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-8/+5
* Port to cmState.Stephen Kelly2015-04-131-5/+6
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-10/+16
* Revert topic 'refactor-cache-api'Brad King2015-04-071-16/+10
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-10/+16
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* Merge branch 'backport-no-global-setlocale' into no-global-setlocaleBrad King2015-02-061-2/+0
|\
| * Do not call setlocale() globally in CMake applications (#15377)Brad King2015-02-061-2/+0
* | Merge topic 'consistent-empty-method'Brad King2015-01-191-1/+1
|\ \
| * | Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
| |/
* | cmakemain: Initialize vector content with iterators directly.Stephen Kelly2015-01-181-5/+1
* | cmakemain: Use member insert in command line handling code.Stephen Kelly2015-01-181-4/+2
|/