1. 23 Apr, 2014 7 commits
  2. 17 Apr, 2014 4 commits
  3. 08 Apr, 2014 1 commit
  4. 07 Apr, 2014 1 commit
  5. 06 Apr, 2014 2 commits
  6. 20 Mar, 2014 1 commit
  7. 19 Mar, 2014 1 commit
  8. 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.
  9. 23 Feb, 2014 2 commits
  10. 13 Feb, 2014 1 commit
  11. 12 Feb, 2014 4 commits
  12. 10 Feb, 2014 2 commits
  13. 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.
  14. 06 Feb, 2014 1 commit
  15. 05 Feb, 2014 3 commits
  16. 22 Jan, 2014 1 commit
  17. 21 Jan, 2014 2 commits
  18. 18 Jan, 2014 1 commit
  19. 16 Jan, 2014 4 commits