1. 22 Jun, 2019 1 commit
  2. 17 May, 2019 1 commit
  3. 29 Apr, 2019 1 commit
  4. 15 Apr, 2019 1 commit
  5. 14 Apr, 2019 1 commit
  6. 09 Apr, 2019 3 commits
  7. 08 Apr, 2019 1 commit
  8. 04 Apr, 2019 1 commit
  9. 03 Apr, 2019 1 commit
  10. 11 Mar, 2019 1 commit
  11. 10 Mar, 2019 1 commit
  12. 06 Mar, 2019 1 commit
  13. 11 Feb, 2019 2 commits
  14. 08 Feb, 2019 1 commit
  15. 06 Feb, 2019 6 commits
  16. 01 Feb, 2019 1 commit
  17. 24 Jan, 2019 1 commit
  18. 10 Jan, 2019 1 commit
    • ylavic's avatar
      Use the allocator of the Schema for its Pointer. · dbb594bd
      ylavic authored
      The Pointer passed to construct the Schema can be from the stack or any
      transient storage, so the copy stored in the Schema must have the same
      lifetime/allocator as the Schema itself.
      dbb594bd
  19. 19 Dec, 2018 1 commit
  20. 18 Dec, 2018 2 commits
  21. 17 Dec, 2018 2 commits
  22. 12 Dec, 2018 2 commits
    • ylavic's avatar
      Speed up Pointer::operator<(). · eb6ee17d
      ylavic authored
      Speed is more important than alphabetical order (which makes few sense in
      JSON in general, and with pointers especially). The use case is indexing
      in std containers, i.e. O(log n) with rbtree, so the faster comparison
      the better.
      eb6ee17d
    • ylavic's avatar
      Rework Pointer::operator<() loop. · 0e34ed43
      ylavic authored
      I must be too dumb to understand the mess MSVC (32bit only) did with the
      previous loop, and to figure out how it might have make it never end.
      Anyway, hopefully any compiler can grok this new loop...
      0e34ed43
  23. 10 Dec, 2018 2 commits
  24. 06 Dec, 2018 4 commits
  25. 05 Dec, 2018 1 commit