Commit 9c89061
fix: correct MAX_PAGE_NUM calculation
1 parent 9f856a5 commit 9c89061
4 files changed
Lines changed: 3 additions & 5 deletions
- .clang-format+1-1
- .github/workflows/clang-format.yml+20
- .github/workflows/cmake.yml+18
- .github/workflows/meson.yml+65
- .travis.yml-71
- .travis_scripts/cmake_builder.sh-130
- .travis_scripts/meson_builder.sh-83
- .travis_scripts/run-clang-format.py-356
- .travis_scripts/run-clang-format.sh-4
- .travis_scripts/travis.before_install.linux.sh-8
- .travis_scripts/travis.before_install.osx.sh
- .travis_scripts/travis.install.linux.sh-5
- .travis_scripts/travis.install.osx.sh-1
- CMakeLists.txt+11-17
- SECURITY.md+17
- amalgamate.py+3-3
- example/readFromString/readFromString.cpp+1-1
- include/PreventInSourceBuilds.cmake+2-2
- include/json/allocator.h+3-1
- include/json/reader.h+36-5
- include/json/value.h+33-2
- include/json/version.h+4-5
- include/json/writer.h+5-7
- jsoncpp-namespaced-targets.cmake+9-7
- jsoncppConfig.cmake.in+1-1
- jsoncppConfig.cmake.meson.in+8
- meson.build+41-4
- src/jsontestrunner/main.cpp+5-2
- src/lib_json/CMakeLists.txt+1-4
- src/lib_json/json_reader.cpp+89-77
- src/lib_json/json_value.cpp+6-4
- src/lib_json/json_writer.cpp+10-5
- src/test_lib_json/main.cpp+59-6
- test/data/fail_strict_comment_01.json+4
- test/data/fail_strict_comment_02.json+4
- test/data/fail_strict_comment_03.json+3
- test/data/fail_test_object_02.json+1
- test/runjsontests.py+6-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
352 | 351 | | |
353 | 352 | | |
354 | 353 | | |
355 | | - | |
| 354 | + | |
356 | 355 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
0 commit comments