Skip to content
Snippets Groups Projects
  1. Jun 10, 2009
    • Brad King's avatar
      BUG: Fix non-select process impl without timeout · 6eac6c06
      Brad King authored
      This avoids use of an uninitialized value in the KWSys ProcessUNIX
      polling implementation when no timeout is given.
      6eac6c06
    • Brad King's avatar
      COMP: Avoid String.c inclusion by Compaq templates · 7ecacbfa
      Brad King authored
      The Compaq compiler (on VMS) includes 'String.c' in source files that
      use the stl string while looking for template definitions.  This was the
      true cause of double-inclusion of the 'kwsysPrivate.h' header.  We work
      around the problem by conditionally compiling the entire source file on
      a condition only true when really building the source.
      7ecacbfa
  2. Jun 09, 2009
  3. Jun 05, 2009
  4. May 20, 2009
  5. May 19, 2009
  6. May 14, 2009
  7. May 13, 2009
  8. Apr 23, 2009
  9. Apr 21, 2009
  10. Apr 20, 2009
    • Brad King's avatar
      BUG: Fix SystemTools::IsSubDirectory on bad input · d590780d
      Brad King authored
      When SystemTools::GetParentDirectory was fixed to never remove the root
      path component from a full path we violated an assumption made by
      IsSubDirectory that eventually GetParentDirectory returns an empty
      string.  This led to an infinite loop if the potential parent directory
      is empty, so we explicitly avoid that case.
      d590780d
  11. Apr 15, 2009
  12. Apr 14, 2009
    • Brad King's avatar
      ENH: Skip KWSys name maros in case of identity · 0e3a5ecd
      Brad King authored
      All KWSys C symbol names begin with the KWSYS_NAMESPACE defined at
      configuration time.  For ease of editing we write canonical names with
      the prefix 'kwsys' and use macros to map them to the configured prefix
      at preprocessing time.  In the case of standalone KWSys, the prefix is
      'kwsys', so the macros were previously defined to their own names.
      
      We now skip defining the macros in the identity case so that the final
      symbol names are never themselves macros.  This will allow the symbols
      to be further transformed behind the scenes to help linkers in special
      cases on some platforms.
      0e3a5ecd
  13. Apr 06, 2009
  14. Apr 05, 2009
  15. Apr 02, 2009
  16. Mar 30, 2009
  17. Mar 19, 2009
  18. Mar 18, 2009
  19. Mar 17, 2009
  20. Mar 16, 2009
Loading