summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'string-literal-append'Brad King2019-08-191-7/+4
|\
| * avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-7/+4
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-14/+12
|/
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-10/+8
* 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-6/+6
|/
* Merge topic 'swift-with-interface-libs'Brad King2019-07-301-8/+9
|\
| * Swift: Restore support for enabling with INTERFACE librariesBrad King2019-07-291-8/+9
* | cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-3/+2
* | cmMakefile: Simplify and rename AddDefinitionBoolSebastian Holtermann2019-07-241-1/+1
* | Merge topic 'ccmake-clear-aliases'Brad King2019-07-091-0/+1
|\ \ | |/
| * cmGlobalGenerator: Do not persist alias targets across configuresBrad King2019-07-081-0/+1
* | modermize: replace some raw pointers w/ `unique_ptr`Alex Turbov2019-06-241-5/+3
|/
* Swift: disallow WIN32_EXECUTABLE propertiesSaleem Abdulrasool2019-06-031-0/+35
* Fixing warnings generated by clang 8.0 on WindowsZsolt Parragi2019-05-291-2/+13
* cmSystemTools::Error(): remove const char* overloadVitaly Stakhovsky2019-05-221-4/+4
* Refactor: Allow cmInstallGenerator::Compute() to return an errorKyle Edwards2019-05-131-1/+3
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-3/+3
* cmGlobalGenerator: Inline `aRange` acquisition in `for(x:aRange)` invocationsSebastian Holtermann2019-03-251-27/+11
* cmGlobalGenerator: Use auto for long iterator typesSebastian Holtermann2019-03-251-44/+30
* cmMakefile: Use std::unordered_map::emplace to add cmTargets to the listSebastian Holtermann2019-03-211-8/+10
* cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-43/+56
* cmGlobalGenerator: Change case of methods from GeneratedMakeCommand structBartosz Kosiorek2019-03-041-3/+3
* cmGlobalGenerator: Remove unused codeBartosz Kosiorek2019-03-041-11/+0
* Merge topic 'add-xlclang'Brad King2019-02-261-0/+30
|\
| * XLClang: Add policy CMP0089 to present as XL for compatibilityBrad King2019-02-251-0/+30
* | Merge topic 'gt-shorter-unique-names'Brad King2019-02-251-5/+12
|\ \ | |/ |/|
| * Use shorter names in internal TARGET_PROPERTY expressionsBrad King2019-02-221-5/+12
* | Merge topic 'drop-MIPSpro'Brad King2019-02-251-7/+0
|\ \
| * | Remove now-unused code once used for MIPSpro on IRIXBrad King2019-02-211-7/+0
| |/
* | Merge topic 'cmrange-improvements'Brad King2019-02-251-0/+1
|\ \
| * | cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-0/+1
| |/
* | Merge topic 'error-consolidate'Brad King2019-02-251-17/+14
|\ \
| * | cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-17/+14
| |/
* | cmSystemTools: More functions accept `std::string` paramsVitaly Stakhovsky2019-02-201-1/+1
|/
* Modernize: C-arrays and loops over themArtur Ryt2019-02-151-12/+11
* cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-1/+1
* Merge topic 'modernize-for-loops'Brad King2019-02-111-6/+6
|\
| * Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-6/+6
* | cmMakefile::GetRequiredDefinition: return const std::string&Vitaly Stakhovsky2019-02-071-2/+3
|/
* Merge topic 'vs-msbuild-arch'Brad King2019-01-301-5/+5
|\
| * Find native build tool after selecting a toolsetBrad King2019-01-291-5/+5
* | Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-17/+14
|\ \
| * | cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-17/+14
* | | Merge topic 'cmoutputconverter-simplify'Brad King2019-01-291-3/+3
|\ \ \
| * | | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-3/+3
* | | | cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-1/+1
| |_|/ |/| |
* | | Merge topic 'max-recursion-depth'Brad King2019-01-251-0/+3
|\ \ \
| * | | cmMakefile: Impose maximum recursion limitKyle Edwards2019-01-231-0/+3
| | |/ | |/|