summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* BUG: allocator<>::rebind<> test should use kwsys_stl::allocator, not ↵Brad King2005-04-131-1/+1
| | | | std::allocator.
* COMP: Fix for Sun CC stl allocator signature of allocate method.Brad King2005-04-131-1/+5
|
* BUG: When constructing the bucket vector type the allocator given must have ↵Brad King2005-04-131-1/+2
| | | | been rebound to _Node* already because GCC 3.4's vector type does not rebind it.
* ENH: Added better error message when TRY_COMPILE does not recognize an ↵Brad King2005-04-131-8/+11
| | | | extension.
* BUG: Fix GetFilenameName to not use uninitialized search position in win32 ↵Brad King2005-04-131-1/+1
| | | | version.
* BUG: Added more try-compiles from kwsys.Brad King2005-04-131-1/+45
|
* BUG: Fixed member template test to not produce a test program that crashes ↵Brad King2005-04-131-4/+5
| | | | when it runs.
* ENH: Speedup improvementsAndy Cedilnik2005-04-131-28/+44
|
* ENH: Do kwsys testing as part of cmake testing, command line arguments are ↵Andy Cedilnik2005-04-1311-47/+117
| | | | not experimental and add simple test for systemtools
* BUG: fix insert for 64 bitBill Hoffman2005-04-132-4/+4
|
* ENH: Adding SGI hash_map and hash_set implementation ported from STL to ↵Brad King2005-04-138-17/+2311
| | | | KWSys. This also adds try-compiles for KWSYS_STL_HAS_ALLOCATOR_REBIND, KWSYS_CXX_HAS_FULL_SPECIALIZATION, KWSYS_CXX_HAS_MEMBER_TEMPLATES, and KWSYS_CXX_HAS_NULL_TEMPLATE_ARGS.
* ENH: Added __HPACC_USING_MULTIPLIES_IN_FUNCTIONAL fix from vtkstd.Brad King2005-04-131-0/+19
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-131-1/+1
|
* BUG: fix Ambiguity in insert callBill Hoffman2005-04-121-1/+3
|
* BUG: add missing header for borlandBill Hoffman2005-04-121-0/+1
|
* COMP: Fixed ambiguous call to insert method of string.Brad King2005-04-121-1/+2
|
* ENH: performance improvementsBill Hoffman2005-04-126-91/+211
|
* ENH: do not collapse full path for cwdBill Hoffman2005-04-121-1/+3
|
* ENH: make regex static so it is not recomputed for each line of the cacheBill Hoffman2005-04-121-4/+4
|
* ENH: optimization of cwd and do not leak library handleBill Hoffman2005-04-122-10/+18
|
* BUG: local gen was setting proj dir when it shouldntKen Martin2005-04-121-7/+0
|
* ENH: also test for correct Proj dir settingsKen Martin2005-04-121-1/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-121-1/+1
|
* BUG: fix GetLongPathName for WindowsNTBill Hoffman2005-04-111-10/+84
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-111-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-101-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-091-1/+1
|
* BUG: handle case insensitive library extensions on windowsBill Hoffman2005-04-082-1/+29
|
* BUG: fix build on mingwBill Hoffman2005-04-081-0/+5
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-081-1/+1
|
* BUG: if short path or long path fails return the original inputBill Hoffman2005-04-071-2/+2
|
* ENH: check return value of GetLongPathBill Hoffman2005-04-071-1/+5
|
* ENH: fix install test with xcode, the xcode generator does not support ↵Bill Hoffman2005-04-072-3/+6
| | | | library versioning yet
* BUG: Avoid converting the subdirectory name to a relative path twice.Brad King2005-04-071-8/+10
|
* BUG: Do not repeat paths when trying the lib/ to lib64/ replacement.Brad King2005-04-071-1/+1
|
* ENH: Adding automatic generation of several 64-bit search path forms.Brad King2005-04-071-5/+18
|
* ENH: Removing extra 64-bit search paths. They are now constructed ↵Brad King2005-04-0723-85/+12
| | | | automatically from the paths listed.
* BUG: Fix rule name for subdirectory traversal to use relative paths. This ↵Brad King2005-04-071-6/+7
| | | | was broken by the recent subdirectory changes.
* ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose.Brad King2005-04-0723-13/+86
|
* BUG: fix for bug 1717 incorrect path sent to dart serverBill Hoffman2005-04-073-1/+51
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-071-1/+1
|
* STYLE: Fixed spelling of "memmory".Brad King2005-04-061-1/+1
|
* BUG: Avoid duplicate definition by using cmsys_STL_STRING_NEQ_CHAR_DEFINED ↵Brad King2005-04-061-0/+3
| | | | and cmsys_STL_STRING_NO_NEQ_CHAR.
* ENH: Added proper namespaced version of KWSYS_STL_STRING_ISTREAM_DEFINED, ↵Brad King2005-04-061-3/+12
| | | | KWSYS_STL_STRING_OSTREAM_DEFINED, and _STL_STRING_NEQ_CHAR_DEFINED macros.
* ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ↵Brad King2005-04-067-56/+37
| | | | never used.
* BUG: The bootstrap script should perform the KWSYS_STL_STRING_HAVE_NEQ_CHAR ↵Brad King2005-04-061-0/+11
| | | | test for kwsys.
* ENH: better fix for 64 bit, add 64 to the name of all directories in the ↵Bill Hoffman2005-04-061-9/+13
| | | | search path
* ENH: allow sub projects to use targets that are not part of the sub-projectBill Hoffman2005-04-061-11/+5
|
* remove cerr stuffBill Hoffman2005-04-061-6/+0
|
* Fix bug in != stuffBill Hoffman2005-04-061-2/+7
|