Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Improve internal test handling by creating a test class. Command ↵ | Andy Cedilnik | 2005-04-24 | 12 | -167/+277 |
| | | | | 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 | ||||
* | BUG: The argument is --ctest-config | Andy Cedilnik | 2005-04-24 | 1 | -1/+1 |
| | |||||
* | ENH: Support for modified and conflicts in subversion | Andy Cedilnik | 2005-04-24 | 1 | -42/+67 |
| | |||||
* | BUG: Older SGI compilers still have internal/stdio_core.h but do not support ↵ | Brad King | 2005-04-24 | 1 | -3/+4 |
| | | | | #include_next. We'll have to try-compile to test whether this hack is needed. | ||||
* | BUG: Remember if there was update error | Andy Cedilnik | 2005-04-24 | 1 | -3/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-23 | 1 | -1/+1 |
| | |||||
* | ENH: Created cmTarget::GetLibraryNames to replace ↵ | Brad King | 2005-04-22 | 4 | -75/+168 |
| | | | | cmLocalUnixMakefileGenerator2::GetLibraryNames. Added cmTarget::GetLibraryCleanNames to be used by cmLocalUnixMakefileGenerator2. Now when a library is linked both the shared and static versions are removed from the build tree. In this way we avoid having both kinds of libraries present when the user switches BUILD_SHARED_LIBS on/off. This prevents problems with turning off shared libraries and then expecting the linker to use the static libraries only to find it is using the out-of-date shared versions. | ||||
* | ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and ↵ | Brad King | 2005-04-22 | 7 | -95/+125 |
| | | | | removed cmLocalGenerator::GetFullTargetName and cmLocalUnixMakefileGenerator2::GetBaseTargetName. This functionality is more sensibly implemented in cmTarget. It is also needed for an upcoming feature in which both the shared and static versions of a library will be removed before one is linked. | ||||
* | COMP: Commented out unused variable until the corresponding logic is finished. | Brad King | 2005-04-22 | 1 | -2/+2 |
| | |||||
* | COMP: Removed line continuation characters from #if lines to avoid linefeed ↵ | Brad King | 2005-04-22 | 2 | -11/+4 |
| | | | | problems on cygwin. | ||||
* | BUG: Drastically extending test5's timeouts to get it to pass when running ↵ | Brad King | 2005-04-22 | 1 | -2/+2 |
| | | | | on a heavily-loaded machine. | ||||
* | COMP: Fixed assignment-in-conditional warning. | Brad King | 2005-04-22 | 1 | -1/+2 |
| | |||||
* | COMP: Fixed constant conditional warning. | Brad King | 2005-04-22 | 1 | -1/+1 |
| | |||||
* | COMP: Fixed unused parameter and constant conditional warnings. | Brad King | 2005-04-22 | 1 | -1/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-22 | 1 | -1/+1 |
| | |||||
* | ENH: Reorganize a bit and make sure to report an error if there are modified ↵ | Andy Cedilnik | 2005-04-21 | 1 | -11/+21 |
| | | | | files or conflicts | ||||
* | COMP: Using a new work-around for stdarg.h problem on SGI. | Brad King | 2005-04-21 | 3 | -20/+10 |
| | |||||
* | BUG: Fixed hash_allocator_n size computation. | Brad King | 2005-04-21 | 1 | -14/+38 |
| | |||||
* | ENH: Added include-work-around for hashtable.hxx.in dependency. | Brad King | 2005-04-21 | 1 | -0/+1 |
| | |||||
* | BUG: Do not close stdout/stderr pipes in parent if they are shared. | Brad King | 2005-04-21 | 2 | -4/+13 |
| | |||||
* | COMP: Do not do va_list hack if there is no std:: namespace. | Brad King | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | COMP: Added KWSys try-compiles KWSYS_STL_HAS_ALLOCATOR_TEMPLATE and ↵ | Brad King | 2005-04-21 | 4 | -45/+184 |
| | | | | KWSYS_STL_HAS_ALLOCATOR_OBJECTS. Needed for more old-stl support in the hashtable. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-20 | 1 | -1/+1 |
| | |||||
* | BUG: Adjusting timeouts for tests 4 and 5 to avoid early killing. | Brad King | 2005-04-20 | 1 | -2/+2 |
| | |||||
* | COMP: Attempt to fix problem with building on SGI | Andy Cedilnik | 2005-04-19 | 2 | -154/+193 |
| | |||||
* | BUG: When killing a child all the pipe read ends should be closed. This ↵ | Brad King | 2005-04-19 | 1 | -2/+7 |
| | | | | will allow a child that is blocking while waiting to write to the pipe to wake up and receive the kill signal properly on cygwin. | ||||
* | BUG: Expanded difference in timeouts between tests 4 and 5 so that 5 does ↵ | Brad King | 2005-04-19 | 1 | -7/+11 |
| | | | | not timeout while waiting for 4 to timeout. This should fix the intermittent failure of test 5 on cygwin. ENH: When a mismatch is reported it now reports what it was as well as what it should have been. | ||||
* | BUG: For some reason the non-template allocator test compiles on VS6 even ↵ | Brad King | 2005-04-15 | 1 | -1/+1 |
| | | | | though its allocator is a template. Adding ::size_type to be sure it accesses a member of the allocator. | ||||
* | 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 ↵ | Brad King | 2005-04-15 | 1 | -5/+5 |
| | | | | cygwin paths to executables like /usr/bin/ls are not found. | ||||
* | COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide ↵ | Brad King | 2005-04-15 | 6 | -0/+58 |
| | | | | kwsys/cstddef header (to get size_t for hash_fun.hxx). | ||||
* | COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the ↵ | Brad King | 2005-04-15 | 3 | -58/+58 |
| | | | | configured namespace. | ||||
* | 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 ↵ | Brad King | 2005-04-15 | 1 | -1/+1 |
| | | | | the previsous commit. | ||||
* | ENH: Changing kwsysProcess implementation on Cygwin to use the Win32 ↵ | Brad King | 2005-04-15 | 1 | -5/+5 |
| | | | | implementation instead of the UNIX implementation. This makes dealing with misbehaving children work better. The KWSys Win32 process implementaion is more robust than the Cygwin implementation (partly because it doesn't have to exactly reproduce the POSIX api). | ||||
* | 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 | 6 | -19/+113 |
| | | | | 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 | 4 | -0/+28 |
| | | | | 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. |