1. 26 Feb, 2016 2 commits
  2. 24 Feb, 2016 1 commit
  3. 01 Feb, 2016 1 commit
  4. 31 Jan, 2016 2 commits
  5. 21 Jan, 2016 1 commit
  6. 19 Jan, 2016 2 commits
  7. 06 Jan, 2016 1 commit
  8. 23 Dec, 2015 2 commits
  9. 10 Dec, 2015 3 commits
  10. 08 Dec, 2015 2 commits
  11. 06 Dec, 2015 1 commit
  12. 04 Dec, 2015 2 commits
  13. 03 Dec, 2015 1 commit
  14. 02 Dec, 2015 2 commits
  15. 30 Nov, 2015 5 commits
  16. 29 Nov, 2015 1 commit
  17. 28 Nov, 2015 1 commit
  18. 25 Nov, 2015 1 commit
  19. 24 Nov, 2015 5 commits
  20. 23 Nov, 2015 2 commits
  21. 12 Nov, 2015 1 commit
  22. 11 Nov, 2015 1 commit
    • Mark Mentovai's avatar
      Use a templated helper to wrap the cast · cfe466a0
      Mark Mentovai authored
      The helper needs to be templated because its argument type can’t be
      known. FloatingPointTest is instantiated with RawType = float and
      RawType = double, so Bits will be an unsigned 32-bit or 64-bit type.
      size_t will be either 32 or 64 bits depending on the system’s
      definition, typically based on pointer size.
      cfe466a0