Skip to content
Snippets Groups Projects
  1. Oct 04, 2017
  2. Sep 30, 2017
  3. Sep 29, 2017
  4. Sep 21, 2017
  5. Sep 20, 2017
  6. Sep 14, 2017
  7. Sep 11, 2017
    • Brad King's avatar
      SystemTools: Drop SplitProgramFromArgs function · c8cfe4e0
      Brad King authored
      This was used only by CMake's get_filename_components() command, which
      has now been re-implemented independently.  The operation is not
      well-defined (string parsing should not depend on filesystem content),
      so remove it.
      c8cfe4e0
  8. Sep 01, 2017
  9. Aug 11, 2017
  10. Aug 04, 2017
  11. Aug 03, 2017
  12. Aug 01, 2017
  13. Jul 25, 2017
  14. Jul 22, 2017
  15. Jun 29, 2017
  16. Jun 28, 2017
  17. Jun 27, 2017
  18. Jun 26, 2017
    • Chuck Atkins's avatar
      Add an option to split object and interface libs. · 993f0ea4
      Chuck Atkins authored
      Introduce the KWSYS_SPLIT_OBJECTS_FROM_INTERFACE option.  This will
      cause the build to generate a separate interface and object library,
      instead of a static or shared library.  This will enable kwsys to be
      embedded into another library as objects rather than linked as a
      seperate library while still maintaining the propagation of target usage
      requirements.
      993f0ea4
  19. Jun 09, 2017
  20. Jun 08, 2017
    • Brad King's avatar
      SystemTools: Remove RemoveEmptyPathElements method · 7e04a3d2
      Brad King authored
      This method was added recently but we've found another solution for its
      intended use case.  Removing empty path elements can corrupt paths that
      depend on a trailing empty component to preserve a trailing slash.
      
      Since this method was meant to complement SplitPath and JoinPath, update
      their documentation to explain how they treat empty components.
      7e04a3d2
  21. Jun 01, 2017
  22. May 31, 2017
  23. May 30, 2017
  24. May 29, 2017
  25. May 25, 2017
  26. May 24, 2017
  27. May 23, 2017
  28. May 22, 2017
  29. May 16, 2017
Loading