1. 26 Jun, 2017 4 commits
  2. 24 Jun, 2017 1 commit
  3. 22 Jun, 2017 1 commit
  4. 13 Jun, 2017 1 commit
  5. 09 Jun, 2017 1 commit
    • Sylvestre Ledru's avatar
      Allocate the proper memory for formatString. Fix a warning with gcc 7.1 · 7f9cc270
      Sylvestre Ledru authored
      /root/firefox-gcc-last/toolkit/components/jsoncpp/src/lib_json/json_writer.cpp:139:16: note: using the range [-2147483648, 2147483647] for directive argument
      /root/firefox-gcc-last/toolkit/components/jsoncpp/src/lib_json/json_writer.cpp:146:10: note: 'sprintf' output between 5 and 15 bytes into a destination of size 6
         sprintf(formatString, "%%.%dg", precision);
         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      7f9cc270
  6. 02 May, 2017 1 commit
  7. 01 May, 2017 1 commit
  8. 25 Apr, 2017 1 commit
  9. 24 Apr, 2017 1 commit
    • Devin Jeanpierre's avatar
      Refactor authorship information for more technical accuracy. · 19fc55f4
      Devin Jeanpierre authored
      Google advises its employees to add Google Inc. as an author, but that hasn't
      been done yet and would be super inconvenient. So instead I've refactored the
      file to refer to "The JsonCpp Authors", which are listed in the AUTHORS file.
      
      The AUTHORS file itself is generated via:
      
          git log --pretty="%an <%ae>%n%cn <%ce>" | sort | uniq
      
      Plus the addition of "Google Inc." as a copyright author. (Google owns the work
      of anyone contributing from an @google.com address, for example.)
      
      The list contains some probable duplicates where people have used more than one
      email address. I didn't deduplicate because -- well, who's to say they're
      duplicates, anyway? :)
      19fc55f4
  10. 10 Apr, 2017 1 commit
  11. 09 Apr, 2017 1 commit
  12. 08 Apr, 2017 1 commit
  13. 07 Apr, 2017 1 commit
  14. 06 Apr, 2017 2 commits
  15. 29 Mar, 2017 1 commit
  16. 10 Mar, 2017 2 commits
  17. 09 Mar, 2017 3 commits
  18. 17 Jan, 2017 1 commit
  19. 12 Jan, 2017 1 commit
  20. 21 Dec, 2016 2 commits
  21. 19 Dec, 2016 1 commit
  22. 14 Dec, 2016 4 commits
  23. 09 Dec, 2016 1 commit
  24. 07 Dec, 2016 1 commit
  25. 05 Dec, 2016 1 commit
  26. 03 Dec, 2016 1 commit
  27. 30 Nov, 2016 1 commit
    • nnkur's avatar
      Add files via upload · 2ecd2a59
      nnkur authored
      Removed a static variable used to contain the current recursion depth of Reader::readValue().  The number of elements in an internal container Reader::nodes_  is used instead.  It is correct because any recursive call of Reader::readValue() is executed with adjacent nodes_.push()  and nodes_.pop() calls.  
      Added the option to change the allowed recursion depth at compile time by defining a macro JSONCPP_STACK_LIMIT as the required integer value.
      2ecd2a59
  28. 21 Nov, 2016 1 commit
  29. 20 Nov, 2016 1 commit