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
/
cmTarget.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmFileSet: store visibility with the fileset
Ben Boeckel
2022-04-11
1
-2/+3
*
Revert INTERFACE_LINK_LIBRARIES_DIRECT feature for 3.23 branch
Brad King
2022-03-21
1
-2/+0
*
Merge topic 'restore-target-export-includes' into release-3.23
Brad King
2022-02-10
1
-2/+5
|
\
|
*
install(TARGETS): Restore per-export INCLUDES DESTINATION
Eugene Shalygin
2022-02-09
1
-2/+5
*
|
cmTarget: Add INTERFACE_LINK_LIBRARIES_DIRECT{,_EXCLUDE} backtrace storage
Brad King
2022-01-29
1
-0/+2
*
|
cmTarget: Record backtraces for INTERFACE_LINK_LIBRARIES
Brad King
2021-12-15
1
-0/+2
*
|
cmTargetPropertyComputer: Simplify by restoring use of cmMakefile
Brad King
2021-12-08
1
-4/+8
*
|
cmTarget: Add cmFileSet and associated properties
Kyle Edwards
2021-10-27
1
-0/+15
|
/
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-8/+8
*
Refactor: Convert parallel string/backtrace vectors to BT vectors
Kyle Edwards
2021-09-03
1
-30/+15
*
Enhancement: SetProperty accept cmProp or std::string
Marc Chevrier
2021-08-25
1
-1/+5
*
Refactor cmTargetExport removing InterfaceIncludeDirecories
Eugene Shalygin
2021-07-22
1
-0/+3
*
clang-tidy: fix `readability-redundant-access-specifiers` warnings
Ben Boeckel
2021-01-27
1
-1/+0
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-1/+1
*
cmGeneratorTarget: Refactor custom command dependency evaluation
Brad King
2020-10-29
1
-0/+1
*
Constify some code as suggested by clang-tidy
Cengizhan Pasaoglu
2020-10-19
1
-1/+1
*
Modernize: Use #pragma once in all header files
Kitware Robot
2020-09-03
1
-4/+1
*
Factor out generator checks for filtering on non-compiling targets
Brad King
2020-07-23
1
-0/+1
*
fileapi: Support multiple backtraces for language standard
Justin Goshi
2020-07-06
1
-1/+1
*
Merge topic 'fileApiAddLanguageStandardBacktrace'
Brad King
2020-06-29
1
-0/+7
|
\
|
*
Add backtrace support for language standard
Justin Goshi
2020-06-22
1
-0/+7
*
|
Refactor: Add IsAndroidGuiExecutable() method to cmTarget
Kyle Edwards
2020-06-18
1
-0/+3
|
/
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-2/+1
*
cmTarget: Replace "perConfig" constructor boolean with enum
Brad King
2020-05-18
1
-1/+7
*
GetSafeProperty: return std::string const&
Vitaly Stakhovsky
2020-04-30
1
-1/+1
*
cmTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-30
1
-6/+7
*
cmTarget: minor code improvements
Vitaly Stakhovsky
2020-03-17
1
-2/+2
*
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-2/+3
*
AppendProperty: convert value param to std::string
Vitaly Stakhovsky
2020-01-25
1
-6/+1
*
target_link_libraries: Fix out-of-dir linking of a list of targets
Brad King
2020-01-16
1
-3/+1
*
Merge topic 'stdstring-target'
Brad King
2019-12-17
1
-0/+9
|
\
|
*
cmTarget: add std::string overloads
Vitaly Stakhovsky
2019-12-14
1
-0/+9
*
|
Ninja: Add multi-config variant
Kyle Edwards
2019-12-13
1
-1/+2
|
/
*
cmCustomCommand: Move custom commands
Daniel Eiband
2019-09-26
1
-0/+3
*
cmMakefile: Move enumerations into new header
Daniel Eiband
2019-09-26
1
-7/+0
*
cmMakefile: Separate custom command setup from actual creation
Daniel Eiband
2019-09-17
1
-1/+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-1/+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
*
PCH: add PRECOMPILE_HEADERS to special properties
Daniel Pfeifer
2019-08-26
1
-0/+5
*
Merge topic 'fileapi-install-generators'
Brad King
2019-08-05
1
-0/+4
|
\
|
*
fileapi: Fix codemodel target install destination for cross-dir rules
Brad King
2019-07-31
1
-0/+4
*
|
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
|
AIX: Explicitly compute executable exports for both XL and GNU
Brad King
2019-07-15
1
-0/+3
*
|
De-duplicate checks for whether a platform uses Windows DLLs
Brad King
2019-07-12
1
-0/+3
*
|
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
|
/
*
cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTarget
Sebastian Holtermann
2019-05-23
1
-3/+0
*
Fix invalid ///! doxygen comment line starts
Sebastian Holtermann
2019-03-31
1
-21/+21
*
cmTarget: Use std::unique_ptr instead of custom smart pointer
Sebastian Holtermann
2019-03-23
1
-18/+12
*
cmTarget: Single line comment clanups
Sebastian Holtermann
2019-03-23
1
-9/+7
*
cmTarget: Make private `SetPropertyDefault` an in code lambda `InitProperty`
Sebastian Holtermann
2019-03-23
1
-5/+0
[next]