1. 14 Nov, 2014 5 commits
  2. 13 Nov, 2014 3 commits
  3. 12 Nov, 2014 2 commits
  4. 01 Nov, 2014 2 commits
  5. 26 Oct, 2014 1 commit
  6. 25 Oct, 2014 1 commit
  7. 18 Oct, 2014 4 commits
  8. 16 Oct, 2014 1 commit
  9. 12 Oct, 2014 1 commit
  10. 11 Oct, 2014 3 commits
  11. 05 Oct, 2014 2 commits
  12. 22 Aug, 2014 5 commits
  13. 20 Aug, 2014 3 commits
  14. 15 Aug, 2014 3 commits
    • Check the number of benchmark tests ran · 11769369
      Matt Clarkson authored
      Previously the benchmark_test program executed the benchmark tests to make sure
      the API was working but was not checking the number of tests that were
      completed. If the regular expression matching breaks, zero tests could be ran.
      Similarly, if one of the APIs breaks and doesn't run the correct amount of tests
      then `make test` will catch this.
    • Ignore the result of make test · 92ddf09f
      Matt Clarkson authored
    • Do not use CMake CONCAT · 38c27c2c
      Matt Clarkson authored
      CONCAT was added quite late in the CMake release cycles so lets use `set()`
      instead which has been around _forever_...
  15. 08 Aug, 2014 2 commits
  16. 07 Aug, 2014 2 commits