Cronologia Commit

Autore SHA1 Messaggio Data
  Brad King c3389d4ce2 KWSys: Avoid Clang optimizer bug in testProcess-[45] 15 anni fa
  David Cole a9dcc7fd47 Fix warnings in CMake source code. Suppress warnings in Lexer and Parser files that are 'too hard' to fix. 16 anni fa
  Brad King de955e4b6d Convert KWSys to OSI-approved BSD License 16 anni fa
  Brad King 86b103f271 ENH: Extend kwsys.testProcess-4 timeout 17 anni fa
  Bill Hoffman 67dc176ffa ENH: a few more haiku fixes, stop the debugger from coming up for tests 17 anni fa
  Bill Hoffman 64fc597de2 ENH: add initial support for HAIKU OS from bug# 7425 17 anni fa
  Brad King de8ffcaef4 ENH: Changes based on patch from Ryan C. Gordon to enable process execution on BeOS. There seems to be no way to implement it without polling (or threads). 19 anni fa
  Brad King ab61137eb1 COMP: Fix and/or disable warnings for Borland 5.6 build. 19 anni fa
  Brad King da285df242 ENH: Added test 8 to test grandchildren running after children exit. 20 anni fa
  Brad King a155eacec3 ENH: Added a way to quickly enable manual testing of grandchild killing. 20 anni fa
  Brad King bdbb7f84bc ENH: Added special test 0 to just run a given command line. 20 anni fa
  Brad King 931233ee7b COMP: Fixed uninitialized variable. 20 anni fa
  Brad King 3f14dae716 ENH: Extended test 0 to run the executable twice using the same process object. This tests the reusability of the objects. 20 anni fa
  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. 21 anni fa
  Brad King 28ffc134a0 ENH: Added test 7 to expose problems with polling by WaitForData. 21 anni fa
  Brad King 26f82b064c ENH: Removing previous debug code. 21 anni fa
  Brad King b45071cc60 ENH: Adding debugging code for freebsd. 21 anni fa
  Brad King 858a5131dc ENH: Removing QNX hack for test 6 now that the problem has been fixed. 21 anni fa
  Brad King 946253c99d ENH: Disabling test 6 on QNX until process killing can be resolved. It will just fail always for now. 21 anni fa
  Brad King 7dcb42de21 ENH: Adding test of running executable with forward slashes on windows. 21 anni fa
  Brad King 91c254d708 BUG: Extending all timeouts to help out slower machines. 21 anni fa
  Brad King cc2cd3bc41 BUG: Extending timeout of test 6 from 0.1 seconds to 3 seconds. This should avoid missed signals and intermittent failures. 21 anni fa
  Brad King b1e1d9c0fb BUG: Drastically extending test5's timeouts to get it to pass when running on a heavily-loaded machine. 21 anni fa
  Brad King 104b910aac BUG: Adjusting timeouts for tests 4 and 5 to avoid early killing. 21 anni fa
  Brad King f362d6e2ef BUG: Expanded difference in timeouts between tests 4 and 5 so that 5 does 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. 21 anni fa
  Brad King 79c0487de9 COMP: Removing return value from test6. It is an infinite loop, so the return causes warnings. It will never return anyway. 21 anni fa
  Brad King caf54b2093 COMP: Adding work-around for CMake dependency scanning limitation. Any configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies. 21 anni fa
  Brad King 3a7920d461 BUG: Avoid error diagnostic popups on windows for test that crashes on purpose. 21 anni fa
  Andy Cedilnik 4a390c174c ENH: Do kwsys testing as part of cmake testing, command line arguments are not experimental and add simple test for systemtools 21 anni fa
  Brad King 7350756728 ERR: Added missing include of string.h 21 anni fa