Commit History

Author SHA1 Message Date
  Mathieu Malaterre 12ebc4339a ENH: Compile DynamicLoader 20 years ago
  Brad King f71a085f74 ENH: Added kwsys::String class to shorten debugging symbols and error messages involving std::string. 20 years ago
  Andy Cedilnik 6e675ce602 COMP: Do not build tests if build testing is off 20 years ago
  Andy Cedilnik 4e9d832525 ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and add help in cmSetTestsPropertiesCommand 20 years ago
  Andy Cedilnik a285a90809 COMP: Fix all dashboards 20 years ago
  Andy Cedilnik 1de28a762f ENH: Add test for output regular expression 20 years ago
  Andy Cedilnik fdc4795b91 ENH: Push glob to the kwsys 20 years ago
  Sebastien Barre 07b45da693 ENH: CMake kills me (so does Cygwin) 20 years ago
  Sebastien Barre 6c54adf0ea ENH: avoid the use of GET_TARGET_PROPERTY by testing the CMake executable instead of the test executable 20 years ago
  Brad King 01ac3906da BUG: Reverting fundamental type info change until it is fixed on more 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. 20 years ago
  Sebastien Barre 13627538b9 ENH: add kwsys test for DetectFileType 20 years ago
  Brad King d937de494a ENH: Converting FundamentalType try-compiles into a single try-run. All the information about the existence, size, and signedness of types can be determined in one program thanks to limits.h. 20 years ago
  Andy Cedilnik 2e50727eca ENH: Make message into status 20 years ago
  Andy Cedilnik 5f2343bf91 ENH: Test for both commands 20 years ago
  Brad King e440c6a826 STYLE: Added backward compatibility disclaimer. 20 years ago
  Andy Cedilnik 498c2e6dc5 BUG: Fix which argument is which, also, fix the test to be less agressive 20 years ago
  Andy Cedilnik 28a9e9a919 ENH: Add testing of GET_TEST_PROPERTY command 20 years ago
  Andy Cedilnik 4d1f0fe4ea ENH: Enable registry, add test of SET_TESTS_PROPERTIES, rename tests for dart2 20 years ago
  Brad King 26d6409f9d ENH: If VTK_LIBRARY_PROPERTIES is set then the properties it lists will be added to VTK library targets with SET_TARGET_PROPERTIES. This will be useful to enable shared library versioning. 20 years ago
  Brad King 82a8e9be99 ENH: Added FundamentalType header defining platform-independent fixed size/signedness integer types. 20 years ago
  Andy Cedilnik 11359c5ccb ENH: Rename test 20 years ago
  Brad King 81c92386ac ENH: Enabling new test 7 of process execution. 20 years ago
  Andy Cedilnik 6af66e8b20 ENH: Add capability to include files to DartTestfile.txt and add example of that 20 years ago
  Brad King 8ddc8accb3 COMP: Added KWSys try-compiles KWSYS_STL_HAS_ALLOCATOR_TEMPLATE and KWSYS_STL_HAS_ALLOCATOR_OBJECTS. Needed for more old-stl support in the hashtable. 20 years ago
  Brad King 78d1491173 BUG: Cannot use Win32 implementation for cygwin processes because then cygwin paths to executables like /usr/bin/ls are not found. 20 years ago
  Brad King bddade9696 COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstddef header (to get size_t for hash_fun.hxx). 20 years ago
  Brad King 370a39ce4b ENH: Changing kwsysProcess implementation on Cygwin to use the Win32 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). 20 years ago
  Brad King 6c68c81475 ENH: Added KWSys try-compiles KWSYS_STL_HAS_ITERATOR_TRAITS, 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. 20 years ago
  Brad King 7f706ecc98 ENH: Added KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP try-compile to KWSys. Needed to optionally bring hash table comparison operators into the global namespace when argument dependent lookup is not supported. 20 years ago
  Brad King 21d54eea8d STYLE: Renaming kwsys-hash test to kwsys-testhash for consistency with other tests. 20 years ago