index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmVisualStudio10TargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge topic 'vs-refactor-xml'
Brad King
2018-04-26
1
-48/+68
|
\
\
\
|
*
|
|
VS: Add Elem::Content() helper and usage demo
Vitaly Stakhovsky
2018-04-26
1
-16/+19
|
*
|
|
cmVisualStudio10TargetGenerator: refactoring (continued)
Vitaly Stakhovsky
2018-04-24
1
-32/+49
|
|
/
/
*
|
|
cmVisualStudioGeneratorOptions: specify indentation with integer
Vitaly Stakhovsky
2018-04-25
1
-36/+36
|
|
/
|
/
|
*
|
Merge topic 'vs-dedup-custom-commands'
Brad King
2018-04-25
1
-4/+6
|
\
\
|
*
|
VS: Generate a custom command only in the least dependent target
Fujii Hironori
2018-04-23
1
-2/+3
|
*
|
cmVisualStudio10TargetGenerator: Use cmLocalVisualStudio10Generator
Fujii Hironori
2018-04-17
1
-2/+3
*
|
|
VS: Add VS_SHADER_OBJECT_FILE_NAME source file property
Jeremiah van Oosten
2018-04-24
1
-0/+8
|
|
/
|
/
|
*
|
Merge topic 'vs-sdk-dirs'
Brad King
2018-04-20
1
-0/+49
|
\
\
|
*
|
VS: Add variables to set SDK directories in vcxproj files
Bastien Schatt
2018-04-19
1
-0/+49
*
|
|
Merge topic 'vs-conditional-reference-assembly'
Brad King
2018-04-17
1
-4/+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
VS: Disallow ReferenceOutputAssembly in ProjectReference if not possible
Bastien Schatt
2018-04-13
1
-4/+2
|
|
/
*
|
Merge topic 'vs-cuda-pdb'
Brad King
2018-04-16
1
-0/+14
|
\
\
|
*
|
VS: Add workaround for CUDA compiler PDB location
Brad King
2018-04-13
1
-0/+14
|
|
/
*
|
Merge branch 'backport-fix-explicit-CMakeLists.txt'
Brad King
2018-04-13
1
-0/+7
|
\
\
|
|
/
|
/
|
|
*
Restore support for explicitly referenced CMakeLists.txt sources
Brad King
2018-04-13
1
-0/+7
*
|
Merge topic 'add_support_for_clr_targets'
Brad King
2018-04-12
1
-0/+16
|
\
\
|
*
|
cmVisualStudio10TargetGenerator: set /clr compiler flag from property
Michael Stürmer
2018-04-05
1
-0/+16
*
|
|
Merge topic 'attr-escape'
Brad King
2018-04-12
1
-47/+48
|
\
\
\
|
*
|
|
cmVisualStudio10TargetGenerator: Properly escape attributes
Vitaly Stakhovsky
2018-04-06
1
-47/+48
*
|
|
|
Merge topic 'minor-cleanups'
Brad King
2018-04-06
1
-2/+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
cmVisualStudio10TargetGenerator: Make NsightTegraVersion unsigned
jrp2014
2018-04-05
1
-2/+2
|
|
/
/
*
|
|
cmVisualStudio10TargetGenerator: extend DOM-like generation
Vitaly Stakhovsky
2018-03-31
1
-78/+100
|
/
/
*
|
VS: Simplify XML code
Vitaly Stakhovsky
2018-03-27
1
-24/+21
*
|
cmVisualStudioGeneratorOptions: Move XML code to subclasses
Vitaly Stakhovsky
2018-03-26
1
-18/+48
*
|
cmVisualStudio10TargetGenerator: fix indentation
Vitaly Stakhovsky
2018-03-19
1
-0/+3
*
|
Merge topic 'vs-debugger-command'
Brad King
2018-03-19
1
-0/+7
|
\
\
|
*
|
VS: Add target property VS_DEBUGGER_COMMAND
Hannes Mezger
2018-03-14
1
-0/+7
*
|
|
cmVisualStudio10TargetGenerator: improved XML nesting
Vitaly Stakhovsky
2018-03-16
1
-68/+77
|
/
/
*
|
cmVisualStudio10TargetGenerator: Use helpers for XML tags
Vitaly Stakhovsky
2018-03-07
1
-312/+162
*
|
cmIDEOptions: use std::string
Vitaly Stakhovsky
2018-02-26
1
-1/+1
*
|
Merge topic 'project-references-csharp-17678'
Brad King
2018-02-26
1
-0/+11
|
\
\
|
*
|
VS: Support C# project references
Robert Dailey
2018-02-23
1
-0/+11
*
|
|
VS: Convert loops to C++11, other C++ improvements
Vitaly Stakhovsky
2018-02-22
1
-53/+35
|
/
/
*
|
cmVisualStudio10TargetGenerator: Make some data members const; simplify
Vitaly Stakhovsky
2018-02-06
1
-59/+33
|
/
*
cmVisualStudio10TargetGenerator: Limit scope of ConvertToWindowsSlash()
Vitaly Stakhovsky
2018-02-02
1
-50/+52
*
Merge topic 'msvc_cuda_files_use_consistent_obj_names'
Brad King
2018-01-31
1
-3/+14
|
\
|
*
CUDA: Use MSVC default pattern for naming object files
Robert Maynard
2018-01-30
1
-3/+14
*
|
Merge topic 'vs-restore-order'
Brad King
2018-01-31
1
-2/+2
|
\
\
|
|
/
|
/
|
|
*
VS: Restore the order of the AdditionalIncludeDirectories tag
Vitaly Stakhovsky
2018-01-30
1
-2/+2
*
|
VS: Use newline for empty DebugInformationFormat tags
Robert Dailey
2018-01-26
1
-4/+5
|
/
*
Merge topic 'sourceFile-new-properties'
Brad King
2018-01-25
1
-54/+77
|
\
|
*
sourceFile properties: add property INCLUDE_DIRECTORIES
Marc Chevrier
2018-01-24
1
-1/+18
|
*
VisualStudio generators: refactoring
Marc Chevrier
2018-01-23
1
-54/+41
|
*
sourceFile properties: add property COMPILE_OPTIONS
Marc Chevrier
2018-01-23
1
-1/+20
*
|
Merge topic 'stdstring'
Brad King
2018-01-25
1
-2/+2
|
\
\
|
*
|
cmMakefile: use std::string in more methods; cleanup c_str()s
Vitaly Stakhovsky
2018-01-23
1
-2/+2
|
|
/
*
|
cmVisualStudio10TargetGenerator: remove redundant space char in some tags
Vitaly Stakhovsky
2018-01-23
1
-1/+1
|
/
*
Merge topic 'msvc_cuda_8_explicitly_specify_cuda_language'
Brad King
2018-01-18
1
-0/+11
|
\
|
*
CUDA: MSVC will now state files are cuda files when needed
Robert Maynard
2018-01-12
1
-0/+11
[prev]
[next]