1. 22 Apr, 2017 2 commits
  2. 21 Apr, 2017 1 commit
  3. 15 Apr, 2017 1 commit
  4. 14 Apr, 2017 5 commits
  5. 12 Apr, 2017 2 commits
  6. 11 Apr, 2017 3 commits
  7. 10 Apr, 2017 1 commit
  8. 09 Apr, 2017 10 commits
  9. 08 Apr, 2017 2 commits
  10. 07 Apr, 2017 3 commits
  11. 06 Apr, 2017 1 commit
  12. 05 Apr, 2017 1 commit
  13. 04 Apr, 2017 4 commits
  14. 03 Apr, 2017 3 commits
  15. 02 Apr, 2017 1 commit
    • Niels Lohmann's avatar
      🔨 a lot of restructuring · 89efe627
      Niels Lohmann authored
      - removed uncached input stream adapter; it was too slow anyway
      - implemented a class binary_read which parses CBOR based on input
      adapters
      - in the CBOR parser, numbers are created via memcpy to avoid undefined
      behavior
      89efe627