Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some compiler warnings hopefully | Ken Martin | 2002-11-17 | 1 | -2/+4 |
| | |||||
* | fixed bad source directory bug | Ken Martin | 2002-11-15 | 1 | -0/+10 |
| | |||||
* | ENH: check to make sure cmake matches the cmake used to generate the cache | Bill Hoffman | 2002-11-13 | 1 | -11/+38 |
| | |||||
* | Revert back | Andy Cedilnik | 2002-11-07 | 1 | -37/+3 |
| | |||||
* | In certain cases, try to guess the source directory, so that you can run ↵ | Andy Cedilnik | 2002-11-06 | 1 | -3/+37 |
| | | | | cmake or ccmake without specifying source dir | ||||
* | BUG: fix stack limit size on mac OSX | Bill Hoffman | 2002-10-24 | 1 | -0/+18 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. ↵ | Brad King | 2002-10-10 | 1 | -3/+3 |
| | | | | Removed cmInputStringStream. | ||||
* | added Code Warrior dev | Ken Martin | 2002-10-09 | 1 | -23/+30 |
| | |||||
* | Produce only one output | Ken Martin | 2002-10-02 | 1 | -1/+1 |
| | |||||
* | Fix bug in chdir; Who did this anyway... | Andy Cedilnik | 2002-09-30 | 1 | -1/+1 |
| | |||||
* | Set comspec substitute the right way | Ken Martin | 2002-09-30 | 1 | -2/+1 |
| | |||||
* | Another attempt on Windows 98 | Andy Cedilnik | 2002-09-30 | 1 | -2/+3 |
| | |||||
* | 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 | 1 | -2/+33 |
| | | | | workaround of bug of windows 9x; add another implementation of run command on windows which should work... | ||||
* | added progress | Ken Martin | 2002-09-26 | 1 | -0/+17 |
| | |||||
* | fixed memory leak | Ken Martin | 2002-09-24 | 1 | -0/+7 |
| | |||||
* | cleaned up some of the cmake interface | Ken Martin | 2002-09-17 | 1 | -21/+29 |
| | |||||
* | better try compile | Ken Martin | 2002-09-13 | 1 | -5/+16 |
| | |||||
* | uninitialized var | Ken Martin | 2002-09-12 | 1 | -0/+1 |
| | |||||
* | added a flag if a cmake is in try compile | Ken Martin | 2002-09-12 | 1 | -0/+1 |
| | |||||
* | ERR: Added missing include of stdio.h for sprintf. | Brad King | 2002-09-10 | 1 | -0/+2 |
| | |||||
* | moved commands into cmake | Ken Martin | 2002-09-10 | 1 | -0/+66 |
| | |||||
* | ERR: Fix for borland on linux. | Brad King | 2002-09-10 | 1 | -1/+1 |
| | |||||
* | compiler warnings | Ken Martin | 2002-09-08 | 1 | -1/+1 |
| | |||||
* | new arch | Ken Martin | 2002-09-06 | 1 | -252/+349 |
| | |||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -19/+67 |
| | |||||
* | BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵ | Bill Hoffman | 2002-08-23 | 1 | -0/+5 |
| | | | | destruction is not a problem. | ||||
* | Fix changing of directories using cmSystemTools RunCommand feature | Andy Cedilnik | 2002-07-17 | 1 | -9/+6 |
| | |||||
* | Add command that runs program in given directory | Andy Cedilnik | 2002-07-10 | 1 | -0/+27 |
| | |||||
* | BUG: CMake crashed if it failed to find its own executable. Also added ↵ | Brad King | 2002-06-27 | 1 | -6/+22 |
| | | | | better error messages when this occurs. | ||||
* | ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵ | Brad King | 2002-06-19 | 1 | -8/+8 |
| | | | | depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed. | ||||
* | removed ccommand use cmake now | Ken Martin | 2002-06-03 | 1 | -13/+115 |
| | |||||
* | remobed bootstrap | Ken Martin | 2002-05-28 | 1 | -55/+0 |
| | |||||
* | minor bootstap fixes | Ken Martin | 2002-05-23 | 1 | -3/+5 |
| | |||||
* | added initial attempt to support win32 bootstrapping | Ken Martin | 2002-05-15 | 1 | -1/+64 |
| | |||||
* | ENH: fix cmake to work without ccommand. | Bill Hoffman | 2002-05-08 | 1 | -9/+5 |
| | |||||
* | ENH: add an edit_cache target that runs ccmake or CMakeSetup | Bill Hoffman | 2002-05-07 | 1 | -2/+17 |
| | |||||
* | ENH: check for mismatched generators | Bill Hoffman | 2002-04-25 | 1 | -0/+16 |
| | |||||
* | Exit ccmake on fatal errors. | Berk Geveci | 2002-04-23 | 1 | -1/+1 |
| | |||||
* | BUG: fix SameFile function for windows, and compare source directories | Bill Hoffman | 2002-04-19 | 1 | -11/+7 |
| | |||||
* | ENH: use home not start | Bill Hoffman | 2002-04-18 | 1 | -4/+4 |
| | |||||
* | ENH: check for mis-matched source directories | Bill Hoffman | 2002-04-18 | 1 | -0/+25 |
| | |||||
* | ENH: add enable language support for PROJECT command, this means that a C ↵ | Bill Hoffman | 2002-04-02 | 1 | -2/+2 |
| | | | | only project can be built with cmake, even without a cxx compiler | ||||
* | removed quotes from cmake and ccommand executable to be consistant | Ken Martin | 2002-03-25 | 1 | -7/+3 |
| | |||||
* | Add ccommand for executing commands on the system, so by using ↵ | Andy Cedilnik | 2002-03-15 | 1 | -0/+17 |
| | | | | ADD_CUSTOM_COMMAND, you can make rules to do some system commands during build. Currently supported commands are copy and remove. Others will follow. | ||||
* | ENH: first pass at dot net support | Bill Hoffman | 2002-02-18 | 1 | -0/+2 |
| | |||||
* | ENH: add ends at end of string | Bill Hoffman | 2002-02-06 | 1 | -1/+1 |
| | |||||
* | Using cmSystemTools::Error() instead of cerr. | Berk Geveci | 2002-02-01 | 1 | -11/+14 |
| | |||||
* | ERR: Removed cmCacheManager::DefineCache method. It is no longer needed. | Brad King | 2002-01-22 | 1 | -3/+0 |
| |