-
Notifications
You must be signed in to change notification settings - Fork 105
More on endianness #720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
More on endianness #720
Conversation
|
An automated preview of the documentation is available at https://720.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
cf67e3e to
0b94956
Compare
|
An automated preview of the documentation is available at https://720.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
0b94956 to
4cc1484
Compare
|
An automated preview of the documentation is available at https://720.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
4cc1484 to
33b5ae9
Compare
|
An automated preview of the documentation is available at https://720.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
33b5ae9 to
c805b6d
Compare
|
An automated preview of the documentation is available at https://720.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
66ec5c9 to
d8df2cc
Compare
|
An automated preview of the documentation is available at https://720.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
1 similar comment
|
An automated preview of the documentation is available at https://720.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
|
|
d8df2cc to
cabf7dd
Compare
|
An automated preview of the documentation is available at https://720.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
|
|
cabf7dd to
afef793
Compare
|
An automated preview of the documentation is available at https://720.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #720 +/- ##
========================================
Coverage 93.08% 93.08%
========================================
Files 87 87
Lines 8125 8125
========================================
Hits 7563 7563
Misses 562 562
Continue to review full report in Codecov by Sentry.
|
|
|
afef793 to
d61b465
Compare
|
An automated preview of the documentation is available at https://720.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
|
|
d61b465 to
1c8c03a
Compare
|
An automated preview of the documentation is available at https://720.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
|
|
1c8c03a to
5773ab9
Compare
|
An automated preview of the documentation is available at https://720.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
|
|
Rather than reversing 32 bit numbers, when checking if the analysed code units represent a valid utf-8 encoding, we change the constants base on system's endianness.
5773ab9 to
d79a586
Compare
|
An automated preview of the documentation is available at https://720.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
|
|







Fix #187
Document choosing endianness via macros