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
*
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
*
|
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-1/+1
|
/
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-6/+6
*
install,export: Maybe transform OBJECT libraries to INTERFACE libraries
Brad King
2018-02-28
1
-11/+0
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-4/+4
*
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
-14/+10
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-4/+4
*
Allow OBJECT libraries to be installed, exported, and imported
Robert Maynard
2017-04-18
1
-5/+9
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
fix include order of windows.h
Daniel Pfeifer
2017-03-14
1
-1/+0
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-1/+1
*
Separate compilation for commands included in cmCommands
Daniel Pfeifer
2016-10-21
1
-5/+13
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-2/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-1/+2
*
Add support for creating prebuilt Android.mk files
Bill Hoffman
2016-09-13
1
-3/+15
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-3/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-3/+3
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-172/+115
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-4/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+2
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-2/+2
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-2/+2
*
cmMakefile: Store container of cmExportBuildFileGenerators.
Stephen Kelly
2015-10-14
1
-1/+1
[next]