Skip to content
Snippets Groups Projects
  1. May 08, 2012
    • Brad King's avatar
      bootstrap: Port back to old shells (#13199) · e5dc7689
      Brad King authored
      Since commit f39e82c9 (bootstrap: Re-implement command line option
      processing, 2011-12-16) bootstrap uses POSIX shell expressions of the
      form "${x#y}" to remove prefix pattern 'y' from the vaule of 'x'.
      Although this is allowed by POSIX old shells on some platforms do not
      support it.  Revert to using 'sed' to work with old shells.
      e5dc7689
  2. Apr 18, 2012
  3. Apr 17, 2012
  4. Apr 16, 2012
  5. Apr 15, 2012
  6. Apr 14, 2012
  7. Apr 13, 2012
  8. Apr 12, 2012
  9. Apr 11, 2012
  10. Apr 10, 2012
  11. Apr 09, 2012
    • Brad King's avatar
      CheckIncludeFiles: Shorten check description message · 5adb6b7a
      Brad King authored
      Since commit 44d007b6 (CheckIncludeFiles: fix status output, 2012-02-01)
      check_include_files reports the list of files tested instead of the name
      of the variable storing the result.  Some projects incrementally test
      and concatenate very long lists leading to long messages that do not
      provide much information.  Users report confusion especially when the
      lines wrap.
      
      For lists of more than two files produce messages of the format
      
       Looing for N include files first.h, ..., last.h
      
      where N is the list length and "..." is literal.  Leave the log file
      entries and cache entry description unchanged as they should have the
      full detail of the check performed.
      5adb6b7a
    • Kitware Robot's avatar
      KWSys Nightly Date Stamp · dcecea39
      Kitware Robot authored
      dcecea39
  12. Apr 08, 2012
  13. Apr 07, 2012
  14. Apr 06, 2012
  15. Apr 05, 2012
  16. Apr 04, 2012
  17. Apr 03, 2012
Loading