Skip to content
Snippets Groups Projects
  1. Sep 01, 2017
  2. Aug 11, 2017
  3. Aug 04, 2017
  4. Aug 03, 2017
  5. Aug 01, 2017
  6. Jul 25, 2017
  7. Jul 22, 2017
  8. Jun 29, 2017
  9. Jun 28, 2017
  10. Jun 27, 2017
  11. 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
  12. Jun 09, 2017
  13. 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
  14. Jun 01, 2017
  15. May 31, 2017
  16. May 30, 2017
  17. May 29, 2017
  18. May 25, 2017
  19. May 24, 2017
  20. May 23, 2017
  21. May 22, 2017
  22. May 16, 2017
  23. May 15, 2017
  24. May 11, 2017
  25. May 09, 2017
  26. May 08, 2017
  27. May 06, 2017
  28. May 01, 2017
  29. Apr 28, 2017
  30. Apr 27, 2017
    • Daniel Pfeifer's avatar
      Disable clang-tidy · 2564822b
      Daniel Pfeifer authored
      KWSys has not been updated for `clang-tidy`.
      Until this is done, block use of the tool on our own targets.
      This is useful when KWSys is embedded in the source tree of
      another project that may activate clang-tidy.
      2564822b
Loading