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-winrt-default'
Brad King
2018-08-31
1
-2/+4
|
\
\
|
*
|
VS: Add option to tell generator that platfrom is WinRT by default
Mikhail Korolev
2018-08-30
1
-2/+4
*
|
|
cmVisualStudio10TargetGenerator: clean up c_str()s
Vitaly Stakhovsky
2018-08-28
1
-8/+8
*
|
|
Merge topic 'lg-directory'
Brad King
2018-08-28
1
-4/+3
|
\
\
\
|
*
|
|
cmLocalGenerator: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
1
-4/+3
*
|
|
|
Merge topic 'mk-directory'
Brad King
2018-08-28
1
-8/+8
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
cmMakefile: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
1
-8/+8
|
|
/
/
*
|
|
Merge topic 'static-lib-options'
Brad King
2018-08-27
1
-1/+6
|
\
\
\
|
*
|
|
static library: add property STATIC_LIBRARY_OPTIONS
Marc Chevrier
2018-08-15
1
-1/+6
|
|
/
/
*
|
|
Merge topic 'ProjectReference'
Brad King
2018-08-27
1
-23/+21
|
\
\
\
|
*
|
|
VS: Disallow ReferenceOutputAssembly in ProjectReference if not possible
Bastien Schatt
2018-08-12
1
-23/+21
*
|
|
|
VS: Avoid VS 2017 toolset default use of /FC flag
Brad King
2018-08-23
1
-0/+10
|
|
/
/
|
/
|
|
*
|
|
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
[prev]
[next]