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
/
cmExportBuildFileGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
export: Refactor obtaining export information
Matthew Woehlke
2024-07-25
1
-10/+8
*
export: Use std::all_of to collect exports
Matthew Woehlke
2024-07-23
1
-8/+9
*
export: Factor out CMake-specific export generation (2/2)
Matthew Woehlke
2024-07-23
1
-382/+53
*
export: Fix const placement
Matthew Woehlke
2024-07-18
1
-11/+11
*
GenEx: Add support for custom transitive compile properties
Brad King
2024-05-21
1
-0/+2
*
Merge topic 'export-name-safe-name'
Brad King
2024-05-01
1
-2/+2
|
\
|
*
cxxmodules: use filesystem-safe export names in filenames
Ben Boeckel
2024-04-30
1
-2/+2
*
|
Merge branch 'backport-cxxmodules-export-file-collisions'
Brad King
2024-01-18
1
-8/+23
|
\
\
|
|
/
|
*
cxxmodules: make export trampoline script files unique
Ben Boeckel
2024-01-18
1
-8/+23
*
|
install(EXPORT): Add ability to point to .xcframework file
Kyle Edwards
2023-11-15
1
-3/+19
*
|
cmExportBuildFileGenerator: Add structs for target exports
Kyle Edwards
2023-11-14
1
-11/+15
*
|
cmExportFileGenerator: Add function to set required CMake version
Kyle Edwards
2023-11-13
1
-1/+1
|
/
*
cxxmodules: include `INCLUDES DESTINATION` directories
Ben Boeckel
2023-10-16
1
-1/+1
*
cmExportFileGenerator: export private compile info for C++ modules
Ben Boeckel
2023-08-17
1
-0/+9
*
strings: use `emplace_back` with `cmStrCat` arguments
Ben Boeckel
2023-07-28
1
-2/+2
*
cmList: Add container conversion to string
Marc Chevrier
2023-06-22
1
-1/+2
*
cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesets
Ben Boeckel
2023-05-31
1
-4/+2
*
cxxmodules: Do not expect collator install scripts with no CXX_MODULES
Tyler
2023-05-23
1
-0/+6
*
Autogen: Add INTERFACE_AUTOMOC_MACRO_NAMES target property
Orkun Tokdemir
2023-04-09
1
-0/+3
*
Apple: Handle generation and comsuption of text-based stubs (.tbd files)
Marc Chevrier
2023-03-01
1
-1/+1
*
cmExport*FileGenerator: support exporting C++ module properties
Ben Boeckel
2022-07-06
1
-0/+66
*
cmTarget: add support for C++ module fileset types
Ben Boeckel
2022-06-16
1
-0/+32
*
Merge topic 'file-set-build-export'
Brad King
2022-04-21
1
-8/+85
|
\
|
*
cmExportBuildFileGenerator: handle genex-wrapped source paths
Ben Boeckel
2022-04-18
1
-8/+85
*
|
Merge topic 'export-missing-targets'
Brad King
2022-04-14
1
-24/+19
|
\
\
|
*
|
cmExportFileGenerator: Simplify collection of targets missing from export set
Brad King
2022-04-11
1
-24/+19
|
|
/
*
|
cmTarget: Add `HasKnownObjectFileLocation()` shorthand
Hyper Nova Sun
2022-04-11
1
-1/+1
|
/
*
install(EXPORT): Install file sets
Kyle Edwards
2021-10-27
1
-0/+19
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-1/+1
*
cmProp: refactoring: transform alias in class
Marc Chevrier
2021-08-08
1
-0/+1
*
Refactor export file generator inteface
Eugene Shalygin
2021-07-22
1
-3/+3
*
export: Do not fail generation for separate namelink only case
Deniz Bahadir
2020-12-01
1
-0/+3
*
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-2/+3
*
cmGlobalGenerator: modernize memrory managemenbt
Marc Chevrier
2019-12-30
1
-3/+2
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-0/+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-6/+6
*
cmExportSet: subsume cmExportSetMap source files
Tushar Maheshwari
2019-09-19
1
-0/+1
*
cmExportSet: default destructor
Tushar Maheshwari
2019-09-19
1
-1/+2
*
clang-tidy: modernize-return-braced-init-list
Regina Pfeifer
2019-09-06
1
-1/+1
*
PCH: add PRECOMPILE_HEADERS to special properties
Daniel Pfeifer
2019-08-26
1
-0/+3
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-6/+3
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-2/+1
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-1/+1
*
Refactor checks for whether a target has an import library
Brad King
2019-07-12
1
-4/+5
*
cmExportBuildFileGenerator: improve error message
Ben Boeckel
2019-06-27
1
-22/+23
*
Export: A singular CMake version written for interface targets
Robert Maynard
2019-06-17
1
-3/+6
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-3/+5
*
LINK_DIRECTORIES: Add new properties and commands
Marc Chevrier
2018-09-25
1
-0/+3
*
LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS
Marc Chevrier
2018-06-27
1
-0/+3
*
LINK_OPTIONS: Add new family of properties
Marc Chevrier
2018-06-06
1
-0/+3
[next]