summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Export
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-05-1631-95/+156
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Drop Visual Studio 6 generatorBrad King2016-03-093-10/+2
* Fix export of STATIC library PRIVATE dependencies with CMP0022 NEWBrad King2016-01-153-1/+13
* Tests: Use CMP0022 NEW behavior in some ExportImport casesBrad King2016-01-151-0/+3
* Tests: Isolate policy changes in ExportImport testBrad King2016-01-151-2/+5
* install: Allow generator expressions in DIRECTORYYves Frederix2016-01-131-1/+1
* Merge topic 'test-fix-C-comments'Brad King2015-09-281-11/+11
|\
| * Tests: Use C-Style comments in C sources and headersMarc Chevrier2015-09-251-11/+11
* | install: Allow generator expressions in DIRECTORY DESTINATIONRobert Goulet2015-09-241-1/+1
|/
* Tests: Cover install(FILES) with a genex DESTINATIONBrad King2015-09-231-2/+2
* Tests: Cover NO_SONAME property for SHARED librariesBrad King2015-08-202-0/+12
* Add generator expression support to OUTPUT_DIRECTORY target propertiesRobert Goulet2015-08-122-2/+39
* Add generator expression support to OUTPUT_NAME target propertyRobert Goulet2015-07-092-2/+9
* Export: Escape exported property values when writing CMake language filesBrad King2015-06-241-0/+4
* install: Allow generator expressions in TARGETS DESTINATION (#14317)Brad King2015-02-112-3/+10
* Allow export of targets with INTERFACE_SOURCES.Stephen Kelly2015-02-113-1/+37
* install: Allow absolute EXPORT destination with relative targets (#15258)Brad King2014-12-155-0/+19
* Features: Extend concept to C language.Stephen Kelly2014-05-151-1/+4
* Export: Populate INTERFACE_COMPILE_FEATURES property.Stephen Kelly2014-04-081-1/+4
* install: Support generator expressions in FILES and PROGRAMS modeBrad King2014-02-213-0/+18
* install: Ensure that install(TARGETS) works with no DESTINATIONStephen Kelly2014-01-041-1/+4
* export: Implement EXPORT subcommand (#9822)Stephen Kelly2013-12-241-5/+5
* Export: Prefix relative items with genexes in INSTALL_INTERFACE.Stephen Kelly2013-11-261-0/+8
* Export: Process INSTALL_INTERFACE in INCLUDES DESTINATION.Stephen Kelly2013-11-261-0/+32
* Export: Process relative includes after genex evaluation.Stephen Kelly2013-11-261-1/+15
* Consider targets with double colons to be IMPORTED or ALIAS targets.Stephen Kelly2013-10-211-2/+2
* Merge topic 'INTERFACE_LIBRARY-target-type'Brad King2013-10-085-0/+72
|\
| * install: Teach EXPORT option to handle INTERFACE_LIBRARY targetsStephen Kelly2013-10-071-0/+20
| * export: Add support for INTERFACE_LIBRARY targetsStephen Kelly2013-10-075-0/+52
* | Merge topic 'IMPORTED-target-SYSTEM-includes'Brad King2013-10-073-0/+39
|\ \ | |/ |/|
| * Always consider includes from IMPORTED targets to be SYSTEM.Stephen Kelly2013-09-243-0/+39
* | Genex: Fix processing multiple include directories for relative pathsStephen Kelly2013-10-071-1/+1
|/
* try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIESStephen Kelly2013-08-263-1/+40
* try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIESStephen Kelly2013-08-263-1/+37
* Export: Process generator expressions from INCLUDES DESTINATION.Stephen Kelly2013-08-011-12/+16
* Fix crash on export of target with empty INTERFACE_INCLUDE_DIRECTORIES.Stephen Kelly2013-07-292-0/+7
* Merge topic 'install-interface-relative'Brad King2013-07-261-0/+7
|\
| * Genex: Allow relative paths in INSTALL_INTERFACE.Stephen Kelly2013-07-251-0/+7
* | Merge topic 'install-interface-includes'Brad King2013-07-261-1/+18
|\ \ | |/
| * Add a convenient way to add the includes install dir to the INTERFACE.Stephen Kelly2013-07-241-1/+18
* | Use linked frameworks as a source of include directories.Stephen Kelly2013-07-242-0/+8
* | Merge topic 'INTERFACE_LINK_LIBRARIES-prop'Brad King2013-07-171-0/+1
|\ \ | |/ |/|
| * Fix ExportImport test cmp0022NEW build on WatcomBrad King2013-07-161-0/+1
* | Merge topic 'INTERFACE_LINK_LIBRARIES-prop'Brad King2013-07-155-0/+42
|\ \ | |/
| * Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-085-0/+42
* | Merge topic 'IMPORTED-build-dependencies'Brad King2013-07-151-0/+3
|\ \ | |/ |/|
| * Test non-IMPORTED libraries in the INTERFACE of IMPORTED libraries.Stephen Kelly2013-07-021-0/+3
* | Generate INTERFACE_COMPILE_OPTIONS on export.Stephen Kelly2013-06-101-1/+5
|/
* Add EXPORT_NAME property.Stephen Kelly2013-05-186-6/+48