summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Collapse)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2010-07-221-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-211-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-201-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-191-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-181-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-171-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-161-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-151-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-141-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-131-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-121-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-111-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-101-1/+1
|
* KWSys: Avoid undefined behavior in Process crash testsBrad King2010-07-091-3/+2
| | | | | | | | Clang is smart enough to recognize that "*(int*)0=0" invokes undefined behavior, warns, and produces an "undefined instruction". The message in commit "Avoid Clang optimizer bug in testProcess-[45]" (2010-07-02) is incorrect; this is not a Clang bug. It really is undefined behavior. Use "*(int*)1=0" to produce a crash instead.
* KWSys Nightly Date StampKWSys Robot2010-07-091-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-081-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-071-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-061-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-051-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-041-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-031-1/+1
|
* KWSys: Avoid Clang optimizer bug in testProcess-[45]Brad King2010-07-021-0/+5
| | | | | | | | Clang's optimizer, as of clang version 2.8 (trunk 107463), produces the undefined instruction 'ud2' for the code "*(int*)0=0" on OS X x86_64. It causes our crash tests to fail because the child process exits with an invalid instruction instead of a segmentation fault. Work around the bug by using "*(int*)1=0" in this case.
* KWSys Nightly Date StampKWSys Robot2010-07-021-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-07-011-2/+2
|
* KWSys: Optionally suppress consistent test failuresBrad King2010-06-301-0/+6
| | | | | | Add option KWSYS_TEST_BOGUS_FAILURES that can be set by a containing project or in the CMake cache to list tests known to fail consistently on a buggy system.
* KWSys: Use short fallback timeout for Process testsBrad King2010-06-301-0/+1
| | | | | | If any of the KWSys Process tests take more than a minute or two then something is wrong. There is no need to wait for a long default timeout.
* KWSys Nightly Date StampKWSys Robot2010-06-301-1/+1
|
* KWSys: Pass ptrdiff_t check result to System.cBrad King2010-06-291-9/+8
| | | | | | Since commit "Provide unix-sytle command line parsing" (2009-07-13) the reference to KWSYS_C_HAS_PTRDIFF_T in System.c has been meaningless because the macro was never passed to the compiler!
* KWSys: Cleanup putenv leak option implementationBrad King2010-06-292-15/+9
| | | | | Define KWSYS_DO_NOT_CLEAN_PUTENV only for the implementation. It does not need to be configured in the interface of "Configure.hxx".
* KWSys Nightly Date StampKWSys Robot2010-06-291-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-281-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-271-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-261-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-251-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-241-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-231-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-221-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-211-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-201-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-191-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-181-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-171-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-161-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-151-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-141-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-131-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-121-1/+1
|
* KWSys: Teach Process to error on empty commandBrad King2010-06-112-0/+16
| | | | | Do not try to execute a child with no command line. Previously this led to a silent hang.
* KWSys: Process tree kill for SolarisBrad King2010-06-111-0/+3
|
* KWSys Nightly Date StampKWSys Robot2010-06-111-1/+1
|