| Commit message (Expand) | Author | Age | Files | Lines |
* | Precompile headers: Add support for Visual Studio generators | Cristian Adam | 2019-08-28 | 1 | -0/+7 |
|
|
* | VS: Provide the default platform name to project code | Brad King | 2019-04-19 | 1 | -0/+3 |
|
|
* | VS: Add Visual Studio 16 2019 generator | Brad King | 2019-01-11 | 1 | -1/+2 |
|
|
* | 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/+13 |
|
|
* | VS: Clarify global generator constructor interface | Brad King | 2019-01-10 | 1 | -1/+2 |
|
|
* | VS: Convert WriteSLNHeader to non-virtual lookup table | Brad King | 2019-01-10 | 1 | -0/+2 |
|
|
* | VS: Move ExpressEdition member to top-level generator | Brad King | 2019-01-10 | 1 | -0/+4 |
|
|
* | VS: Convert GetIDEVersion to non-virtual table lookup | Brad King | 2019-01-10 | 1 | -1/+1 |
|
|
* | cmGlobalVisualStudioGenerator::GetIDEVersion(): const added | Vitaly Stakhovsky | 2019-01-02 | 1 | -1/+1 |
|
|
* | Add missing override | Vitaly Stakhovsky | 2018-12-30 | 1 | -2/+2 |
|
|
* | cmGlobalVisualStudioGenerator: remove TargetCanBeReferenced() | Michael Stürmer | 2018-04-24 | 1 | -3/+0 |
|
|
* | remove TargetIsCSharpOnly() and use methods from cmGeneratorTarget | Michael Stürmer | 2018-04-23 | 1 | -3/+0 |
|
|
* | Drop Visual Studio 8 2005 generator | Brad King | 2018-04-02 | 1 | -1/+0 |
|
|
* | VS: Use 'override' keyword for overridden methods in generator classes | Vitaly Stakhovsky | 2017-12-16 | 1 | -5/+5 |
|
|
* | cmGlobalGenerator: Add IsIncludeExternalMSProjectSupported method | Tomoki Imai | 2017-12-04 | 1 | -0/+2 |
|
|
* | cmake: Add --open option for IDE generators | Gregor Jasny | 2017-10-13 | 1 | -0/+3 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -1/+1 |
|
|
* | Merge branch 'backport-vs-csharp-ref-no-asm' into vs-csharp-ref-no-asm | Brad King | 2017-09-05 | 1 | -0/+3 |
|\ |
|
| * | VS: Do not reference output assemblies if not possible for CSharp target | Michael Stürmer | 2017-09-05 | 1 | -0/+3 |
|
|
* | | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|/ |
|
* | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 1 | -1/+0 |
|
|
* | cmGlobalVisualStudioGenerator: Drop VS7 enumeration value | Brad King | 2017-04-19 | 1 | -1/+0 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | iwyu: Fix VisualStudio specific issues | Daniel Pfeifer | 2016-11-28 | 1 | -0/+15 |
|
|
* | cmGlobalGenerator: Allow FindMakeProgram to fail | Brad King | 2016-10-20 | 1 | -1/+1 |
|
|
* | VS: Add CSharp project uuid and file extension | Michael Stürmer | 2016-10-19 | 1 | -0/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | VS15: Add Visual Studio 15 generator | Brad King | 2016-09-07 | 1 | -1/+2 |
|
|
* | cmGlobalGenerator: Make IsMultiConfig() const | Tobias Hunger | 2016-06-01 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -21/+38 |
|
|
* | VS: Add option to choose the `.sln` startup project (#15578) | Davy Durham | 2016-03-22 | 1 | -0/+2 |
|
|
* | Drop Visual Studio 6 generator | Brad King | 2016-03-09 | 1 | -1/+0 |
|
|
* | VS: Port interface to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -8/+10 |
|
|
* | VS: Port WriteUtilityDepends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | VS: Port utility depends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -2/+2 |
|
|
* | VS: Port target depends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -2/+2 |
|
|
* | VS: Port TargetIsFortranOnly to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | VS: Port LinkClosure to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -2/+2 |
|
|
* | VisualStudio: Replace Compute override with AddExtraIDETargets override. | Stephen Kelly | 2015-10-05 | 1 | -1/+1 |
|
|
* | VS: Refactor target ordering logic | Brad King | 2015-09-22 | 1 | -3/+9 |
|
|
* | cmGlobalGenerator: Virtualize the Compute step and override it. | Stephen Kelly | 2015-07-30 | 1 | -1/+1 |
|
|
* | Merge topic 'auto_export_dll_symbols' | Brad King | 2015-07-08 | 1 | -0/+4 |
|\ |
|
| * | Windows: Optionally generate DLL module definition files automatically | Bill Hoffman | 2015-07-06 | 1 | -0/+4 |
|
|
* | | cmComputeTargetDepends: Change API to use cmGeneratorTarget. | Stephen Kelly | 2015-07-01 | 1 | -1/+2 |
|/ |
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -1/+1 |
|
|
* | VS: Move version information to global generator. | Stephen Kelly | 2015-05-19 | 1 | -0/+21 |
|
|
* | VS: Drop reload macros for VS >= 10 (#11258,#14680) | Brad King | 2015-04-15 | 1 | -2/+2 |
|
|
* | cmGlobalGenerator: Create a non-virtual 'DoGenerate' method | Brad King | 2014-07-22 | 1 | -5/+2 |
|
|
* | VS: Refactor CMAKE_FORCE_*64 platform definitions | Brad King | 2014-07-17 | 1 | -3/+0 |
|
|