summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* fix some compiler warnings hopefullyKen Martin2002-11-171-2/+4
* fixed bad source directory bugKen Martin2002-11-151-0/+10
* ENH: check to make sure cmake matches the cmake used to generate the cacheBill Hoffman2002-11-131-11/+38
* Revert backAndy Cedilnik2002-11-071-37/+3
* In certain cases, try to guess the source directory, so that you can run cmak...Andy Cedilnik2002-11-061-3/+37
* BUG: fix stack limit size on mac OSXBill Hoffman2002-10-241-0/+18
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Re...Brad King2002-10-101-3/+3
* added Code Warrior devKen Martin2002-10-091-23/+30
* Produce only one outputKen Martin2002-10-021-1/+1
* Fix bug in chdir; Who did this anyway...Andy Cedilnik2002-09-301-1/+1
* Set comspec substitute the right wayKen Martin2002-09-301-2/+1
* Another attempt on Windows 98Andy Cedilnik2002-09-301-2/+3
* compiler warningsKen Martin2002-09-291-2/+2
* Add two cmake commands -E echo for echoing strings and -E comspec for workaro...Andy Cedilnik2002-09-271-2/+33
* added progressKen Martin2002-09-261-0/+17
* fixed memory leakKen Martin2002-09-241-0/+7
* cleaned up some of the cmake interfaceKen Martin2002-09-171-21/+29
* better try compileKen Martin2002-09-131-5/+16
* uninitialized varKen Martin2002-09-121-0/+1
* added a flag if a cmake is in try compileKen Martin2002-09-121-0/+1
* ERR: Added missing include of stdio.h for sprintf.Brad King2002-09-101-0/+2
* moved commands into cmakeKen Martin2002-09-101-0/+66
* ERR: Fix for borland on linux.Brad King2002-09-101-1/+1
* compiler warningsKen Martin2002-09-081-1/+1
* new archKen Martin2002-09-061-252/+349
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-19/+67
* BUG: add explicit clean up of the cachemanager at exit of programs, so dll de...Bill Hoffman2002-08-231-0/+5
* Fix changing of directories using cmSystemTools RunCommand featureAndy Cedilnik2002-07-171-9/+6
* Add command that runs program in given directoryAndy Cedilnik2002-07-101-0/+27
* BUG: CMake crashed if it failed to find its own executable. Also added bette...Brad King2002-06-271-6/+22
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream d...Brad King2002-06-191-8/+8
* removed ccommand use cmake nowKen Martin2002-06-031-13/+115
* remobed bootstrapKen Martin2002-05-281-55/+0
* minor bootstap fixesKen Martin2002-05-231-3/+5
* added initial attempt to support win32 bootstrappingKen Martin2002-05-151-1/+64
* ENH: fix cmake to work without ccommand.Bill Hoffman2002-05-081-9/+5
* ENH: add an edit_cache target that runs ccmake or CMakeSetupBill Hoffman2002-05-071-2/+17
* ENH: check for mismatched generatorsBill Hoffman2002-04-251-0/+16
* Exit ccmake on fatal errors.Berk Geveci2002-04-231-1/+1
* BUG: fix SameFile function for windows, and compare source directoriesBill Hoffman2002-04-191-11/+7
* ENH: use home not startBill Hoffman2002-04-181-4/+4
* ENH: check for mis-matched source directoriesBill Hoffman2002-04-181-0/+25
* ENH: add enable language support for PROJECT command, this means that a C onl...Bill Hoffman2002-04-021-2/+2
* removed quotes from cmake and ccommand executable to be consistantKen Martin2002-03-251-7/+3
* Add ccommand for executing commands on the system, so by using ADD_CUSTOM_COM...Andy Cedilnik2002-03-151-0/+17
* ENH: first pass at dot net supportBill Hoffman2002-02-181-0/+2
* ENH: add ends at end of stringBill Hoffman2002-02-061-1/+1
* Using cmSystemTools::Error() instead of cerr.Berk Geveci2002-02-011-11/+14
* ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.Brad King2002-01-221-3/+0