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
/
cmExportFileGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmExport*FileGenerator: support exporting C++ module properties
Ben Boeckel
2022-07-06
1
-0/+25
*
Add EXPORT_NO_SYSTEM target property, deprecate IMPORTED_NO_SYSTEM
Da Quexian
2022-06-17
1
-0/+4
*
export: Increase maximum policy version in exported files to 3.23
Brad King
2022-06-14
1
-2/+2
*
generated-scripts: improve prose messages with CMake lists
Ben Boeckel
2022-04-20
1
-2/+4
*
generated-scripts: unset used variables
Ben Boeckel
2022-04-20
1
-1/+4
*
generated-scripts: use `foreach(IN LISTS)`
Ben Boeckel
2022-04-20
1
-1/+1
*
generated-scripts: quote variable expansions
Ben Boeckel
2022-04-20
1
-4/+4
*
generated-scripts: simplify `if` conditions
Ben Boeckel
2022-04-20
1
-8/+7
*
generated-cmake: use `_cmake_` prefixes for local variables
Ben Boeckel
2022-04-20
1
-28/+28
*
cmExportFileGenerator: require CMake 2.8.3
Ben Boeckel
2022-04-20
1
-3/+6
*
cmExportFileGenerator: Simplify collection of targets missing from export set
Brad King
2022-04-11
1
-51/+41
*
export: Fix TARGET_NAME lookup for out-of-dir linking
Brad King
2022-04-01
1
-12/+16
*
Merge topic 'restore-target-export-includes'
Brad King
2022-02-10
1
-2/+3
|
\
|
*
install(TARGETS): Restore per-export INCLUDES DESTINATION
Eugene Shalygin
2022-02-09
1
-2/+3
*
|
Merge topic 'post-rel-dev'
Brad King
2022-02-04
1
-2/+2
|
\
\
|
*
|
export: Increase maximum policy version in exported files to 3.22
Brad King
2022-02-03
1
-2/+2
*
|
|
Replace DEVEL_CMAKE_VERSION with literal 3.23 release version
Brad King
2022-02-04
1
-2/+1
|
/
/
*
|
Add usage requirements to update direct link dependencies
Brad King
2022-01-29
1
-10/+17
*
|
install(EXPORT): Install file sets
Kyle Edwards
2021-10-27
1
-0/+37
*
|
Source: fix many -Wmissing-prototypes warnings by marking functions static
Sean McBride
2021-10-25
1
-5/+6
*
|
export: Propagate IMPORTED_NO_SYSTEM target property to consumers
Brad King
2021-10-15
1
-0/+6
*
|
export: Increase maximum policy version in exported files to 3.21
Brad King
2021-10-08
1
-2/+2
|
/
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-15/+15
*
Config File Gen: When requiring >= 2.6, don't check < 2.5
Marcus Müller
2021-08-16
1
-1/+1
*
Refactor export file generator inteface
Eugene Shalygin
2021-07-22
1
-22/+21
*
Refactor cmTargetExport removing InterfaceIncludeDirecories
Eugene Shalygin
2021-07-22
1
-1/+2
*
export: Increase maximum policy version in exported files to 3.20
Brad King
2021-06-30
1
-2/+2
*
Source: Remove unnecessary comparisons to nullptr
Vitaly Stakhovsky
2021-05-10
1
-1/+1
*
export: Increase maximum policy version in exported files to 3.19
Brad King
2021-02-10
1
-2/+2
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-1/+1
*
export: Fix replacement of multiple TARGET_NAME expressions
Brad King
2021-01-05
1
-1/+1
*
export: Increase maximum policy version in exported files to 3.18
Brad King
2020-10-13
1
-2/+2
*
install(EXPORT): Fix exporting target w/ source named using CONFIG genex
Deniz Bahadir
2020-09-22
1
-3/+1
*
cmMakefile: Refactor API to better handle empty config values
Robert Maynard
2020-07-03
1
-2/+3
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
*
Export: Specify a policy range in exported files
Craig Scott
2020-05-18
1
-4/+6
*
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-29/+28
*
Refactor: Avoid `std::endl` where it's not necessary (part 1)
Alex Turbov
2020-03-26
1
-2/+1
*
Merge topic 'prop_t'
Brad King
2020-03-17
1
-6/+6
|
\
|
*
cmPropertyMap: Introduce cmProp as return type for GetProperty() functions
Vitaly Stakhovsky
2020-03-13
1
-6/+6
*
|
Source: Remove trailing whitespace from export generation code
Alexandru Croitor
2020-03-13
1
-1/+1
|
/
*
Source: use std::string in place of const char*
Vitaly Stakhovsky
2020-01-29
1
-2/+2
*
target_link_libraries: Fix out-of-dir linking of a list of targets
Brad King
2020-01-16
1
-0/+4
*
Add set_property option: DEPRECATION
Joseph Snyder
2020-01-02
1
-0/+6
*
install,export: Do not treat language names as target names
Brad King
2019-10-16
1
-13/+18
*
install,export: Fix export of a genex following $<INSTALL_PREFIX>
Brad King
2019-10-04
1
-3/+3
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-8/+9
*
cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression
Daniel Eiband
2019-09-22
1
-1/+1
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
[next]