Skip to content
Snippets Groups Projects
  1. Oct 12, 2017
  2. Oct 11, 2017
    • Rolf Eike Beer's avatar
    • Wouter Klouwen's avatar
      ProcessUNIX: Use monotonic clock in kwsysProcessTimeGetCurrent() for POSIX · 749b7506
      Wouter Klouwen authored
      While a process is running, it is possible for other processes such as
      NTP to alter the system clock in large jumps.
      
      To make the measurement of how long a process has taken to run
      impervious to such large jumps it is helpful to use a monotonic clock.
      This is a clock that takes an arbitrary starting point that does not
      change.
      
      clock_gettime() is a POSIX method that implements this clock. This is
      not available on all platforms, so this commit adds a check for its
      presence. If the monotonic timer is available, use that in
      kwsysProcessTimeGetCurrent(), otherwise falls back to previous
      non-monotonic behaviour.
      749b7506
  3. Oct 10, 2017
  4. Oct 07, 2017
  5. Oct 06, 2017
  6. Oct 05, 2017
  7. Oct 04, 2017
  8. Sep 30, 2017
  9. Sep 29, 2017
  10. Sep 21, 2017
  11. Sep 20, 2017
  12. Sep 14, 2017
  13. 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
  14. Sep 01, 2017
  15. Aug 11, 2017
  16. Aug 04, 2017
  17. Aug 03, 2017
  18. Aug 01, 2017
  19. Jul 25, 2017
  20. Jul 22, 2017
  21. Jun 29, 2017
  22. Jun 28, 2017
  23. Jun 27, 2017
Loading