summaryrefslogtreecommitdiff
path: root/Source/cmakemain.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMAKE_ROLE: Fix value in --build for Visual Studio generatorsKyle Edwards2019-02-261-1/+1
* MessageCallback: Remove unused bool& argumentRegina Pfeifer2019-01-291-13/+10
* Use `std::function` for callbacksRegina Pfeifer2019-01-291-17/+29
* cmake: Add options for verbose output to --build modeFlorian Maushart2019-01-281-1/+8
* Merge topic 'cmake_build_jobs_supports_no_space'Brad King2019-01-231-19/+36
|\
| * cmake: --build supports '-jN'Robert Maynard2019-01-221-19/+36
* | Merge topic 'help-mark-default-generator'Brad King2019-01-221-4/+2
|\ \ | |/ |/|
| * cmake: Return generator docs directlyArtur Ryt2019-01-181-4/+2
* | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-6/+6
|/
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-5/+17
* cmake: Stop processing if -P option lacks file nameCraig Scott2019-01-141-5/+5
* cmake: -S and -B can be used to specify source and build directoriesRobert Maynard2018-09-151-1/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-30/+37
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-1/+49
* Extend libuv file translate mode workaround to all executablesBrad King2018-01-231-16/+1
* cmake: Add --open option for IDE generatorsGregor Jasny2017-10-131-0/+43
* Merge topic 'string-clear'Brad King2017-09-191-2/+2
|\
| * Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-2/+2
* | bootstrap: Make libuv available during bootstrapBrad King2017-09-171-3/+4
|/
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-8/+6
* 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