summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | | cmake: Convert no source/build dir error to warningCraig Scott2019-01-221-2/+5
|/ /
* | Merge topic 'help-mark-default-generator'Brad King2019-01-221-7/+38
|\ \
| * | Help: Mark default CMake generator with asteriskArtur Ryt2019-01-181-4/+22
| * | cmake: Return generator docs directlyArtur Ryt2019-01-181-3/+16
* | | Merge topic 'stdout-string'Brad King2019-01-221-8/+8
|\ \ \
| * | | cmSystemTools: Stdout(),Stderr() accept std::string argumentVitaly Stakhovsky2019-01-201-8/+8
| |/ /
* | | Merge topic 'cmake-gui-generator-platform'Brad King2019-01-221-4/+12
|\ \ \
| * | | Add global generator factory method to get default platform nameBrad King2019-01-181-0/+1
| * | | Add global generator factory method to get list of known platformsBrad King2019-01-181-0/+1
| * | | Split global generator factory list with and without platformsBrad King2019-01-181-4/+10
| |/ /
* | | Merge topic 'read-list-file'Brad King2019-01-211-2/+2
|\ \ \
| * | | cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-171-2/+2
| |/ /
* | | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-20/+20
|/ /
* | Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-2/+4
|/
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* Merge topic 'vs2019'Brad King2019-01-151-4/+8
|\
| * VS: Add Visual Studio 16 2019 generatorBrad King2019-01-111-1/+5
| * VS: Rename VS 2017 generator sources to be version-independentBrad King2019-01-111-2/+3
| * VS: Parameterize cmVSSetupAPIHelper instances with VS versionBrad King2019-01-111-2/+1
* | Merge topic 'cmake-option-parsing'Brad King2019-01-141-9/+16
|\ \ | |/ |/|
| * cmake: Ensure source and binary dirs are setCraig Scott2019-01-131-9/+16
| * cmake: distinguish '-Cpath' from '-C path' in source dir parsingPaul Seyfert2019-01-101-0/+15
* | cmake: Drop unused table entry for selecting default generatorBrad King2019-01-091-1/+0
* | Merge topic 'messenger-no-cmstate-v2'Craig Scott2019-01-021-1/+30
|\ \
| * | cmMessenger: Decouple from cmStateBruno Manganelli2019-01-011-1/+30
* | | fileapi: Add protocol v1 infrastructure with support for shared query filesBrad King2018-12-121-0/+10
|/ /
* | clang-tidy: fix warnings from version 7Regina Pfeifer2018-11-201-1/+1
* | Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-1/+1
* | Merge topic 'graphviz-fix-alias'Brad King2018-10-291-1/+1
|\ \
| * | graphviz: dereference ALIAS targetsNick Schultz2018-10-261-1/+1
| |/
* | cmake: distinguish '-Cpath' from '-C path' in source dir parsingPaul Seyfert2018-10-261-0/+15
|/
* 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
|\ \ | |/ |/|