Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add status messages | Bill Hoffman | 2002-11-13 | 4 | -1/+11 |
| | |||||
* | ENH: space fixes and add a status option to message command | Ken Martin | 2002-11-13 | 5 | -3/+27 |
| | |||||
* | ENH: move -P flag from cxxflags to the compile line for cxx files | Ken Martin | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | ENH: check to make sure cmake matches the cmake used to generate the cache | Bill Hoffman | 2002-11-13 | 3 | -26/+40 |
| | |||||
* | ENH: use correct run time library for borland | Bill Hoffman | 2002-11-13 | 1 | -1/+2 |
| | |||||
* | ENH: force a global generate if the cache version does not match the running ↵ | Bill Hoffman | 2002-11-13 | 2 | -3/+23 |
| | | | | cmake | ||||
* | BUG: add missing depend rules for hp make | Berk Geveci | 2002-11-13 | 1 | -0/+2 |
| | |||||
* | fix for nsl library and X11 | Bill Hoffman | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | fix for nsl library and X11 | Bill Hoffman | 2002-11-13 | 2 | -1/+4 |
| | |||||
* | BUG: fix order of link line for creating shared libraries | Bill Hoffman | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | BUG: Fixed doc string on generated variable. | Brad King | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | BUG: fix path problems | Bill Hoffman | 2002-11-12 | 3 | -5/+14 |
| | |||||
* | Backwards compatibility. Andy and Bill made me add socket library. | Will Schroeder | 2002-11-12 | 1 | -0/+7 |
| | |||||
* | ENH: add .def file support | Bill Hoffman | 2002-11-12 | 3 | -5/+17 |
| | |||||
* | BUG: change to new variables | Bill Hoffman | 2002-11-12 | 1 | -4/+6 |
| | |||||
* | add find threads check | Bill Hoffman | 2002-11-12 | 1 | -1/+0 |
| | |||||
* | add find threads check | Bill Hoffman | 2002-11-12 | 3 | -1/+93 |
| | |||||
* | clean up test for html output | Bill Hoffman | 2002-11-12 | 4 | -8/+26 |
| | |||||
* | BUG: fix reg expression | Bill Hoffman | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Brad King | 2002-11-12 | 1 | -16/+16 |
| | |||||
* | FIX: minor fix, OPENGL_INCLUDE_PATH was set 2 times | Sebastien Barre | 2002-11-12 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2002-11-12 | 1 | -1/+5 |
| | |||||
* | fix project name | Bill Hoffman | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | Set CMAKE_BUILD_TOOL | Bill Hoffman | 2002-11-12 | 4 | -7/+3 |
| | |||||
* | ENH: fix up several problems with new stuff | Bill Hoffman | 2002-11-11 | 7 | -17/+224 |
| | |||||
* | new test | Bill Hoffman | 2002-11-11 | 4 | -0/+91 |
| | |||||
* | Fix for OSF | Bill Hoffman | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | Fix regular expressions to be able to handle windows libraries | Andy Cedilnik | 2002-11-11 | 1 | -2/+3 |
| | |||||
* | clean up flags with _init flags | Bill Hoffman | 2002-11-11 | 13 | -76/+92 |
| | |||||
* | add install stuff for platform directory | Bill Hoffman | 2002-11-11 | 2 | -0/+3 |
| | |||||
* | ENH: fix for darwin modules | Bill Hoffman | 2002-11-11 | 1 | -0/+2 |
| | |||||
* | BUG: fix setting of c flags | Bill Hoffman | 2002-11-10 | 6 | -6/+19 |
| | |||||
* | fix for cxxflags | Bill Hoffman | 2002-11-09 | 6 | -37/+50 |
| | |||||
* | ENH: Adding support for comeau C++ compiler. | Brad King | 2002-11-08 | 1 | -0/+16 |
| | |||||
* | ENH: Moved caching of C*_FLAGS* settings down to ↵ | Brad King | 2002-11-08 | 8 | -102/+54 |
| | | | | CMakeSystemSpecificInformation.cmake. The platform files can set the defaults on the first run, and then the settings are cached at the end. | ||||
* | BUG: A variable is not in the cache if it is UNINITIALIZED. | Brad King | 2002-11-08 | 1 | -1/+1 |
| | |||||
* | ERR: Removed use of NULL. | Brad King | 2002-11-08 | 1 | -1/+1 |
| | |||||
* | ERR: Added missing include. | Brad King | 2002-11-08 | 1 | -0/+1 |
| | |||||
* | store the compiler in the cache | Bill Hoffman | 2002-11-08 | 2 | -7/+15 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 68 | -529/+1570 |
| | |||||
* | ERR: Fixed signed/unsigned warnings. | Brad King | 2002-11-07 | 1 | -5/+5 |
| | |||||
* | Revert | Andy Cedilnik | 2002-11-07 | 1 | -1/+1 |
| | |||||
* | Revert back | Andy Cedilnik | 2002-11-07 | 2 | -38/+4 |
| | |||||
* | Add readme for mac | Andy Cedilnik | 2002-11-07 | 1 | -0/+71 |
| | |||||
* | ENH: Enhanced FindITK supporting use of ITK from an install tree or a build ↵ | Brad King | 2002-11-06 | 1 | -25/+63 |
| | | | | tree. Only one cache entry is brought into user's project, called "ITK_DIR". This is the location of an ITKConfig.cmake file from which other settings are loaded. | ||||
* | BUG: Fixed STRING(REGEX REPLACE ...) and added better test. | Brad King | 2002-11-06 | 4 | -14/+17 |
| | |||||
* | ENH: Added STRING command. | Brad King | 2002-11-06 | 6 | -0/+454 |
| | |||||
* | ENH: compile method now returns whether compilation succeeded. | Brad King | 2002-11-06 | 2 | -6/+7 |
| | |||||
* | Use CMake icon on Mac | Andy Cedilnik | 2002-11-06 | 2 | -1/+4 |
| | |||||
* | Add Mac icon | Andy Cedilnik | 2002-11-06 | 1 | -0/+0 |
| |