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-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
*
|
Merge topic 'extend-compile-language-genex'
Brad King
2018-01-16
1
-22/+45
|
\
\
|
|
/
|
/
|
|
*
Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and Xcode
Brad King
2018-01-12
1
-14/+27
|
*
Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and Xcode
Brad King
2018-01-12
1
-3/+6
|
*
cmVisualStudio10TargetGenerator: Factor out include dir computation
Brad King
2018-01-11
1
-6/+13
*
|
Merge topic 'cuda_allow_G_to_device_debugging_on_msvc'
Brad King
2018-01-12
1
-0/+6
|
\
\
|
|
/
|
/
|
|
*
CUDA: Allow -G to control device debuging on MSVC.
Robert Maynard
2018-01-11
1
-0/+6
*
|
VS: Modernize 'for' loops in cmVisualStudio10TargetGenerator to C++11
Vitaly Stakhovsky
2017-12-21
1
-238/+167
|
/
*
Merge topic 'per-source-COMPILE_LANGUAGE-genex-support'
Brad King
2017-12-14
1
-3/+5
|
\
|
*
Genex: Per-source $<COMPILE_LANGUAGE:...> support
Marc Chevrier
2017-12-13
1
-3/+5
*
|
cmIDEOptions: use std::string instead of const char*
Vitaly Stakhovsky
2017-12-09
1
-4/+4
|
/
[next]