summaryrefslogtreecommitdiffstats
path: root/Source/cmExportCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-141-2/+2
* cmMakefile: Store container of cmExportBuildFileGenerators.Stephen Kelly2015-10-141-1/+1
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* export: Reject custom target exports earlier (#15657)Brad King2015-07-211-0/+6
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-2/+1
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-2/+2
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-13/+13
* Allow the Package Registry to be disabled (#14849)Daniele E. Domenichelli2014-05-121-0/+7
* Simplify multiple config handling.Stephen Kelly2014-04-021-9/+6
* Remove some c_str() calls.Stephen Kelly2014-03-111-12/+12
* cmTarget: Remove the project argument to FindTargetBen Boeckel2014-03-081-1/+1
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-1/+1
* Don't allow include() of export(EXPORT) file at configure time.Stephen Kelly2014-01-061-2/+8
* export: Implement EXPORT subcommand (#9822)Stephen Kelly2013-12-241-53/+107
* Windows: Use wide-character system APIsClinton Stimpson2013-12-091-7/+12
* export(): Check targets exist at configure-time (#14608)Stephen Kelly2013-12-041-0/+8
* export(): Process the export() command at generate time.Stephen Kelly2013-10-111-51/+20
* export(): Set a Makefile on the cmExportBuildFileGenerator.Stephen Kelly2013-10-101-1/+1
* CMP0024: Store the fact of included export in global generator.Stephen Kelly2013-10-101-1/+3
* Merge topic 'haiku-updates'Brad King2013-10-091-6/+8
|\
| * Haiku: Remove use of B_COMMON_DIRECTORYAdrien Destugues2013-10-081-6/+8
* | Merge topic 'export-policy'Brad King2013-10-081-0/+2
|\ \
| * | export: Add policy CMP0024 to disallow include() of export filesStephen Kelly2013-10-071-0/+2
| |/
* | export: Add support for INTERFACE_LIBRARY targetsStephen Kelly2013-10-081-1/+2
|/
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-0/+9
* Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-0/+2
* Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-1/+1
* Add OBJECT_LIBRARY target typeBrad King2012-03-131-0/+8
* No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202)Brad King2010-09-081-9/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Use BeAPI for per-user package registry on HaikuBrad King2009-09-281-0/+15
* Teach export(PACKAGE) to fill the package registryBrad King2009-09-011-0/+149