-
Notifications
You must be signed in to change notification settings - Fork 33
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
Pulling release back into v3 #278
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bugfix: Disconnected fetchcontent was enabled in release. Should only be in debug
other properties of the submember
* #273 Using __cpp_nontype_template_args in addition to __cpp_nontype_template_parameter_class(for older compilers) to allow for CNTTP member names. Created a detection macro DAW_JSON_CNTTP_JSON_NAME that can be used elsewhere to simplify the process of knowing if it is enabled
std::uncaught_exceptions was showing how in some profiling. It shouldn't be needed if there are no exceptions. This can result in termination if multiple exceptions are throwing in some cases.
* type deduction in mappings. This allows integration with Reflection and reflection like libraries(e.g. Boost.Describe) * Pretty printing/output formatting options * json_nullable/readable trait to separate nullability from mappers * json_raw/json_custom for things that don't fit * Json Schema generation via to_json_schema * Minimized symbol names * Using a single Options value for member mappings, serialization options, and parse options * Using better testing in CI * added `json_type_alias` mapping type to allow classes to be parsed as other types e.g json_string/json_number/...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.