Skip to content
Snippets Groups Projects
  1. Oct 11, 2017
  2. Oct 10, 2017
  3. Oct 07, 2017
  4. Oct 06, 2017
  5. Oct 05, 2017
  6. Oct 04, 2017
  7. Sep 30, 2017
  8. Sep 29, 2017
  9. Sep 21, 2017
  10. Sep 20, 2017
  11. Sep 14, 2017
  12. 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
  13. Sep 01, 2017
  14. Aug 11, 2017
  15. Aug 04, 2017
  16. Aug 03, 2017
  17. Aug 01, 2017
  18. Jul 25, 2017
  19. Jul 22, 2017
  20. Jun 29, 2017
  21. Jun 28, 2017
  22. Jun 27, 2017
  23. 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
  24. Jun 09, 2017
  25. 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
Loading