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: DaveGamble/cJSON
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DaveGamble/cJSON
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 7 files changed
  • 6 contributors

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    c21efcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f520fdd View commit details
    Browse the repository at this point in the history
  3. CMake: Remove -fsanitize=float-divide-by-zero

    This is so that NaN and INFINITY values can be produced.
    FSMaxB committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    1e95d4f View commit details
    Browse the repository at this point in the history
  4. is_nan and is_infinity macros

    FSMaxB committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    9000f08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfee6a7 View commit details
    Browse the repository at this point in the history
  6. print_number: Introduce fast path for integers.

    Thanks @Tangerino for suggesting this optimisation.
    FSMaxB committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    a2ede77 View commit details
    Browse the repository at this point in the history
  7. parse_value: Check only first character at first

    This should improve performance
    FSMaxB committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    4e91544 View commit details
    Browse the repository at this point in the history
  8. cJSON_Compare: Performance improvement for objects

    Check the size to prevent comparing objects equal if they are prefixes
    of each other.
    FSMaxB committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    bd307ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dcfa161 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cb5bd2c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d06baf7 View commit details
    Browse the repository at this point in the history
  12. cJSON.c: Remove unused cast

    FSMaxB committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    3bd3b7a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ddd9393 View commit details
    Browse the repository at this point in the history
  14. Gitignore: add CLion files

    FSMaxB committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    054b4d1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0b20df9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Added cJSON_ParseWithLength (#358)

    Co-authored-by: Caglar Ivriz <caglar.ivriz@siemens.com>
    caglarivriz and ivrizcaglar authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    2371b7b View commit details
    Browse the repository at this point in the history
  2. Add getNumberValue function

    * Add GetNumberValue function and testcase
    
    Co-authored-by: Alan Wang <wp_scut@163.com>
    hqsz and Alanscut authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    5437b79 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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