summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake: Display error if generate step failsKyle Edwards2019-05-131-0/+5
* message(): Add support for log levelsAlex Turbov2019-04-281-0/+27
* cmake: Fix missed `return` statement when CLI errors foundAlex Turbov2019-03-311-2/+3
* Merge topic 'ghs-linux'Brad King2019-03-221-2/+7
|\
| * GHS: Add support for GHS Multi Generator in LinuxNaren Manimohan2019-03-211-2/+7
* | cmake: Use scopes to limit temporary object lifetimeSebastian Holtermann2019-03-181-14/+16
* | Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::CompareSebastian Holtermann2019-03-181-5/+4
* | Substitute FileComparison in variable names with FileTimeCacheSebastian Holtermann2019-03-181-6/+6
* | Rename cmFileTimeComparison to cmFileTimeCacheSebastian Holtermann2019-03-181-3/+3
|/
* Merge topic 'vs-no-stamp-messages'Brad King2019-03-061-15/+7
|\
| * VS: Do not print message when generate.stamp is up-to-date.Olli Kallioinen2019-03-051-15/+7
* | cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-4/+4
|/
* cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-10/+9
* Merge topic 'modernize-for-loops-c-arrays'Brad King2019-02-191-12/+11
|\
| * Modernize: C-arrays and loops over themArtur Ryt2019-02-151-12/+11
* | cmSystemTools: Remove redundant cmCopyFile() and Split()Vitaly Stakhovsky2019-02-151-1/+1
|/
* Merge topic 'systools-stdstring2'Brad King2019-02-131-1/+1
|\
| * cmSystemTools: More methods accept `std::string` paramsVitaly Stakhovsky2019-02-111-1/+1
* | cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-3/+3
|/
* ReadListFile: Accept std::string argumentVitaly Stakhovsky2019-01-311-8/+8
* Merge topic 'functional-callbacks'Brad King2019-01-301-7/+3
|\
| * Use `std::function` for callbacksRegina Pfeifer2019-01-291-7/+3
* | cmSystemTools: copy file member functions accept std::string paramsVitaly Stakhovsky2019-01-291-1/+1
|/
* Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-4/+5
|\
| * cmake: Add options for verbose output to --build modeFlorian Maushart2019-01-281-4/+5
* | Merge topic 'message-stdstring'Brad King2019-01-291-1/+1
|\ \
| * | cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-1/+1
* | | cmFileTimeComparison: use std::string argumentsVitaly Stakhovsky2019-01-281-8/+5
|/ /
* | Merge topic 'cmake-files-directory'Brad King2019-01-251-4/+3
|\ \
| * | cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-4/+3
* | | Merge topic 'renamefile-string'Brad King2019-01-251-13/+14
|\ \ \
| * | | cmSystemTools::RenameFile: Accepts std::string argsVitaly Stakhovsky2019-01-231-13/+14
* | | | cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-6/+6
| |_|/ |/| |
* | | 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