1. 24 7月, 2017 2 次提交
  2. 23 7月, 2017 1 次提交
  3. 22 7月, 2017 5 次提交
  4. 21 7月, 2017 1 次提交
    • N
      🔨 cleanup · a09193e9
      Niels Lohmann 提交于
      - Replaced codepoint calculation by bit operations.
      - Fixed several clang-tidy warnings.
      a09193e9
  5. 17 7月, 2017 1 次提交
    • N
      🐛 fix for #656 · 21d23982
      Niels Lohmann 提交于
      A complete rewrite of the string escape function. It now provides codepoint-to-\uxxxx escaping. Invalid UTF-8 byte sequences are not escaped, but copied as-is. I haven’t spent much time optimizing the code - but the library now agrees with Python on every single Unicode character’s escaping (see file test/data/json_nlohmann_tests/all_unicode_ascii.json).
      
      Other minor changes: replaced "size_t" by "std::size_t"
      21d23982
  6. 15 7月, 2017 1 次提交
  7. 14 7月, 2017 1 次提交
  8. 12 7月, 2017 4 次提交
  9. 11 7月, 2017 1 次提交
  10. 10 7月, 2017 9 次提交
  11. 09 7月, 2017 14 次提交