| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | VS: add target property VS_DOTNET_REFERENCEPROP_<refname>_TAG_<tagname> | Michael Stürmer | 2017-06-13 | 1 | -0/+1 |
|/ |
|
* | CUDA: Visual Studio now properly delays device linking | Robert Maynard | 2017-04-26 | 1 | -0/+6 |
|
|
* | VS: Teach generators how to mark per-config source files | Brad King | 2017-04-13 | 1 | -0/+1 |
|
|
* | Merge topic 'include-style' | Brad King | 2017-04-13 | 1 | -1/+1 |
|\ |
|
| * | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | | VS: Refactor loop over classified sources | Brad King | 2017-04-11 | 1 | -2/+0 |
|/ |
|
* | VS: Add basic infrastructure for CUDA generation | Brad King | 2017-03-10 | 1 | -0/+5 |
|
|
* | VS: Add support for ASM_NASM language | Evgeny Fimochkin | 2017-02-07 | 1 | -1/+8 |
|
|
* | VS: added support for C# (for Visual Studio 2010, 2012, 2013, 2015) | Michael Stürmer | 2017-01-13 | 1 | -0/+1 |
|
|
* | VS: add support for .NET references with hint paths | Michael Stürmer | 2016-12-13 | 1 | -0/+1 |
|
|
* | cmVisualStudio10TargetGenerator: Prepare to handle C# projects | Michael Stürmer | 2016-12-01 | 1 | -1/+9 |
|
|
* | iwyu: Fix VisualStudio specific issues | Daniel Pfeifer | 2016-11-28 | 1 | -8/+11 |
|
|
* | Merge topic 'vs_targets_file_as_library' | Brad King | 2016-11-11 | 1 | -1/+14 |
|\ |
|
| * | VS: Treat libraries ending in `.targets` as msbuild imports | Soji Yamakawa | 2016-11-09 | 1 | -1/+14 |
|
|
* | | VS: Move toolset flag table lookup to global generator | Don Olmstead | 2016-10-25 | 1 | -6/+0 |
|/ |
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -15/+12 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | VS10: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -3/+1 |
|
|
* | VS: Add support for Windows 10 Universal (Store) Applications | Gilles Khouzam | 2015-10-05 | 1 | -0/+7 |
|
|
* | VS: Prevent generated "rule" files from causing rebuilds | Mike Pagel | 2015-09-28 | 1 | -0/+2 |
|
|
* | Add support for *.manifest source files with MSVC tools | Brad King | 2015-09-17 | 1 | -0/+1 |
|
|
* | VS: Do not accumulate configurations globally (#15577) | Brad King | 2015-05-21 | 1 | -0/+1 |
|
|
* | VS: Add support for XAML source files | Gilles Khouzam | 2015-04-03 | 1 | -0/+3 |
|
|
* | VS: Generate Nsight Tegra project revision number | Brad King | 2014-09-30 | 1 | -0/+1 |
|
|
* | VS: Generate ANDROID_GUI executables as app packages | Brad King | 2014-09-30 | 1 | -0/+1 |
|
|
* | VS: Teach vcxproj generation about the Tegra-Android platform | Brad King | 2014-09-29 | 1 | -0/+2 |
|
|
* | Merge topic 'vs-windows-apps' | Brad King | 2014-09-02 | 1 | -0/+13 |
|\ |
|
| * | VS: Do not compile C sources as WinRT (#15100) | Brad King | 2014-09-02 | 1 | -0/+1 |
|
|
| * | VS: Mark Windows Phone and Store targets as App Containers | Gilles Khouzam | 2014-09-02 | 1 | -0/+11 |
|
|
| * | VS: Handle .pfx files explicitly in generator | Gilles Khouzam | 2014-08-21 | 1 | -0/+1 |
|
|
* | | VS: Populate MASM tool build settings in .vcxproj files | Brad King | 2014-08-13 | 1 | -0/+6 |
|
|
* | | VS: Refactor include directory generation in .vcxproj files | Brad King | 2014-08-13 | 1 | -1/+0 |
|/ |
|
* | VS: Generate WindowsPhone and WindowsStore application types | Gilles Khouzam | 2014-07-31 | 1 | -0/+1 |
|
|
* | VS: Refactor handling of "header" sources in VS >= 10 | Brad King | 2014-07-29 | 1 | -0/+1 |
|
|
* | VS: Refactor handling of "extra" sources in VS >= 10 | Brad King | 2014-07-29 | 1 | -0/+1 |
|
|
* | VS: Convert 'WriteSource' tool argument to std::string | Brad King | 2014-07-29 | 1 | -2/+2 |
|
|
* | cmIDEOption: Store mapped flag values as a vector<string> | Brad King | 2014-07-23 | 1 | -1/+2 |
|
|
* | VS: Make MS-tool-specific options conditional | Brad King | 2014-07-17 | 1 | -0/+1 |
|
|
* | VS: Fix handling of non-preprocessor flags in CMAKE_RC_FLAGS | Martin Mitas | 2014-07-10 | 1 | -0/+4 |
|
|
* | VS: Factor MS-tool-specific vcxproj settings into helper | Brad King | 2014-06-09 | 1 | -0/+1 |
|
|
* | VS: Refactor flag table lookup | Brad King | 2014-06-09 | 1 | -0/+5 |
|
|
* | cmGeneratorTarget: Constify cmSourceFile* in containers. | Stephen Kelly | 2014-03-13 | 1 | -1/+2 |
|
|
* | Constify some APIs in generators. | Stephen Kelly | 2014-03-13 | 1 | -6/+7 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | cmTarget: Make custom command accessors API const. | Stephen Kelly | 2013-11-19 | 1 | -1/+2 |
|
|
* | VS: Add Resx configuration to the vcxproj file | Jonas Andersen | 2013-06-28 | 1 | -0/+1 |
|
|
* | VS: Add Windows Forms Support | John Farrier | 2013-05-16 | 1 | -1/+2 |
|
|