Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ↵ | Brad King | 2005-04-06 | 1 | -1/+0 |
| | | | | never used. | ||||
* | ENH: Enabling cmLocalUnixMakefileGenerator2 (new makefile generator) by default. | Brad King | 2005-03-01 | 1 | -2/+3 |
| | |||||
* | ENH: try to initialize all languages at the same time | Bill Hoffman | 2004-08-27 | 1 | -32/+17 |
| | |||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -25/+22 |
| | | | | to enable a language without modifing cmake source code | ||||
* | ENH: use GetRequiredDefinition instead of GetDefinition and crash | Bill Hoffman | 2004-08-11 | 1 | -2/+2 |
| | |||||
* | ENH: add the unix makefile generator as an option from the windows GUI, this ↵ | Bill Hoffman | 2003-08-21 | 1 | -0/+2 |
| | | | | builds with mingw, cygwin, and combinations of make cl, bcc32 | ||||
* | ENH: Wrote basic description in full documentation block. | Brad King | 2003-07-11 | 1 | -1/+4 |
| | |||||
* | ENH: Registered global generators are now kept in a table in the cmake ↵ | Brad King | 2003-07-08 | 1 | -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 them | Bill Hoffman | 2003-01-21 | 1 | -4/+21 |
| | |||||
* | ENH: add a check to make sure cmake can find the c or C++ compiler for ↵ | Bill Hoffman | 2002-12-20 | 1 | -0/+37 |
| | | | | trycompile | ||||
* | ENH: fix IntDir jump and build problem | Bill Hoffman | 2002-12-06 | 1 | -0/+1 |
| | |||||
* | ENH: unify EnableLanguage across all generators | Bill Hoffman | 2002-12-05 | 1 | -142/+6 |
| | |||||
* | BUG: fix get make command problems. | Bill Hoffman | 2002-12-04 | 1 | -2/+9 |
| | |||||
* | determine CMAKE_MAKE_PROGRAM in EnableLanguage | Bill Hoffman | 2002-12-03 | 1 | -2/+7 |
| | |||||
* | Fix problem on unix with space | Andy Cedilnik | 2002-11-29 | 1 | -2/+3 |
| | |||||
* | ENH: check to make sure cmake matches the cmake used to generate the cache | Bill Hoffman | 2002-11-13 | 1 | -15/+0 |
| | |||||
* | ENH: force a global generate if the cache version does not match the running ↵ | Bill Hoffman | 2002-11-13 | 1 | -3/+19 |
| | | | | cmake | ||||
* | clean up flags with _init flags | Bill Hoffman | 2002-11-11 | 1 | -7/+14 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -88/+79 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | Rename variables to remove warnings | Andy Cedilnik | 2002-10-17 | 1 | -2/+2 |
| | |||||
* | ENH: Added explicit declarations of some C functions that are hard to get ↵ | Brad King | 2002-10-02 | 1 | -18/+2 |
| | | | | from standard headers in como (www.comeaucomputing.com) strict mode. | ||||
* | Several changes: COMPILE_DEFINITIONS is now depricated. If you want to ↵ | Andy Cedilnik | 2002-09-25 | 1 | -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 Cedilnik | 2002-09-24 | 1 | -9/+29 |
| | | | | in two modules; fix invoking of try_compile; add checking for header files and sizes of types | ||||
* | better trycompile and enable langiages | Ken Martin | 2002-09-13 | 1 | -55/+88 |
| | |||||
* | ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵ | Brad King | 2002-09-10 | 1 | -2/+19 |
| | | | | be compared directly with other pointer types. We use 0 instead. Also changed putenv to setenv for comeau on linux. | ||||
* | new arch | Ken Martin | 2002-09-06 | 1 | -49/+60 |
| | |||||
* | in progress | Ken Martin | 2002-08-30 | 1 | -0/+89 |