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