summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ↵Brad King2005-04-061-1/+0
| | | | never used.
* ENH: Enabling cmLocalUnixMakefileGenerator2 (new makefile generator) by default.Brad King2005-03-011-2/+3
|
* ENH: try to initialize all languages at the same timeBill Hoffman2004-08-271-32/+17
|
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-25/+22
| | | | to enable a language without modifing cmake source code
* ENH: use GetRequiredDefinition instead of GetDefinition and crashBill Hoffman2004-08-111-2/+2
|
* ENH: add the unix makefile generator as an option from the windows GUI, this ↵Bill Hoffman2003-08-211-0/+2
| | | | builds with mingw, cygwin, and combinations of make cl, bcc32
* ENH: Wrote basic description in full documentation block.Brad King2003-07-111-1/+4
|
* ENH: Registered global generators are now kept in a table in the cmake ↵Brad King2003-07-081-0/+7
| | | | instance. Added support for documentation with a Generators section.
* 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 ↵Bill Hoffman2002-12-201-0/+37
| | | | trycompile
* 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
| | | | cmake
* 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 ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* Rename variables to remove warningsAndy Cedilnik2002-10-171-2/+2
|
* ENH: Added explicit declarations of some C functions that are hard to get ↵Brad King2002-10-021-18/+2
| | | | from standard headers in como (www.comeaucomputing.com) strict mode.
* Several changes: COMPILE_DEFINITIONS is now depricated. If you want to ↵Andy Cedilnik2002-09-251-11/+22
| | | | specify some, use CMAKE_FLAGS -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include path, ... It now detects wether the file is C or C++ and uses the apropriate project command, it also does the right thing when doing try_compile, so it does not execute configure for every single try_compile
* Improve backward compatibility, so that all backward compatibility stuff is ↵Andy Cedilnik2002-09-241-9/+29
| | | | in two modules; fix invoking of try_compile; add checking for header files and sizes of types
* 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
| | | | be compared directly with other pointer types. We use 0 instead. Also changed putenv to setenv for comeau on linux.
* new archKen Martin2002-09-061-49/+60
|
* in progressKen Martin2002-08-301-0/+89