| Commit message (Expand) | Author | Age | Files | Lines |
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -3/+3 |
|
|
* | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -2/+2 |
|
|
* | VS: Fix Fortran runtime library flag map special case for '-' options | Brad King | 2019-04-10 | 1 | -4/+4 |
|
|
* | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -4/+3 |
|
|
* | VS: Add Visual Studio 16 2019 generator | Brad King | 2019-01-11 | 1 | -0/+1 |
|
|
* | Source: Fix various compiler warnings in Visual Studio 2017 | Bruno Manganelli | 2019-01-09 | 1 | -1/+1 |
|
|
* | cmVisualStudioGeneratorOptions::Parse(): const std::string& argument | Vitaly Stakhovsky | 2018-08-13 | 1 | -3/+3 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -1/+2 |
|
|
* | cmVisualStudioGeneratorOptions: specify indentation with integer | Vitaly Stakhovsky | 2018-04-25 | 1 | -5/+5 |
|
|
* | Cleanup: Fix typos and grammar in docs and code | Craig Scott | 2018-04-22 | 1 | -2/+2 |
|
|
* | VS: Simplify XML code | Vitaly Stakhovsky | 2018-03-27 | 1 | -7/+2 |
|
|
* | cmVisualStudioGeneratorOptions: Move XML code to subclasses | Vitaly Stakhovsky | 2018-03-26 | 1 | -50/+3 |
|
|
* | cmVisualStudioGeneratorOptions: Factor out an OutputFlag helper | Vitaly Stakhovsky | 2018-03-20 | 1 | -72/+61 |
|
|
* | cmIDEOptions: use std::string | Vitaly Stakhovsky | 2018-02-26 | 1 | -7/+7 |
|
|
* | VS: Convert loops to C++11, other C++ improvements | Vitaly Stakhovsky | 2018-02-22 | 1 | -27/+21 |
|
|
* | VisualStudio generators: refactoring | Marc Chevrier | 2018-01-23 | 1 | -16/+67 |
|
|
* | Merge topic 'cuda_msvc_support_complex_gencode_signatures' | Brad King | 2018-01-11 | 1 | -8/+20 |
|\ |
|
| * | CUDA: gencode signature that list multiple code types now supported. | Robert Maynard | 2018-01-10 | 1 | -8/+20 |
|
|
* | | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|/ |
|
* | cmIDEOptions: use std::string instead of const char* | Vitaly Stakhovsky | 2017-12-09 | 1 | -4/+3 |
|
|
* | VS: Fix MANIFESTUAC link flag map to .vcxproj elements | comicfans | 2017-09-18 | 1 | -0/+68 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 1 | -3/+0 |
|
|
* | cmGlobalVisualStudioGenerator: Drop VS7 enumeration value | Brad King | 2017-04-19 | 1 | -1/+0 |
|
|
* | Merge topic 'vs-rc-defines' | Brad King | 2017-03-29 | 1 | -1/+4 |
|\ |
|
| * | cmVisualStudio10TargetGenerator: De-duplicate preprocessor defs | Brad King | 2017-03-28 | 1 | -1/+4 |
|
|
* | | VS: Select CUDA code generation architectures | Brad King | 2017-03-10 | 1 | -0/+51 |
|
|
* | | VS: Select the CUDA runtime library | Brad King | 2017-03-10 | 1 | -0/+36 |
|
|
* | | VS: Add basic infrastructure for CUDA generation | Brad King | 2017-03-10 | 1 | -0/+3 |
|
|
* | | VS: Add method to take a value out of the option parser flag map | Brad King | 2017-03-10 | 1 | -0/+12 |
|
|
* | | VS: Add method to re-parse specific option parser fields | Brad King | 2017-03-10 | 1 | -1/+17 |
|
|
* | | VS: Add method to clear flag tables of option parser | Brad King | 2017-03-10 | 1 | -0/+7 |
|
|
* | | VS: Refactor AdditionalOptions generation | Brad King | 2017-02-15 | 1 | -25/+2 |
|
|
* | | cmVisualStudioGeneratorOptions: Add PrependInerhitedString method | Brad King | 2017-02-15 | 1 | -0/+11 |
|
|
* | | VS: De-duplicate PreprocessorDefinitions tag name | Brad King | 2017-02-14 | 1 | -5/+5 |
|/ |
|
* | VS: Teach option map IsDebug() method about C# projects | Michael Stürmer | 2016-12-07 | 1 | -1/+11 |
|
|
* | iwyu: Fix VisualStudio specific issues | Daniel Pfeifer | 2016-11-28 | 1 | -0/+1 |
|
|
* | VS: Place source-specific AdditionalOptions after target-wide flags | Brad King | 2016-11-02 | 1 | -2/+3 |
|
|
* | VS: Add internal API for detecting "managed" projects | Michael Stürmer | 2016-10-19 | 1 | -0/+5 |
|
|
* | VS15: Add Visual Studio 15 generator | Brad King | 2016-09-07 | 1 | -0/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -182/+112 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -15/+0 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -3/+3 |
|
|
* | cmOutputConverter: Adopt command line escaping code | Brad King | 2015-07-08 | 1 | -3/+2 |
|
|
* | cmOutputConverter: Adopt EscapeWindowsShellArgument method | Brad King | 2015-07-08 | 1 | -1/+2 |
|
|
* | VS: Move version information to global generator. | Stephen Kelly | 2015-05-19 | 1 | -13/+13 |
|
|
* | Fix incremental linking setting for Fortran + VS | Zack Galbreath | 2014-11-21 | 1 | -3/+38 |
|
|
* | Merge topic 'vs-windows-apps' | Brad King | 2014-09-02 | 1 | -0/+6 |
|\ |
|
| * | VS: Add VS_WINRT_COMPONENT property to enable CompileAsWinRT | Gilles Khouzam | 2014-08-21 | 1 | -0/+6 |
|
|