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: BasedInc/jsoncpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: mcbe
Choose a base ref
...
head repository: ambiennt/jsoncpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pre-1.20.40
Choose a head ref
  • 16 commits
  • 31 files changed
  • 1 contributor

Commits on Nov 6, 2023

  1. Reformat code

    ambiennt committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ecb2362 View commit details
    Browse the repository at this point in the history
  2. remove CPPTL

    ambiennt committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ff10e63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e94cd03 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. remove conditional JSONCPP_VALUE_USE_INTERNAL_MAP code

    its just code bloat and mojang would never enable this
    ambiennt committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d184e81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4f8b46 View commit details
    Browse the repository at this point in the history
  3. fix intellisense warnings

    ambiennt committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    dd42604 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    876eb1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49bddb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    9410b08 View commit details
    Browse the repository at this point in the history
  2. add jsontestrunner to cmake

    ambiennt committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a6a2b88 View commit details
    Browse the repository at this point in the history
  3. add #pragma once to headers

    ambiennt committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d66a16e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19de494 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    faa3076 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    837782d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    368d600 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. remove <concepts> dependency

    std::convertible_to also does not cover all bases in validating list initialization, writing overloads for const& and by-value arguments only slightly increases redundancy
    ambiennt committed May 28, 2024
    Configuration menu
    Copy the full SHA
    88f0f55 View commit details
    Browse the repository at this point in the history
Loading