| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BUG: Need to use #cmakedefine for HAVE_UNICODE_WCHAR. | Brad King | 2005-04-19 | 1 | -1/+1 |
|
|
* | BUG: Do not provide HAVE_UNICODE_WCHAR option if wchar.h is not available. | Brad King | 2005-04-19 | 1 | -3/+7 |
|
|
* | BUG: For some reason the non-template allocator test compiles on VS6 even tho... | Brad King | 2005-04-15 | 1 | -1/+1 |
|
|
* | BUG: Fix iterator traits test to use a real iterator instead of int*. | Brad King | 2005-04-15 | 1 | -3/+6 |
|
|
* | BUG: Cannot use Win32 implementation for cygwin processes because then cygwin... | Brad King | 2005-04-15 | 1 | -5/+5 |
|
|
* | COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstdd... | Brad King | 2005-04-15 | 7 | -0/+69 |
|
|
* | COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the confi... | Brad King | 2005-04-15 | 3 | -58/+58 |
|
|
* | ENH: move convenience method to get OS name and version from KWApp to KWSys. | Sebastien Barre | 2005-04-15 | 2 | -0/+271 |
|
|
* | STYLE: Fix english | Andy Cedilnik | 2005-04-15 | 1 | -8/+8 |
|
|
* | BUG: Added missing variable initialization that was accidentally removed on t... | Brad King | 2005-04-15 | 1 | -1/+1 |
|
|
* | ENH: Changing kwsysProcess implementation on Cygwin to use the Win32 implemen... | Brad King | 2005-04-15 | 1 | -5/+5 |
|
|
* | BUG: work around for buggy Tigger OSX systems that read two copies of the sam... | Bill Hoffman | 2005-04-15 | 1 | -12/+19 |
|
|
* | ENH: Added KWSys try-compiles KWSYS_STL_HAS_ITERATOR_TRAITS, KWSYS_STL_HAS_IT... | Brad King | 2005-04-15 | 7 | -27/+170 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-15 | 1 | -1/+1 |
|
|
* | COMP: Replacing _Select1st with a specialized hash_select1st that avoids requ... | Brad King | 2005-04-15 | 1 | -5/+6 |
|
|
* | ENH: Added KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP try-compile to KWSys. Nee... | Brad King | 2005-04-15 | 5 | -0/+39 |
|
|
* | 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 |
|
|
* | 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 testIOS... | Brad King | 2005-04-13 | 1 | -1/+1 |
|
|
* | STYLE: Renaming kwsys-hash test to kwsys-testhash for consistency with other ... | Brad King | 2005-04-13 | 1 | -1/+1 |
|
|
* | COMP: Removing return value from test6. It is an infinite loop, so the retur... | Brad King | 2005-04-13 | 1 | -3/+2 |
|
|
* | ENH: Removing old test1.c Process execution example. It is fully replaced by... | Brad King | 2005-04-13 | 2 | -53/+0 |
|
|
* | COMP: Adding work-around for CMake dependency scanning limitation. Any confi... | Brad King | 2005-04-13 | 13 | -1/+111 |
|
|
* | 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 |
|
|
* | BUG: allocator<>::rebind<> test should use kwsys_stl::allocator, not std::all... | Brad King | 2005-04-13 | 1 | -1/+1 |
|
|
* | 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 b... | Brad King | 2005-04-13 | 1 | -1/+2 |
|
|
* | ENH: Added better error message when TRY_COMPILE does not recognize an extens... | Brad King | 2005-04-13 | 1 | -8/+11 |
|
|
* | BUG: Fix GetFilenameName to not use uninitialized search position in win32 ve... | Brad King | 2005-04-13 | 1 | -1/+1 |
|
|
* | 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 wh... | Brad King | 2005-04-13 | 1 | -4/+5 |
|
|
* | ENH: Speedup improvements | Andy Cedilnik | 2005-04-13 | 1 | -28/+44 |
|
|
* | ENH: Do kwsys testing as part of cmake testing, command line arguments are no... | Andy Cedilnik | 2005-04-13 | 11 | -47/+117 |
|
|
* | 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 KWSys... | Brad King | 2005-04-13 | 8 | -17/+2311 |
|
|
* | 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 |
|
|