summaryrefslogtreecommitdiff
path: root/Tests/ExportImport
Commit message (Expand)AuthorAgeFilesLines
* Remove CMake-language block-end command argumentsKitware Robot2012-08-133-7/+7
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-15/+15
* Check*.cmake: Expand imported targets in CMAKE_REQUIRED_LIBRARIESAlex Neundorf2012-02-211-0/+11
* Follow all dependencies of shared library private dependenciesBrad King2011-12-143-2/+25
* Test CMAKE_GNUtoMS option in ExportImport on MinGW and MSysBrad King2011-12-052-0/+6
* Honor custom command dependencies on imported targets (#10395)Brad King2010-12-081-5/+45
* Allow add_dependencies() on imported targets (#10395)Brad King2010-11-192-1/+17
* Test link multiplicity export/importBrad King2009-09-019-1/+26
* COMP: Shorten ExportImport test command linesBrad King2009-07-142-22/+20
* COMP: Fix ExportImport testLib6 on VS6Brad King2009-07-132-1/+1
* ENH: Test export/import of link interface languagesBrad King2009-07-117-22/+42
* ENH: Remove CMAKE_ANSI_CFLAGS from testsBrad King2009-07-082-10/+0
* ENH: Allow more specification of target file namesBrad King2009-05-011-0/+9
* ENH: Allow IMPORTED_IMPLIB w/o IMPORTED_LOCATIONBrad King2009-04-084-3/+36
* ENH: Test transitive link to subdir-imported libBrad King2009-04-066-62/+97
* ENH: Allow a custom list of debug configurationsBrad King2008-09-042-2/+11
* ENH: Make link interface mode more distinctBrad King2008-08-181-1/+2
* BUG: Fix ExportImport test on VS6Brad King2008-08-123-2/+10
* ENH: Test target_link_libraries INTERFACE optionBrad King2008-08-116-2/+63
* ENH: preclean some warningsKen Martin2008-03-253-0/+3
* ENH: Improve exporting/importing of targetsBrad King2008-02-061-1/+4
* COMP: Convert C function prototypes to use (void) instead of ().Brad King2008-02-034-5/+5
* BUG: Remove InstallNameFixupPath from cmTarget and cmInstallTargetGenerator.Brad King2008-02-011-8/+8
* ENH: Update ExportImport test to enforce dependent library pathsBrad King2008-02-012-0/+11
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-10/+5
* ENH: Updated ExportImport test to try LINK_INTERFACE_LIBRARIES.Brad King2008-01-307-14/+59
* BUG: Custom command driver outputs must be SYMBOLIC since no corresponding fi...Brad King2008-01-291-0/+12
* BUG: Make sure CMAKE_INSTALL_PREFIX stays in subproject caches.Brad King2008-01-291-2/+2
* ENH: Support exporting/importing of AppBundle targets.Brad King2008-01-284-3/+45
* BUG: Fix export/import file generation to not store link dependencies of exec...Brad King2008-01-283-1/+6
* ENH: Restored APPEND option to EXPORT() command in new implementation.Brad King2008-01-281-1/+5
* ENH: Added framework to ExportImport test.Brad King2008-01-284-5/+17
* ENH: Added ExportImport test to test new export/import features.Brad King2008-01-2811-0/+223