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
/
cmExportCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'improve-subcommand-message-consistency' into release-4.2
Brad King
2025-12-02
1
-4/+4
|
\
|
*
export: Improve error message consistency
Matthew Woehlke
2025-12-01
1
-4/+4
*
|
cmExportCommand: Fix PACKAGE_INFO argument parsing
Matthew Woehlke
2025-12-01
1
-16/+15
|
/
*
export(TARGETS): Restore EXPORT_LINK_INTERFACE_LIBRARIES
Taylor Sasser
2025-10-14
1
-1/+2
*
cmExportCommand: Refactor export(EXPORT ... ) to use subparsers
Taylor Sasser
2025-07-28
1
-84/+53
*
cmExportCommand: Port to cmSubcommandTable
Taylor Sasser
2025-07-16
1
-181/+301
*
CPS: Get metadata from project
Matthew Woehlke
2025-06-02
1
-2/+3
*
CPS: Refactor argument parsing
Matthew Woehlke
2025-06-02
1
-81/+7
*
cmStrCat: use character literals where possible
Ben Boeckel
2025-05-15
1
-1/+1
*
cmStrCat: combine neighboring arguments where possible
Ben Boeckel
2025-05-15
1
-1/+2
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
export: Add build-tree CPS support
Matthew Woehlke
2025-02-25
1
-6/+118
*
cmExportCommand: Tag arguments that shouldn't be empty
Matthew Woehlke
2025-02-25
1
-5/+5
*
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-5/+5
*
cmPolicies: Remove now-unused REQUIRED_IF_USED and REQUIRED_ALWAYS states
Brad King
2024-11-13
1
-2/+0
*
Source: Avoid comparing pointers to nullptr
Vitaly Stakhovsky
2024-08-27
1
-3/+3
*
export: Factor out CMake-specific export generation (2/2)
Matthew Woehlke
2024-07-23
1
-5/+9
*
EXPORT_PACKAGE_DEPENDENCIES: Add experimental feature gate
Brad King
2024-03-12
1
-4/+13
*
Merge topic 'cmFileCopier-error-loss'
Brad King
2023-12-05
1
-7/+5
|
\
|
*
errors: avoid constructing a stream before getting the last error
Ben Boeckel
2023-12-02
1
-7/+5
*
|
install(EXPORT): Add ability to point to .xcframework file
Kyle Edwards
2023-11-15
1
-1/+29
*
|
cmExportBuildFileGenerator: Add structs for target exports
Kyle Edwards
2023-11-14
1
-2/+2
*
|
install(EXPORT): Export find_dependency() calls
Kyle Edwards
2023-11-13
1
-1/+73
|
/
*
cmExperimental: remove the flag for C++ modules
Ben Boeckel
2023-10-02
1
-10/+5
*
cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5
Ben Boeckel
2023-08-08
1
-1/+3
*
cmArgumentParser: Model maybe-empty and non-empty lists with wrapper types
Brad King
2022-07-07
1
-1/+2
*
exports: support `CXX_MODULES_DIRECTORY`
Ben Boeckel
2022-07-06
1
-0/+9
*
cmExportCommand: Use cm::optional for keyword argument presence
Brad King
2022-07-05
1
-9/+5
*
cmArgumentParser: Avoid allocating copies of keyword strings
Brad King
2022-07-05
1
-1/+2
*
Source: Fix clang -Wimplicit-fallthrough warnings
Sean McBride
2021-09-28
1
-0/+1
*
cmMakefile: Refactor API to better handle empty config values
Robert Maynard
2020-07-03
1
-5/+3
*
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Marc Chevrier
2020-04-30
1
-2/+1
*
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-2/+2
*
export(): raise an error on multiple calls with same FILE
Marc Chevrier
2020-03-26
1
-0/+23
*
export: Fix use-after-free on multiple calls overwriting same FILE
Brad King
2020-03-19
1
-3/+3
*
cmGlobalGenerator: modernize memrory managemenbt
Marc Chevrier
2019-12-30
1
-6/+8
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3/+4
*
cmExportCommand: Port away from cmCommand
Regina Pfeifer
2019-09-21
1
-48/+55
*
cmExportSet: subsume cmExportSetMap source files
Tushar Maheshwari
2019-09-19
1
-2/+1
*
cmExportSetMap: improve ownership of cmExportSet
Tushar Maheshwari
2019-09-19
1
-5/+5
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-5/+2
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-4/+2
*
export: Restore support for empty TARGETS list
Brad King
2019-06-25
1
-2/+9
*
cmExportCommand: Port to cmArgumentParser
Regina Pfeifer
2019-04-04
1
-54/+48
*
export: Disable PACKAGE mode user package registry by default
Robert Maynard
2019-03-15
1
-4/+18
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-3/+3
*
clang-tidy: Remove redundant member initializations
Regina Pfeifer
2018-12-15
1
-3/+1
*
cmMakefile: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
1
-3/+3
*
Merge topic 'cleanup-find-cstr'
Brad King
2018-08-09
1
-1/+1
|
\
|
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-1/+1
[next]