1. 15 May, 2023 1 commit
  2. 14 May, 2023 4 commits
  3. 09 May, 2023 1 commit
  4. 08 May, 2023 3 commits
  5. 01 May, 2023 3 commits
  6. 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
  7. 25 Apr, 2023 1 commit
  8. 24 Apr, 2023 3 commits
  9. 17 Apr, 2023 1 commit
  10. 16 Apr, 2023 3 commits
  11. 14 Apr, 2023 4 commits
  12. 07 Apr, 2023 9 commits
  13. 06 Apr, 2023 2 commits
  14. 03 Apr, 2023 1 commit
  15. 02 Apr, 2023 3 commits