summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: When the initially configured generator is invalid, allow the user to ch...Brad King2003-05-131-0/+8
* add support for vs 71Bill Hoffman2003-05-081-0/+7
* ENH: New location of cmake binariesAndy Cedilnik2003-05-021-1/+1
* ENH: Add additional optional argument to Run. If it is true, it will only set...Andy Cedilnik2003-04-291-1/+6
* minor fixKen Martin2003-04-161-2/+4
* add COdeWarrior back in for testingKen Martin2003-04-161-0/+11
* ENH: Improved documentation. Also modified behavior of "cmake" to not config...Brad King2003-04-031-23/+3
* BUG: Fixed crash when CMAKE_BACKWARDS_COMPATIBILITY is deleted between config...Brad King2003-02-241-0/+12
* ENH: Added cmDocumentation class to generate various forms of documentation. ...Brad King2003-02-141-0/+17
* BUG: Fixed crash when CMAKE_ROOT cannot be found.Brad King2003-01-221-1/+5
* BUG: fix command line to take -G onlyBill Hoffman2003-01-221-1/+1
* BUG: Use CMakeDefaultMakeRuleVariables.cmake to locate modules directory inst...Brad King2003-01-211-7/+7
* compiler warningKen Martin2003-01-101-1/+1
* fix bug in env settingsKen Martin2003-01-091-0/+37
* added watches for access of bw compat varsKen Martin2003-01-091-0/+20
* Add option of watching variablesAndy Cedilnik2003-01-081-0/+3
* testing more agressive compatability settingsKen Martin2002-12-201-3/+0
* Save directories when doing global buildAndy Cedilnik2002-12-171-0/+5
* Fix switching from local to global generation when cmake version changes or w...Andy Cedilnik2002-12-161-3/+12
* ENH: Added copy_if_different option to -E flag.Brad King2002-12-161-0/+8
* BUG: fix get make command problems.Bill Hoffman2002-12-041-0/+9
* added CMAKE_BACKWARDS_COMPATIBILITY entryKen Martin2002-12-041-0/+16
* remove code warrior and fixed GUI isuesKen Martin2002-12-031-7/+0
* 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