| Commit message (Expand) | Author | Age | Files | Lines |
* | cmMakefile: Delay custom command creation | Daniel Eiband | 2019-11-24 | 1 | -3/+3 |
|
|
* | cmCustomCommand: Explicitly pass backtrace on construction | Daniel Eiband | 2019-11-24 | 1 | -3/+4 |
|
|
* | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-11-11 | 1 | -6/+7 |
|
|
* | VS: Add support for per-config sources | Brad King | 2019-10-17 | 1 | -9/+0 |
|
|
* | Teach check for single-language targets to consider all configurations | Brad King | 2019-10-17 | 1 | -2/+1 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -3/+6 |
|
|
* | Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -1/+1 |
| |\ |
|
| | * | Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL | Brad King | 2019-09-30 | 1 | -1/+1 |
|
|
* | | | cmMakefile: Remove AddUtilityCommand overload without byproducts | Daniel Eiband | 2019-09-26 | 1 | -2/+3 |
|
|
* | | | cmMakefile: Move enumerations into new header | Daniel Eiband | 2019-09-26 | 1 | -1/+1 |
|
|
* | | | Merge topic 'fix-vsmacro-access-violation' | Brad King | 2019-09-26 | 1 | -13/+3 |
|\ \ \ |
|
| * | | | VS: Fix access violation when calling Visual Studio macro | Daniel Eiband | 2019-09-24 | 1 | -13/+3 |
|
|
* | | | | VS: Remove call to ConvertToWindowsExtendedPath with result discarded | Daniel Eiband | 2019-09-21 | 1 | -1/+0 |
|/ / / |
|
* | | | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+2 |
|
|
* | | | cmCustomCommandLine: Provide command line make functions | Daniel Eiband | 2019-09-16 | 1 | -8/+3 |
|
|
* | | | Merge topic 'pvs-cleanup' | Brad King | 2019-08-26 | 1 | -9/+8 |
|\ \ \ |
|
| * | | | cmGlobalVisualStudioGenerator: Fix buffer sizes used with RegEnumKeyExW | Brad King | 2019-08-22 | 1 | -4/+4 |
|
|
| * | | | cmGlobalVisualStudioGenerator: Fix buffer sizes used RegQueryValueExW | Brad King | 2019-08-22 | 1 | -5/+4 |
|
|
* | | | | Source sweep: Replace std::ostringstream when used with a single append | Sebastian Holtermann | 2019-08-23 | 1 | -3/+1 |
|
|
* | | | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -8/+7 |
|/ / / |
|
* | | | Merge topic 'vs-sln-bom' | Brad King | 2019-08-21 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | VS: Emit UTF-8 BOM for generated solution files | Justin Goshi | 2019-08-20 | 1 | -0/+3 |
|
|
* | | | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -1/+1 |
|/ / / |
|
* | | | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -3/+3 |
|/ / |
|
* | | cmGlobalVisualStudioGenerator: remove redundant variables | Leonid Pospelov | 2019-04-24 | 1 | -12/+5 |
|
|
* | | cmGlobalVisualStudioGenerator: use cmJoin to join the filenames | Leonid Pospelov | 2019-04-22 | 1 | -11/+1 |
|
|
* | | cmGlobalVisualStudioGenerator: use auto instead of iterator types | Leonid Pospelov | 2019-04-22 | 1 | -6/+5 |
|
|
* | | Merge topic 'vs-default-platform' | Brad King | 2019-04-22 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | VS: Provide the default platform name to project code | Brad King | 2019-04-19 | 1 | -0/+8 |
|
|
* | | cmTarget: Move member `*Commands` to impl | Sebastian Holtermann | 2019-03-23 | 1 | -0/+1 |
|
|
* | | Merge topic 'vs-fortran-rc' | Brad King | 2019-03-04 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | VS: Fix Fortran target type selection with RC sources | Brad King | 2019-03-01 | 1 | -0/+4 |
|
|
* | | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 1 | -1/+1 |
|/ |
|
* | VS: Fix Fortran target type selection when linking C++ targets | Brad King | 2019-02-04 | 1 | -19/+12 |
|
|
* | cmSystemTools: copy file member functions accept std::string params | Vitaly Stakhovsky | 2019-01-29 | 1 | -3/+2 |
|
|
* | cmSystemTools::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 1 | -2/+2 |
|
|
* | Pass EXCLUDE_FROM_ALL from directory to targets | Zack Galbreath | 2019-01-21 | 1 | -1/+1 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -1/+2 |
|
|
* | VS: Add Visual Studio 16 2019 generator | Brad King | 2019-01-11 | 1 | -0/+11 |
|
|
* | VS: Track explicitly when platform is specified in generator name | Brad King | 2019-01-10 | 1 | -0/+1 |
|
|
* | VS: Move platform name members to top-level global generator | Brad King | 2019-01-10 | 1 | -1/+28 |
|
|
* | VS: Convert WriteSLNHeader to non-virtual lookup table | Brad King | 2019-01-10 | 1 | -0/+52 |
|
|
* | VS: Convert GetIDEVersion to non-virtual table lookup | Brad King | 2019-01-10 | 1 | -0/+19 |
|
|
* | cmake-gui: Fix "Open Project" for VS IDE with space in path | Brad King | 2018-10-25 | 1 | -2/+3 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -3/+3 |
|
|
* | cmGlobalVisualStudioGenerator: remove TargetCanBeReferenced() | Michael Stürmer | 2018-04-24 | 1 | -13/+0 |
|
|
* | remove TargetIsCSharpOnly() and use methods from cmGeneratorTarget | Michael Stürmer | 2018-04-23 | 1 | -24/+1 |
|
|
* | VS: Support C# project references | Robert Dailey | 2018-02-23 | 1 | -18/+16 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|