1. 13 Jun, 2023 10 commits
  2. 09 Jun, 2023 4 commits
  3. 29 May, 2023 1 commit
  4. 22 May, 2023 1 commit
  5. 20 May, 2023 1 commit
  6. 18 May, 2023 3 commits
  7. 17 May, 2023 2 commits
  8. 16 May, 2023 2 commits
  9. 15 May, 2023 2 commits
  10. 14 May, 2023 4 commits
  11. 09 May, 2023 1 commit
  12. 08 May, 2023 3 commits
  13. 01 May, 2023 3 commits
  14. 30 Apr, 2023 1 commit
    • Dominik Charousset's avatar
      Add support for `uint64_t` to `json_value` · 7271c19d
      Dominik Charousset authored
      The JSON parser now supports reading integers larger than `INT64_MAX`
      (but not larger than `UINT64_MAX`). Additionally, the class `json_value`
      has new member functions for operating on the unsigned integers:
      `is_unsigned()` and `to_unsigned()`.
      7271c19d
  15. 25 Apr, 2023 1 commit
  16. 24 Apr, 2023 1 commit