1. 16 Mar, 2017 2 commits
    • Niels Lohmann's avatar
      🚧 a lot of minor changes · c5711f30
      Niels Lohmann authored
      - Removed unused headers.
      - Added override where needed.
      - Added description for parse_error.113 exception.
      - Fixed some conversion warnings.
      - Integrated cbor_expect_string function for CBOR maps.
      - Added documentation on the supported CBOR/MessagePack features.
      - Added test to check all initial bytes for CBOR input.
      c5711f30
    • Niels Lohmann's avatar
      🚨 added pedantic flags for GCC · 483a58f6
      Niels Lohmann authored
      With GCC 7, there are even more diagnostic flags.
      483a58f6
  2. 14 Mar, 2017 8 commits
  3. 13 Mar, 2017 1 commit
  4. 12 Mar, 2017 13 commits
  5. 11 Mar, 2017 14 commits
  6. 09 Mar, 2017 1 commit
    • Niels Lohmann's avatar
      🚑 fix for #492 · 758c4add
      Niels Lohmann authored
      The original test case relied on an invalidated iterator. This error
      did not occur before, but only with GCC with -D_GLIBCXX_DEBUG. This
      commit fixes the test case. The library is unaffected by this change.
      758c4add
  7. 08 Mar, 2017 1 commit