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
*
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
*
Fix misc. typos
luz.paz
2018-06-04
1
-1/+1
*
cmGeneratorTarget: Make import library checks config-aware
Michael Stürmer
2018-04-05
1
-2/+3
*
Export: allow exporting of additional properties
Wouter Klouwen
2018-03-16
1
-0/+9
*
objlib: Allow other libraries to link to `OBJECT` libraries.
Deniz Bahadir
2018-03-01
1
-1/+3
*
install,export: Maybe transform OBJECT libraries to INTERFACE libraries
Brad King
2018-02-28
1
-4/+18
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-27/+12
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-2/+2
*
Replace boolean `implib` parameters with enum
Gregor Jasny
2017-04-20
1
-3/+6
*
Allow OBJECT libraries to be installed, exported, and imported
Robert Maynard
2017-04-18
1
-18/+42
*
cmExportBuildFileGenerator: use HasImportLibrary
Ben Boeckel
2017-04-13
1
-3/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-4/+4
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0/+14
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-4/+3
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-165/+114
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-10/+0
[next]