summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs-add-package-reference'Brad King2019-05-311-0/+28
|\
| * VS: Added support for VS package references for nugetKinan Mahdi2019-05-301-0/+28
* | Merge topic 'vs-depends-dedup'Brad King2019-05-311-19/+43
|\ \ | |/ |/|
| * VS: De-duplicate custom command dependenciesFrans van Dorsselaer2019-05-301-4/+24
| * VS: Clarify name of custom commands AdditionalInputs variableFrans van Dorsselaer2019-05-301-8/+8
| * VS: Isolate custom command input/output generation scopesBrad King2019-05-301-12/+16
* | Merge topic 'remove_unneeded_device_link_calls'Brad King2019-05-221-15/+3
|\ \
| * | CUDA: More exhaustive checks to determine when to do device linkingRobert Maynard2019-05-211-15/+3
* | | VS: Factor out helper to compute ApplicationTypeRevisionBrad King2019-05-211-8/+8
* | | Source: std::string related cleanupVitaly Stakhovsky2019-05-151-3/+3
|/ /
* | Merge topic 'vs-project-import'Brad King2019-04-161-0/+19
|\ \
| * | VS: add target property VS_PROJECT_IMPORT_<propspath>Leonid Pospelov2019-04-151-0/+19
* | | cmVisualStudio10TargetGenerator: Simplify code of two functionsLeonid Pospelov2019-04-121-8/+6
* | | cmVisualStudio10TargetGenerator: Use count instead of findLeonid Pospelov2019-04-121-19/+9
* | | cmVisualStudio10TargetGenerator: Remove uses of const_castLeonid Pospelov2019-04-121-11/+9
* | | VS: Use AddLanguageFlags to de-duplicate CMAKE_<LANG>_FLAGS* lookupBrad King2019-04-021-8/+2
* | | cmTarget: Move member `*Commands` to implSebastian Holtermann2019-03-231-0/+1
|/ /
* | Merge topic 'vs-explicit-newline'Brad King2019-03-071-0/+1
|\ \ | |/
| * VS: Encode newlines in XML attributesLuca Cappa2019-03-061-0/+1
* | cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-10/+7
* | cmMakefile::ConfigureFile: Accept `std::string` parametersVitaly Stakhovsky2019-02-191-2/+2
* | Create and use `cmGeneratorTarget::Names`Saleem Abdulrasool2019-02-111-13/+6
|/
* CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target typesRobert Maynard2019-02-051-12/+13
* Merge topic 'vs-wince-deployment'Brad King2019-02-041-1/+7
|\
| * VS: Fix deployment for WinCE projectsWil Stark2019-02-011-1/+7
* | VS: Fix WinRT component referencesGilles Khouzam2019-02-011-2/+8
|/
* cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-4/+4
* Merge topic 'vs-debug-utility-targets'Brad King2019-01-171-49/+52
|\
| * VS: Add support for VS_DEBUGGER_* properties on custom targetsNils Gladitz2019-01-161-49/+52
* | Merge topic 'fix_csharp_defines'Brad King2019-01-171-0/+4
|\ \ | |/ |/|
| * VS: Honor target_compile_definitions for C# projectsWil Stark2019-01-161-0/+4
* | Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-3/+3
|/
* Merge topic 'fix-source-group-CMakeLists.txt'Brad King2019-01-151-0/+8
|\
| * Restore support for a custom source group for CMakeLists.txtBrad King2019-01-141-0/+8
* | cmVisualStudio10TargetGenerator: Fix .NET Compact Framework projects.Wil Stark2019-01-111-1/+32
|/
* VS: Honor WinCE deployment properties in VS 2010+Wil Stark2019-01-101-0/+27
* Merge topic 'vs_deploy_content_fix'Brad King2018-12-131-0/+1
|\
| * VS: Fix Deploy content in .csproj filesWil Stark2018-12-071-0/+1
* | VisualStudio10TargetGenerator: support C# refs with '.' in file name.Wil Stark2018-12-111-1/+2
|/
* Merge topic 'cuda-external'Brad King2018-12-061-1/+2
|\
| * CUDA: Fix crash on linking to a CUDA target without CUDA enabledBrad King2018-12-051-1/+2
* | Merge topic 'fix-custom-target-with-csharp'Brad King2018-11-011-9/+7
|\ \ | |/
| * CSharp: Fix regression in VS project type selection for custom targetBrad King2018-10-311-9/+7
| * Merge branch 'vs-csharp-in-custom-target' into release-3.13Brad King2018-10-231-0/+4
| |\
| * \ Merge branch 'vs-cuda-pdb' into release-3.13Brad King2018-10-101-7/+18
| |\ \
* | \ \ Merge topic 'vs-csharp-in-custom-target'Brad King2018-10-241-0/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | VS: Fix crash on CSharp sources in a custom targetBrad King2018-10-231-0/+4
* | | | Merge topic 'gem-string'Brad King2018-10-171-4/+6
|\ \ \ \
| * | | | cmGeneratorTarget::GetExportMacro: return const std::string*Vitaly Stakhovsky2018-10-161-4/+6
* | | | | cmVisualStudio10TargetGenerator: Code improvementVitaly Stakhovsky2018-10-141-45/+30
|/ / / /