summaryrefslogtreecommitdiff
path: root/Source/cmExportCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-1/+1
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-6/+6
* install,export: Maybe transform OBJECT libraries to INTERFACE librariesBrad King2018-02-281-11/+0
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-4/+4
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-14/+10
* Use C++11 nullptrDaniel Pfeifer2017-08-241-4/+4
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-181-5/+9
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* fix include order of windows.hDaniel Pfeifer2017-03-141-1/+0
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+1
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-5/+13
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-1/+2
* Add support for creating prebuilt Android.mk filesBill Hoffman2016-09-131-3/+15
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-3/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-172/+115
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-4/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-2/+2
* cmMakefile: Store container of cmExportBuildFileGenerators.Stephen Kelly2015-10-141-1/+1