summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BUG: The test1 executable has been removed from kwsys. Instead using testIOS...Brad King2005-04-131-1/+1
* STYLE: Renaming kwsys-hash test to kwsys-testhash for consistency with other ...Brad King2005-04-131-1/+1
* COMP: Removing return value from test6. It is an infinite loop, so the retur...Brad King2005-04-131-3/+2
* ENH: Removing old test1.c Process execution example. It is fully replaced by...Brad King2005-04-132-53/+0
* COMP: Adding work-around for CMake dependency scanning limitation. Any confi...Brad King2005-04-1313-1/+111
* ENH: Speedup by storing source name without last extensionAndy Cedilnik2005-04-133-2/+18
* ENH: Speedup by only getting the source onceAndy Cedilnik2005-04-131-3/+7
* ENH: Improve performance by using vector of char instead of stringAndy Cedilnik2005-04-131-14/+16
* BUG: Only do ~ test if HOME variable is defined.Brad King2005-04-131-2/+4
* BUG: Avoid error diagnostic popups on windows for test that crashes on purpose.Brad King2005-04-131-0/+4
* COMP: Added KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT check for non-standard ...Brad King2005-04-135-0/+37
* BUG: allocator<>::rebind<> test should use kwsys_stl::allocator, not std::all...Brad King2005-04-131-1/+1
* 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 b...Brad King2005-04-131-1/+2
* ENH: Added better error message when TRY_COMPILE does not recognize an extens...Brad King2005-04-131-8/+11
* BUG: Fix GetFilenameName to not use uninitialized search position in win32 ve...Brad King2005-04-131-1/+1
* 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 wh...Brad King2005-04-131-4/+5
* ENH: Speedup improvementsAndy Cedilnik2005-04-131-28/+44
* ENH: Do kwsys testing as part of cmake testing, command line arguments are no...Andy Cedilnik2005-04-1311-47/+117
* BUG: fix insert for 64 bitBill Hoffman2005-04-132-4/+4
* ENH: Adding SGI hash_map and hash_set implementation ported from STL to KWSys...Brad King2005-04-138-17/+2311
* 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 librar...Bill Hoffman2005-04-072-3/+6
* 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 automatica...Brad King2005-04-0723-85/+12
* BUG: Fix rule name for subdirectory traversal to use relative paths. This wa...Brad King2005-04-071-6/+7
* ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose.Brad King2005-04-0723-13/+86