-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Add C++17 copies of the test binaries #3101
Merged
Changes from 18 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
879217d
:alembic: add C++17 copies of the test binaries
nlohmann cf2a896
:alembic: add C++17 copies of the test binaries
nlohmann 7fb709c
:alembic: add C++17 copies of the test binaries
nlohmann d90b6bc
:alembic: use proper header for filesystem
nlohmann 03a75d5
:rotating_light: fix warnings
nlohmann c33bac8
:rewind: revert removal of code
nlohmann 930e2cf
:alembic: use proper header for filesystem
nlohmann 5cd67e7
:alembic: use proper header for filesystem
nlohmann 12bb888
:alembic: do not use too old compilers with C++17
nlohmann 2b431c2
:alembic: do not use too old compilers with C++17
nlohmann 7543e17
:alembic: do not use too old compilers with C++17
nlohmann 7e87863
:rotating_light: fix warning
nlohmann 4c10cca
:hammer: cleanup
nlohmann ccd42cd
:rewind: undo cleanup
nlohmann d300856
:white_check_mark: add test
nlohmann 37be287
:hammer: add more constraints #3097
nlohmann 61829d7
:green_heart: remove leftover
nlohmann fed4114
:green_heart: replace "and" with "&&"
nlohmann cf6903e
Merge branch 'develop' of https://github.com/nlohmann/json into issue…
nlohmann 19f75a2
:rotating_light: suppress modernize-concat-nested-namespaces warning
nlohmann 7566b3b
Merge branch 'develop' of https://github.com/nlohmann/json into issue…
nlohmann 62fe919
:alembic: use fix from https://github.com/nlohmann/json/pull/3101#iss…
nlohmann 30ab9c4
:rotating_light: fix warnings
nlohmann 1ca9510
:rotating_light: fix warnings
nlohmann 742d85f
:rotating_light: fix warnings
nlohmann 05874dc
:rotating_light: fix warnings
nlohmann 69f9c41
:rotating_light: fix warnings
nlohmann 78baaa9
:rotating_light: fix warnings
nlohmann 4bf052a
:green_heart: fix script
nlohmann 6e6a82f
:rotating_light: fix warnings
nlohmann 7001266
:rotating_light: fix warnings
nlohmann 8372e03
:rotating_light: fix warnings
nlohmann c4aecea
:alembic: use fix from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9…
nlohmann 0c27b7c
:alembic: use fix from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9…
nlohmann 5e12e56
:alembic: use fix from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9…
nlohmann d5a95e4
:alembic: use fix from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9…
nlohmann bd3270a
:alembic: use fix from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9…
nlohmann 41a3b33
:alembic: use fix from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9…
nlohmann 62c19f2
:alembic: use fix from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9…
nlohmann eba77cd
:construction_worker: use published CI image
nlohmann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we have just
#include "nlohmann/detail/macro_scope.hpp"
here?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the amalgamated header - it includes all individual headers.