Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed test for new cmake | Ken Martin | 2002-09-04 | 1 | -1/+1 |
| | |||||
* | add rpcrt4.lib because of CMakeLib needing it | Bill Hoffman | 2002-08-30 | 3 | -3/+12 |
| | |||||
* | now needs dynlib support | Ken Martin | 2002-08-28 | 3 | -3/+15 |
| | |||||
* | added new form of Set source file properties command | Ken Martin | 2002-08-26 | 3 | -0/+27 |
| | |||||
* | no more dll for plugin | Bill Hoffman | 2002-08-23 | 3 | -24/+0 |
| | |||||
* | remoevd shared lib | Ken Martin | 2002-08-23 | 3 | -42/+3 |
| | |||||
* | BUG: fix for cygwin | Bill Hoffman | 2002-08-23 | 3 | -3/+9 |
| | |||||
* | BUG: fix for borland and a shared CMakeLib | Bill Hoffman | 2002-08-22 | 3 | -0/+9 |
| | |||||
* | BUG: fix for borland and a shared CMakeLib | Bill Hoffman | 2002-08-22 | 6 | -3/+18 |
| | |||||
* | complex test needs the dll | Ken Martin | 2002-08-22 | 3 | -0/+30 |
| | |||||
* | added macro test | Ken Martin | 2002-08-13 | 3 | -3/+33 |
| | |||||
* | minor fix for c tests | Ken Martin | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | updated to mods in command | Ken Martin | 2002-07-30 | 4 | -7/+7 |
| | |||||
* | fixed if statements inside a foreach | Ken Martin | 2002-07-17 | 3 | -9/+9 |
| | |||||
* | ENH: Added test for IF inside a FOREACH. | Brad King | 2002-07-16 | 9 | -6/+84 |
| | |||||
* | a minor fix to make my life easier | Ken Martin | 2002-06-27 | 1 | -1/+1 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 3 | -6/+6 |
| | | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building | ||||
* | add a test with no extension | Bill Hoffman | 2002-06-25 | 1 | -1/+1 |
| | |||||
* | ENH: Added configuration of CMAKE_NO_ANSI_STRING_STREAM. It is defined when ↵ | Brad King | 2002-06-21 | 3 | -0/+3 |
| | | | | the sstream header does not exist. | ||||
* | modified create test source to create a vector | Ken Martin | 2002-06-19 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2002-06-19 | 3 | -3/+3 |
| | |||||
* | ENH: try and fix link problem on dec | Bill Hoffman | 2002-06-18 | 3 | -0/+21 |
| | |||||
* | changed CCOMMAND to CMAKE | Ken Martin | 2002-06-03 | 3 | -6/+6 |
| | |||||
* | removed ccommand use cmake now | Ken Martin | 2002-06-03 | 3 | -9/+9 |
| | |||||
* | ENH: add tests for LESS, GREATER, STRLESS, STRGREATER (IF command) | Sebastien Barre | 2002-05-27 | 6 | -0/+450 |
| | |||||
* | ENH: increse coverage | Bill Hoffman | 2002-05-23 | 3 | -3/+3 |
| | |||||
* | ENH: increase coverage | Bill Hoffman | 2002-05-23 | 6 | -6/+63 |
| | |||||
* | add a test for escape quotes and configure file | Bill Hoffman | 2002-05-23 | 9 | -0/+60 |
| | |||||
* | BUG: Correct some of the dependency analysis code. | Amitha Perera | 2002-05-10 | 15 | -20/+134 |
| | | | | | | | | | - 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. | ||||
* | ENH: Added coverage test for ITK_WRAP_TCL. Doesn't actually invoke CABLE. | Brad King | 2002-05-08 | 2 | -0/+11 |
| | |||||
* | fix borland test | Bill Hoffman | 2002-05-03 | 3 | -6/+12 |
| | |||||
* | - 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. | ||||
* | Debug optimized cache fixes | Bill Hoffman | 2002-05-02 | 3 | -0/+33 |
| | |||||
* | ENH: change LINK_LIBRARY to add to targets | Bill Hoffman | 2002-05-02 | 5 | -36/+19 |
| | |||||
* | 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 | 6 | -11/+50 |
| | | | | AddLibraries. | ||||
* | ENH: Add library dependency analysis. | Amitha Perera | 2002-05-01 | 19 | -0/+142 |
| | |||||
* | ENH: add test for SEPARATE_ARGUMENTS | Bill Hoffman | 2002-04-30 | 9 | -3/+51 |
| | |||||
* | duhZ | Ken Martin | 2002-04-22 | 3 | -3/+3 |
| | |||||
* | fixed for remove COMMAND | Ken Martin | 2002-04-22 | 15 | -15/+96 |
| | |||||
* | BUG: add link directories for target link libraries and add a test for it | Bill Hoffman | 2002-04-19 | 3 | -0/+7 |
| | |||||
* | ENH: add ability to escape semi-colons | Bill Hoffman | 2002-04-18 | 3 | -0/+3 |
| | |||||
* | ENH: backwards compatible for VTK 4.0, add cmake version requires | Bill Hoffman | 2002-04-17 | 9 | -0/+36 |
| | |||||
* | ENH: Removed tests for commands that no longer exist. | Brad King | 2002-04-17 | 1 | -6/+0 |
| | |||||
* | ENH: more coverage | Bill Hoffman | 2002-04-17 | 3 | -0/+3 |
| | |||||
* | ENH: speed improvements | Bill Hoffman | 2002-04-11 | 3 | -3/+3 |
| | |||||
* | ENH: increase coverage | Sebastien Barre | 2002-04-11 | 3 | -3/+9 |
| | |||||
* | ENH: use target as source if source is empty | Sebastien Barre | 2002-04-11 | 3 | -12/+6 |
| | |||||
* | ENH: add a test to check if more than one post-build command can be ↵ | Sebastien Barre | 2002-04-10 | 6 | -0/+27 |
| | | | | attached. it fails right now. | ||||
* | ENH: only check flag on unix | Bill Hoffman | 2002-04-10 | 3 | -0/+6 |
| |