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
*
VS: print comment in CSharp target only if it is actually set
Michael Stürmer
2017-07-12
1
-1/+5
*
Merge topic 'vs-link-debug-flags'
Brad King
2017-06-29
1
-28/+9
|
\
|
*
VS: Fix GenerateDebugInformation values for v140 and v141 toolsets
Brad King
2017-06-28
1
-28/+9
|
*
Merge branch 'vs-cuda-fix-flags' into release-3.9
Brad King
2017-06-27
1
-3/+3
|
|
\
|
*
\
Merge branch 'vs-cuda-fix-flags' into release-3.9
Brad King
2017-06-21
1
-10/+35
|
|
\
\
*
|
\
\
Merge topic 'vs_csharp_custom_command'
Brad King
2017-06-27
1
-30/+129
|
\
\
\
\
|
*
|
|
|
Vs: fix CSharp custom command by introducing inline MSBuild <Targets>s
Michael Stürmer
2017-06-22
1
-6/+80
|
*
|
|
|
Vs: factor out computation of <Link> tag for CSharp source files
Michael Stürmer
2017-06-22
1
-8/+21
|
*
|
|
|
Vs: refactor WriteCustomRule for preparation of CSharp support
Michael Stürmer
2017-06-22
1
-18/+30
*
|
|
|
|
Merge topic 'vs-cuda-fix-flags'
Brad King
2017-06-27
1
-3/+3
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
VS: Fix support for nvcc flags not in our flag table
Brad King
2017-06-27
1
-3/+3
|
|
|
/
|
|
/
|
*
|
|
Vs: disable unnecessary <ItemDefinitionGroups> for CSharp targets
Michael Stürmer
2017-06-22
1
-0/+3
*
|
|
Vs: change comparison to use .ProjectType member always as first comparator
Michael Stürmer
2017-06-22
1
-23/+23
*
|
|
Merge topic 'vs-cuda-fix-flags'
Brad King
2017-06-22
1
-10/+35
|
\
\
\
|
|
/
/
|
*
|
VS: Improve workaround for CUDA -Xcompiler placement bug
Brad King
2017-06-21
1
-3/+10
|
*
|
VS: Fix target_compile_options for CUDA
Brad King
2017-06-21
1
-7/+25
*
|
|
Merge topic 'vs_csharp_link_to_managed_cxx'
Brad King
2017-06-22
1
-4/+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Vs: allow CSharp targets to be linked to CXX targets
Michael Stürmer
2017-06-21
1
-4/+0
|
|
/
|
*
Merge branch 'ipo-per-lang' into release-3.9
Brad King
2017-06-14
1
-1/+1
|
|
\
*
|
|
Vs: remove /nowin32manifest from C# flags to enable default VS behavior
Michael Stürmer
2017-06-16
1
-0/+6
*
|
|
Merge topic 'vs_csharp_prop_for_all_extensions'
Brad King
2017-06-15
1
-24/+44
|
\
\
\
|
*
|
|
Vs: add support for VS_CSHARP_* target property for additional file extensions
Michael Stürmer
2017-06-13
1
-24/+44
*
|
|
|
Merge topic 'ipo-per-lang'
Brad King
2017-06-15
1
-1/+1
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
IPO: Consider support for each language separately
Brad King
2017-06-14
1
-1/+1
|
|
/
/
*
|
|
Merge topic 'vs-dotnet-custom-reference-tags'
Brad King
2017-06-14
1
-0/+31
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
VS: add target property VS_DOTNET_REFERENCEPROP_<refname>_TAG_<tagname>
Michael Stürmer
2017-06-13
1
-0/+31
|
|
/
*
|
CUDA: When linking device code suppress CUDA 8.0+ deprecation warnings
Robert Maynard
2017-06-13
1
-0/+7
|
/
*
cmVisualStudio10TargetGenerator: Remove shadowing local variable
Brad King
2017-05-30
1
-2/+0
*
VS: Fix indentation of .vcxproj files
Brad King
2017-05-24
1
-12/+12
*
VS: Write UseOfMfc tag only if CMAKE_MFC_FLAG is present
Brad King
2017-05-22
1
-10/+12
*
VS: Fix .vcxproj ProjectGuid element case
Brad King
2017-05-09
1
-2/+2
*
VS: Use tool-specific flag table for COMPILE_FLAGS parsing
Peter Ivanyi
2017-05-03
1
-1/+16
*
CUDA: Static libraries can now explicitly resolve device symbols
Robert Maynard
2017-04-26
1
-0/+4
*
CUDA: Visual Studio now properly delays device linking
Robert Maynard
2017-04-26
1
-0/+68
*
Merge topic 'enable_ptx_compilation'
Brad King
2017-04-21
1
-0/+6
|
\
|
*
CUDA: Allow sources to be compiled to .ptx files
Robert Maynard
2017-04-20
1
-0/+6
*
|
Merge topic 'fix-vs2017-guid-braces'
Brad King
2017-04-21
1
-7/+2
|
\
\
|
*
|
VS: Fix project reference inspection in VS IDE
Richard Walters
2017-04-20
1
-7/+2
*
|
|
Replace boolean `implib` parameters with enum
Gregor Jasny
2017-04-20
1
-4/+4
|
|
/
|
/
|
*
|
cmGeneratorTarget: Drop default GetLinkerLanguage config argument
Brad King
2017-04-17
1
-1/+2
*
|
VS: Teach generators how to mark per-config source files
Brad King
2017-04-13
1
-14/+52
*
|
Merge topic 'include-style'
Brad King
2017-04-13
1
-1/+1
|
\
\
|
*
|
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
|
|
VS: Refactor loop over classified sources
Brad King
2017-04-11
1
-83/+80
|
/
/
*
|
VS: Simplify logic collecting object library files as sources
Brad King
2017-04-11
1
-45/+0
*
|
Merge topic 'ipo-policy-CMP0069'
Brad King
2017-03-31
1
-0/+3
|
\
\
|
*
|
Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION
Ruslan Baratov
2017-03-30
1
-0/+3
*
|
|
Merge topic 'vs-rc-defines'
Brad King
2017-03-29
1
-5/+7
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
VS: Honor preprocessor definitions in RC flags
Brad King
2017-03-28
1
-5/+7
|
*
Merge branch 'csproj_add_free_source_tags' into release
Brad King
2017-03-02
1
-47/+46
|
|
\
[next]