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