summaryrefslogtreecommitdiffstats
path: root/Source/cmExportCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'improve-subcommand-message-consistency' into release-4.2Brad King2025-12-021-4/+4
|\
| * export: Improve error message consistencyMatthew Woehlke2025-12-011-4/+4
* | cmExportCommand: Fix PACKAGE_INFO argument parsingMatthew Woehlke2025-12-011-16/+15
|/
* export(TARGETS): Restore EXPORT_LINK_INTERFACE_LIBRARIESTaylor Sasser2025-10-141-1/+2
* cmExportCommand: Refactor export(EXPORT ... ) to use subparsersTaylor Sasser2025-07-281-84/+53
* cmExportCommand: Port to cmSubcommandTableTaylor Sasser2025-07-161-181/+301
* CPS: Get metadata from projectMatthew Woehlke2025-06-021-2/+3
* CPS: Refactor argument parsingMatthew Woehlke2025-06-021-81/+7
* cmStrCat: use character literals where possibleBen Boeckel2025-05-151-1/+1
* cmStrCat: combine neighboring arguments where possibleBen Boeckel2025-05-151-1/+2
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* export: Add build-tree CPS supportMatthew Woehlke2025-02-251-6/+118
* cmExportCommand: Tag arguments that shouldn't be emptyMatthew Woehlke2025-02-251-5/+5
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-5/+5
* cmPolicies: Remove now-unused REQUIRED_IF_USED and REQUIRED_ALWAYS statesBrad King2024-11-131-2/+0
* Source: Avoid comparing pointers to nullptrVitaly Stakhovsky2024-08-271-3/+3
* export: Factor out CMake-specific export generation (2/2)Matthew Woehlke2024-07-231-5/+9
* EXPORT_PACKAGE_DEPENDENCIES: Add experimental feature gateBrad King2024-03-121-4/+13
* Merge topic 'cmFileCopier-error-loss'Brad King2023-12-051-7/+5
|\
| * errors: avoid constructing a stream before getting the last errorBen Boeckel2023-12-021-7/+5
* | install(EXPORT): Add ability to point to .xcframework fileKyle Edwards2023-11-151-1/+29
* | cmExportBuildFileGenerator: Add structs for target exportsKyle Edwards2023-11-141-2/+2
* | install(EXPORT): Export find_dependency() callsKyle Edwards2023-11-131-1/+73
|/
* cmExperimental: remove the flag for C++ modulesBen Boeckel2023-10-021-10/+5
* cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5Ben Boeckel2023-08-081-1/+3
* cmArgumentParser: Model maybe-empty and non-empty lists with wrapper typesBrad King2022-07-071-1/+2
* exports: support `CXX_MODULES_DIRECTORY`Ben Boeckel2022-07-061-0/+9
* cmExportCommand: Use cm::optional for keyword argument presenceBrad King2022-07-051-9/+5
* cmArgumentParser: Avoid allocating copies of keyword stringsBrad King2022-07-051-1/+2
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-0/+1
* cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-5/+3
* Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-2/+1
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-2/+2
* export(): raise an error on multiple calls with same FILEMarc Chevrier2020-03-261-0/+23
* export: Fix use-after-free on multiple calls overwriting same FILEBrad King2020-03-191-3/+3
* cmGlobalGenerator: modernize memrory managemenbtMarc Chevrier2019-12-301-6/+8
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+4
* cmExportCommand: Port away from cmCommandRegina Pfeifer2019-09-211-48/+55
* cmExportSet: subsume cmExportSetMap source filesTushar Maheshwari2019-09-191-2/+1
* cmExportSetMap: improve ownership of cmExportSetTushar Maheshwari2019-09-191-5/+5
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-5/+2
* cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-4/+2
* export: Restore support for empty TARGETS listBrad King2019-06-251-2/+9
* cmExportCommand: Port to cmArgumentParserRegina Pfeifer2019-04-041-54/+48
* export: Disable PACKAGE mode user package registry by defaultRobert Maynard2019-03-151-4/+18
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-3/+3
* clang-tidy: Remove redundant member initializationsRegina Pfeifer2018-12-151-3/+1
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-3/+3
* Merge topic 'cleanup-find-cstr'Brad King2018-08-091-1/+1
|\
| * Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-1/+1