1. 01 Aug, 2017 1 commit
  2. 31 Jul, 2017 3 commits
  3. 30 Jul, 2017 8 commits
  4. 29 Jul, 2017 1 commit
    • dan-42's avatar
      REFACTOR: rewrite CMakeLists.txt for better inlcude and reuse · f4349423
      dan-42 authored
      The rewrite uses more cmake build-in automatisms and build-in generates
      variables to allow better generic reuse.
      * cmake  files are installed to
      ``` <install_prefix>/lib/cmake/nlohmann_json/ ``` for best support on
      most systems
      * include path is set to ``` include ```  for usage as ``` #include
      <nlohmann/json.hpp> ```
      f4349423
  5. 28 Jul, 2017 1 commit
  6. 27 Jul, 2017 5 commits
  7. 26 Jul, 2017 2 commits
  8. 25 Jul, 2017 1 commit
  9. 24 Jul, 2017 1 commit
  10. 23 Jul, 2017 7 commits
  11. 22 Jul, 2017 5 commits
  12. 21 Jul, 2017 1 commit
  13. 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
  14. 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
  15. 15 Jul, 2017 1 commit
  16. 13 Jul, 2017 1 commit