Commit History

Author SHA1 Message Date
  Bill Hoffman 2905d39689 ENH: check to make sure cmake matches the cmake used to generate the cache 23 years ago
  Andy Cedilnik 7274abe460 Revert back 23 years ago
  Andy Cedilnik 3d4a2fdc52 In certain cases, try to guess the source directory, so that you can run cmake or ccmake without specifying source dir 23 years ago
  Bill Hoffman 8ff7c13227 BUG: fix stack limit size on mac OSX 23 years ago
  Brad King 1f6a3c67b1 ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. 23 years ago
  Brad King 281f7519e1 ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Removed cmInputStringStream. 23 years ago
  Ken Martin e55a05a6f6 added Code Warrior dev 23 years ago
  Ken Martin 047acd0c6f Produce only one output 23 years ago
  Andy Cedilnik 779810f132 Fix bug in chdir; Who did this anyway... 23 years ago
  Ken Martin 6672c295c7 Set comspec substitute the right way 23 years ago
  Andy Cedilnik 9619ee3aa1 Another attempt on Windows 98 23 years ago
  Ken Martin 595c15c84a compiler warnings 23 years ago
  Andy Cedilnik 780a9bbda7 Add two cmake commands -E echo for echoing strings and -E comspec for workaround of bug of windows 9x; add another implementation of run command on windows which should work... 23 years ago
  Ken Martin c751d2ebff added progress 23 years ago
  Ken Martin 9878f49dfc fixed memory leak 23 years ago
  Ken Martin 2a68d21e85 cleaned up some of the cmake interface 23 years ago
  Ken Martin c1da4c9570 better try compile 23 years ago
  Ken Martin c6c579f35a uninitialized var 23 years ago
  Ken Martin 2aea6d528e added a flag if a cmake is in try compile 23 years ago
  Brad King d9326ed78d ERR: Added missing include of stdio.h for sprintf. 23 years ago
  Ken Martin 9149cdd078 moved commands into cmake 23 years ago
  Brad King 929a2b18f6 ERR: Fix for borland on linux. 23 years ago
  Ken Martin 3abb9e240d compiler warnings 23 years ago
  Ken Martin 25ff4552b3 new arch 23 years ago
  Ken Martin d0be2896d7 changed cache manager and registered generators to no longer be singletons 23 years ago
  Bill Hoffman 3f36d23421 BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem. 23 years ago
  Andy Cedilnik 42a00c96c1 Fix changing of directories using cmSystemTools RunCommand feature 23 years ago
  Andy Cedilnik 120b2523f5 Add command that runs program in given directory 23 years ago
  Brad King a1a05a5fbc BUG: CMake crashed if it failed to find its own executable. Also added better error messages when this occurs. 23 years ago
  Brad King 07d35e662d ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed. 23 years ago