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
*
Merge topic 'restore-target-export-includes' into release-3.23
Brad King
2022-02-10
1
-2/+3
|
\
|
*
install(TARGETS): Restore per-export INCLUDES DESTINATION
Eugene Shalygin
2022-02-09
1
-2/+3
*
|
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
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-1/+1
*
Merge topic 'source_sweep_ostringstream_single'
Brad King
2019-08-26
1
-3/+1
|
\
|
*
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-3/+1
*
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2/+1
|
/
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-10/+7
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-2/+2
*
Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With
Sebastian Holtermann
2019-08-01
1
-2/+2
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-1/+1
*
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-1/+2
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
cmPropertyMap: Use std::string as value container class
Sebastian Holtermann
2019-06-08
1
-1/+0
*
cmPropertyMap: Make std::map container private
Sebastian Holtermann
2019-06-08
1
-6/+3
*
Work around clang-cl breakage on make_unique/std::forward
Zsolt Parragi
2019-02-11
1
-1/+2
*
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-1/+1
[next]