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
*
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
*
Remove unused cmLocalGenerator include.
Stephen Kelly
2015-10-05
1
-1/+0
*
export: Reject custom target exports earlier (#15657)
Brad King
2015-07-21
1
-0/+6
*
Port to cmMakefile::GetGlobalGenerator.
Stephen Kelly
2015-05-03
1
-2/+1
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-2/+2
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-13/+13
*
Allow the Package Registry to be disabled (#14849)
Daniele E. Domenichelli
2014-05-12
1
-0/+7
*
Simplify multiple config handling.
Stephen Kelly
2014-04-02
1
-9/+6
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-12/+12
*
cmTarget: Remove the project argument to FindTarget
Ben Boeckel
2014-03-08
1
-1/+1
*
cmMakefile: make some methods take const std::string& instead of const char*
Rolf Eike Beer
2014-01-16
1
-1/+1
*
Don't allow include() of export(EXPORT) file at configure time.
Stephen Kelly
2014-01-06
1
-2/+8
*
export: Implement EXPORT subcommand (#9822)
Stephen Kelly
2013-12-24
1
-53/+107
*
Windows: Use wide-character system APIs
Clinton Stimpson
2013-12-09
1
-7/+12
*
export(): Check targets exist at configure-time (#14608)
Stephen Kelly
2013-12-04
1
-0/+8
*
export(): Process the export() command at generate time.
Stephen Kelly
2013-10-11
1
-51/+20
*
export(): Set a Makefile on the cmExportBuildFileGenerator.
Stephen Kelly
2013-10-10
1
-1/+1
*
CMP0024: Store the fact of included export in global generator.
Stephen Kelly
2013-10-10
1
-1/+3
[next]