1. 03 Apr, 2017 2 commits
    • 🔨 cleanup · 782570d4
      Niels Lohmann authored
    • 🔨 fixed compilation errors · ea667db4
      Niels Lohmann authored
      TIL about C++:
      
      executing m[key()]=val(); for a std::map executes
      
      First key() then val() with Clang
      
      First val() then key() with GCC
      
      #wat
  2. 02 Apr, 2017 1 commit
    • 🔨 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
  3. 01 Apr, 2017 1 commit
  4. 31 Mar, 2017 5 commits
  5. 30 Mar, 2017 4 commits
  6. 29 Mar, 2017 1 commit
  7. 28 Mar, 2017 16 commits
  8. 27 Mar, 2017 1 commit
  9. 26 Mar, 2017 8 commits
  10. 25 Mar, 2017 1 commit