Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify bootstrap script source dir detection | Brad King | 2009-09-25 | 1 | -2/+2 |
| | | | | | This teaches the bootstrap shell script to detect the CMake source directory from which it is executed using a simpler idiom. | ||||
* | ENH: Configure script now just invokes bootstrap script. | Brad King | 2003-06-23 | 1 | -1707/+2 |
| | |||||
* | BUG: Rename Bootstrap directory to Bootstrap.cmk, so that on platforms such ↵ | Andy Cedilnik | 2003-04-17 | 1 | -5/+5 |
| | | | | as Windows and Mac OSX it will break during in-source build | ||||
* | ENH: Centralized setting of CMake version number to top-level CMake listfile. | Brad King | 2003-02-14 | 1 | -19/+43 |
| | |||||
* | Improve bootstrapping on Unix, so that it bootstraps in the subdirectory. ↵ | Andy Cedilnik | 2002-09-13 | 1 | -85/+111 |
| | | | | This prevents from compiler files being reused and you can do make clean... | ||||
* | ERR: Went back to old-style test for -LANG:std on the SGI. | Brad King | 2002-09-10 | 1 | -60/+24 |
| | |||||
* | ERR: AC_SUBST replaced with AC_DEFINE. Needed to get configure script to ↵ | Brad King | 2002-09-10 | 1 | -22/+26 |
| | | | | correctly setup cmConfigure.h. | ||||
* | BUG: Missing AC_SUBST commands added. | Brad King | 2002-09-10 | 1 | -10/+18 |
| | |||||
* | ENH: Improved configure test implementations by using AC_TRY_COMPILE. | Brad King | 2002-09-06 | 1 | -78/+291 |
| | |||||
* | try another flag for the dec compiler... | Bill Hoffman | 2002-08-23 | 1 | -3/+3 |
| | |||||
* | BUG: fix for OSF compiler to use ansi mode for streams | Bill Hoffman | 2002-08-22 | 1 | -6/+18 |
| | |||||
* | ERR: Ran autoconf on corresponding fixes to configure.in and cxxconfigure.in. | Brad King | 2002-06-21 | 1 | -14/+12 |
| | |||||
* | ENH: Re-ran autoconf to include changes to corresponding configure input. ↵ | Brad King | 2002-06-19 | 1 | -4/+23 |
| | | | | This adds a test for the availability of sstream. | ||||
* | Revert to make it work again | Andy Cedilnik | 2002-05-02 | 1 | -4/+4 |
| | |||||
* | Improve bootstrap on UNIX. Now it bootstraps into a separate directory. | Andy Cedilnik | 2002-05-02 | 1 | -4/+4 |
| | |||||
* | ENH: handle spaces in paths for cygwin bootstrap | Ken Martin | 2002-04-18 | 1 | -25/+35 |
| | |||||
* | ENH: do not use O2 g as default flags | Bill Hoffman | 2002-02-14 | 1 | -23/+34 |
| | |||||
* | check for LANG:std | Bill Hoffman | 2001-12-19 | 1 | -5/+13 |
| | |||||
* | -LANG:std should be default on sgi for ansi CXX Flags | Bill Hoffman | 2001-12-19 | 1 | -13/+5 |
| | |||||
* | remove template flags from cmake, no ptused, or -instance=static | Bill Hoffman | 2001-11-07 | 1 | -29/+4 |
| | |||||
* | ENH: pass prefix from configure into cmake | Bill Hoffman | 2001-09-27 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2001-08-27 | 1 | -3/+3 |
| | |||||
* | ENH: clean up sgi build and use non-broken autoconf | Bill Hoffman | 2001-08-27 | 1 | -5/+8 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2001-08-27 | 1 | -2252/+772 |
| | |||||
* | auto detect lang:std: | Bill Hoffman | 2001-08-24 | 1 | -19/+18 |
| | |||||
* | auto detect lang:std: | Bill Hoffman | 2001-08-24 | 1 | -18/+19 |
| | |||||
* | auto detect lang:std: | Bill Hoffman | 2001-08-24 | 1 | -3/+3 |
| | |||||
* | auto detect lang:std: | Bill Hoffman | 2001-08-24 | 1 | -3/+3 |
| | |||||
* | auto detect lang:std: | Bill Hoffman | 2001-08-24 | 1 | -18/+44 |
| | |||||
* | auto detect lang:std: | Bill Hoffman | 2001-08-24 | 1 | -1/+1 |
| | |||||
* | BUG: fix for SGI Native compiler | Bill Hoffman | 2001-08-24 | 1 | -764/+2254 |
| | |||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -1/+20 |
| | | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping | ||||
* | ENH: run make depend | Bill Hoffman | 2001-07-06 | 1 | -8/+4 |
| | |||||
* | ENH: various fixes to allow bootstrap on sunos with CC | Bill Hoffman | 2001-06-28 | 1 | -0/+2 |
| | |||||
* | ENH: fix install for cygwin, build cmake from configure | Bill Hoffman | 2001-06-27 | 1 | -0/+49 |
| | |||||
* | better install support | Ken Martin | 2001-06-21 | 1 | -94/+2 |
| | |||||
* | use cxxflags in test builds | Bill Hoffman | 2001-05-22 | 1 | -4/+3 |
| | |||||
* | clean up for build on its own | Bill Hoffman | 2001-05-21 | 1 | -1973/+23 |
| | |||||
* | out of place cmake | Ken Martin | 2001-05-21 | 1 | -0/+3382 |