Andy Cedilnik
|
5f2343bf91
|
ENH: Test for both commands
|
2005-09-19 15:15:11 -04:00 |
Brad King
|
e2d7c3a4e4
|
STYLE: Added reference to documentation in CMakeLists.txt.
|
2005-09-18 17:15:29 -04:00 |
Brad King
|
e440c6a826
|
STYLE: Added backward compatibility disclaimer.
|
2005-09-18 17:08:56 -04:00 |
Andy Cedilnik
|
498c2e6dc5
|
BUG: Fix which argument is which, also, fix the test to be less agressive
|
2005-09-18 08:17:39 -04:00 |
Andy Cedilnik
|
28a9e9a919
|
ENH: Add testing of GET_TEST_PROPERTY command
|
2005-09-17 09:53:09 -04:00 |
Andy Cedilnik
|
8ee8cd372f
|
BUG: On WIN32, since we are using subkey, set it
|
2005-09-17 08:50:10 -04:00 |
Andy Cedilnik
|
ef8212d28b
|
COMP: Remove unused variable
|
2005-09-16 15:30:57 -04:00 |
Andy Cedilnik
|
767057f37f
|
BUG: Fix encoding and add deleting to the test
|
2005-09-16 13:56:09 -04:00 |
Andy Cedilnik
|
9b486bacfc
|
ENH: Modify API a little bit to allow arbitrary length values. Encode certain characters. Rename UNIX registry to FILE registry. More testing
|
2005-09-16 13:38:25 -04:00 |
Andy Cedilnik
|
efeffc52ce
|
COMP: Remove problem on borland
|
2005-09-16 10:09:38 -04:00 |
Andy Cedilnik
|
4d1f0fe4ea
|
ENH: Enable registry, add test of SET_TESTS_PROPERTIES, rename tests for dart2
|
2005-09-16 09:21:05 -04:00 |
Andy Cedilnik
|
3548c51e7d
|
COMP: Remove some more warnings
|
2005-09-16 09:20:28 -04:00 |
Andy Cedilnik
|
6d9aee1e22
|
ENH: Cleanups and expose unix registry on windows (for cygwin etc)
|
2005-09-16 09:15:52 -04:00 |
Andy Cedilnik
|
30b67a8bfe
|
COMP: Win32 fixes
|
2005-09-16 09:08:40 -04:00 |
Andy Cedilnik
|
df4f999457
|
ENH: More handling of unix versus windows registry
|
2005-09-16 08:38:12 -04:00 |
Andy Cedilnik
|
0b30d23085
|
ENH: Initial import
|
2005-09-16 08:20:48 -04:00 |
Brad King
|
2e004e03ca
|
ENH: Added cygcheck knowledge for --ldd option on Cygwin. Added error message for --ldd option when no tool is available but the option was still requested.
|
2005-08-31 19:41:53 -04:00 |
Brad King
|
ca1cd089ae
|
BUG: Fixed dirname in a few cases on windows. Now using KWSYS_SHARED_FORWARD_CONFIG_NAME setting instead of CMAKE_INTDIR directly to give choice to user code. Updated documentation to include @KWSYS_NAMESPACE@_SHARED_FORWARD_CONFIG_NAME, @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_PRINT, and @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_LDD settings.
|
2005-08-18 16:06:08 -04:00 |
Brad King
|
207c39a7ad
|
ENH: Added support for Windows.
|
2005-08-18 09:23:15 -04:00 |
Brad King
|
93efb1cf5b
|
BUG: Automatic pwd/cwd path translation must check that the generated logical-to-physical mapping is correct by using realpath.
|
2005-08-17 17:04:23 -04:00 |
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.
|
2005-08-04 17:12:22 -04:00 |
Ken Martin
|
db28904467
|
ENH: change loc of log files
|
2005-07-29 13:19:44 -04:00 |
Sebastien Barre
|
6e4b6ca0d3
|
ENH: add method to attempt to check if a file is text or binary
|
2005-07-28 13:21:03 -04:00 |
Brad King
|
82a8e9be99
|
ENH: Added FundamentalType header defining platform-independent fixed size/signedness integer types.
|
2005-07-26 11:37:30 -04:00 |
Brad King
|
a5483acc0e
|
ENH: Added TEST_KWSYS_CXX_SAME_LONG_AND___INT64, TEST_KWSYS_CXX_SAME_LONG_LONG_AND___INT64, TEST_KWSYS_CAN_CONVERT_UI64_TO_DOUBLE, and TEST_KWSYS_CHAR_IS_SIGNED.
|
2005-07-26 11:36:39 -04:00 |
Brad King
|
b9d472d81d
|
ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros.
|
2005-07-26 11:34:57 -04:00 |
Andy Cedilnik
|
712e64ebb3
|
ENH: Rename test
|
2005-07-20 12:40:11 -04:00 |
Andy Cedilnik
|
11359c5ccb
|
ENH: Rename test
|
2005-07-20 12:02:45 -04:00 |
Andy Cedilnik
|
3e020b3dcc
|
COMP: Remove warning on windows
|
2005-07-13 09:49:01 -04:00 |
Andy Cedilnik
|
eee2d2b035
|
BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlinks as files when removing directory
|
2005-07-12 13:21:21 -04:00 |
Andy Cedilnik
|
219bcf25ba
|
BUG: When removing directory, use lstat instead of stat to make sure that symlinks are treated as files and not as directories
|
2005-07-12 10:40:14 -04:00 |
Brad King
|
931233ee7b
|
COMP: Fixed uninitialized variable.
|
2005-07-08 09:05:11 -04:00 |
Brad King
|
3f14dae716
|
ENH: Extended test 0 to run the executable twice using the same process object. This tests the reusability of the objects.
|
2005-07-07 09:06:56 -04:00 |
Brad King
|
7e7249cbd1
|
BUG: Fixed reusability of process object by clearing each pipe's Closed flag when cleaning up.
|
2005-07-07 09:05:59 -04:00 |
Brad King
|
33abddf90c
|
BUG: Do not increment optr by 2 after storing only one character. Also fixed possibility of storing uninitialized characters from the last triplet.
|
2005-06-30 09:21:00 -04:00 |
Andy Cedilnik
|
1b578d3180
|
ENH: Several improvements with the way things are handled. Also, support multiple submited files
|
2005-06-23 13:04:18 -04:00 |
Brad King
|
553f7a04d0
|
ENH: Added some smaller primes to allow small hash table sizes and therefore shorter initial construction times.
|
2005-06-23 10:25:57 -04:00 |
Brad King
|
05f5f379a7
|
BUG: Use sleep(1) instead of usleep(1000000) because some UNIX systems specify that the argument to usleep must be less than 1000000.
|
2005-06-21 10:33:57 -04:00 |
Sebastien Barre
|
490119d2aa
|
ENH: fix test, it has to return a true/false value otherwise it just passes the test, and add test for EscapeChars
|
2005-06-20 13:49:04 -04:00 |
Brad King
|
81c92386ac
|
ENH: Enabling new test 7 of process execution.
|
2005-06-17 14:13:32 -04:00 |
Brad King
|
7aa0492422
|
ENH: Added polling feature to documentation of WaitForData.
|
2005-06-17 14:07:17 -04:00 |
Brad King
|
5df6d35dc6
|
BUG: Fixed polling feature of WaitForData.
|
2005-06-17 14:05:35 -04:00 |
Brad King
|
28ffc134a0
|
ENH: Added test 7 to expose problems with polling by WaitForData.
|
2005-06-17 13:59:22 -04:00 |
Brad King
|
9fd4560ba2
|
BUG: Fixed polling capability of WaitForData.
|
2005-06-17 13:57:27 -04:00 |
Mathieu Malaterre
|
d3239ac68f
|
ENH: Fix Bug #1950, provide a direct access to the input. Minor cleanup (convenience)
|
2005-06-17 11:46:29 -04:00 |
Sebastien Barre
|
7f2c1e434c
|
ENH: add method to escape some chars in a string
|
2005-06-13 18:03:53 -04:00 |
Brad King
|
a7fcb07418
|
COMP: Disable more warnings.
|
2005-06-09 08:19:16 -04:00 |
Brad King
|
65ef62c697
|
COMP: Fix no-assignment-operator warning and disable typedef-name synonym warning.
|
2005-06-09 08:18:46 -04:00 |
Brad King
|
05bd270109
|
COMP: Disable useless warnings.
|
2005-06-09 08:03:45 -04:00 |
Brad King
|
943108cadf
|
ENH: C++ configuration should include C configuration.
|
2005-06-09 08:02:58 -04:00 |