1. 10 Nov, 2019 2 commits
  2. 09 Nov, 2019 3 commits
  3. 08 Nov, 2019 2 commits
  4. 07 Nov, 2019 1 commit
    • Niels Lohmann's avatar
      🚨 fix a linter warning · 1a9de881
      Niels Lohmann authored
      Coverity detected two "Memory - illegal accesses  (OVERRUN)" issues. Resizing the buffer should silence this warning.
      1a9de881
  5. 06 Nov, 2019 3 commits
  6. 05 Nov, 2019 6 commits
  7. 04 Nov, 2019 4 commits
  8. 03 Nov, 2019 5 commits
  9. 02 Nov, 2019 3 commits
  10. 01 Nov, 2019 1 commit
  11. 31 Oct, 2019 1 commit
  12. 30 Oct, 2019 3 commits
  13. 23 Oct, 2019 3 commits
  14. 21 Oct, 2019 1 commit
  15. 19 Oct, 2019 1 commit
    • Florian Pigorsch's avatar
      Fix some spelling errors - mostly in comments & documentation. · b93d414a
      Florian Pigorsch authored
      I did not touch the Changelog file and any third party stuff.
      
      additonal -> additional (1)
      apppend -> append (2)
      constuctor -> constructor (2)
      contect -> context (2)
      dobulequote -> doublequote (1)
      elemnts -> elements (1)
      exakt -> exact (2)
      exluded -> exclude (1)
      explicitely -> explicitly (2)
      narcissic -> narcissistic (1)
      ocurred -> occurred (1)
      occuring -> occurring (2)
      preceeds -> preceded (1)
      ot -> to (2)
      wehther -> whether (2)
      b93d414a
  16. 17 Oct, 2019 1 commit
    • Eli Schwartz's avatar
      README: describe how to use json as a meson subproject · f4332d40
      Eli Schwartz authored
      Also call out to the guidelines for using pkg-config dependencies first,
      and reference it for other build systems as well.
      
      Although the possibility of installing with a pkg-config file is
      somewhat hidden away in the meson docs, it's been deemed less invasive
      due to not distracting away from cmake. So it will have to do.
      f4332d40