summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake: Fix generator platform under --build modeBrad King2018-09-251-0/+8
* cmake: Factor json version object construction into helperBrad King2018-09-211-4/+9
* Merge topic 'provide_explicit_source_and_build_command_line_options'Brad King2018-09-191-13/+44
|\
| * cmake: -S and -B can be used to specify source and build directoriesRobert Maynard2018-09-151-13/+44
* | cmState::GetInitializedCacheValue: Return as const std::string*Vitaly Stakhovsky2018-09-101-26/+28
|/
* cmake: Drop unnecessary working mode checksBrad King2018-08-291-13/+6
* Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-37/+37
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-2/+4
* Merge topic 'glob_configure_depends'Brad King2018-04-061-28/+68
|\
| * Add glob verify support to XCode, VS, Ninja, and Makefile generatorsShane Parris2018-04-021-28/+40
| * Add cmGlobVerificationManager class, integrate with cmake and cmStateShane Parris2018-03-291-0/+28
* | Drop Visual Studio 8 2005 generatorBrad King2018-04-021-5/+2
|/
* cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-081-1/+10
* cmake: Fix global generator path style in --build modeBrad King2018-02-211-4/+4
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-19/+18
* Merge topic 'reduce-temporaries'Brad King2018-01-291-10/+8
|\
| * Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-10/+8
* | Merge topic 'ctest-chrono'Brad King2018-01-261-2/+3
|\ \ | |/ |/|
| * Make use of std::chrono throughout every componentWouter Klouwen2018-01-231-2/+3
* | Generators: adjust error message for the removed KDevelop3 generatorAlex Neundorf2018-01-241-1/+6
* | Generators: remove KDevelop3 generatorAlex Neundorf2018-01-241-15/+0
|/
* Merge topic 'cache-truncate-newlines'Brad King2018-01-191-1/+1
|\
| * cmCacheManager: Truncate values containing newlinesKyle Edwards2018-01-151-1/+1
* | CUDA: Add cu as default source file extensionRobert Maynard2018-01-081-0/+1
|/
* Performance: Improve efficiency of source file lookup in cmMakefileAaron Orenstein2017-11-171-0/+25
* Merge topic 'cm-array-begins-size'Brad King2017-10-261-10/+11
|\
| * Replace cmArray{Begin,End,Size} by their standard counterpartsMatthias Maennich2017-10-231-10/+11
* | Add infrastructure for generators to select a build tool instanceBrad King2017-10-191-0/+27
|/
* cmake: Add --open option for IDE generatorsGregor Jasny2017-10-131-0/+43
* try_compile: Simplify generator platform and toolset propagationBrad King2017-09-271-6/+3
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-24/+23
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-91/+63
* Use C++11 nullptrDaniel Pfeifer2017-08-241-8/+8
* Use C++11 unordered containersDaniel Pfeifer2017-08-221-2/+2
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-3/+3
* cmake: register fake project commands in -P modeDaniel Pfeifer2017-05-081-0/+2
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-4/+11
* Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-4/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-4/+4
* Add self-sufficient wrapper for <sys/stat.h>Daniel Pfeifer2017-03-241-4/+1
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-15/+15
* cmCommands: add commands directly to cmStateDaniel Pfeifer2017-02-131-12/+2
* split Default commands into Scripting and ProjectDaniel Pfeifer2017-02-131-3/+13
* VS: Use Visual Studio Installer to locate VS 2017Iyyappa Murugandi2016-12-161-12/+18
* Merge branch 'vs15-rename-generator' into vs15-rename-generator-for-masterBrad King2016-11-291-1/+1
|\
| * VS: Rename VS 15 generator to 'Visual Studio 15 2017'Roman Wüger2016-11-291-1/+1
* | VS: Teach `cmake --build` to reconfigure if needed before buildingYves Frederix2016-11-171-10/+54
* | Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-2/+3