Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Enabling build/test of Terminal code now that it has been manually ↵ | Brad King | 2006-04-24 | 1 | -2/+2 |
| | | | | tested on several platforms. | ||||
* | ENH: Adding 'Terminal' component to hold support routines for dealing with ↵ | Brad King | 2006-04-23 | 1 | -5/+9 |
| | | | | interactive terminals. Currently only a cfprintf function is provided to print color messages. | ||||
* | COMP: Fix compilation on linux (dlopen/dlclose symbols) | Mathieu Malaterre | 2006-04-17 | 1 | -3/+5 |
| | |||||
* | ENH: remove test on cygwin since it randomly fails | Bill Hoffman | 2006-03-29 | 1 | -1/+3 |
| | |||||
* | ENH: Adding auto_ptr to KWSys to provide a conforming version everywhere. | Brad King | 2006-03-16 | 1 | -1/+4 |
| | |||||
* | ENH: Do not build the library if we are not doing Testing | Mathieu Malaterre | 2006-03-13 | 1 | -8/+6 |
| | |||||
* | BUG: Fix problem with in the path | Mathieu Malaterre | 2006-03-10 | 1 | -1/+0 |
| | |||||
* | BUG: Trying to get testDynamicLoader to work on Solaris and SunOS, where ↵ | Mathieu Malaterre | 2006-03-10 | 1 | -0/+1 |
| | | | | current directory is not lookup when doing dlopen | ||||
* | BUG: Fix DynamicLoader implementation on MacOSX (using old API) | Mathieu Malaterre | 2006-03-10 | 1 | -1/+1 |
| | |||||
* | ENH: use CMAKE_DL_LIBS and not dl directly as it does not always exist | Bill Hoffman | 2006-03-10 | 1 | -3/+3 |
| | |||||
* | COMP: Fix cygwin build | Mathieu Malaterre | 2006-03-10 | 1 | -2/+2 |
| | |||||
* | ENH: Still more coverage of the DynamicLoader | Mathieu Malaterre | 2006-03-09 | 1 | -0/+1 |
| | |||||
* | ENH: Carefully turn testing of DynamicLib on | Mathieu Malaterre | 2006-03-09 | 1 | -6/+22 |
| | |||||
* | ENH: Compile DynamicLoader | Mathieu Malaterre | 2006-03-06 | 1 | -1/+2 |
| | |||||
* | ENH: Added kwsys::String class to shorten debugging symbols and error ↵ | Brad King | 2006-02-07 | 1 | -1/+1 |
| | | | | messages involving std::string. | ||||
* | COMP: Do not build tests if build testing is off | Andy Cedilnik | 2006-01-04 | 1 | -25/+25 |
| | |||||
* | ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and ↵ | Andy Cedilnik | 2005-11-09 | 1 | -2/+2 |
| | | | | add help in cmSetTestsPropertiesCommand | ||||
* | COMP: Fix all dashboards | Andy Cedilnik | 2005-11-09 | 1 | -1/+1 |
| | |||||
* | ENH: Add test for output regular expression | Andy Cedilnik | 2005-11-08 | 1 | -2/+4 |
| | |||||
* | ENH: Push glob to the kwsys | Andy Cedilnik | 2005-10-18 | 1 | -1/+7 |
| | |||||
* | ENH: CMake kills me (so does Cygwin) | Sebastien Barre | 2005-10-06 | 1 | -1/+2 |
| | |||||
* | ENH: avoid the use of GET_TARGET_PROPERTY by testing the CMake executable ↵ | Sebastien Barre | 2005-10-05 | 1 | -2/+3 |
| | | | | instead of the test executable | ||||
* | BUG: Reverting fundamental type info change until it is fixed on more ↵ | Brad King | 2005-10-05 | 1 | -50/+34 |
| | | | | platforms. It was tested on Linux, SGI, HP, Sun, OSX, Windows with nmake and VS 6, 7, 7.1, 8, Borland Make, and cygwin by hand with spaces in the path and cmake 2.0 and 2.2 before committing but still seems to be failing on some dashboards...strange. | ||||
* | ENH: add kwsys test for DetectFileType | Sebastien Barre | 2005-10-04 | 1 | -0/+8 |
| | |||||
* | ENH: Converting FundamentalType try-compiles into a single try-run. All the ↵ | Brad King | 2005-10-03 | 1 | -34/+50 |
| | | | | information about the existence, size, and signedness of types can be determined in one program thanks to limits.h. | ||||
* | ENH: Make message into status | Andy Cedilnik | 2005-09-20 | 1 | -1/+1 |
| | |||||
* | ENH: Test for both commands | Andy Cedilnik | 2005-09-19 | 1 | -2/+2 |
| | |||||
* | STYLE: Added backward compatibility disclaimer. | Brad King | 2005-09-18 | 1 | -0/+8 |
| | |||||
* | BUG: Fix which argument is which, also, fix the test to be less agressive | Andy Cedilnik | 2005-09-18 | 1 | -3/+1 |
| | |||||
* | ENH: Add testing of GET_TEST_PROPERTY command | Andy Cedilnik | 2005-09-17 | 1 | -0/+4 |
| | |||||
* | ENH: Enable registry, add test of SET_TESTS_PROPERTIES, rename tests for dart2 | Andy Cedilnik | 2005-09-16 | 1 | -10/+19 |
| | |||||
* | ENH: If VTK_LIBRARY_PROPERTIES is set then the properties it lists will be ↵ | Brad King | 2005-08-04 | 1 | -0/+14 |
| | | | | added to VTK library targets with SET_TARGET_PROPERTIES. This will be useful to enable shared library versioning. | ||||
* | ENH: Added FundamentalType header defining platform-independent fixed ↵ | Brad King | 2005-07-26 | 1 | -1/+74 |
| | | | | size/signedness integer types. | ||||
* | ENH: Rename test | Andy Cedilnik | 2005-07-20 | 1 | -2/+2 |
| | |||||
* | ENH: Enabling new test 7 of process execution. | Brad King | 2005-06-17 | 1 | -0/+1 |
| | |||||
* | ENH: Add capability to include files to DartTestfile.txt and add example of that | Andy Cedilnik | 2005-06-07 | 1 | -0/+5 |
| | |||||
* | COMP: Added KWSys try-compiles KWSYS_STL_HAS_ALLOCATOR_TEMPLATE and ↵ | Brad King | 2005-04-21 | 1 | -7/+12 |
| | | | | KWSYS_STL_HAS_ALLOCATOR_OBJECTS. Needed for more old-stl support in the hashtable. | ||||
* | 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 | 1 | -0/+8 |
| | | | | kwsys/cstddef header (to get size_t for hash_fun.hxx). | ||||
* | 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). | ||||
* | ENH: Added KWSys try-compiles KWSYS_STL_HAS_ITERATOR_TRAITS, ↵ | Brad King | 2005-04-15 | 1 | -4/+26 |
| | | | | 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. | ||||
* | ENH: Added KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP try-compile to KWSys. ↵ | Brad King | 2005-04-15 | 1 | -0/+2 |
| | | | | Needed to optionally bring hash table comparison operators into the global namespace when argument dependent lookup is not supported. | ||||
* | STYLE: Renaming kwsys-hash test to kwsys-testhash for consistency with other ↵ | Brad King | 2005-04-13 | 1 | -1/+1 |
| | | | | tests. | ||||
* | ENH: Removing old test1.c Process execution example. It is fully replaced ↵ | Brad King | 2005-04-13 | 1 | -1/+0 |
| | | | | by testProcess. | ||||
* | COMP: Added KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT check for non-standard ↵ | Brad King | 2005-04-13 | 1 | -0/+2 |
| | | | | argument to stl allocator<>::max_size method. Needed for kwsys hashtable to compile on Sun CC. | ||||
* | ENH: Do kwsys testing as part of cmake testing, command line arguments are ↵ | Andy Cedilnik | 2005-04-13 | 1 | -30/+33 |
| | | | | not experimental and add simple test for systemtools | ||||
* | ENH: Adding SGI hash_map and hash_set implementation ported from STL to ↵ | Brad King | 2005-04-13 | 1 | -2/+13 |
| | | | | 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. | ||||
* | BUG: Test for stl stirng operator!= for char* needs to know result of ↵ | Brad King | 2005-03-30 | 1 | -4/+3 |
| | | | | KWSYS_STL_HAVE_STD. | ||||
* | ENH: Added operator!= for stl string and char* when the system does not ↵ | Brad King | 2005-03-29 | 1 | -0/+3 |
| | | | | provide one. | ||||
* | ENH: Added istream and ostream operators for stl string in KWSys when using ↵ | Brad King | 2005-03-29 | 1 | -1/+30 |
| | | | | old streams that do not provide them. |