| Commit message (Expand) | Author | Age | Files | Lines |
* | cmCustomCommand: Record value of CMP0116 at time of creation | Kyle Edwards | 2021-02-23 | 1 | -9/+10 |
|
|
* | Factor out generator checks for filtering out interface libraries | Brad King | 2020-07-23 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -7/+7 |
|
|
* | Add support to indicate UTF-8 custom command pipe output encoding | Justin Goshi | 2020-04-13 | 1 | -2/+6 |
|
|
* | VS: Add target property to explicitly control solution deployment | Alexander Boczar | 2020-02-25 | 1 | -14/+22 |
|
|
* | Ninja Multi-Config: Fix issue with framework dependencies and Autogen | Kyle Edwards | 2020-02-17 | 1 | -3/+4 |
|
|
* | Source: use std::string in place of const char* | Vitaly Stakhovsky | 2020-01-29 | 1 | -1/+1 |
|
|
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-12-09 | 1 | -15/+17 |
|
|
* | cmMakefile: Delay custom command creation | Daniel Eiband | 2019-11-24 | 1 | -6/+5 |
|
|
* | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-11-11 | 1 | -5/+7 |
|
|
* | cmMakefile: Remove AddUtilityCommand overload without byproducts | Daniel Eiband | 2019-09-26 | 1 | -5/+5 |
|
|
* | cmMakefile: Move enumerations into new header | Daniel Eiband | 2019-09-26 | 1 | -6/+6 |
|
|
* | cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility | Daniel Eiband | 2019-09-23 | 1 | -5/+3 |
|
|
* | cmCustomCommandLine: Provide command line make functions | Daniel Eiband | 2019-09-16 | 1 | -16/+6 |
|
|
* | add_custom_command: Refactor setting implicit depends | Daniel Eiband | 2019-09-12 | 1 | -3/+6 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -0/+1 |
|
|
* | cmSourceFile: Rename mutating GetFullPath() overload | Daniel Eiband | 2019-08-29 | 1 | -1/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -16/+11 |
|
|
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -1/+1 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -1/+1 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -2/+1 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -4/+2 |
|
|
* | Source: std::string related cleanup | Vitaly Stakhovsky | 2019-05-15 | 1 | -2/+2 |
|
|
* | Merge topic 'vs-wince-no-deploy' | Brad King | 2019-02-26 | 1 | -5/+26 |
|\ |
|
| * | VS: support suppressing deployment of selected targets | Wil Stark | 2019-02-25 | 1 | -5/+26 |
|
|
* | | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 1 | -1/+1 |
|/ |
|
* | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 1 | -2/+2 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -0/+1 |
|
|
* | VS: Track explicitly when platform is specified in generator name | Brad King | 2019-01-10 | 1 | -1/+1 |
|
|
* | VS: Clarify global generator constructor interface | Brad King | 2019-01-10 | 1 | -2/+3 |
|
|
* | Add missing override | Vitaly Stakhovsky | 2018-12-30 | 1 | -1/+1 |
|
|
* | Convert cmIDEFlagTable to use owned strings | Stephan Szabo | 2018-11-28 | 1 | -1/+1 |
|
|
* | add_dependencies: Track backtraces internally | Brad King | 2018-10-18 | 1 | -2/+2 |
|
|
* | CMake: Internally uses -S instead of -H to specify source directory | Robert Maynard | 2018-09-15 | 1 | -3/+3 |
|
|
* | Merge topic 'glob_configure_depends' | Brad King | 2018-04-06 | 1 | -8/+30 |
|\ |
|
| * | Add glob verify support to XCode, VS, Ninja, and Makefile generators | Shane Parris | 2018-04-02 | 1 | -8/+30 |
|
|
* | | Drop Visual Studio 8 2005 generator | Brad King | 2018-04-02 | 1 | -122/+0 |
|/ |
|
* | Document and extend the CMAKE_SUPPRESS_REGENERATION variable | Shane Parris | 2018-02-23 | 1 | -1/+1 |
|
|
* | VS: Use range-based 'for' loops in generator code | Vitaly Stakhovsky | 2017-12-21 | 1 | -35/+24 |
|
|
* | server: return whether or not a target is generator provided | Justin Goshi | 2017-11-20 | 1 | -3/+3 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | Merge topic 'string-clear' | Brad King | 2017-09-19 | 1 | -1/+1 |
|\ |
|
| * | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -1/+1 |
|
|
* | | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -5/+5 |
|/ |
|
* | Merge branch 'backport-vs-fix-config-map' into vs-fix-config-map | Brad King | 2017-09-13 | 1 | -4/+10 |
|\ |
|
| * | VS: Do not consider MAP_IMPORTED_CONFIG_<CONFIG> on non-imported targets | Brad King | 2017-09-13 | 1 | -4/+10 |
|
|
* | | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | | Performance: Fix a few more unnecessary vector copies missed in af3fd6f | Aaron Orenstein | 2017-08-18 | 1 | -2/+2 |
|/ |
|
* | Deprecate Visual Studio 8 2005 generator | Brad King | 2017-04-21 | 1 | -1/+1 |
|
|