-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Correct class names for KeysView, ValuesView and ItemsView in bind_map #4353
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
db09d94
Create templated abstract classes KeysView, ValuesView and ItemsView,…
6bbde12
We don't want to wrap different ValuesView objects for double values …
f405e11
Fallback to C++ names if key or values types are not wrapped
72a645e
Added a test for .keys(), .values() and .items() returning the same t…
3e1b653
Fixed wrong use of auto in a declarator list: the two descriptions mi…
c2846b4
Fixes for clang-tidy issues: explicit single-argument constructor, us…
dfc3ee1
Bugfix for old versions of clang++, which seem to have trouble with t…
42d8694
Bugfix for clang++, which doesn't have some of the names in runtime u…
c558073
A fix for clang-tidy performance-inefficient-string-concatenation iss…
f0294f1
Possible fix for clang++ linking issues - make the descriptions stati…
ebf874d
Correct names for previously-wrapped types as keys/values of maps
24019ae
Bugfix - typo in type info names which caused things to segfault
ddcc4e2
Apply suggestions from code review
aimir 21ec3ec
Use detail::remove_cvref_t instead of doing remove_cv and remove_refe…
8abc0ae
Avoid names with double underscore, as they are reserved
60d754f
Improved testing for KeysView, ValuesView and ItemsView: check type n…
e054752
Moved description logic to helper function in type_caster_base.h
b4041b8
style: pre-commit fixes
pre-commit-ci[bot] 3a3b9f2
Fix a clang-tidy issue: do not use 'else' after 'return'
4525c5d
Apply suggestion by @Skylion007, with additional trivial simplification.
rwgk 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.