| Commit message (Expand) | Author | Age | Files | Lines |
* | VS: Write UseOfMfc tag only if CMAKE_MFC_FLAG is present | Brad King | 2017-05-22 | 1 | -10/+12 |
|
|
* | VS: Fix .vcxproj ProjectGuid element case | Brad King | 2017-05-09 | 1 | -2/+2 |
|
|
* | VS: Use tool-specific flag table for COMPILE_FLAGS parsing | Peter Ivanyi | 2017-05-03 | 1 | -1/+16 |
|
|
* | CUDA: Static libraries can now explicitly resolve device symbols | Robert Maynard | 2017-04-26 | 1 | -0/+4 |
|
|
* | CUDA: Visual Studio now properly delays device linking | Robert Maynard | 2017-04-26 | 1 | -0/+68 |
|
|
* | Merge topic 'enable_ptx_compilation' | Brad King | 2017-04-21 | 1 | -0/+6 |
|\ |
|
| * | CUDA: Allow sources to be compiled to .ptx files | Robert Maynard | 2017-04-20 | 1 | -0/+6 |
|
|
* | | Merge topic 'fix-vs2017-guid-braces' | Brad King | 2017-04-21 | 1 | -7/+2 |
|\ \ |
|
| * | | VS: Fix project reference inspection in VS IDE | Richard Walters | 2017-04-20 | 1 | -7/+2 |
|
|
* | | | Replace boolean `implib` parameters with enum | Gregor Jasny | 2017-04-20 | 1 | -4/+4 |
| |/
|/| |
|
* | | cmGeneratorTarget: Drop default GetLinkerLanguage config argument | Brad King | 2017-04-17 | 1 | -1/+2 |
|
|
* | | VS: Teach generators how to mark per-config source files | Brad King | 2017-04-13 | 1 | -14/+52 |
|
|
* | | 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 | -83/+80 |
|/ / |
|
* | | VS: Simplify logic collecting object library files as sources | Brad King | 2017-04-11 | 1 | -45/+0 |
|
|
* | | Merge topic 'ipo-policy-CMP0069' | Brad King | 2017-03-31 | 1 | -0/+3 |
|\ \ |
|
| * | | Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION | Ruslan Baratov | 2017-03-30 | 1 | -0/+3 |
|
|
* | | | Merge topic 'vs-rc-defines' | Brad King | 2017-03-29 | 1 | -5/+7 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | VS: Honor preprocessor definitions in RC flags | Brad King | 2017-03-28 | 1 | -5/+7 |
|
|
| * | Merge branch 'csproj_add_free_source_tags' into release | Brad King | 2017-03-02 | 1 | -47/+46 |
| |\ |
|
* | \ | Merge topic 'module-def-and-WINDOWS_EXPORT_ALL_SYMBOLS' | Brad King | 2017-03-22 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` files | Brad King | 2017-03-21 | 1 | -1/+1 |
|
|
* | | | | Merge topic 'cuda-vs' | Brad King | 2017-03-13 | 1 | -6/+144 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | VS: Add support for the CUDA_SEPARABLE_COMPILATION property | Brad King | 2017-03-10 | 1 | -0/+4 |
|
|
| * | | | VS: Select CUDA code generation architectures | Brad King | 2017-03-10 | 1 | -0/+2 |
|
|
| * | | | VS: Select the CUDA runtime library | Brad King | 2017-03-10 | 1 | -2/+17 |
|
|
| * | | | VS: Place CUDA host compiler options in proper project file fields | Brad King | 2017-03-10 | 1 | -0/+10 |
|
|
| * | | | VS: Do not pass CUDA compile options to C compiler | Brad King | 2017-03-10 | 1 | -2/+4 |
|
|
| * | | | VS: Do not use absolute paths to CUDA sources | Brad King | 2017-03-10 | 1 | -2/+4 |
|
|
| * | | | VS: Add basic infrastructure for CUDA generation | Brad King | 2017-03-10 | 1 | -0/+103 |
|
|
* | | | | Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation | Brad King | 2017-03-09 | 1 | -21/+9 |
|
|
* | | | | Refactor module definition file selection | Brad King | 2017-03-09 | 1 | -4/+4 |
|
|
* | | | | Refactor module definition source enumeration | Brad King | 2017-03-09 | 1 | -4/+3 |
|/ / / |
|
* | | | Merge topic 'csproj_add_free_source_tags' | Brad King | 2017-03-02 | 1 | -47/+46 |
|\ \ \
| | |/
| |/| |
|
| * | | VS: add VS_CSHARP_<tagname> sourcefile property | Michael Stürmer | 2017-03-01 | 1 | -47/+46 |
|
|
* | | | Merge topic 'vcxproj-indentation' | Brad King | 2017-02-24 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | VS: Fix .vcxproj indentation | Brad King | 2017-02-23 | 1 | -0/+1 |
| |/ |
|
* | | VS: Refactor AdditionalOptions generation | Brad King | 2017-02-15 | 1 | -7/+7 |
|
|
* | | VS: Place CMAKE_<LANG>_STANDARD_LIBRARIES after other libraries | Brad King | 2017-02-14 | 1 | -8/+8 |
|
|
* | | VS: Refactor parsing of CMAKE_<LANG>_STANDARD_LIBRARIES | Brad King | 2017-02-14 | 1 | -14/+2 |
|
|
* | | VS: Add support for ASM_NASM language | Evgeny Fimochkin | 2017-02-07 | 1 | -0/+105 |
|/ |
|
* | VS: removed usage of relative paths for C# targets in in-source builds | Michael Stürmer | 2017-01-18 | 1 | -6/+0 |
|
|
* | VS: improve handling of source files with special extensions in .csproj | Michael Stürmer | 2017-01-18 | 1 | -19/+184 |
|
|
* | VS: added support for C# (for Visual Studio 2010, 2012, 2013, 2015) | Michael Stürmer | 2017-01-13 | 1 | -69/+362 |
|
|
* | VS: renamed target property VS_USER_PROPS_CXX to VS_USER_PROPS | Michael Stürmer | 2017-01-13 | 1 | -2/+1 |
|
|
* | VS: add support for .NET references with hint paths | Michael Stürmer | 2016-12-13 | 1 | -10/+63 |
|
|
* | Merge topic 'target_project_type' | Brad King | 2016-12-02 | 1 | -7/+41 |
|\ |
|
| * | cmVisualStudio10TargetGenerator: Prepare to handle C# projects | Michael Stürmer | 2016-12-01 | 1 | -7/+41 |
|
|
* | | VS: Add target property VS_DEBUGGER_WORKING_DIRECTORY | Michael Stürmer | 2016-11-30 | 1 | -0/+8 |
|/ |
|