1. 09 1月, 2018 22 次提交
  2. 17 12月, 2017 1 次提交
  3. 06 10月, 2017 1 次提交
  4. 05 10月, 2017 2 次提交
  5. 08 7月, 2017 1 次提交
  6. 21 6月, 2017 1 次提交
  7. 03 4月, 2017 1 次提交
    • N
      🔨 a lot of restructuring · 89efe627
      Niels Lohmann 提交于
      - 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
  8. 29 3月, 2017 1 次提交
  9. 25 3月, 2017 1 次提交
    • N
      🚧 manual lexer · 40160f48
      Niels Lohmann 提交于
      This commit removed the re2c lexer and replaced it by a manual version.
      Its integration is not yet complete: number parsing does not respect
      locales or overflows. Furthermore, parsing does not need to end with
      EOF. Therefore, a lot of test cases fail. The idea is to push this
      branch forward so we can conduct performance comparisons. So far, a
      nice side effect are better diagnosis messages in case of parse errors.
      40160f48
  10. 20 3月, 2017 1 次提交
  11. 17 3月, 2017 1 次提交
  12. 07 3月, 2017 1 次提交
  13. 02 3月, 2017 1 次提交
    • N
      🔥 removed deprecated constructor #480 · 7b8fd864
      Niels Lohmann 提交于
      The constructor basic_json(std::istream&, const parser_callback_t) has
      been deprecated since version 2.0.0. This commit removes it together
      with its code example, deprecation macro, and test cases. The code now
      also compiles with -W-deprecated-declarations.
      7b8fd864
  14. 23 2月, 2017 1 次提交
  15. 13 2月, 2017 1 次提交
  16. 02 1月, 2017 1 次提交
  17. 30 12月, 2016 1 次提交
  18. 25 12月, 2016 1 次提交