Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: fix put/get env problems | Bill Hoffman | 2004-01-26 | 1 | -22/+3 |
| | |||||
* | ENH: Start adding new installation framework | Andy Cedilnik | 2004-01-26 | 1 | -0/+1 |
| | |||||
* | BUG: make sure null terminator is in the right place for putenv static char ↵ | Bill Hoffman | 2004-01-08 | 1 | -2/+2 |
| | | | | array | ||||
* | BUG:427 trycompile target must be exe | Bill Hoffman | 2003-12-11 | 1 | -1/+7 |
| | |||||
* | ENH: More scripting changes | Andy Cedilnik | 2003-10-29 | 1 | -1/+4 |
| | |||||
* | ENH: add the unix makefile generator as an option from the windows GUI, this ↵ | Bill Hoffman | 2003-08-21 | 1 | -1/+2 |
| | | | | builds with mingw, cygwin, and combinations of make cl, bcc32 | ||||
* | ENH: Use the new RunCommand | Andy Cedilnik | 2003-08-04 | 1 | -1/+5 |
| | |||||
* | ENH: set CMAKE_SYSTEM_VERSION for windows | Bill Hoffman | 2003-07-16 | 1 | -1/+16 |
| | |||||
* | 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. | ||||
* | ENH: add stdlib.h for portability to borland 6 | Bill Hoffman | 2003-05-24 | 1 | -0/+1 |
| | |||||
* | BUG: Work-around for SGI MipsPro bug where #error doesn't return an error to ↵ | Brad King | 2003-05-14 | 1 | -0/+9 |
| | | | | make. | ||||
* | ENH: When the initially configured generator is invalid, allow the user to ↵ | Brad King | 2003-05-13 | 1 | -5/+5 |
| | | | | change the generator without deleting the cache by hand. | ||||
* | ENH: Improved error message when a wrong generator is selected. | Brad King | 2003-05-13 | 1 | -1/+6 |
| | |||||
* | BUG: add better testing for notfound | Bill Hoffman | 2003-02-04 | 1 | -2/+4 |
| | |||||
* | fix warning | Bill Hoffman | 2003-02-02 | 1 | -4/+4 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -4/+4 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -1/+55 |
| | |||||
* | add a fatal error, and make sure c and c++ compilers work before using them | Bill Hoffman | 2003-01-21 | 1 | -1/+5 |
| | |||||
* | fix warnings | Ken Martin | 2003-01-10 | 1 | -2/+2 |
| | |||||
* | fix bug in env settings | Ken Martin | 2003-01-09 | 1 | -36/+1 |
| | |||||
* | fix warning | Bill Hoffman | 2003-01-09 | 1 | -1/+1 |
| | |||||
* | restore the environment for cxx and cc in global generator | Bill Hoffman | 2003-01-09 | 1 | -5/+51 |
| | |||||
* | only load bw compat if CMAKE_BACK... is set | Ken Martin | 2003-01-09 | 1 | -4/+4 |
| | |||||
* | BUG: enable the languages when not running in global mode | Bill Hoffman | 2002-12-19 | 1 | -2/+5 |
| | |||||
* | Add java support | Andy Cedilnik | 2002-12-11 | 1 | -6/+28 |
| | |||||
* | Rename variable to remove warning | Andy Cedilnik | 2002-12-09 | 1 | -2/+2 |
| | |||||
* | ENH: set the CXX and CC environment vars | Bill Hoffman | 2002-12-06 | 1 | -1/+25 |
| | |||||
* | ENH: unify EnableLanguage across all generators | Bill Hoffman | 2002-12-05 | 1 | -12/+165 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -2/+1 |
| | |||||
* | 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. | ||||
* | ENH: update the progress when generating is "done". | Sebastien Barre | 2002-10-09 | 1 | -0/+1 |
| | |||||
* | added progress | Ken Martin | 2002-09-26 | 1 | -4/+16 |
| | |||||
* | Attempt to make NMake quiet during TRY_COMPILE | Andy Cedilnik | 2002-09-25 | 1 | -0/+7 |
| | |||||
* | fix for cygwin and nmake that does not define WIN32 | Bill Hoffman | 2002-09-24 | 1 | -2/+1 |
| | |||||
* | Try to fix borland and nmake try compile | Andy Cedilnik | 2002-09-23 | 1 | -0/+3 |
| | |||||
* | Add option of TRY_COMPILE to store the output of compilation so that if the ↵ | Andy Cedilnik | 2002-09-20 | 1 | -3/+4 |
| | | | | output fails you can display it or store it in the file | ||||
* | changed handling of FinalPass | Ken Martin | 2002-09-15 | 1 | -0/+7 |
| | |||||
* | fixed warning | Ken Martin | 2002-09-14 | 1 | -1/+1 |
| | |||||
* | made less verbose | Ken Martin | 2002-09-13 | 1 | -1/+1 |
| | |||||
* | some fixes for try compile | Ken Martin | 2002-09-13 | 1 | -1/+8 |
| | |||||
* | better trycompile and enable langiages | Ken Martin | 2002-09-13 | 1 | -4/+13 |
| | |||||
* | modified TryCompile | Ken Martin | 2002-09-10 | 1 | -4/+13 |
| | |||||
* | compiler warnings | Ken Martin | 2002-09-08 | 1 | -4/+4 |
| | |||||
* | new arch | Ken Martin | 2002-09-06 | 1 | -4/+7 |
| | |||||
* | updates | Ken Martin | 2002-09-04 | 1 | -0/+8 |
| | |||||
* | in progress checkin | Ken Martin | 2002-08-30 | 1 | -0/+168 |