summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs-conditional-reference-assembly'Brad King2018-04-171-4/+2
|\
| * VS: Disallow ReferenceOutputAssembly in ProjectReference if not possibleBastien Schatt2018-04-131-4/+2
* | Merge topic 'vs-cuda-pdb'Brad King2018-04-161-0/+14
|\ \
| * | VS: Add workaround for CUDA compiler PDB locationBrad King2018-04-131-0/+14
| |/
* | Merge branch 'backport-fix-explicit-CMakeLists.txt'Brad King2018-04-131-0/+7
|\ \ | |/ |/|
| * Restore support for explicitly referenced CMakeLists.txt sourcesBrad King2018-04-131-0/+7
* | Merge topic 'add_support_for_clr_targets'Brad King2018-04-121-0/+16
|\ \
| * | cmVisualStudio10TargetGenerator: set /clr compiler flag from propertyMichael Stürmer2018-04-051-0/+16
* | | Merge topic 'attr-escape'Brad King2018-04-121-47/+48
|\ \ \
| * | | cmVisualStudio10TargetGenerator: Properly escape attributesVitaly Stakhovsky2018-04-061-47/+48
* | | | Merge topic 'minor-cleanups'Brad King2018-04-061-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | cmVisualStudio10TargetGenerator: Make NsightTegraVersion unsignedjrp20142018-04-051-2/+2
| |/ /
* | | cmVisualStudio10TargetGenerator: extend DOM-like generationVitaly Stakhovsky2018-03-311-78/+100
|/ /
* | VS: Simplify XML codeVitaly Stakhovsky2018-03-271-24/+21
* | cmVisualStudioGeneratorOptions: Move XML code to subclassesVitaly Stakhovsky2018-03-261-18/+48
* | cmVisualStudio10TargetGenerator: fix indentationVitaly Stakhovsky2018-03-191-0/+3
* | Merge topic 'vs-debugger-command'Brad King2018-03-191-0/+7
|\ \
| * | VS: Add target property VS_DEBUGGER_COMMANDHannes Mezger2018-03-141-0/+7
* | | cmVisualStudio10TargetGenerator: improved XML nestingVitaly Stakhovsky2018-03-161-68/+77
|/ /
* | cmVisualStudio10TargetGenerator: Use helpers for XML tagsVitaly Stakhovsky2018-03-071-312/+162
* | cmIDEOptions: use std::stringVitaly Stakhovsky2018-02-261-1/+1
* | Merge topic 'project-references-csharp-17678'Brad King2018-02-261-0/+11
|\ \
| * | VS: Support C# project referencesRobert Dailey2018-02-231-0/+11
* | | VS: Convert loops to C++11, other C++ improvementsVitaly Stakhovsky2018-02-221-53/+35
|/ /
* | cmVisualStudio10TargetGenerator: Make some data members const; simplifyVitaly Stakhovsky2018-02-061-59/+33
|/
* cmVisualStudio10TargetGenerator: Limit scope of ConvertToWindowsSlash()Vitaly Stakhovsky2018-02-021-50/+52
* Merge topic 'msvc_cuda_files_use_consistent_obj_names'Brad King2018-01-311-3/+14
|\
| * CUDA: Use MSVC default pattern for naming object filesRobert Maynard2018-01-301-3/+14
* | Merge topic 'vs-restore-order'Brad King2018-01-311-2/+2
|\ \ | |/ |/|
| * VS: Restore the order of the AdditionalIncludeDirectories tagVitaly Stakhovsky2018-01-301-2/+2
* | VS: Use newline for empty DebugInformationFormat tagsRobert Dailey2018-01-261-4/+5
|/
* Merge topic 'sourceFile-new-properties'Brad King2018-01-251-54/+77
|\
| * sourceFile properties: add property INCLUDE_DIRECTORIESMarc Chevrier2018-01-241-1/+18
| * VisualStudio generators: refactoringMarc Chevrier2018-01-231-54/+41
| * sourceFile properties: add property COMPILE_OPTIONSMarc Chevrier2018-01-231-1/+20
* | Merge topic 'stdstring'Brad King2018-01-251-2/+2
|\ \
| * | cmMakefile: use std::string in more methods; cleanup c_str()sVitaly Stakhovsky2018-01-231-2/+2
| |/
* | cmVisualStudio10TargetGenerator: remove redundant space char in some tagsVitaly Stakhovsky2018-01-231-1/+1
|/
* Merge topic 'msvc_cuda_8_explicitly_specify_cuda_language'Brad King2018-01-181-0/+11
|\
| * CUDA: MSVC will now state files are cuda files when neededRobert Maynard2018-01-121-0/+11
* | Merge topic 'extend-compile-language-genex'Brad King2018-01-161-22/+45
|\ \ | |/ |/|
| * Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and XcodeBrad King2018-01-121-14/+27
| * Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and XcodeBrad King2018-01-121-3/+6
| * cmVisualStudio10TargetGenerator: Factor out include dir computationBrad King2018-01-111-6/+13
* | Merge topic 'cuda_allow_G_to_device_debugging_on_msvc'Brad King2018-01-121-0/+6
|\ \ | |/ |/|
| * CUDA: Allow -G to control device debuging on MSVC.Robert Maynard2018-01-111-0/+6
* | VS: Modernize 'for' loops in cmVisualStudio10TargetGenerator to C++11Vitaly Stakhovsky2017-12-211-238/+167
|/
* Merge topic 'per-source-COMPILE_LANGUAGE-genex-support'Brad King2017-12-141-3/+5
|\
| * Genex: Per-source $<COMPILE_LANGUAGE:...> supportMarc Chevrier2017-12-131-3/+5
* | cmIDEOptions: use std::string instead of const char*Vitaly Stakhovsky2017-12-091-4/+4
|/