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 |
Brad King
|
7297496a34
ENH: Removing old test1.c Process execution example. It is fully replaced by testProcess.
|
20 years ago |
Brad King
|
be1084b524
COMP: Added KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT check for non-standard argument to stl allocator<>::max_size method. Needed for kwsys hashtable to compile on Sun CC.
|
20 years ago |
Andy Cedilnik
|
4a390c174c
ENH: Do kwsys testing as part of cmake testing, command line arguments are not experimental and add simple test for systemtools
|
20 years ago |
Brad King
|
743ab3a05f
ENH: Adding SGI hash_map and hash_set implementation ported from STL to 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.
|
20 years ago |
Brad King
|
3bb990dcf1
BUG: Test for stl stirng operator!= for char* needs to know result of KWSYS_STL_HAVE_STD.
|
20 years ago |
Brad King
|
65f1e3e1d8
ENH: Added operator!= for stl string and char* when the system does not provide one.
|
20 years ago |
Brad King
|
22f6d68be3
ENH: Added istream and ostream operators for stl string in KWSys when using old streams that do not provide them.
|
20 years ago |
Brad King
|
ebbe1ffdd9
COMP: Removing stl string io operators change until the CMake bootstrap script can be fixed.
|
20 years ago |
Brad King
|
098c33c4da
ENH: Added istream and ostream operators for stl string when using old streams that do not provide them.
|
20 years ago |
Brad King
|
e0cfb268b6
ENH: Adding SharedForward C header to help create forwarding executables on UNIX systems that configure the shared library runtime search path and then replace themselves with the real executable. This is useful to create binary distributions that work from any extracted location even with shared libraries.
|
20 years ago |
Brad King
|
0fd1c5d809
ENH: Added try-compile KWSYS_STAT_HAS_ST_MTIM. This tests whether struct stat has the extra st_mtim member that has high resolution times.
|
21 years ago |
Andy Cedilnik
|
ddb3dfdf2f
ENH: Specify full path to the executable
|
21 years ago |
Andy Cedilnik
|
fdf589d2da
ENH: Allow CMake to use CommandLineArguments without warning
|
21 years ago |