Skip to content
Snippets Groups Projects
  1. Nov 04, 2016
    • Brad King's avatar
      Simplify KWSys per-source license notices · c41c1bc4
      Brad King authored
      Per-source copyright/license notice headers that spell out copyright holder
      names and years are hard to maintain and often out-of-date or plain wrong.
      Precise contributor information is already maintained automatically by the
      version control tool.  Ultimately it is the receiver of a file who is
      responsible for determining its licensing status, and per-source notices are
      merely a convenience.  Therefore it is simpler and more accurate for
      each source to have a generic notice of the license name and references to
      more detailed information on copyright holders and full license terms.
      
      Our `Copyright.txt` file now contains a list of Contributors whose names
      appeared source-level copyright notices.  It also references version control
      history for more precise information.  Therefore we no longer need to spell
      out the list of Contributors in each source file notice.
      
      Replace KWSys per-source copyright/license notice headers with a short
      description of the license and links to `Copyright.txt` and online
      information available from "https://cmake.org/licensing#kwsys".
      
      Run the `filter-notices.bash` script to perform the replacements mechanically.
      Manually fix up the shebang line in one file.
      
      Change-Id: I8497f7c868664dcf54a8608ab302ad93c860b334
      c41c1bc4
    • Brad King's avatar
      Sort includes to stabilize include order w.r.t. clang-format · 15e90a3c
      Brad King authored
      The clang-format tool sorts `#include` lines within contiguous blocks.
      Separate blocks with blank lines and sort the include lines within them
      so that clang-format does not re-order anything.
      
      Change-Id: I96d6828f470b9a234464972172d46afab322487c
      15e90a3c
  2. Aug 28, 2015
  3. Mar 03, 2015
    • Domen Vrankar's avatar
      Glob: Add support for directory listing · 4890f30c
      Domen Vrankar authored and Brad King's avatar Brad King committed
      Glob now supports listing of directories in recursive mode and disabling
      listing of directories in non recursive mode.  In recursive mode when
      directory listing is enabled directory symlinks are also listed.  For
      backward compatibility there is a separate flag for recursive and
      non-recursive globbing mode as this functionality was previously
      inconsistent.
      
      Change-Id: I6099c0c568a04caf7c9a36a5d476390371115790
      4890f30c
    • Domen Vrankar's avatar
      Glob: Handle symlink cycles in directory paths · 5d6204e9
      Domen Vrankar authored and Brad King's avatar Brad King committed
      Prevent cyclic recursion of type "a/b/c -> a" when glob recurse is used
      with follow symlinks so that each directory symbolic link is traversed
      only once and skipped on revisit.
      
      Change-Id: I6f52489198d692c3c0b0d94986db0e664d050342
      5d6204e9
  4. Feb 25, 2015
    • Domen Vrankar's avatar
      Glob: Remove addition of extra '/' · 1b75ad3d
      Domen Vrankar authored and Brad King's avatar Brad King committed
      When globing non recursive with for example '/a/*/*' the result
      contained '//' instead of a single slash between directories.
      
      Change-Id: I6adb672cde6e327c8fda6e29ff7d3b8ae5c7cb6b
      1b75ad3d
    • Domen Vrankar's avatar
      Glob: Remove dead code · 7c9a970a
      Domen Vrankar authored and Brad King's avatar Brad King committed
      In RecurseDirectory and ProcessDirectory a "fullname" variable is
      computed but not used.  Remove it altogether.
      
      Change-Id: I97493f7a34f1a600715c8301ccd6377c3422212f
      7c9a970a
  5. Oct 16, 2014
  6. Jul 30, 2014
  7. May 07, 2014
  8. Jan 31, 2013
  9. Sep 06, 2011
    • David Cole's avatar
      KWSys: Add symlinks to directories as files (#12284) · 1ecd1ab6
      David Cole authored
      
      This behaviour was previously broken; regardless of the
      RecurseThroughSymLinks value, symlinks to directories were
      NEVER added as files in the results.
      
      When RecurseThroughSymLinks is ON, symlinks to directories
      should be recursed as if they were the actual directories
      to gather the files within.
      
      However, when RecurseThroughSymLinks is OFF, symlinks to
      directories should be returned as files in the result.
      
      Inspired-by: default avatarJohan Björk <phb@spotify.com>
      1ecd1ab6
    • David Cole's avatar
      KWSys: Remove always-true dir_only parameter · bbbfe083
      David Cole authored
      Its presence confuses, and, since it is always true, is useless.
      bbbfe083
  10. Sep 28, 2009
    • Brad King's avatar
      Convert KWSys to OSI-approved BSD License · 62db264e
      Brad King authored
      This converts the KWSys license to a pure 3-clause OSI-approved BSD
      License.  We drop the previous license clause requiring modified
      versions to be plainly marked.  We also update the KWSys copyright to
      cover the full development time range.
      62db264e
  11. Sep 14, 2009
  12. Mar 17, 2009
  13. Sep 11, 2008
  14. Aug 20, 2008
    • David Cole's avatar
      ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive... · 7b17140d
      David Cole authored
      ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive globs to skip symlinks when necessary. Default to true for backwards compatible behavior. Used from the ctest coverage handler to avoid recursing through the '/Applications' directory on the Mac looking for *.da files... Should fix the hangs reported recently by Mac CMake dashboard submitters.
      7b17140d
  15. Aug 21, 2007
    • Alexander Neundorf's avatar
      · 217550fd
      Alexander Neundorf authored
      BUG: fix segfault if FindFiles() is called without actual match pattern
      (e.g. FILE(GLOB /usr/include) instead of FILE(GLOB /usr/include/* )
      #4620
      
      Alex
      217550fd
  16. Aug 25, 2006
  17. Aug 21, 2006
  18. Jul 12, 2006
  19. Mar 30, 2006
  20. Mar 21, 2006
  21. Mar 10, 2006
  22. Mar 06, 2006
  23. Jan 17, 2006
  24. Oct 19, 2005
  25. Oct 18, 2005
Loading