summaryrefslogtreecommitdiffstats
path: root/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* COMP: fix bootstrap maybeKen Martin2006-12-071-0/+4
|
* ENH: fix bootstrap for macBill Hoffman2006-12-051-4/+1
|
* ENH: merge in changes for beos supportBill Hoffman2006-12-041-0/+14
|
* ENH: fix errors for unix buildsBill Hoffman2006-11-291-0/+1
|
* ENH: Adding option to use system-installed third-party libraries. This ↵Brad King2006-10-191-1/+12
| | | | addresses bug#3653.
* ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it ↵Brad King2006-10-041-21/+21
| | | | for multiple language tests (C and CXX).
* ENH: Added System component of kwsys.Brad King2006-09-211-2/+5
|
* ENH: Changing default data and doc directories to share/cmake-V.v and ↵Brad King2006-08-261-2/+11
| | | | doc/cmake-V.v instead of share/CMake and doc/CMake for consistency with many linux distribution conventions.
* COMP: Fix for new kwsys Configure.h.in.Brad King2006-08-261-2/+4
|
* ENH: Support large file systems in kwsysAndy Cedilnik2006-08-221-0/+2
|
* COMP: More warnings and hp issuesAndy Cedilnik2006-07-261-11/+5
|
* COMP: Handle both ansi and non-ansi CAndy Cedilnik2006-07-261-0/+17
|
* COMP: Remove warningAndy Cedilnik2006-07-251-3/+3
|
* ENH: Fix copyright yearAndy Cedilnik2006-04-171-1/+1
|
* ENH: add patch for finding applications on OSXBill Hoffman2006-04-131-3/+17
|
* ENH: add a wrapper for xcodebuild to get around bug and verbose outputBill Hoffman2006-03-311-1/+1
|
* ENH: Remove things from bootstrapAndy Cedilnik2006-03-221-6/+10
|
* ENH: Remove cmGlob and use glob from kwsysAndy Cedilnik2006-03-211-1/+0
|
* ENH: add more depends for bootstrapBill Hoffman2006-03-061-1/+1
|
* ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as ↵Brad King2006-02-191-0/+1
| | | | replacements for the INSTALL_FILES and INSTALL_PROGRAMS commands. This addresses the request for absolute path install destinations in bug#2691.
* ENH: Created new install script generation framework. The INSTALL command ↵Brad King2006-02-191-0/+3
| | | | creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes.
* ENH: Made default install prefix consistent with building with another CMake.Brad King2006-02-171-2/+26
|
* ENH: some reorg of the unix makefile generatorKen Martin2006-02-151-0/+4
|
* BUG: Fixed bootstrap from MSYS prompt. It was working only when the ↵Brad King2006-02-101-1/+9
| | | | bootstrap directory in MSYS mapped to the same directory on windows except for the drive letter in front. Now it should work from any path.
* ENH: Added kwsys::String class to shorten debugging symbols and error ↵Brad King2006-02-071-0/+1
| | | | messages involving std::string.
* ENH: Enabled bootstrapping with MinGW from an MSYS prompt.Brad King2006-01-311-17/+66
|
* ENH: Push glob to the kwsysAndy Cedilnik2005-10-181-0/+2
|
* ENH: Add file time comparison codeAndy Cedilnik2005-10-121-0/+1
|
* BUG: try to fix qt problemsBill Hoffman2005-09-101-0/+1
|
* ENH: fix bootstrap, maybe this should somehow grep awk the sources from the ↵Bill Hoffman2005-09-041-0/+1
| | | | cmakelist file....
* ENH: Use the new parser that supports nested variablesAndy Cedilnik2005-06-131-0/+3
|
* ENH: removed UMG2Ken Martin2005-06-091-2/+0
|
* ENH: moved gen3 into bootstrap processKen Martin2005-05-121-0/+2
|
* ENH: Improve internal test handling by creating a test class. Command ↵Andy Cedilnik2005-04-241-0/+1
| | | | cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file
* COMP: Added KWSys try-compiles KWSYS_STL_HAS_ALLOCATOR_TEMPLATE and ↵Brad King2005-04-211-5/+27
| | | | KWSYS_STL_HAS_ALLOCATOR_OBJECTS. Needed for more old-stl support in the hashtable.
* COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide ↵Brad King2005-04-151-0/+11
| | | | kwsys/cstddef header (to get size_t for hash_fun.hxx).
* ENH: Added KWSys try-compiles KWSYS_STL_HAS_ITERATOR_TRAITS, ↵Brad King2005-04-151-8/+57
| | | | KWSYS_STL_HAS_ITERATOR_CATEGORY, KWSYS_STL_HAS___ITERATOR_CATEGORY, and KWSYS_STL_HAS_ALLOCATOR_NONTEMPLATE to get the hash table to compile on old HP and Sun compilers.
* ENH: Added KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP try-compile to KWSys. ↵Brad King2005-04-151-0/+11
| | | | Needed to optionally bring hash table comparison operators into the global namespace when argument dependent lookup is not supported.
* COMP: Added KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT check for non-standard ↵Brad King2005-04-131-0/+11
| | | | argument to stl allocator<>::max_size method. Needed for kwsys hashtable to compile on Sun CC.
* BUG: Added more try-compiles from kwsys.Brad King2005-04-131-1/+45
|
* BUG: The bootstrap script should perform the KWSYS_STL_STRING_HAVE_NEQ_CHAR ↵Brad King2005-04-061-0/+11
| | | | test for kwsys.
* ENH: Added istream and ostream operators for stl string in KWSys when using ↵Brad King2005-03-291-1/+10
| | | | old streams that do not provide them.
* BUG: The is replaced by cvs... This is safer anywayAndy Cedilnik2005-03-281-1/+1
|
* ENH: For development versions report version when doing bootstrapAndy Cedilnik2005-03-251-1/+8
|
* ENH: oops forgot to chek this inKen Martin2005-03-141-1/+0
|
* BUG: Remove awk, remove problems and add full spaces in the path supportAndy Cedilnik2005-03-091-2/+3
|
* BUG: Fix for spaces in the path when constructing cmBootstrapCommands ↵Brad King2005-03-081-2/+3
| | | | dependencies.
* ENH: Add proper dependencies for cmBootstrapCommandsAndy Cedilnik2005-03-071-0/+5
|
* BUG: Handle when initial cmake failsAndy Cedilnik2005-03-041-0/+4
|
* ENH: Enabling cmLocalUnixMakefileGenerator2 (new makefile generator) by default.Brad King2005-03-011-0/+3
|