1. 30 Jul, 2017 3 commits
  2. 28 Jul, 2017 1 commit
  3. 27 Jul, 2017 5 commits
  4. 26 Jul, 2017 2 commits
  5. 25 Jul, 2017 1 commit
  6. 24 Jul, 2017 1 commit
  7. 23 Jul, 2017 7 commits
  8. 22 Jul, 2017 5 commits
  9. 21 Jul, 2017 1 commit
  10. 20 Jul, 2017 1 commit
    • Niels Lohmann's avatar
      🔨 cleanup · a09193e9
      Niels Lohmann authored
      - Replaced codepoint calculation by bit operations.
      - Fixed several clang-tidy warnings.
      a09193e9
  11. 17 Jul, 2017 1 commit
    • Niels Lohmann's avatar
      🐛 fix for #656 · 21d23982
      Niels Lohmann authored
      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
  12. 15 Jul, 2017 1 commit
  13. 13 Jul, 2017 1 commit
  14. 12 Jul, 2017 1 commit
  15. 11 Jul, 2017 4 commits
  16. 09 Jul, 2017 5 commits