Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Remove CMAKE_ANSI_CFLAGS from tests | Brad King | 2009-07-08 | 1 | -2/+0 |
| | | | | | As of CMake 2.6 this variable is not defined, and the ANSI flags for the HP compiler are simply hard-coded in the default C flags. | ||||
* | ENH: Test fake circular dependency case | Brad King | 2008-08-07 | 1 | -0/+1 |
| | | | | | | A recent change fixed a case in which CMake incorrectly diagnosed a circular dependency involving a non-linkable executable target. This adds a test for that case. | ||||
* | ENH: Add test of preservation of static libraries on original link lines. | Brad King | 2008-04-23 | 1 | -0/+1 |
| | |||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | BUG: Need ANSI C. | Brad King | 2008-02-08 | 1 | -0/+2 |
| | |||||
* | ENH: Combine all dependency* tests into one Dependency test. Add more ↵ | Brad King | 2008-02-06 | 1 | -0/+5 |
| | | | | difficult test cases. | ||||
* | ENH: shift to using ADD_SUBDIRECTORY | Ken Martin | 2005-06-08 | 1 | -3/+15 |
| | |||||
* | BUG: add a test for a single char dir, and fix bug introduced in 1.53, but ↵ | Bill Hoffman | 2004-11-01 | 1 | -4/+5 |
| | | | | we still can not handle a space as the start of a directory name | ||||
* | BUG: Correct some of the dependency analysis code. | Amitha Perera | 2002-05-10 | 1 | -20/+9 |
| | | | | | | | | | - Make sure the original link line is untouched - Avoid duplicating the link line when supporting version < 1.4 - Make sure the cyclic dependencies and such are output correctly in complicated cases. - Avoid outputing dependencies that are already satisfied on the original link line when possible. | ||||
* | - bug fix where paths weren't being output when LIB_OUT_PATH *isn't* used | Amitha Perera | 2002-05-03 | 1 | -18/+16 |
| | | | | | - test case for above mentioned bug - more comments. Comments are good. | ||||
* | ENH: Make the LinkLibraries command contribute dependencies towards ↵ | Amitha Perera | 2002-05-01 | 1 | -1/+1 |
| | | | | AddLibraries. | ||||
* | ENH: Make the LinkLibraries command contribute dependencies towards ↵ | Amitha Perera | 2002-05-01 | 1 | -7/+14 |
| | | | | AddLibraries. | ||||
* | ENH: Add library dependency analysis. | Amitha Perera | 2002-05-01 | 1 | -0/+38 |