summaryrefslogtreecommitdiff
path: root/Source/cmExportCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmExportCommand: Port away from cmCommandRegina Pfeifer2019-09-211-31/+2
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-1/+6
* cmExportCommand: Port to cmArgumentParserRegina Pfeifer2019-04-041-24/+0
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-5/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* cmCommand: remove member HelperDaniel Pfeifer2017-02-131-0/+1
* Remove cmObject.h and cmTypeMacro.hDaniel Pfeifer2016-10-241-1/+0
* Merge topic 'remove-cmobject-uses'Brad King2016-10-241-2/+0
|\
| * Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-231-2/+0
* | Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-1/+7
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Add support for creating prebuilt Android.mk filesBill Hoffman2016-09-131-0/+1
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-12/+8
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* export: Implement EXPORT subcommand (#9822)Stephen Kelly2013-12-241-0/+4
* Drop builtin command documentationBrad King2013-10-161-56/+0
* export(): Process the export() command at generate time.Stephen Kelly2013-10-111-1/+3
* Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-1/+6
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-3/+3
* export(): Document undefined behavior of location propertiesBrad King2011-12-011-0/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Teach export(PACKAGE) to fill the package registryBrad King2009-09-011-1/+21
* ENH: Implemented link-interface specification feature.Brad King2008-01-301-0/+5
* ENH: Restored APPEND option to EXPORT() command in new implementation.Brad King2008-01-281-1/+4
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-12/+19
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* STYLE: make formatting of help a bit more consistentAlexander Neundorf2007-12-201-1/+1
* ENH: make commands lower case by defaultKen Martin2007-10-101-2/+2
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-1/+2
* ENH: add framework for unified handling of arguments to cmake commands,Alexander Neundorf2007-07-021-4/+6
* ENH: add cmExternalMakefileProjectGenerator, which should make it easier toAlexander Neundorf2007-06-081-0/+85