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: open-source-parsers/jsoncpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rgriege/jsoncpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 23 files changed
  • 1 contributor

Commits on Dec 6, 2014

  1. Adds option to use a vector-like container instead of a map for value…

    … internal storage. This has the effect of maintaining the order of values during reading and writing.
    rgriege committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    5417a09 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2014

  1. Attempting to retrieve a modifyable value will always insert a new su…

    …b-value. This breaks the tests (rightfully so), but is a quick solution to allow a value to have multiple sub-values with the same key (bad for lookup, fine for iteration).
    rgriege committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    ff88200 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2015

  1. Removes commented-out code

    rgriege committed Apr 26, 2015
    Configuration menu
    Copy the full SHA
    02beb46 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2015

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

Commits on Dec 3, 2015

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