summaryrefslogtreecommitdiffstats
path: root/Source/cmExportCommand.h
Commit message (Expand)AuthorAgeFilesLines
* 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-221-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