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
/
cmGeneratorTarget.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmVisualStudio10TargetGenerator: Adopt Windows Store and Phone infrastructure
Brad King
2020-05-18
1
-17/+3
*
cmGeneratorTarget: Remove default config from Get* methods
Brad King
2020-05-18
1
-9/+8
*
cmGeneratorTarget: Track when the set of link libs is config-dependent
Brad King
2020-05-12
1
-0/+1
*
GetSafeProperty: return std::string const&
Vitaly Stakhovsky
2020-04-30
1
-1/+1
*
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-1/+3
*
Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK>
Marc Chevrier
2020-04-19
1
-0/+19
*
CUDA: Add CUDA_ARCHITECTURES target property
Raul Tambre
2020-04-15
1
-0/+2
*
PCH: Add support for multi architecture iOS projects
Cristian Adam
2020-04-02
1
-7/+13
*
Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>
Alexandru Croitor
2020-03-04
1
-0/+3
*
Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...>
Marc Chevrier
2020-02-26
1
-5/+22
*
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-1/+1
*
Source: use std::string in place of const char*
Vitaly Stakhovsky
2020-01-29
1
-3/+3
*
macOS: Add OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION properties
Isuru Fernando
2020-01-24
1
-2/+10
*
target_link_libraries: Fix out-of-dir linking of a list of targets
Brad King
2020-01-16
1
-0/+8
*
Add set_property option: DEPRECATION
Joseph Snyder
2020-01-02
1
-0/+7
*
Ninja: Add multi-config variant
Kyle Edwards
2019-12-13
1
-0/+1
*
Link properties: must be transitive over private dependency on static library
Marc Chevrier
2019-12-09
1
-2/+4
*
Merge topic 'unity-HEADER_FILE_ONLY'
Brad King
2019-11-12
1
-1/+8
|
\
|
*
Unity: Don't include sources with HEADER_FILE_ONLY property set
Cristian Adam
2019-11-11
1
-1/+8
*
|
Merge topic 'modernize-memory-management'
Kyle Edwards
2019-11-06
1
-10/+14
|
\
\
|
*
|
cmGeneratorTarget: modernize memory management
Marc Chevrier
2019-11-05
1
-10/+14
*
|
|
INSTALL_NAME_DIR: Add support for generator expressions
Kyle Edwards
2019-11-04
1
-1/+2
|
/
/
*
|
cmGeneratorTarget: Add GetAllConfigCompileLanguages method
Brad King
2019-10-17
1
-0/+4
*
|
cmGeneratorTarget: Return non-const sources from GetAllConfigSources
Brad King
2019-10-17
1
-1/+1
|
/
*
PCH: Generate sources during Compute step
Cristian Adam
2019-10-09
1
-0/+9
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-5/+5
*
Precompile Headers: Add REUSE_FROM signature
Cristian Adam
2019-09-17
1
-0/+3
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-14/+14
*
Precompile headers: Add methods to generate PCH sources
Cristian Adam
2019-08-28
1
-0/+5
*
PCH: add PRECOMPILE_HEADERS to special properties
Daniel Pfeifer
2019-08-26
1
-0/+7
*
Genex: Memoize usage requirement TARGET_PROPERTY existence
Brad King
2019-07-23
1
-0/+5
*
Genex: Optimize usage requirement TARGET_PROPERTY recursion
Brad King
2019-07-23
1
-0/+7
*
De-duplicate checks for whether a platform uses Windows DLLs
Brad King
2019-07-12
1
-1/+0
*
Refactor checks for whether a target has an import library
Brad King
2019-07-12
1
-2/+6
*
BUILD_RPATH/INSTALL_RPATH: Add generator expression support
Kyle Edwards
2019-06-25
1
-1/+7
*
Refactor: introduce method cmGeneratorTarget::GetFilePostfix
Marc Chevrier
2019-05-02
1
-0/+3
*
Refactor: Add new methods to retrieve prefix and suffix
Marc Chevrier
2019-04-10
1
-0/+14
*
Genex: Add capability to retrieve base name for various target artifacts
Marc Chevrier
2019-04-08
1
-0/+3
*
Fix invalid ///! doxygen comment line starts
Sebastian Holtermann
2019-03-31
1
-3/+3
*
Create and use `cmGeneratorTarget::Names`
Saleem Abdulrasool
2019-02-11
1
-6/+12
*
clang-tidy: Use `= delete`
Regina Pfeifer
2019-01-29
1
-2/+3
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-5/+0
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-5/+5
*
cmTarget,cmGeneratorTarget: Add optional `before` parameter to AddSource
Sebastian Holtermann
2019-01-18
1
-2/+2
*
clang-tidy: Use default member initialization
Regina Pfeifer
2018-12-15
1
-31/+13
*
POSITION_INDEPENDENT_CODE: Manage link flags for executables
Marc Chevrier
2018-11-11
1
-0/+5
*
Merge topic 'fix-custom-target-with-csharp'
Brad King
2018-11-01
1
-5/+1
|
\
|
*
CSharp: Fix regression in VS project type selection for custom target
Brad King
2018-10-31
1
-5/+1
*
|
Add generator APIs to get build settings with backtraces
Brad King
2018-10-18
1
-6/+25
[next]