1. 06 Apr, 2014 1 commit
    • Unable to compile because of unused parameter · 50f459d2
      Arne Beer authored
      There is a unused parameter at benchmark:866 Benchmark::MeasurePeakHeapMemory .
      The function is marked as TODO and the code that uses the parameter is commented out.
      I just removed the parameter so it can compile again without editing the CMake compile flags.
  2. 20 Mar, 2014 1 commit
  3. 19 Mar, 2014 1 commit
  4. 18 Mar, 2014 1 commit
    • Fix cycleclock.h for gcc/ARM. · a7c57939
      Felix Homann authored
      Currently there are tests for ARMV3 and ARMV6 in cycleclock.h which are not
      defined using gcc on ARM. Since there is also a cast to the unknown type
      int64 I assume that the ARM code has not been tested. Therefore this patch
      replaces the checks for ARMV3 and ARMV6 by checks for __ARM_ARCH. Also, the
      cast to int64 is fixed by casting to int64_t.
  5. 23 Feb, 2014 2 commits
  6. 13 Feb, 2014 1 commit
  7. 12 Feb, 2014 4 commits
  8. 10 Feb, 2014 2 commits
  9. 09 Feb, 2014 1 commit
    • Update README.md · 465cb09e
      Chris Seymour authored
      Switched to language specific markdown for code sections to provide syntax highlighting when rendered.
  10. 06 Feb, 2014 1 commit
  11. 05 Feb, 2014 3 commits
  12. 22 Jan, 2014 1 commit
  13. 21 Jan, 2014 2 commits
  14. 18 Jan, 2014 1 commit
  15. 16 Jan, 2014 5 commits
  16. 15 Jan, 2014 4 commits
  17. 10 Jan, 2014 1 commit
  18. 09 Jan, 2014 6 commits
  19. 08 Jan, 2014 2 commits