Skip to content
Snippets Groups Projects
  1. Sep 29, 2020
  2. Jan 14, 2019
  3. Oct 24, 2017
  4. Mar 08, 2017
  5. Aug 01, 2016
  6. Jul 05, 2016
  7. Jul 04, 2016
  8. Jun 16, 2016
  9. May 31, 2016
    • Luc Hermitte's avatar
      ENH: Add time utilities to ossim plugins · 4fc5a082
      Luc Hermitte authored
      - Add `ModifiedJulianDate` and `Duration` classes
      - Fast conversion function from `"%Y-%m-%dT%H:%M:%S.subsec"` to modified julian date.
        Result is 6 times faster than `ossimLocalTm::setIso8601()`
      - Benchmark for new `ossim::toModifiedJulianDate()`
      
      Note, the microbenchmark requires google.benchmark
      (http://github.com/google/benchmark). It will be ignored (not compiled) if this
      library cannot be found.
      
      To use it, install it somewhere, and run cmake with for instance
      
      ```
      GBenchmark_DIR=~/local/benchmark/ cmake . -DFIND_COTS_DEBUG=true
       cmake . -DGBenchmark_DIR=~/local/benchmark/
      ```
      
      (in the case google.benchmark has been installed into `$HOME/local/benchmark`).
      4fc5a082
Loading