summaryrefslogtreecommitdiffstats
path: root/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
...
* ENH: add a new library path ordering algorithm to make sure -L paths will ↵Bill Hoffman2005-02-241-0/+1
| | | | pick the correct libraries if possible
* ENH: Added try-compile KWSYS_STAT_HAS_ST_MTIM. This tests whether struct ↵Brad King2005-02-171-1/+12
| | | | stat has the extra st_mtim member that has high resolution times.
* ENH: add xcode stuff to bootstrapBill Hoffman2005-01-251-0/+3
|
* ENH: split up cmCommands into two filesBill Hoffman2005-01-211-0/+1
|
* ENH: Re-implemented cmGeneratedFileStream to look like a real stream and ↵Brad King2004-11-031-0/+1
| | | | replace the destination file atomically. This will avoid problems with the process being terminated while generating a file.
* PERF: Remove several classes from the bootstrap and so making bootstrap ↵Andy Cedilnik2004-10-271-5/+0
| | | | smaller and faster
* ENH: Added cmLocalUnixMakefileGenerator2 to build.Brad King2004-10-261-0/+1
|
* ENH: Add development version support in CMakeAndy Cedilnik2004-10-221-0/+1
|
* ENH: perfer gmake for bootstrapBill Hoffman2004-10-191-1/+1
|
* COMP: Fix on sunWill Schroeder2004-10-181-2/+2
|
* ENH: Add check for previous bootstrap in the source tree when doing ↵Andy Cedilnik2004-10-181-0/+41
| | | | out-of-source build
* allow kdevelop for cygwinBill Hoffman2004-10-121-2/+5
|
* BUG: do not build kdevlop stuff when bootstrappingBill Hoffman2004-10-121-2/+0
|
* ENH: add kdev to bootstrapBill Hoffman2004-10-111-0/+2
|
* ENH: pick native compilers first, and aCC before CCBill Hoffman2004-10-051-1/+1
|
* ERR: Fix bootstrapAndy Cedilnik2004-10-051-1/+1
|
* BUG: Check if the compiler is gnu. If it is, do not do special platform ↵Andy Cedilnik2004-09-301-88/+113
| | | | tests. Fixes Bug #1215 - bootstrap uses native flags with gnu compiler on OSF
* ENH: Attempt to detect a non-parallel makeAndy Cedilnik2004-09-231-1/+18
|
* ERR: Fix bootstrap for the changes in kwsysAndy Cedilnik2003-12-311-21/+21
|
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵Brad King2003-12-231-95/+210
| | | | This corresponds to the same merge in KWSys. Fixes for bootstrapping on cygwin are also included.
* ENH: Fix bootstrap to handle lex parserAndy Cedilnik2003-12-081-4/+13
|
* BUG: Need to check for -Ae flag on HP-UX cc compiler. Needed for ANSI C ↵Brad King2003-09-151-0/+25
| | | | compilation.
* BUG: Must use C compiler to compile C files during bootstrap, not C++ compiler.Brad King2003-09-021-1/+6
|
* ERR: Reorganize to try to fix the -pthread problem on some systemsAndy Cedilnik2003-08-221-6/+12
|
* ENH: Add error message for make missingAndy Cedilnik2003-08-111-0/+4
|
* ENH: Add rebuild_cacheAndy Cedilnik2003-08-061-0/+4
|
* ENH: Adding forced settings for prefix, docdir, mandir, and datadir.Brad King2003-07-231-13/+8
|
* ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵Brad King2003-07-211-10/+55
| | | | for package maintainers.
* ENH: Removed cmsys include directory from bootstrap build of kwsys. It is ↵Brad King2003-07-111-2/+2
| | | | no longer needed.
* ENH: Add globbing to FILE commandAndy Cedilnik2003-07-081-0/+1
|
* ENH: Fix bootstrap to include ProcessUNIX.cAndy Cedilnik2003-07-071-4/+12
|
* ERR: Fix changes in kwsys for Configure.h and StandardIncludes.hxxAndy Cedilnik2003-06-301-1/+4
|
* ENH: Fix checking for C++ compiler on Mac, remove cmConfigure.h.tmp, so that ↵Andy Cedilnik2003-06-301-2/+19
| | | | nothing bad can happen if configure is interrupted, reports kwsys sources in cmConfigure.h
* ENH: Attempt to handle OSF compiler flagsAndy Cedilnik2003-06-261-5/+55
|
* ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-1/+0
| | | | cmRegularExpression.
* ENH: Merged use of kwsys library.Brad King2003-06-231-2/+65
|
* ENH: Add copyright, cmConfigure.h is now touched only when it is modified, ↵Andy Cedilnik2003-06-211-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 King2003-06-041-2/+3
| | | | small class instead.
* Several fixes before bootstrap is ready for prime-time:Andy Cedilnik2003-05-151-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 Cedilnik2003-05-141-4/+16
| | | | adding arguments
* ENH: Add better error reportingAndy Cedilnik2003-05-141-40/+50
|
* ENH: Add SGI -LANG:std supportAndy Cedilnik2003-04-221-0/+27
|
* Support LDFLAGSAndy Cedilnik2003-04-171-1/+1
|
* BUG: Rename Bootstrap directory to Bootstrap.cmk, so that on platforms such ↵Andy Cedilnik2003-04-171-2/+2
| | | | as Windows and Mac OSX it will break during in-source build
* Better support for spaces in pathsAndy Cedilnik2003-04-031-1/+1
|
* Initial import of bootstrap for CMakeAndy Cedilnik2003-03-271-0/+334