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 'policy-cmp0111-iface'
Brad King
2020-11-24
1
-1/+2
|
\
|
*
cmVisualStudio10TargetGenerator: Avoid GetFullPath on INTERFACE library
Brad King
2020-11-23
1
-1/+2
|
*
Merge topic 'cuda_vs_skip_computation' into release-3.19
Brad King
2020-10-27
1
-2/+4
|
|
\
*
|
|
Reduce the scope of temporary cmProp variables and other improvements
Vitaly Stakhovsky
2020-11-05
1
-8/+7
*
|
|
Merge topic 'cuda_vs_skip_computation'
Brad King
2020-10-27
1
-2/+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
VS: Don't compute CUDA options unless necessary
Raul Tambre
2020-10-27
1
-2/+4
*
|
|
configure_file: Add option for user defined permissions
Asit Dhal
2020-10-24
1
-1/+1
*
|
|
VisualStudio: move PCH rules to projects when possible.
Robert Maynard
2020-10-20
1
-19/+47
|
|
/
|
/
|
*
|
Merge topic 'csharp-source_group-bugfix'
Brad King
2020-10-06
1
-1/+8
|
\
\
|
|
/
|
*
VS: Fix regression in C# source links
Kinan Mahdi
2020-10-05
1
-1/+8
*
|
Merge topic 'genexpr-for-mfc-flag'
Brad King
2020-10-01
1
-1/+2
|
\
\
|
*
|
VS: Teach CMAKE_MFC_FLAG to support generator expressions
Andrey Starodubtsev
2020-09-30
1
-1/+2
*
|
|
VS: Make ImportLibary generation optional
Mark Jansen
2020-09-30
1
-5/+7
*
|
|
VS: Fix C language standard in target with C++ sources
Brad King
2020-09-29
1
-0/+17
|
/
/
*
|
Merge topic 'generate-target-order'
Brad King
2020-09-08
1
-4/+0
|
\
\
|
*
|
cmLocalVisualStudio7Generator: Consolidate target iteration
Brad King
2020-09-04
1
-4/+0
*
|
|
Refactor: Use cmToCStr()
Vitaly Stakhovsky
2020-09-03
1
-1/+1
|
/
/
*
|
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-18/+18
*
|
WIN32_EXECUTABLE: Add support for generator expressions
Kyle Edwards
2020-08-21
1
-5/+15
*
|
Add INTERFACE libraries to generated buildsystem if they have SOURCES
Brad King
2020-08-07
1
-6/+5
*
|
Merge topic 'cleanup-target-types'
Brad King
2020-07-28
1
-1/+1
|
\
\
|
*
|
Factor out generator checks for filtering out interface libraries
Brad King
2020-07-23
1
-1/+1
*
|
|
Merge branch 'backport-vs-lang-flags' into vs-lang-flags
Brad King
2020-07-23
1
-0/+6
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
VS: Restore toleration of target-wide -TP flag with MSVC
Brad King
2020-07-23
1
-0/+6
*
|
Fix typos identified using codespell
Jean-Christophe Fillion-Robin
2020-07-22
1
-1/+1
*
|
cmNonempty: Convenience inlines to check for non-empty string
Vitaly Stakhovsky
2020-07-14
1
-3/+3
*
|
cmMakefile: Refactor API to better handle empty config values
Robert Maynard
2020-07-03
1
-1/+2
*
|
configure_file: Add option to control file permissions transfer to copy
Rahul Gottipati
2020-06-30
1
-1/+1
*
|
Merge topic 'visual-studio-android'
Brad King
2020-06-26
1
-11/+53
|
\
\
|
*
|
Visual Studio: Add Android support
Kyle Edwards
2020-06-24
1
-8/+51
|
*
|
Refactor: Add IsAndroidGuiExecutable() method to cmTarget
Kyle Edwards
2020-06-18
1
-3/+2
|
|
/
*
|
cmVisualStudio10TargetGenerator: Do not segfault on empty config
Robert Maynard
2020-06-24
1
-2/+3
|
/
*
VS: Restore compilation of '.C' sources as C++
Brad King
2020-06-11
1
-3/+6
*
VS: Use StdOutEncoding for VS 16.7 Preview 3 and above
Justin Goshi
2020-06-03
1
-5/+5
*
VS: Drop StdOutEncoding with VS 16.6 pending investigation
Brad King
2020-05-29
1
-2/+5
*
CUDA: Move VS CudaRuntime selection to be with rest of CUDA options
Brad King
2020-05-22
1
-4/+11
*
VS: Simplify logic adding source file C/C++ language flag to MSVC
Brad King
2020-05-18
1
-21/+7
*
VS: Compute managed type from an existing configuration
Brad King
2020-05-18
1
-1/+2
*
VS: Write custom commands for sources from all configurations
Brad King
2020-05-18
1
-8/+14
*
cmVisualStudio10TargetGenerator: Adopt Windows Store and Phone infrastructure
Brad King
2020-05-18
1
-66/+94
*
Merge topic 'vs-pch-compile-opts'
Brad King
2020-05-12
1
-1/+1
|
\
|
*
VS: Fix using PCH from source with COMPILE_OPTIONS
Brad King
2020-05-11
1
-1/+1
*
|
GetSafeProperty: return std::string const&
Vitaly Stakhovsky
2020-04-30
1
-1/+1
*
|
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-130/+120
*
|
VS: Add option for per-target PlatformToolset
Julien Jemine
2020-04-29
1
-2/+8
*
|
CUDA: Device linking use now link options
Marc Chevrier
2020-04-19
1
-6/+16
*
|
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-4/+4
*
|
Merge topic 'cmprop-source'
Brad King
2020-04-15
1
-56/+58
|
\
\
|
*
|
cmSourceFile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-14
1
-56/+58
*
|
|
Add support to indicate UTF-8 custom command pipe output encoding
Justin Goshi
2020-04-13
1
-0/+14
|
/
/
[next]