Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-template json_pointer on string type #3415

Merged
merged 11 commits into from
Apr 12, 2022

Commits on Apr 7, 2022

  1. Make exception context optional

    Change exception context parameter to pointer and replace context with
    nullptr where appropriate.
    falbrechtskirchinger committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    a3492ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9d27b6 View commit details
    Browse the repository at this point in the history
  3. Add string concatenation function

    Add variadic concat() function for concatenating char *, char, and
    string types.
    falbrechtskirchinger committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    10e451b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddd60f2 View commit details
    Browse the repository at this point in the history
  5. Template json_pointer on string type

    Change json_pointer from being templated on basic_json to being
    templated on string type.
    falbrechtskirchinger committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    4092fb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    067c473 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f31932 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38f251f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03dbf3e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5f975a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

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