Skip to content
Snippets Groups Projects
  1. Jul 02, 2010
    • Brad King's avatar
      KWSys: Avoid Clang optimizer bug in testProcess-[45] · 01bb687d
      Brad King authored
      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.
      01bb687d
  2. Sep 30, 2009
  3. Sep 28, 2009
    • Brad King's avatar
      Convert KWSys to OSI-approved BSD License · 62db264e
      Brad King authored
      This converts the KWSys license to a pure 3-clause OSI-approved BSD
      License.  We drop the previous license clause requiring modified
      versions to be plainly marked.  We also update the KWSys copyright to
      cover the full development time range.
      62db264e
  4. Jan 09, 2009
    • Brad King's avatar
      ENH: Extend kwsys.testProcess-4 timeout · 0881cbae
      Brad King authored
      The test is supposed to terminate quickly when its child crashes, but
      that seems to take over 10s on busy systems.  This extends the test's
      timeout to 30s to help it pass when running on a busy system.
      0881cbae
  5. Sep 22, 2008
  6. Sep 15, 2008
  7. Dec 04, 2006
  8. Aug 01, 2006
  9. May 21, 2006
  10. Mar 08, 2006
  11. Jan 05, 2006
  12. Jul 08, 2005
  13. Jul 07, 2005
  14. Jun 21, 2005
  15. Jun 17, 2005
  16. May 16, 2005
  17. May 13, 2005
  18. May 10, 2005
  19. May 05, 2005
  20. May 03, 2005
  21. Apr 28, 2005
  22. Apr 27, 2005
  23. Apr 22, 2005
  24. Apr 20, 2005
  25. Apr 19, 2005
  26. Apr 13, 2005
  27. Oct 01, 2004
  28. Sep 30, 2004
  29. Jul 13, 2004
  30. Jan 28, 2004
  31. Jan 19, 2004
  32. Jan 17, 2004
  33. Dec 15, 2003
  34. Dec 05, 2003
  35. Jun 25, 2003
  36. Jun 18, 2003
Loading