summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-10/+10
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-5/+5
* Merge topic 'vs-spectre-off'Brad King2019-07-311-4/+7
|\
| * VS: Fix mapping of `-Qspectre-` flagBrad King2019-07-301-4/+7
* | Merge topic 'vs-asmlist-dir'Brad King2019-07-191-2/+1
|\ \ | |/
| * VS: Place intermediate files in the "ASM List Location" next to objectsBrad King2019-07-181-2/+1
* | Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* | Merge topic 'object-library-sbcs'Brad King2019-07-121-1/+1
|\ \ | |/
| * VS: Fix SBCS support for object librariesBrad King2019-07-121-1/+1
* | IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* | Merge topic 'cuda-no-device-link-when-disabled'Brad King2019-07-021-1/+1
|\ \ | |/
| * CUDA: Do not device link if CUDA is not an enabled languageRobert Maynard2019-07-011-1/+1
* | Merge topic 'vs-dpi-aware'Brad King2019-06-271-8/+25
|\ \
| * | VS: Add VS_DPI_AWARE target propertyMatt Weir2019-06-261-8/+25
* | | Merge topic 'cuda-msvc-runtime-library'Brad King2019-06-271-15/+11
|\ \ \ | | |/ | |/|
| * | VS: Use AddLanguageFlags to de-duplicate CMAKE_{CUDA,ASM*}_FLAGS lookupBrad King2019-06-261-15/+11
* | | VS10Generator: add project properties to enable WindowsCE deployment.Wil Stark2019-06-191-0/+5
| |/ |/|
* | cmPropertyMap: Make std::map container privateSebastian Holtermann2019-06-081-12/+12
|/
* 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
|/