Skip to content
Snippets Groups Projects
  1. Jun 09, 2009
  2. Jun 05, 2009
  3. May 20, 2009
  4. May 19, 2009
  5. May 14, 2009
  6. May 13, 2009
  7. Apr 23, 2009
  8. Apr 21, 2009
  9. 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
  10. Apr 15, 2009
  11. 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
  12. Apr 06, 2009
  13. Apr 05, 2009
  14. Apr 02, 2009
  15. Mar 30, 2009
  16. Mar 19, 2009
  17. Mar 18, 2009
  18. Mar 17, 2009
  19. Mar 16, 2009
  20. Feb 13, 2009
Loading