summaryrefslogtreecommitdiff
path: root/Source/cmGlobalUnixMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: add the unix makefile generator as an option from the windows GUI, this ...Bill Hoffman2003-08-211-0/+2
* ENH: Wrote basic description in full documentation block.Brad King2003-07-101-1/+4
* ENH: Registered global generators are now kept in a table in the cmake instan...Brad King2003-07-071-0/+7
* add a fatal error, and make sure c and c++ compilers work before using themBill Hoffman2003-01-211-4/+21
* ENH: add a check to make sure cmake can find the c or C++ compiler for trycom...Bill Hoffman2002-12-201-0/+37
* ENH: fix IntDir jump and build problemBill Hoffman2002-12-061-0/+1
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-051-142/+6
* BUG: fix get make command problems.Bill Hoffman2002-12-041-2/+9
* determine CMAKE_MAKE_PROGRAM in EnableLanguageBill Hoffman2002-12-031-2/+7
* Fix problem on unix with spaceAndy Cedilnik2002-11-291-2/+3
* ENH: check to make sure cmake matches the cmake used to generate the cacheBill Hoffman2002-11-131-15/+0
* ENH: force a global generate if the cache version does not match the running ...Bill Hoffman2002-11-131-3/+19
* clean up flags with _init flagsBill Hoffman2002-11-111-7/+14
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-88/+79
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* Rename variables to remove warningsAndy Cedilnik2002-10-171-2/+2
* ENH: Added explicit declarations of some C functions that are hard to get fro...Brad King2002-10-021-18/+2
* Several changes: COMPILE_DEFINITIONS is now depricated. If you want to specif...Andy Cedilnik2002-09-251-11/+22
* Improve backward compatibility, so that all backward compatibility stuff is i...Andy Cedilnik2002-09-241-9/+29
* better trycompile and enable langiagesKen Martin2002-09-131-55/+88
* ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ...Brad King2002-09-101-2/+19
* new archKen Martin2002-09-061-49/+60
* in progressKen Martin2002-08-301-0/+89