-
Notifications
You must be signed in to change notification settings - Fork 193
Remove other derived type from hashmap #843
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 1 commit
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
1c681d1
RC1
chuckyvt 4847f5c
Other_type cleanup and removal
chuckyvt 9c5574b
Update src/stdlib_hashmap_chaining.f90
chuckyvt 72f66b9
Update src/stdlib_hashmap_open.f90
chuckyvt b09a1ad
Update src/stdlib_hashmap_chaining.f90
chuckyvt b1cfb3b
Remove other type from test_chaining and test_open
chuckyvt 2ae6665
Update stdlib_hashmap_chaining.f90
chuckyvt 1cd2e2e
Update example_hashmaps_set_other_data.f90
chuckyvt 5692eae
Update CMakeLists.txt
chuckyvt 4a2200f
Update CMakeLists.txt
chuckyvt 97ac470
Update CMakeLists.txt
chuckyvt 45f6f2a
Revert "Update CMakeLists.txt"
chuckyvt df94ee5
Update CMakeLists.txt
chuckyvt 970e389
Update example_hashmaps_set_other_data.f90
chuckyvt 4b6d682
Update stdlib_hashmaps.md
chuckyvt 8a1b4fa
Update to remove other_type references
chuckyvt 61c1082
Update example_hashmaps_map_entry.f90
chuckyvt f7a6846
Update example_hashmaps_rehash.f90
chuckyvt aa9952e
Update example_hashmaps_remove.f90
chuckyvt 9c8f7c2
Test allocate again
chuckyvt d83e555
Update to include allocate statement
chuckyvt 0485d71
Typo fix
chuckyvt 04e59c0
Update doc/specs/stdlib_hashmaps.md
chuckyvt 27b7178
Update doc/specs/stdlib_hashmaps.md
chuckyvt 4d9c68e
Update doc/specs/stdlib_hashmaps.md
chuckyvt da075e8
Update doc/specs/stdlib_hashmaps.md
chuckyvt e4f1556
Update example/hashmaps/CMakeLists.txt
chuckyvt 1e33189
Update example/hashmaps/example_hashmaps_get_other_data.f90
chuckyvt c02421a
Update example/hashmaps/example_hashmaps_map_entry.f90
chuckyvt 6228b58
Update example/hashmaps/example_hashmaps_remove.f90
chuckyvt 5b2e71a
Update example/hashmaps/example_hashmaps_set_other_data.f90
chuckyvt ac93bca
Reverting back to in-line allocation
chuckyvt 07febc3
Revert "Reverting back to in-line allocation"
chuckyvt 4c453a0
Reapply "Reverting back to in-line allocation"
chuckyvt 33ecef2
Update stdlib_hashmap_chaining.f90
chuckyvt 30f2210
Update doc/specs/stdlib_hashmaps.md
chuckyvt d06e047
Update stdlib_hashmap_chaining.f90
chuckyvt 8c562e4
Update stdlib_hashmap_chaining.f90
chuckyvt 482776d
Update stdlib_hashmap_chaining.f90
chuckyvt 56d9b9e
Set_other CI fix
chuckyvt 03a9351
Update set_other again
chuckyvt a2bee26
Update stdlib_hashmap_chaining.f90
chuckyvt 4cb9c4d
Update stdlib_hashmap_chaining.f90
chuckyvt 32ba12d
Revert "Update stdlib_hashmap_chaining.f90"
chuckyvt cc14840
Revert "Update stdlib_hashmap_chaining.f90"
chuckyvt 4120ec7
Update stdlib_hashmaps.f90
chuckyvt 250252d
Revert "Update stdlib_hashmaps.f90"
chuckyvt 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
Reverting back to in-line allocation
Reverting back to inline allocation based on PR discussion. Both approaches seemed to work fine.
- Loading branch information
commit ac93bca1717816d168925ff866e486ed1ac6f5fd
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
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.