summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* VS: Add support for ASM_NASM languageEvgeny Fimochkin2017-02-071-0/+105
* VS: removed usage of relative paths for C# targets in in-source buildsMichael Stürmer2017-01-181-6/+0
* VS: improve handling of source files with special extensions in .csprojMichael Stürmer2017-01-181-19/+184
* VS: added support for C# (for Visual Studio 2010, 2012, 2013, 2015)Michael Stürmer2017-01-131-69/+362
* VS: renamed target property VS_USER_PROPS_CXX to VS_USER_PROPSMichael Stürmer2017-01-131-2/+1
* VS: add support for .NET references with hint pathsMichael Stürmer2016-12-131-10/+63
* Merge topic 'target_project_type'Brad King2016-12-021-7/+41
|\
| * cmVisualStudio10TargetGenerator: Prepare to handle C# projectsMichael Stürmer2016-12-011-7/+41
* | VS: Add target property VS_DEBUGGER_WORKING_DIRECTORYMichael Stürmer2016-11-301-0/+8
|/
* VS: Add option to customize vcxproj user props fileMichael Stürmer2016-11-291-14/+22
* VS: Disable project upgrade prompt on VS 2013 and aboveErik Christensen2016-11-151-0/+10
* Merge topic 'vs_targets_file_as_library'Brad King2016-11-111-4/+114
|\
| * VS: Treat libraries ending in `.targets` as msbuild importsSoji Yamakawa2016-11-091-4/+114
* | Add generator expression support to per-source COMPILE_FLAGSZsolt Parragi2016-10-281-2/+16
* | VS: Move toolset flag table lookup to global generatorDon Olmstead2016-10-251-123/+18
|/
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-52/+54
* Merge topic 'vs-host-x64-tools'Brad King2016-10-141-0/+9
|\
| * VS: Provide an option to use x64 host toolsBrad King2016-10-141-0/+9
* | Merge topic 'vs15-separate-flag-table'Brad King2016-10-131-2/+9
|\ \ | |/ |/|
| * VS: Split flag table between v140 and v141 toolsetsBrad King2016-10-101-2/+9
* | VS: Use absolute target-specific directory for `resources.pri`Roman Wüger2016-10-051-2/+4
|/
* Merge topic 'vs-clang-llvm-support'Brad King2016-09-291-1/+2
|\
| * VS: Recognize VS/LLVM toolset names as ClangRoman Wüger2016-09-281-1/+2
* | Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
|/
* Convert: Move access to CurrentBinaryDirectory out of loopsStephen Kelly2016-09-191-1/+3
* Convert: Avoid START_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-1/+1
* Merge topic 'vs14-debug-enum-older-toolsets'Brad King2016-09-021-1/+3
|\
| * VS: Fix VS 2015 .vcxproj debug setting for v80 toolsetBrad King2016-09-011-1/+3
| * VS: Fix VS 2015 .vcxproj debug setting for Windows7.1SDK toolsetBrad King2016-08-051-4/+7
* | Merge topic 'cleanup-Convert'Brad King2016-08-301-3/+2
|\ \
| * | Convert: Replace UNCHANGED conversions with new API callStephen Kelly2016-08-271-3/+2
* | | Merge topic 'vs-NsightTegra-empty-version'Brad King2016-08-301-5/+4
|\ \ \ | |/ / |/| |
| * | VS: Fix out-of-bounds write on empty Nsight Tegra versionFujii Hironori2016-08-261-5/+4
| |/
* | VS: Use target-specific directory for `resources.pri`Brad King2016-08-251-3/+3
* | Merge topic 'vs14-debug-enum-older-toolsets'Brad King2016-08-081-5/+5
|\ \
| * | cmVisualStudio10TargetGenerator: Run clang-formatBrad King2016-08-051-5/+5
* | | Merge topic 'vs14-debug-enum-older-toolsets'Brad King2016-08-051-1/+4
|\ \ \ | |/ /
| * | VS: Fix VS 2015 .vcxproj debug setting for Windows7.1SDK toolsetBrad King2016-08-041-1/+4
| |/
* | VS: Handle VS_GLOBAL_RootNamespace special caseBenjamin Ballet2016-07-201-1/+3
* | VS: Add support for NATVIS filesRobert Dailey2016-07-151-0/+2
* | Merge topic 'vs14-debug-enum-older-toolsets'Brad King2016-07-141-1/+2
|\ \ | |/
| * VS: Fix VS 2015 .vcxproj debug setting for v90 toolset (#15986)Brad King2016-07-131-1/+2
* | Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exportsYury Zhuravlev2016-07-111-2/+4
* | Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-10/+9
* | Merge topic 'vs-tool-override'Brad King2016-06-231-0/+5
|\ \
| * | VS: Add a VS_TOOL_OVERRIDE source file propertyGilles Khouzam2016-06-201-0/+5
| |/
* | VS: Add VS_SDK_REFERENCES target property to reference external SDKsGilles Khouzam2016-06-221-1/+21
|/
* Merge topic 'improve-character-find-and-replace'Brad King2016-05-251-1/+1
|\
| * Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-1/+1
* | Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-2/+2
|/