summaryrefslogtreecommitdiff
path: root/Tests/Dependency
Commit message (Expand)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 3.5Brad King2023-03-011-1/+1
* Tests: bump cmake_minimum_required version to 2.8.12Rolf Eike Beer2021-04-051-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-1634-39/+91
* Fix link line order when shared libraries are de-duplicatedDaniele E. Domenichelli2014-11-105-0/+37
* Convert CMake-language commands to lower caseKitware Robot2012-08-1316-58/+58
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Honor strong intra-component target dependenciesBrad King2010-08-252-0/+4
* Test link multiplicityBrad King2009-09-015-4/+11
* ENH: Remove CMAKE_ANSI_CFLAGS from testsBrad King2009-07-082-6/+0
* ENH: Test fake circular dependency caseBrad King2008-08-074-0/+27
* ENH: Add test of preservation of static libraries on original link lines.Brad King2008-04-236-0/+21
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
* BUG: Need ANSI C.Brad King2008-02-081-0/+2
* ENH: Make Dependency test Case2 require two traversals of a static library loop.Brad King2008-02-076-6/+11
* ENH: Combine all dependency* tests into one Dependency test. Add more diffic...Brad King2008-02-0617-0/+108
* BUG: Fix utility dependencies for static libraries in VS generators. This ad...Brad King2007-04-044-1/+29
* ENH: shift to using ADD_SUBDIRECTORYKen Martin2005-06-081-3/+15
* BUG: add a test for a single char dir, and fix bug introduced in 1.53, but we...Bill Hoffman2004-11-013-4/+5
* BUG: Correct some of the dependency analysis code.Amitha Perera2002-05-1011-20/+93
* - bug fix where paths weren't being output when LIB_OUT_PATH *isn't* usedAmitha Perera2002-05-031-18/+16
* ENH: change LINK_LIBRARY to add to targetsBill Hoffman2002-05-022-3/+4
* ENH: Make the LinkLibraries command contribute dependencies towards AddLibrar...Amitha Perera2002-05-011-1/+1
* ENH: Make the LinkLibraries command contribute dependencies towards AddLibrar...Amitha Perera2002-05-016-11/+50
* ENH: Add library dependency analysis.Amitha Perera2002-05-0119-0/+142