Thanks to visit codestin.com
Credit goes to github.com

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: dmikey/json.cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jart/json.cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 2,318 files changed
  • 2 contributors

Commits on Nov 16, 2024

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

Commits on Nov 20, 2024

  1. Sync with jtckdint

    jart committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d40caf6 View commit details
    Browse the repository at this point in the history
  2. Make filenames Windows friendly

    jart committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ab50020 View commit details
    Browse the repository at this point in the history
  3. Sync with jtckdint upstream

    jart committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f8b3a3d View commit details
    Browse the repository at this point in the history
  4. Add more GA workflows (jart#10)

    jart authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    936744c View commit details
    Browse the repository at this point in the history
  5. Clean up includes

    jart committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b106294 View commit details
    Browse the repository at this point in the history
  6. Allow null in setString()

    jart committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    526fd77 View commit details
    Browse the repository at this point in the history
  7. Sync with jtckdint, again

    jart committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    23c1d77 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Use string_view on operator[]

    jart committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0ead068 View commit details
    Browse the repository at this point in the history
  2. Simplify API and fix bugs

    - Fix copy and paste error in boolean parsing.
    - We don't need the setter methods. Just use operator=().
    - Remove std::string_view (it complicates things too much)
    jart committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    16d6f1f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Ignore cmake build directory

    jart committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    af07ee4 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Fix jtckdint version number

    jart committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    93d4d76 View commit details
    Browse the repository at this point in the history
Loading