summaryrefslogtreecommitdiff
path: root/Source/cmExportCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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
* ENH: Improve exporting/importing of targetsBrad King2008-02-061-1/+1
* ENH: Implemented link-interface specification feature.Brad King2008-01-301-6/+8
* ENH: Restored APPEND option to EXPORT() command in new implementation.Brad King2008-01-281-0/+2
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-109/+88
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+1
* BUG: fix #5806, wrong quotes used in the exported fileAlexander Neundorf2007-10-141-1/+1
* STYLE: use correct case for cmGlobalUnixMakefileGenerator3Alexander Neundorf2007-08-091-2/+2
* COMP: fix warningsAlexander Neundorf2007-07-021-4/+4
* ENH: add framework for unified handling of arguments to cmake commands,Alexander Neundorf2007-07-021-105/+55
* ENH: fail if an unknown target is listedAlexander Neundorf2007-06-081-12/+32
* ENH: add cmExternalMakefileProjectGenerator, which should make it easier toAlexander Neundorf2007-06-081-0/+233