summaryrefslogtreecommitdiff
path: root/Source/kwsys/testProcess.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2022-06-031-0/+4
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2020-07-241-5/+6
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2020-05-271-4/+0
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2020-04-171-4/+3
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2020-04-151-1/+2
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2020-04-101-1/+2
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-09-181-1/+1
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-06-011-14/+17
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-11-011-6/+22
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-10-101-3/+1
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-091-249/+205
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-08-311-1/+27
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-07-311-43/+224
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-08-111-0/+2
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-07-181-0/+15
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-02-011-11/+11
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-01-081-1/+1
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2012-12-191-5/+10
* KWSys: Avoid undefined behavior in Process crash testsBrad King2010-07-091-3/+2
* KWSys: Avoid Clang optimizer bug in testProcess-[45]Brad King2010-07-021-0/+5
* Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file...David Cole2009-09-301-1/+1
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
* ENH: Extend kwsys.testProcess-4 timeoutBrad King2009-01-091-1/+1
* ENH: a few more haiku fixes, stop the debugger from coming up for testsBill Hoffman2008-09-221-1/+1
* ENH: add initial support for HAIKU OS from bug# 7425Bill Hoffman2008-09-151-1/+1
* ENH: Changes based on patch from Ryan C. Gordon to enable process execution o...Brad King2006-12-041-1/+15
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-1/+4
* ENH: Added test 8 to test grandchildren running after children exit.Brad King2006-05-211-32/+83
* ENH: Added a way to quickly enable manual testing of grandchild killing.Brad King2006-03-081-1/+13
* ENH: Added special test 0 to just run a given command line.Brad King2006-01-051-11/+20
* COMP: Fixed uninitialized variable.Brad King2005-07-081-1/+1
* ENH: Extended test 0 to run the executable twice using the same process objec...Brad King2005-07-071-14/+29
* BUG: Use sleep(1) instead of usleep(1000000) because some UNIX systems specif...Brad King2005-06-211-1/+1
* ENH: Added test 7 to expose problems with polling by WaitForData.Brad King2005-06-171-18/+94
* ENH: Removing previous debug code.Brad King2005-05-161-6/+0
* ENH: Adding debugging code for freebsd.Brad King2005-05-131-0/+6
* ENH: Removing QNX hack for test 6 now that the problem has been fixed.Brad King2005-05-101-7/+0
* ENH: Disabling test 6 on QNX until process killing can be resolved. It will ...Brad King2005-05-051-0/+7
* ENH: Adding test of running executable with forward slashes on windows.Brad King2005-05-031-0/+24
* BUG: Extending all timeouts to help out slower machines.Brad King2005-04-281-3/+3
* BUG: Extending timeout of test 6 from 0.1 seconds to 3 seconds. This should ...Brad King2005-04-271-1/+1
* BUG: Drastically extending test5's timeouts to get it to pass when running on...Brad King2005-04-221-2/+2
* BUG: Adjusting timeouts for tests 4 and 5 to avoid early killing.Brad King2005-04-201-2/+2
* BUG: Expanded difference in timeouts between tests 4 and 5 so that 5 does not...Brad King2005-04-191-7/+11
* COMP: Removing return value from test6. It is an infinite loop, so the retur...Brad King2005-04-131-3/+2
* COMP: Adding work-around for CMake dependency scanning limitation. Any confi...Brad King2005-04-131-0/+7
* BUG: Avoid error diagnostic popups on windows for test that crashes on purpose.Brad King2005-04-131-0/+4
* ENH: Do kwsys testing as part of cmake testing, command line arguments are no...Andy Cedilnik2005-04-131-1/+2
* ERR: Added missing include of string.hBrad King2004-10-011-0/+1
* ENH: Added optional display of output for tests. Avoid printing alot of outp...Brad King2004-09-301-6/+11