summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export
Commit message (Expand)AuthorAgeFilesLines
* InterfaceLibrary: Whitelist EXPORT_PROPERTIES propertyBrad King2019-05-171-0/+2
* LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-251-0/+12
* target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-125-0/+41
* Tests: Add test for $<0:...> in ExportImportKyle Edwards2018-07-171-3/+3
* LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDSMarc Chevrier2018-06-271-0/+14
* LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-0/+10
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-0114-36/+36
* Export: allow exporting of additional propertiesWouter Klouwen2018-03-161-0/+8
* Tests: Add cases for usage requirements of linked object libsBrad King2018-03-016-7/+48
* install,export: Maybe transform OBJECT libraries to INTERFACE librariesBrad King2018-02-282-5/+17
* Tests: Make function name not match SONAMECraig Scott2017-05-181-1/+1
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-184-1/+24
* 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-103-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-141-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-081-0/+20
| * export: Add support for INTERFACE_LIBRARY targetsStephen Kelly2013-10-085-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-07-311-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
|\