Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: STRLESS and STRGREATER need to treat non-existent definitions as strings. | Brad King | 2002-10-02 | 2 | -21/+25 |
| | |||||
* | Cleanup and try to unify with the other code | Andy Cedilnik | 2002-10-02 | 1 | -202/+216 |
| | |||||
* | Cleanup | Andy Cedilnik | 2002-10-02 | 1 | -2/+4 |
| | |||||
* | ENH: Adding install of .in and .c modules. | Luis Ibanez | 2002-10-02 | 1 | -0/+3 |
| | |||||
* | Remove unnecessary new line | Ken Martin | 2002-10-02 | 1 | -1/+1 |
| | |||||
* | Fix bug in borland run command | Ken Martin | 2002-10-02 | 1 | -9/+6 |
| | |||||
* | Produce only one output | Ken Martin | 2002-10-02 | 1 | -1/+1 |
| | |||||
* | ENH: Added support to pass the gccxml program location to cable if ↵ | Brad King | 2002-10-01 | 1 | -0/+6 |
| | | | | ITK_GCCXML_EXECUTABLE is set on m_Makefile. | ||||
* | Add test for big endian | Andy Cedilnik | 2002-10-01 | 2 | -0/+26 |
| | |||||
* | Fix grouping of arguments on Windows 98 | Ken Martin | 2002-10-01 | 1 | -2/+2 |
| | |||||
* | Fix a bug in generator. This one is good: This bug is only present on ↵ | Ken Martin | 2002-10-01 | 1 | -1/+1 |
| | | | | Windows 98, but since RunCommand did not work, it never showed on the dashboard... In any case commands in Visual studio 6 should be in windows style slashes | ||||
* | Put quotes around arguments if they have spaces and no quotes | Ken Martin | 2002-10-01 | 1 | -3/+15 |
| | |||||
* | Remove bogus exec_program | Ken Martin | 2002-10-01 | 3 | -3/+0 |
| | |||||
* | ENH: removed "USE_FLTK_VERSION_1.1" in favor of "FLTK_VERSION_1.1" to avoid | Luis Ibanez | 2002-10-01 | 1 | -2/+0 |
| | | | | confusions. | ||||
* | Remove dependency to dynamic loader during bootstrap | Andy Cedilnik | 2002-10-01 | 2 | -2/+2 |
| | |||||
* | ENH: Version 1.1 is considered to be the default. | Luis Ibanez | 2002-10-01 | 1 | -5/+5 |
| | |||||
* | ERR: Fixed bad sentence in error message. | Brad King | 2002-10-01 | 1 | -3/+3 |
| | |||||
* | Fix bug in chdir; Who did this anyway... | Andy Cedilnik | 2002-09-30 | 1 | -1/+1 |
| | |||||
* | BUG: fix load command stuff for cygwin and cleanup at exit | Bill Hoffman | 2002-09-30 | 4 | -5/+22 |
| | |||||
* | Add some more comments | Ken Martin | 2002-09-30 | 1 | -0/+5 |
| | |||||
* | Cleanups and hopefully now it works on all windows platforms | Ken Martin | 2002-09-30 | 1 | -62/+13 |
| | |||||
* | Set comspec substitute the right way | Ken Martin | 2002-09-30 | 1 | -2/+1 |
| | |||||
* | Set comspec substitute | Ken Martin | 2002-09-30 | 1 | -0/+5 |
| | |||||
* | Add spaces | Ken Martin | 2002-09-30 | 1 | -2/+3 |
| | |||||
* | Configuratiion for finding LaTeX related executables. | Luis Ibanez | 2002-09-30 | 1 | -0/+26 |
| | |||||
* | Another attempt on Windows 98 | Andy Cedilnik | 2002-09-30 | 4 | -3/+42 |
| | |||||
* | Attempt to unify the code | Andy Cedilnik | 2002-09-30 | 1 | -1/+1 |
| | |||||
* | Fix bug in printing | Andy Cedilnik | 2002-09-30 | 1 | -2/+6 |
| | |||||
* | Remove warnings and fix potential bug | Andy Cedilnik | 2002-09-30 | 1 | -35/+37 |
| | |||||
* | Make borland pass all the tests on XP (and 2000?) | Andy Cedilnik | 2002-09-30 | 2 | -3/+2 |
| | |||||
* | Remove debug | Andy Cedilnik | 2002-09-30 | 1 | -1/+0 |
| | |||||
* | It is late and it at least seems to work better than before... | Andy Cedilnik | 2002-09-30 | 1 | -42/+45 |
| | |||||
* | Fix for it to compile on "all" windows platforms... | Andy Cedilnik | 2002-09-30 | 2 | -39/+156 |
| | |||||
* | Simplify debugging by resetting error code | Andy Cedilnik | 2002-09-30 | 1 | -0/+1 |
| | |||||
* | possible fix for warnings | Ken Martin | 2002-09-29 | 2 | -13/+14 |
| | |||||
* | compiler warnings | Ken Martin | 2002-09-29 | 1 | -2/+2 |
| | |||||
* | Add two cmake commands -E echo for echoing strings and -E comspec for ↵ | Andy Cedilnik | 2002-09-27 | 3 | -6/+313 |
| | | | | workaround of bug of windows 9x; add another implementation of run command on windows which should work... | ||||
* | Add class for process execution on Windows | Andy Cedilnik | 2002-09-27 | 3 | -0/+701 |
| | |||||
* | Use cmake echo | Andy Cedilnik | 2002-09-27 | 3 | -6/+6 |
| | |||||
* | removed some includes | Ken Martin | 2002-09-27 | 23 | -20/+8 |
| | |||||
* | BUG: fix doc string and allow a variable to be promoted from non-cache to cache | Bill Hoffman | 2002-09-27 | 2 | -8/+11 |
| | |||||
* | remove unused stuff | Bill Hoffman | 2002-09-27 | 1 | -2/+0 |
| | |||||
* | Cleanup configure scripts | Andy Cedilnik | 2002-09-27 | 3 | -515/+92 |
| | |||||
* | added progress | Ken Martin | 2002-09-26 | 7 | -33/+91 |
| | |||||
* | minor memory fix | Ken Martin | 2002-09-26 | 1 | -2/+2 |
| | |||||
* | Set variable to either 1 or empty string instead of TRUE and FALSE | Andy Cedilnik | 2002-09-25 | 3 | -6/+15 |
| | |||||
* | Cleanup | Andy Cedilnik | 2002-09-25 | 1 | -1/+1 |
| | |||||
* | Check for library | Andy Cedilnik | 2002-09-25 | 4 | -0/+12 |
| | |||||
* | Fix modules for recent changes | Andy Cedilnik | 2002-09-25 | 3 | -14/+14 |
| | |||||
* | Several changes: COMPILE_DEFINITIONS is now depricated. If you want to ↵ | Andy Cedilnik | 2002-09-25 | 2 | -17/+61 |
| | | | | specify some, use CMAKE_FLAGS -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include path, ... It now detects wether the file is C or C++ and uses the apropriate project command, it also does the right thing when doing try_compile, so it does not execute configure for every single try_compile |