summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport
Commit message (Expand)AuthorAgeFilesLines
* target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-127-0/+66
* Tests: Add test for $<0:...> in ExportImportKyle Edwards2018-07-171-3/+3
* LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDSMarc Chevrier2018-06-272-0/+21
* LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-063-0/+23
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-0126-70/+70
* Export: allow exporting of additional propertiesWouter Klouwen2018-03-162-0/+22
* Tests: Add cases for usage requirements of linked object libsBrad King2018-03-018-19/+91
* install,export: Maybe transform OBJECT libraries to INTERFACE librariesBrad King2018-02-283-5/+31
* GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in TestsCraig Scott2017-12-291-2/+3
* Tests: Make function name not match SONAMECraig Scott2017-05-181-1/+1
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-186-1/+42
* Tests: ExportImport C code should use explicit (void) in prototypesRobert Maynard2017-04-181-12/+12
* Revise C++ coding style using clang-formatKitware Robot2016-05-1639-116/+173
* Format include directive blocks and ordering with clang-formatBrad King2016-04-292-2/+2
* 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: Use a less strict regular expression to look for "SONAME"Raphael Kubo da Costa2015-09-012-2/+2
* Tests: Cover NO_SONAME property for SHARED librariesBrad King2015-08-205-0/+70
* Add generator expression support to OUTPUT_DIRECTORY target propertiesRobert Goulet2015-08-124-3/+53
* Add generator expression support to OUTPUT_NAME target propertyRobert Goulet2015-07-094-3/+13
* Export: Escape exported property values when writing CMake language filesBrad King2015-06-242-0/+15
* Tests: Fix ExportImport on AIX with GCCBrad King2015-04-231-0/+1
* install: Allow generator expressions in TARGETS DESTINATION (#14317)Brad King2015-02-114-3/+14
* Allow export of targets with INTERFACE_SOURCES.Stephen Kelly2015-02-105-1/+52
* try_run: Add tests for LINK_LIBRARIES with mock libraries.Matt McCormick2015-01-261-0/+30
* install: Allow absolute EXPORT destination with relative targets (#15258)Brad King2014-12-157-0/+44
* Tests: Add generator platform supportBrad King2014-09-101-0/+2
* Features: Extend concept to C language.Stephen Kelly2014-05-142-1/+25
* Tests: Fix name of cache variable.Stephen Kelly2014-05-071-2/+2
* Export: Populate INTERFACE_COMPILE_FEATURES property.Stephen Kelly2014-04-083-1/+22
* Tests: Rename CMAKE_TEST_MAKEPROGRAM uses for nested test projectsBrad King2014-03-032-3/+3
* install: Support generator expressions in FILES and PROGRAMS modeBrad King2014-02-215-0/+35
* 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
* Merge topic 'cleanup-build-commands'Brad King2013-12-061-0/+3
|\
| * Tests: Fix standalone build of tests with nested projectsBrad King2013-12-051-0/+3
* | Export: Prefix relative items with genexes in INSTALL_INTERFACE.Stephen Kelly2013-11-262-0/+9
* | Export: Process INSTALL_INTERFACE in INCLUDES DESTINATION.Stephen Kelly2013-11-262-0/+35
* | Export: Process relative includes after genex evaluation.Stephen Kelly2013-11-262-1/+17
|/
* Tests: Pass CMAKE_MAKE_PROGRAM instead of --build-makeprogramBrad King2013-11-182-2/+1
* Consider targets with double colons to be IMPORTED or ALIAS targets.Stephen Kelly2013-10-212-11/+11
* Merge topic 'INTERFACE_LIBRARY-target-type'Brad King2013-10-089-0/+167
|\
| * install: Teach EXPORT option to handle INTERFACE_LIBRARY targetsStephen Kelly2013-10-082-0/+33