Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: json-parser/json-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: utf8proc
Choose a base ref
...
head repository: json-parser/json-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 10 files changed
  • 7 contributors

Commits on Sep 4, 2014

  1. Replace utf8proc with simpler string handling

    James McLaughlin committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    2c7104d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

  1. 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
    dewitt-garmin committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    f056f2c View commit details
    Browse the repository at this point in the history
  2. Missed the compiler issue in the measure_ex function.

    Change-Id: I5ea71b9685b5a67b62d7391e83eab9c25fe62bab
    Type: Bug Fix
    dewitt-garmin committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    11f25f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2014

  1. Complete implementation of json_builder_free instead of using json_va…

    …lue_free which doesn't free object names
    James McLaughlin committed Oct 5, 2014
    Configuration menu
    Copy the full SHA
    d7ebc7a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2014

  1. Merge pull request #3 from chessami92/master

    Prevent increment order bug on some compilers.
    James McLaughlin committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    662588b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. Don't escape forward slashes

    James McLaughlin committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    19c739f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. 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.
    marcelmeulemans committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    51f2ad7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Fix failing double tests

    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 committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    d668e8e View commit details
    Browse the repository at this point in the history
  2. Remove dependency on libm

    Just to save a few bytes when compiling for embedded systems.
    Marcel Meulemans committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    d6eb388 View commit details
    Browse the repository at this point in the history
  3. 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 committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    02d099c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from marcelmeulemans/master

    A few small fixes for strict compiler settings.
    James Alastair McLaughlin authored Sep 26, 2017
    Configuration menu
    Copy the full SHA
    8e7c787 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. 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 committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    2d8c667 View commit details
    Browse the repository at this point in the history
  2. Add AUTHORS

    James Alastair McLaughlin committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    e159ecd View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Configuration menu
    Copy the full SHA
    f01b043 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. PR feedback

    booklearner authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    9ba372c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    fffd849 View commit details
    Browse the repository at this point in the history
Loading