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
*
Ninja: Allow compilation before generation of dependencies' private sources
Martin Duffy
2023-09-20
1
-0/+2
*
cxxmodules: generate synthetic targets as an initial pass
Ben Boeckel
2023-08-17
1
-0/+4
*
OPTIMIZE_DEPENDENCIES: Skip order-only deps for non-linking targets
Craig Scott
2023-08-09
1
-0/+1
*
IWYU: Update for Debian 12 CI job
Brad King
2023-07-28
1
-7/+3
*
Merge topic 'automoc-moc-options-test'
Brad King
2023-06-01
1
-1/+1
|
\
|
*
cmTarget: Improve const correctness of AddUtility
Orkun Tokdemir
2023-05-31
1
-1/+1
*
|
cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesets
Ben Boeckel
2023-05-31
1
-2/+0
|
/
*
SetProperty: suppress raw pointer usage
Marc Chevrier
2023-05-26
1
-1/+4
*
Apple: Handle generation and comsuption of text-based stubs (.tbd files)
Marc Chevrier
2023-03-01
1
-0/+4
*
Enhance support functions
Marc Chevrier
2023-02-28
1
-0/+2
*
cmMakefile: add support for a "synthesized" target
Ben Boeckel
2023-02-14
1
-0/+2
*
cmTarget: make Visibility an `enum class`
Ben Boeckel
2023-02-14
1
-4/+4
*
cmTarget: store visibility as an `enum` rather than bools
Ben Boeckel
2023-02-14
1
-0/+1
*
Merge topic 'check-library-properties-fix-performances-regression'
Brad King
2022-09-09
1
-1/+1
|
\
|
*
renames method FinalizeTargetCompileInfo() in FinalizeTargetConfiguration().
Marc Chevrier
2022-09-07
1
-1/+1
*
|
target_*: Fix cross-directory call backtraces
Brad King
2022-08-22
1
-2/+4
*
|
Merge topic 'verify-interface-header-sets-add-compile-definitions'
Brad King
2022-07-28
1
-0/+6
|
\
\
|
|
/
|
*
cmTarget: Factor out FinalizeTargetCompileInfo()
Kyle Edwards
2022-07-27
1
-0/+6
*
|
cmTarget: add support for C++ module fileset types
Ben Boeckel
2022-06-16
1
-0/+4
|
/
*
cmTarget: add support for querying all file set names
Ben Boeckel
2022-04-27
1
-0/+1
*
Merge topic 'xcode-universal'
Brad King
2022-04-14
1
-0/+2
|
\
|
*
cmTarget: Add `HasKnownObjectFileLocation()` shorthand
Hyper Nova Sun
2022-04-11
1
-0/+2
*
|
Merge topic 'file-set-repr-improvements'
Brad King
2022-04-12
1
-2/+3
|
\
\
|
|
/
|
/
|
|
*
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
|
|
\
*
|
\
Merge topic 'restore-target-export-includes'
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
[next]