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
*
cmVisualStudioGeneratorOptions::Parse(): const std::string& argument
Vitaly Stakhovsky
2018-08-13
1
-11/+11
*
cmCompiledGeneratorExpression::Evaluate(): return const std::string&
Vitaly Stakhovsky
2018-08-09
1
-10/+9
*
Merge topic 'csharp-link-file'
Brad King
2018-07-09
1
-4/+7
|
\
|
*
VS: Only link cs files when they're not in binary dir
Robert Dailey
2018-07-06
1
-4/+7
*
|
Merge topic 'vs_debugger'
Brad King
2018-06-22
1
-2/+39
|
\
\
|
*
|
VS10Project: Expand VS_DEBUGGER_* capabilities
Jon Chronopoulos
2018-06-17
1
-2/+39
*
|
|
Merge topic 'vs-cuda-no-host-includes'
Brad King
2018-06-20
1
-0/+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
VS: Avoid duplication of CUDA include directories
Brad King
2018-06-20
1
-0/+1
*
|
LINK_OPTIONS: Add new family of properties
Marc Chevrier
2018-06-06
1
-0/+5
|
/
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-29/+38
*
VS: Add option to select the version of the toolset used by VS 2017
Basil Fierz
2018-05-29
1
-0/+5
*
cmVisualStudio10TargetGenerator: Remove empty Elem::EndElement()
Vitaly Stakhovsky
2018-05-25
1
-125/+31
*
cmVisualStudio10TargetGenerator: close XML tag in Elem destructor
Vitaly Stakhovsky
2018-05-25
1
-6/+12
*
cmVisualStudio10TargetGenerator: make sure each Elem has right scope
Vitaly Stakhovsky
2018-05-22
1
-19/+29
*
cmVisualStudio10TargetGenerator: remove BuildFileStream member
Vitaly Stakhovsky
2018-05-16
1
-386/+393
*
Merge topic 'dotnet_target_fw_init'
Brad King
2018-05-16
1
-4/+11
|
\
|
*
added CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION variable
Michael Stürmer
2018-05-15
1
-4/+11
*
|
Merge topic 'vs-nitpicks'
Brad King
2018-05-16
1
-73/+69
|
\
\
|
|
/
|
/
|
|
*
cmVisualStudio10TargetGenerator: minor code cleanup
Vitaly Stakhovsky
2018-05-11
1
-73/+69
*
|
Merge topic 'cuda-vs-cuda-device-runtime'
Brad King
2018-05-14
1
-0/+2
|
\
\
|
|
/
|
/
|
|
*
VS: Link CUDA binaries with the device runtime library 'cudadevrt'
Brad King
2018-05-11
1
-0/+2
*
|
Merge topic 'vs-refactor'
Brad King
2018-05-11
1
-107/+92
|
\
\
|
*
|
cmVisualStudio10TargetGenerator: refactor
Vitaly Stakhovsky
2018-05-09
1
-107/+92
|
|
/
*
|
Merge topic 'vs-fix-csharp-recompile'
Brad King
2018-05-11
1
-0/+1
|
\
\
|
|
/
|
/
|
|
*
VS: When not referencing output assembly do not try to copy it either
Andreas Schönle
2018-05-09
1
-0/+1
*
|
Merge topic 'vs-refactor-xml'
Brad King
2018-05-09
1
-1/+2
|
\
\
|
*
|
VS: Fix regression in XML generation for CUDA
Brad King
2018-05-08
1
-1/+2
*
|
|
Merge topic 'vs-improve-options'
Brad King
2018-05-08
1
-116/+94
|
\
\
\
|
*
|
|
VS: improve options generation
Vitaly Stakhovsky
2018-05-05
1
-116/+94
|
|
/
/
*
|
|
Merge topic 'deprecate_static_managed_targets'
Brad King
2018-05-08
1
-11/+25
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
cmVisualStudio10TargetGenerator: add handling of static C# targets
Michael Stürmer
2018-05-07
1
-0/+5
|
*
|
cmVisualStudio10TargetGenerator: add handling of manual /clr setting
Michael Stürmer
2018-05-07
1
-0/+10
|
*
|
cmVisualStudio10TargetGenerator: fix checking for managed target
Michael Stürmer
2018-05-07
1
-12/+3
|
*
|
cmVisualStudio10TargetGenerator: issue warning when adding static C# lib
Michael Stürmer
2018-05-07
1
-0/+8
|
|
/
*
|
VS Generator: Only include default certificate if it was actually copied
Mark Ingram
2018-05-04
1
-4/+8
|
/
*
cmVisualStudio10TargetGenerator: XML refactoring
Vitaly Stakhovsky
2018-05-04
1
-790/+732
*
Merge topic 'vs-shader-generator-expressions'
Brad King
2018-04-30
1
-6/+33
|
\
|
*
Add generator expressions for VS_SHADER_ source file properties.
Jeremiah van Oosten
2018-04-26
1
-6/+33
*
|
Merge topic 'vs-refactor-xml'
Brad King
2018-04-27
1
-55/+48
|
\
\
|
*
|
cmVisualStudio10TargetGenerator: XML refactoring
Vitaly Stakhovsky
2018-04-26
1
-55/+48
|
|
/
*
|
Merge topic 'vs-managed-fastlink'
Brad King
2018-04-27
1
-0/+9
|
\
\
|
|
/
|
/
|
|
*
VS: Don't turn on /DEBUG:FASTLINK for managed C++ targets
Calum Robinson
2018-04-26
1
-0/+9
*
|
Merge topic 'csharp_reference_imported_targets'
Brad King
2018-04-26
1
-31/+116
|
\
\
|
*
|
cmVisualStudio10TargetGenerator: warn if /clr flag is set manually
Michael Stürmer
2018-04-24
1
-2/+14
|
*
|
cmVisualStudio10TargetGenerator: fix for backward compatibility
Michael Stürmer
2018-04-24
1
-5/+18
|
*
|
cmGlobalVisualStudioGenerator: remove TargetCanBeReferenced()
Michael Stürmer
2018-04-24
1
-1/+4
|
*
|
cmVisualStudio10TargetGenerator: store managed reference information in maps
Michael Stürmer
2018-04-24
1
-7/+51
|
*
|
cmVisualStudio10TargetGenerator: make some methods config aware
Michael Stürmer
2018-04-23
1
-9/+17
|
*
|
cmVisualStudio10TargetGenerator: /clr compatible flags for managed tgt
Michael Stürmer
2018-04-23
1
-1/+6
|
*
|
remove TargetIsCSharpOnly() and use methods from cmGeneratorTarget
Michael Stürmer
2018-04-23
1
-12/+12
[next]