1. 03 Feb, 2021 2 commits
  2. 15 Jan, 2021 1 commit
  3. 10 Jan, 2021 4 commits
  4. 15 Dec, 2020 1 commit
    • Lei's avatar
      Fix a precision bug of valueToString, prevent to give an error result… (#1246) · 94098243
      Lei authored
      
      * Fix a precision bug of valueToString, prevent to give an error result on input of wanted precision 0 and a double value which end of zero before decimal point ,such as 1230.01,12300.1;
      Add test cases for double valueToString with precision 0;
      
      * Delete a test case with platform differences in the previous commit
      
      * Fix clang-format.
      
      * Fix clang-format!
      Co-authored-by: default avatarlilei <dlilei@126.com>
      94098243
  5. 06 Nov, 2020 2 commits
  6. 02 Nov, 2020 1 commit
  7. 10 Oct, 2020 4 commits
  8. 04 Oct, 2020 2 commits
  9. 26 Sep, 2020 1 commit
  10. 02 Sep, 2020 1 commit
  11. 20 Jul, 2020 1 commit
  12. 14 Jul, 2020 1 commit
  13. 13 Jul, 2020 1 commit
    • Chen's avatar
      Enhance cmake script (#1197) · cfc1ad72
      Chen authored
      * BUILD_TYPE corresponds to Release/Debug
         but LIB_TYPE corresponds to shared/static.
      
      * Add support to build shared, static and object lib at the same time.
      cfc1ad72
  14. 23 Jun, 2020 1 commit
    • nathanruiz's avatar
      Delete nullptr Json::Value constructor (#1194) · c8453d39
      nathanruiz authored
      This patch adds an explicit ctor with a std::nullptr_t argument, that is `delete`-d. This keeps Json::Value from exposing a coding error when automatically promoted to a const char* type.
      c8453d39
  15. 11 Jun, 2020 2 commits
  16. 31 May, 2020 1 commit
  17. 29 May, 2020 1 commit
  18. 21 May, 2020 1 commit
  19. 13 May, 2020 1 commit
  20. 12 May, 2020 1 commit
  21. 08 May, 2020 1 commit
  22. 30 Apr, 2020 3 commits
  23. 29 Apr, 2020 1 commit
  24. 28 Apr, 2020 5 commits