Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: work around for buggy Tigger OSX systems that read two copies of the ↵ | Bill Hoffman | 2005-04-15 | 1 | -12/+19 |
| | | | | same file in a directory | ||||
* | ENH: Added KWSys try-compiles KWSYS_STL_HAS_ITERATOR_TRAITS, ↵ | Brad King | 2005-04-15 | 7 | -27/+170 |
| | | | | 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. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-15 | 1 | -1/+1 |
| | |||||
* | COMP: Replacing _Select1st with a specialized hash_select1st that avoids ↵ | Brad King | 2005-04-15 | 1 | -5/+6 |
| | | | | requiring the stl pair to have first_type defined. The old HP STL does not define first_type and second_type in its pair. | ||||
* | ENH: Added KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP try-compile to KWSys. ↵ | Brad King | 2005-04-15 | 5 | -0/+39 |
| | | | | Needed to optionally bring hash table comparison operators into the global namespace when argument dependent lookup is not supported. | ||||
* | COMP: Removed extra variable initializations to avoid Borland warnings. | Brad King | 2005-04-15 | 1 | -3/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-14 | 1 | -1/+1 |
| | |||||
* | COMP: Remove friend templates and always use template friends (possibly with ↵ | Brad King | 2005-04-14 | 3 | -31/+0 |
| | | | | <>). Needed to work-around Sun CC bug. | ||||
* | COMP: Disable MSVC debug symbol truncation warning. | Brad King | 2005-04-14 | 1 | -0/+5 |
| | |||||
* | ENH: For sanity, create directory before creating generated file stream | Andy Cedilnik | 2005-04-13 | 1 | -0/+3 |
| | |||||
* | BUG: The test1 executable has been removed from kwsys. Instead using ↵ | Brad King | 2005-04-13 | 1 | -1/+1 |
| | | | | testIOS for the kwsys test. | ||||
* | STYLE: Renaming kwsys-hash test to kwsys-testhash for consistency with other ↵ | Brad King | 2005-04-13 | 1 | -1/+1 |
| | | | | tests. | ||||
* | COMP: Removing return value from test6. It is an infinite loop, so the ↵ | Brad King | 2005-04-13 | 1 | -3/+2 |
| | | | | return causes warnings. It will never return anyway. | ||||
* | ENH: Removing old test1.c Process execution example. It is fully replaced ↵ | Brad King | 2005-04-13 | 2 | -53/+0 |
| | | | | by testProcess. | ||||
* | COMP: Adding work-around for CMake dependency scanning limitation. Any ↵ | Brad King | 2005-04-13 | 13 | -1/+111 |
| | | | | configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies. | ||||
* | ENH: Speedup by storing source name without last extension | Andy Cedilnik | 2005-04-13 | 3 | -2/+18 |
| | |||||
* | ENH: Speedup by only getting the source once | Andy Cedilnik | 2005-04-13 | 1 | -3/+7 |
| | |||||
* | ENH: Improve performance by using vector of char instead of string | Andy Cedilnik | 2005-04-13 | 1 | -14/+16 |
| | |||||
* | BUG: Only do ~ test if HOME variable is defined. | Brad King | 2005-04-13 | 1 | -2/+4 |
| | |||||
* | BUG: Avoid error diagnostic popups on windows for test that crashes on purpose. | Brad King | 2005-04-13 | 1 | -0/+4 |
| | |||||
* | COMP: Added KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT check for non-standard ↵ | Brad King | 2005-04-13 | 5 | -0/+37 |
| | | | | argument to stl allocator<>::max_size method. Needed for kwsys hashtable to compile on Sun CC. | ||||
* | BUG: allocator<>::rebind<> test should use kwsys_stl::allocator, not ↵ | Brad King | 2005-04-13 | 1 | -1/+1 |
| | | | | std::allocator. | ||||
* | COMP: Fix for Sun CC stl allocator signature of allocate method. | Brad King | 2005-04-13 | 1 | -1/+5 |
| | |||||
* | BUG: When constructing the bucket vector type the allocator given must have ↵ | Brad King | 2005-04-13 | 1 | -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 King | 2005-04-13 | 1 | -8/+11 |
| | | | | extension. | ||||
* | BUG: Fix GetFilenameName to not use uninitialized search position in win32 ↵ | Brad King | 2005-04-13 | 1 | -1/+1 |
| | | | | version. | ||||
* | BUG: Added more try-compiles from kwsys. | Brad King | 2005-04-13 | 1 | -1/+45 |
| | |||||
* | BUG: Fixed member template test to not produce a test program that crashes ↵ | Brad King | 2005-04-13 | 1 | -4/+5 |
| | | | | when it runs. | ||||
* | ENH: Speedup improvements | Andy Cedilnik | 2005-04-13 | 1 | -28/+44 |
| | |||||
* | ENH: Do kwsys testing as part of cmake testing, command line arguments are ↵ | Andy Cedilnik | 2005-04-13 | 11 | -47/+117 |
| | | | | not experimental and add simple test for systemtools | ||||
* | BUG: fix insert for 64 bit | Bill Hoffman | 2005-04-13 | 2 | -4/+4 |
| | |||||
* | ENH: Adding SGI hash_map and hash_set implementation ported from STL to ↵ | Brad King | 2005-04-13 | 8 | -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 King | 2005-04-13 | 1 | -0/+19 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-13 | 1 | -1/+1 |
| | |||||
* | BUG: fix Ambiguity in insert call | Bill Hoffman | 2005-04-12 | 1 | -1/+3 |
| | |||||
* | BUG: add missing header for borland | Bill Hoffman | 2005-04-12 | 1 | -0/+1 |
| | |||||
* | COMP: Fixed ambiguous call to insert method of string. | Brad King | 2005-04-12 | 1 | -1/+2 |
| | |||||
* | ENH: performance improvements | Bill Hoffman | 2005-04-12 | 6 | -91/+211 |
| | |||||
* | ENH: do not collapse full path for cwd | Bill Hoffman | 2005-04-12 | 1 | -1/+3 |
| | |||||
* | ENH: make regex static so it is not recomputed for each line of the cache | Bill Hoffman | 2005-04-12 | 1 | -4/+4 |
| | |||||
* | ENH: optimization of cwd and do not leak library handle | Bill Hoffman | 2005-04-12 | 2 | -10/+18 |
| | |||||
* | BUG: local gen was setting proj dir when it shouldnt | Ken Martin | 2005-04-12 | 1 | -7/+0 |
| | |||||
* | ENH: also test for correct Proj dir settings | Ken Martin | 2005-04-12 | 1 | -1/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-12 | 1 | -1/+1 |
| | |||||
* | BUG: fix GetLongPathName for WindowsNT | Bill Hoffman | 2005-04-11 | 1 | -10/+84 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-11 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-10 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-09 | 1 | -1/+1 |
| | |||||
* | BUG: handle case insensitive library extensions on windows | Bill Hoffman | 2005-04-08 | 2 | -1/+29 |
| | |||||
* | BUG: fix build on mingw | Bill Hoffman | 2005-04-08 | 1 | -0/+5 |
| |