| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate Visual Studio 10 2010 generator | Brad King | 2021-07-29 | 1 | -1/+1 |
|
|
* | VS: Add Visual Studio 17 2022 generator | Brad King | 2021-06-25 | 1 | -0/+2 |
|
|
* | VS: Do not apply any '/external:*' flag table mapping on VS < 16.10 | Brad King | 2021-06-17 | 1 | -8/+10 |
|
|
* | VS: Compare VS instance versions as strings | Brad King | 2021-06-17 | 1 | -6/+7 |
|
|
* | VS: Do not apply '/external:W*' flag table mapping on VS < 16.10 | Brad King | 2021-06-16 | 1 | -2/+11 |
|
|
* | cmGlobalVisualStudio10Generator: Move static functions to anonymous namespace | Brad King | 2021-06-16 | 1 | -2/+4 |
|
|
* | VS: Fix VCTargetsPath detection when cross-compiling | Brad King | 2021-04-27 | 1 | -0/+1 |
|
|
* | VS: Add a mostly-undocumented hook to load custom JSON flag tables | Brad King | 2021-03-22 | 1 | -0/+36 |
|
|
* | VS: switch to new folder structure while keeping the old one working | Marcel Ritzschke | 2021-03-18 | 1 | -2/+25 |
|
|
* | Merge topic 'vs-toolset-version' | Brad King | 2021-03-15 | 1 | -41/+32 |
|\ |
|
| * | VS: Fix '-T version=14.28' under VS 16.9 | Brad King | 2021-03-12 | 1 | -36/+27 |
|
|
| * | cmGlobalVisualStudioVersionedGenerator: Clarify local variable name | Brad King | 2021-03-12 | 1 | -5/+5 |
|
|
* | | cmGlobalVisualStudio10Generator: Generalize flag table lookup interface | Brad King | 2021-03-05 | 1 | -22/+37 |
|
|
* | | cmGlobalVisualStudio10Generator: Clarify LoadFlagTable argument name | Brad King | 2021-03-05 | 1 | -5/+5 |
|
|
* | | cmGlobalVisualStudio10Generator: Drop unnecessary temporaries | Brad King | 2021-03-05 | 1 | -16/+16 |
|
|
* | | cmGlobalVisualStudio10Generator: Drop default toolset name canonicalization | Brad King | 2021-03-05 | 1 | -27/+10 |
|
|
* | | cmGlobalVisualStudio10Generator: Remove redundant arguments | Brad King | 2021-03-05 | 1 | -29/+13 |
|
|
* | | cmGlobalVisualStudio10Generator: Remove redundant arguments | Brad King | 2021-03-05 | 1 | -24/+18 |
|
|
* | | cmGlobalVisualStudio10Generator: Clarify method name | Brad King | 2021-03-05 | 1 | -25/+27 |
|
|
* | | cmGlobalVisualStudio10Generator: Remove unused flag table method argument | Brad King | 2021-03-05 | 1 | -62/+59 |
|
|
* | | cmGlobalVisualStudio10Generator: Adopt flag table name methods | Brad King | 2021-03-05 | 1 | -26/+162 |
|/ |
|
* | Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator() | Kyle Edwards | 2020-10-05 | 1 | -2/+2 |
|
|
* | Visual Studio: Add Android support | Kyle Edwards | 2020-06-24 | 1 | -18/+82 |
|
|
* | cmGlobalVisualStudio10Generator: Move variable initialization to header | Kyle Edwards | 2020-06-18 | 1 | -3/+0 |
|
|
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -2/+2 |
|
|
* | replace "std::string::find(x) == 0" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -1/+2 |
|
|
* | Merge topic 'vs-version-for-unity' | Brad King | 2020-02-05 | 1 | -0/+6 |
|\ |
|
| * | VS: Do not use native unity builds on VS 2017 versions less than 15.8 | Brad King | 2020-02-04 | 1 | -0/+6 |
|
|
* | | Source: use std::string in place of const char* | Vitaly Stakhovsky | 2020-01-29 | 1 | -6/+5 |
|
|
* | | GlobalGenerator family: modernize memory management | Marc Chevrier | 2020-01-07 | 1 | -10/+14 |
|
|
* | | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-12-09 | 1 | -3/+6 |
|
|
* | | VS: Add support to override VCTargetsPath through toolset | Alexander Boczar | 2019-10-15 | 1 | -1/+29 |
|
|
* | | cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSET | Alexander Boczar | 2019-10-15 | 1 | -1/+5 |
|/ |
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -7/+8 |
|
|
* | Merge topic 'vs-cuda-custom-dir' | Brad King | 2019-09-03 | 1 | -2/+56 |
|\ |
|
| * | cuda: Extend toolset argument to accept path | Benjamin Wozniak | 2019-08-27 | 1 | -2/+56 |
|
|
* | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -16/+13 |
|/ |
|
* | avoid adding multiple consecutive string literals to std::string | Rolf Eike Beer | 2019-08-18 | 1 | -2/+1 |
|
|
* | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -1/+1 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -3/+2 |
|
|
* | VS: Fix ApplicationTypeRevision in builtin check projects | Brad King | 2019-05-21 | 1 | -2/+2 |
|
|
* | VS: Factor out helper to compute ApplicationTypeRevision | Brad King | 2019-05-21 | 1 | -0/+9 |
|
|
* | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -1/+1 |
|
|
* | cmake: Teach --build mode to support multiple targets | Bartosz Kosiorek | 2019-03-05 | 1 | -55/+66 |
|
|
* | cmGlobalGenerator: Change case of methods from GeneratedMakeCommand struct | Bartosz Kosiorek | 2019-03-04 | 1 | -12/+12 |
|
|
* | cmake: Progress functions use `std::string` param | Vitaly Stakhovsky | 2019-02-11 | 1 | -1/+1 |
|
|
* | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -4/+5 |
|
|
* | VS: Fix nowarn compiler option to accept warning numbers. | Wil Stark | 2019-02-07 | 1 | -0/+2 |
|
|
* | Merge topic 'add_consistent_verbose_build_flag' | Brad King | 2019-01-29 | 1 | -14/+21 |
|\ |
|
| * | cmake: Add options for verbose output to --build mode | Florian Maushart | 2019-01-28 | 1 | -0/+4 |
|
|