| Commit message (Expand) | Author | Age | Files | Lines |
* | VS: Introduce IsInSolution to check whether a target is in sln file | Sumit Bhardwaj | 2022-02-12 | 1 | -1/+1 |
|
|
* | cmCustomCommand: Track main dependency explicitly | NAKAMURA Takumi | 2021-12-14 | 1 | -3/+2 |
|
|
* | Source: Fix possible IWYU warnings in Windows generators | NAKAMURA Takumi | 2021-11-19 | 1 | -3/+22 |
|
|
* | cmLocalGenerator: Simplify Add{Custom,Utility}Command | NAKAMURA Takumi | 2021-11-18 | 1 | -23/+22 |
|
|
* | cmGlobalVisualStudio8Generator: Fix the misaligned argument, stdPipesUTF8 | NAKAMURA Takumi | 2021-11-18 | 1 | -5/+11 |
|
|
* | VS: Model a default target framework | Brad King | 2021-11-06 | 1 | -0/+36 |
|
|
* | cmGlobalVisualStudio8Generator: Refactor SetGeneratorPlatform | Brad King | 2021-11-03 | 1 | -4/+11 |
|
|
* | VS: Map /Y- flag to not use precompiled headers with VS 2008 | Luigi Fiorentini | 2021-09-22 | 1 | -0/+1 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -4/+4 |
|
|
* | 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 |
|
|