summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmake-initial-cache-dirs'Brad King2019-08-271-10/+7
|\
| * cmake: Pass -S and -B into PreLoad.cmake and -C scriptsPeter Waller2019-08-271-10/+7
* | Merge topic 'source_sweep_ostringstream_single'Brad King2019-08-261-13/+7
|\ \
| * | Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-13/+7
* | | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-6/+3
|/ /
* | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-73/+55
* | Merge topic 'isolate-declarations'Brad King2019-08-221-2/+4
|\ \
| * | clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-201-2/+4
| |/
* | Merge topic 'cm-contains'Brad King2019-08-211-1/+1
|\ \ | |/ |/|
| * cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-1/+1
* | Merge topic 'trace-redirect'Brad King2019-08-201-0/+20
|\ \
| * | Add --trace-redirect parameter to redirect trace output to a fileIgor Ivanov2019-08-101-0/+20
* | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-13/+9
| |/ |/|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-7/+7
* | Merge topic 'cmRemoveQuotes'Kyle Edwards2019-08-131-8/+0
|\ \
| * | cmStringAlgorithms: Add cmRemoveQuotesSebastian Holtermann2019-08-091-8/+0
* | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-19/+19
|/ /
* | clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-2/+2
|/
* cmake: Initialize booleans at declaration and cleanup constructorSebastian Holtermann2019-08-031-40/+17
* Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-011-2/+1
* Merge topic 'clang-tidy-8'Brad King2019-07-311-1/+1
|\
| * clang-tidy: Blacklist violations for version 8Regina Pfeifer2019-07-301-1/+1
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
|/
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* cmake: Refactor file extension list setupSebastian Holtermann2019-07-041-38/+33
* modermize: replace some raw pointers w/ `unique_ptr`Alex Turbov2019-06-241-18/+7
* cmake: Teach -E capabilities to report supported fileapi requestsBrad King2019-06-071-0/+1
* cmake: Simplify implementation of -E capabilitiesBrad King2019-06-071-4/+4
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-4/+1
* Merge topic 'default-generator-env'Brad King2019-05-221-6/+61
|\
| * cmake: Allow default generator to be set by environment variablesEicke Herbertz2019-05-161-6/+61
* | Source: change parameters to std::stringVitaly Stakhovsky2019-05-191-7/+6
* | 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
|\