-
Notifications
You must be signed in to change notification settings - Fork 34
Comparing changes
Open a pull request
base repository: json-parser/json-builder
base: utf8proc
head repository: json-parser/json-builder
compare: master
- 16 commits
- 10 files changed
- 7 contributors
Commits on Sep 4, 2014
-
Replace utf8proc with simpler string handling
James McLaughlin committedSep 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 2c7104d - Browse repository at this point
Copy the full SHA 2c7104dView commit details
Commits on Sep 17, 2014
-
Prevent increment order bug on some compilers.
Visual studio interprets post decrements very literally and increments the child's length_iterated element instead of the array's element. Change-Id: I06abcebc6c33587a9e3d1339da8298bfd5830b4f Type: Bug Fix
Configuration menu - View commit details
-
Copy full SHA for f056f2c - Browse repository at this point
Copy the full SHA f056f2cView commit details -
Missed the compiler issue in the measure_ex function.
Change-Id: I5ea71b9685b5a67b62d7391e83eab9c25fe62bab Type: Bug Fix
Configuration menu - View commit details
-
Copy full SHA for 11f25f6 - Browse repository at this point
Copy the full SHA 11f25f6View commit details
Commits on Oct 5, 2014
-
Complete implementation of json_builder_free instead of using json_va…
…lue_free which doesn't free object names
James McLaughlin committedOct 5, 2014 Configuration menu - View commit details
-
Copy full SHA for d7ebc7a - Browse repository at this point
Copy the full SHA d7ebc7aView commit details
Commits on Nov 11, 2014
-
Merge pull request #3 from chessami92/master
Prevent increment order bug on some compilers.
James McLaughlin committedNov 11, 2014 Configuration menu - View commit details
-
Copy full SHA for 662588b - Browse repository at this point
Copy the full SHA 662588bView commit details
Commits on Jun 26, 2015
-
James McLaughlin committed
Jun 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 19c739f - Browse repository at this point
Copy the full SHA 19c739fView commit details
Commits on Jul 26, 2017
-
A few small fixes for strict compiler settings.
Especially the fix in the header is important because it forces one to tone down compile strictness if you want to include this header. Compiled with gcc and added at least -Wextra -Werror -Wstrict-prototypes -Wmissing-prototypes.
Configuration menu - View commit details
-
Copy full SHA for 51f2ad7 - Browse repository at this point
Copy the full SHA 51f2ad7View commit details
Commits on Sep 26, 2017
-
The suffix ".0" was being added to every serialize double leading to numbers like 1e-28.0 and 4e-06.0 (instead of 1e-28 and 4e-06).
Marcel Meulemans committedSep 26, 2017 Configuration menu - View commit details
-
Copy full SHA for d668e8e - Browse repository at this point
Copy the full SHA d668e8eView commit details -
Just to save a few bytes when compiling for embedded systems.
Marcel Meulemans committedSep 26, 2017 Configuration menu - View commit details
-
Copy full SHA for d6eb388 - Browse repository at this point
Copy the full SHA d6eb388View commit details -
Fail test if the measure size were to be less than the serialized size
Doesn't fail currently, but good to check for!
Marcel Meulemans committedSep 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 02d099c - Browse repository at this point
Copy the full SHA 02d099cView commit details -
Merge pull request #10 from marcelmeulemans/master
A few small fixes for strict compiler settings.
James Alastair McLaughlin authoredSep 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 8e7c787 - Browse repository at this point
Copy the full SHA 8e7c787View commit details
Commits on Sep 27, 2017
-
Fix compilation on visual studio.
Change the fix made in d6eb388 because it does not compile on visual studio in release mode where floor is an intrinsic function (which you apparently may not define yourself even when not including <math.h>.
Marcel Meulemans authored and James Alastair McLaughlin committedSep 27, 2017 Configuration menu - View commit details
-
Copy full SHA for 2d8c667 - Browse repository at this point
Copy the full SHA 2d8c667View commit details -
James Alastair McLaughlin committed
Sep 27, 2017 Configuration menu - View commit details
-
Copy full SHA for e159ecd - Browse repository at this point
Copy the full SHA e159ecdView commit details
Commits on Mar 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f01b043 - Browse repository at this point
Copy the full SHA f01b043View commit details
Commits on Mar 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9ba372c - Browse repository at this point
Copy the full SHA 9ba372cView commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fffd849 - Browse repository at this point
Copy the full SHA fffd849View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff utf8proc...master