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

Move to RFC7159 (closes #90) #101

Merged
merged 15 commits into from
Aug 11, 2014
Merged

Move to RFC7159 (closes #90) #101

merged 15 commits into from
Aug 11, 2014

Commits on Aug 11, 2014

  1. Configuration menu
    Copy the full SHA
    8d53689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edccda0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9f2715 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0c0c39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e45557e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c256752 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8979359 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d031d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24b7976 View commit details
    Browse the repository at this point in the history
  10. readertest.cpp: use top-level Parse functions, instead of internal ones

    With the allowance of arbitrary root value types, the individual tests
    can use the top-level Parse functions, instead of ParseFoo() variants.
    
    Secondly, some unneeded array wrappers have been dropped and non-singular
    tests starting with other values than objects or arrays have been added.
    pah committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    e29a452 View commit details
    Browse the repository at this point in the history
  11. BaseReaderHandler: allow overriding of Default() implementation

    By adding an optional CRTP template parameter, the BaseReaderHandler
    can call the "overridden" `Default()` function from the `Derived`
    class.
    
    See https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern
    pah committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    3755470 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8341095 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d84c051 View commit details
    Browse the repository at this point in the history
  14. tabs to 4 spaces (following 0dbcc1c)

    pah committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    453eda5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6863033 View commit details
    Browse the repository at this point in the history