summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export
Commit message (Expand)AuthorAgeFilesLines
* AIX: Propagate AIX_SHARED_LIBRARY_ARCHIVE through exportsBrad King2024-11-222-5/+7
* Tests: Update cmake_minimum_required versions to 3.10Brad King2024-10-031-1/+1
* Merge topic 'aix-archive-shared-libraries'Brad King2024-07-192-0/+15
|\
| * AIX: Add option to archive shared librariesAditya Vidyadhar Kamath2024-07-172-0/+15
* | Evaluation of TRANSITIVE_LINK_PROPERTIES isn't considered a usageRobert Maynard2024-07-051-1/+5
|/
* GenEx: Add support for custom transitive link propertiesBrad King2024-05-211-0/+8
* GenEx: Add support for custom transitive compile propertiesBrad King2024-05-213-0/+35
* EXPORT_PACKAGE_DEPENDENCIES: Add experimental feature gateBrad King2024-03-121-0/+1
* install(EXPORT): Export find_dependency() callsKyle Edwards2023-11-131-1/+4
* Tests: Fix clang -Wstrict-prototypes warningsBrad King2023-10-261-1/+1
* cmGeneratorExpressionNode: implement `COMPILE_ONLY` genexRobert Maynard2023-05-042-0/+14
* Add EXPORT_NO_SYSTEM target property, deprecate IMPORTED_NO_SYSTEMDa Quexian2022-06-171-0/+11
* export: Fix TARGET_NAME lookup for out-of-dir linkingBrad King2022-04-011-1/+4
* Add usage requirements to update direct link dependenciesBrad King2022-01-291-0/+16
* LCC: Add policy CMP0129 regarding interpreting LCC as GNUmakise-homura2021-10-211-0/+3
* Merge topic 'lcc-compiler'Brad King2021-10-191-0/+1
|\
| * LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-0/+1
* | export: Propagate IMPORTED_NO_SYSTEM target property to consumersBrad King2021-10-152-0/+16
|/
* Tests: Add tests for new optionsKyle Edwards2021-06-043-0/+56
* install(): Add IMPORTED_RUNTIME_ARTIFACTS modeKyle Edwards2021-05-311-0/+6
* install(EXPORT): Fix exporting target w/ source named using CONFIG genexDeniz Bahadir2020-09-221-0/+15
* Add INTERFACE libraries to generated buildsystem if they have SOURCESBrad King2020-08-072-3/+24
* target_link_libraries: Fix out-of-dir linking of a list of targetsBrad King2020-01-161-1/+1
* Tests: Enable CMP0022 in ExportImport out-of-dir linking caseBrad King2020-01-141-0/+1
* Add set_property option: DEPRECATIONJoseph Snyder2020-01-021-0/+6
* CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-101-0/+12
* install,export: Do not treat language names as target namesBrad King2019-10-161-0/+5
* install,export: Fix export of a genex following $<INSTALL_PREFIX>Brad King2019-10-041-1/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-012-4/+2
* PCH: Propagate INTERFACE_PRECOMPILE_HEADERS in install(EXPORT)Brad King2019-09-252-1/+12
* 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
|\