Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | PERF: Remove several classes from the bootstrap and so making bootstrap ↵ | Andy Cedilnik | 2004-10-27 | 1 | -5/+0 | |
| | | | | smaller and faster | |||||
* | ENH: Added cmLocalUnixMakefileGenerator2 to build. | Brad King | 2004-10-26 | 1 | -0/+1 | |
| | ||||||
* | ENH: Add development version support in CMake | Andy Cedilnik | 2004-10-22 | 1 | -0/+1 | |
| | ||||||
* | ENH: perfer gmake for bootstrap | Bill Hoffman | 2004-10-19 | 1 | -1/+1 | |
| | ||||||
* | COMP: Fix on sun | Will Schroeder | 2004-10-18 | 1 | -2/+2 | |
| | ||||||
* | ENH: Add check for previous bootstrap in the source tree when doing ↵ | Andy Cedilnik | 2004-10-18 | 1 | -0/+41 | |
| | | | | out-of-source build | |||||
* | allow kdevelop for cygwin | Bill Hoffman | 2004-10-12 | 1 | -2/+5 | |
| | ||||||
* | BUG: do not build kdevlop stuff when bootstrapping | Bill Hoffman | 2004-10-12 | 1 | -2/+0 | |
| | ||||||
* | ENH: add kdev to bootstrap | Bill Hoffman | 2004-10-11 | 1 | -0/+2 | |
| | ||||||
* | ENH: pick native compilers first, and aCC before CC | Bill Hoffman | 2004-10-05 | 1 | -1/+1 | |
| | ||||||
* | ERR: Fix bootstrap | Andy Cedilnik | 2004-10-05 | 1 | -1/+1 | |
| | ||||||
* | BUG: Check if the compiler is gnu. If it is, do not do special platform ↵ | Andy Cedilnik | 2004-09-30 | 1 | -88/+113 | |
| | | | | tests. Fixes Bug #1215 - bootstrap uses native flags with gnu compiler on OSF | |||||
* | ENH: Attempt to detect a non-parallel make | Andy Cedilnik | 2004-09-23 | 1 | -1/+18 | |
| | ||||||
* | ERR: Fix bootstrap for the changes in kwsys | Andy Cedilnik | 2003-12-31 | 1 | -21/+21 | |
| | ||||||
* | ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵ | Brad King | 2003-12-23 | 1 | -95/+210 | |
| | | | | This corresponds to the same merge in KWSys. Fixes for bootstrapping on cygwin are also included. | |||||
* | ENH: Fix bootstrap to handle lex parser | Andy Cedilnik | 2003-12-08 | 1 | -4/+13 | |
| | ||||||
* | BUG: Need to check for -Ae flag on HP-UX cc compiler. Needed for ANSI C ↵ | Brad King | 2003-09-15 | 1 | -0/+25 | |
| | | | | compilation. | |||||
* | BUG: Must use C compiler to compile C files during bootstrap, not C++ compiler. | Brad King | 2003-09-02 | 1 | -1/+6 | |
| | ||||||
* | ERR: Reorganize to try to fix the -pthread problem on some systems | Andy Cedilnik | 2003-08-22 | 1 | -6/+12 | |
| | ||||||
* | ENH: Add error message for make missing | Andy Cedilnik | 2003-08-11 | 1 | -0/+4 | |
| | ||||||
* | ENH: Add rebuild_cache | Andy Cedilnik | 2003-08-06 | 1 | -0/+4 | |
| | ||||||
* | ENH: Adding forced settings for prefix, docdir, mandir, and datadir. | Brad King | 2003-07-23 | 1 | -13/+8 | |
| | ||||||
* | ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵ | Brad King | 2003-07-21 | 1 | -10/+55 | |
| | | | | for package maintainers. | |||||
* | ENH: Removed cmsys include directory from bootstrap build of kwsys. It is ↵ | Brad King | 2003-07-11 | 1 | -2/+2 | |
| | | | | no longer needed. | |||||
* | ENH: Add globbing to FILE command | Andy Cedilnik | 2003-07-08 | 1 | -0/+1 | |
| | ||||||
* | ENH: Fix bootstrap to include ProcessUNIX.c | Andy Cedilnik | 2003-07-07 | 1 | -4/+12 | |
| | ||||||
* | ERR: Fix changes in kwsys for Configure.h and StandardIncludes.hxx | Andy Cedilnik | 2003-06-30 | 1 | -1/+4 | |
| | ||||||
* | ENH: Fix checking for C++ compiler on Mac, remove cmConfigure.h.tmp, so that ↵ | Andy Cedilnik | 2003-06-30 | 1 | -2/+19 | |
| | | | | nothing bad can happen if configure is interrupted, reports kwsys sources in cmConfigure.h | |||||
* | ENH: Attempt to handle OSF compiler flags | Andy Cedilnik | 2003-06-26 | 1 | -5/+55 | |
| | ||||||
* | ENH: Merged use of the kwsys RegularExpression class instead of ↵ | Brad King | 2003-06-23 | 1 | -1/+0 | |
| | | | | cmRegularExpression. | |||||
* | ENH: Merged use of kwsys library. | Brad King | 2003-06-23 | 1 | -2/+65 | |
| | ||||||
* | ENH: Add copyright, cmConfigure.h is now touched only when it is modified, ↵ | Andy Cedilnik | 2003-06-21 | 1 | -14/+84 | |
| | | | | remove some spaces from output, add procedure that copies file and replaces atstring with another string | |||||
* | ERR: Cannot use iostream.h for strict C++ compiler sanity check. Using a ↵ | Brad King | 2003-06-04 | 1 | -2/+3 | |
| | | | | small class instead. | |||||
* | Several fixes before bootstrap is ready for prime-time: | Andy Cedilnik | 2003-05-15 | 1 | -4/+69 | |
| | | | | | | | | 1. Add --version flag to display version of CMake 2. Add comments to explain what is going on 3. Move CMAKE_ROOT_DIR and CMAKE_BOOTSTRAP to cmConfigure.h 4. Forward CC, CXX, and MAKE to cmake 5. Add more instructions | |||||
* | ENH: Add parallel build support, fix bug in verbose and clean output when ↵ | Andy Cedilnik | 2003-05-14 | 1 | -4/+16 | |
| | | | | adding arguments | |||||
* | ENH: Add better error reporting | Andy Cedilnik | 2003-05-14 | 1 | -40/+50 | |
| | ||||||
* | ENH: Add SGI -LANG:std support | Andy Cedilnik | 2003-04-22 | 1 | -0/+27 | |
| | ||||||
* | Support LDFLAGS | Andy Cedilnik | 2003-04-17 | 1 | -1/+1 | |
| | ||||||
* | BUG: Rename Bootstrap directory to Bootstrap.cmk, so that on platforms such ↵ | Andy Cedilnik | 2003-04-17 | 1 | -2/+2 | |
| | | | | as Windows and Mac OSX it will break during in-source build | |||||
* | Better support for spaces in paths | Andy Cedilnik | 2003-04-03 | 1 | -1/+1 | |
| | ||||||
* | Initial import of bootstrap for CMake | Andy Cedilnik | 2003-03-27 | 1 | -0/+334 | |