-
Notifications
You must be signed in to change notification settings - Fork 169
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
Remove other derived type from hashmap #843
base: master
Are you sure you want to change the base?
Commits on Jun 30, 2024
-
Update to hashmap routines to remove 'other' data derived wrapper type.
Configuration menu - View commit details
-
Copy full SHA for 51a55df - Browse repository at this point
Copy the full SHA 51a55dfView commit details
Commits on Jul 3, 2024
-
Update src/stdlib_hashmap_chaining.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1888280 - Browse repository at this point
Copy the full SHA 1888280View commit details -
Update src/stdlib_hashmap_open.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa23a44 - Browse repository at this point
Copy the full SHA fa23a44View commit details -
Update src/stdlib_hashmap_chaining.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18ed909 - Browse repository at this point
Copy the full SHA 18ed909View commit details -
Other_type cleanup and removal
Remove reference of other_type that were missed in the initial commits.
Configuration menu - View commit details
-
Copy full SHA for 97ae06d - Browse repository at this point
Copy the full SHA 97ae06dView commit details -
Merge branch 'remove_other_type' of https://github.com/chuckyvt/stdlib …
…into remove_other_type
Configuration menu - View commit details
-
Copy full SHA for cd435fc - Browse repository at this point
Copy the full SHA cd435fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1906b4c - Browse repository at this point
Copy the full SHA 1906b4cView commit details -
Update stdlib_hashmap_chaining.f90
In progress check to understand in-line allocation of other.
Configuration menu - View commit details
-
Copy full SHA for a52302d - Browse repository at this point
Copy the full SHA a52302dView commit details -
Update example_hashmaps_set_other_data.f90
Tweak to see why CI test fails for this.
Configuration menu - View commit details
-
Copy full SHA for a31b2f9 - Browse repository at this point
Copy the full SHA a31b2f9View commit details
Commits on Jul 4, 2024
-
Test to see if stack size increase addresses CI failure.
Configuration menu - View commit details
-
Copy full SHA for f47b4c5 - Browse repository at this point
Copy the full SHA f47b4c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed99423 - Browse repository at this point
Copy the full SHA ed99423View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d1adc8 - Browse repository at this point
Copy the full SHA 3d1adc8View commit details -
Revert "Update CMakeLists.txt"
Revert example/CMakesLists.txt back to original.
Configuration menu - View commit details
-
Copy full SHA for 50ae961 - Browse repository at this point
Copy the full SHA 50ae961View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5f098e - Browse repository at this point
Copy the full SHA d5f098eView commit details -
Update example_hashmaps_set_other_data.f90
Test to see if updating to chaining hashmaps fixes the single CI failure.
Configuration menu - View commit details
-
Copy full SHA for b10a851 - Browse repository at this point
Copy the full SHA b10a851View commit details
Commits on Jul 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cba213d - Browse repository at this point
Copy the full SHA cba213dView commit details
Commits on Jul 10, 2024
-
Update to remove other_type references
Update to remove remaining references to the 'other_type' derived type.
Configuration menu - View commit details
-
Copy full SHA for 16d2d34 - Browse repository at this point
Copy the full SHA 16d2d34View commit details -
Update example_hashmaps_map_entry.f90
Remove reference to other_type
Configuration menu - View commit details
-
Copy full SHA for 8ade03d - Browse repository at this point
Copy the full SHA 8ade03dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 793c049 - Browse repository at this point
Copy the full SHA 793c049View commit details -
Update example_hashmaps_remove.f90
Remove reference to 'other_type'.
Configuration menu - View commit details
-
Copy full SHA for 25a1146 - Browse repository at this point
Copy the full SHA 25a1146View commit details -
Try allocate(new_ent % other, source = other) one more time.
Configuration menu - View commit details
-
Copy full SHA for 775be76 - Browse repository at this point
Copy the full SHA 775be76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 154579e - Browse repository at this point
Copy the full SHA 154579eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d32406b - Browse repository at this point
Copy the full SHA d32406bView commit details
Commits on Jul 11, 2024
-
Update doc/specs/stdlib_hashmaps.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b73e0fc - Browse repository at this point
Copy the full SHA b73e0fcView commit details -
Update doc/specs/stdlib_hashmaps.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 244b308 - Browse repository at this point
Copy the full SHA 244b308View commit details -
Update doc/specs/stdlib_hashmaps.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c73db7 - Browse repository at this point
Copy the full SHA 6c73db7View commit details -
Update doc/specs/stdlib_hashmaps.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 054f712 - Browse repository at this point
Copy the full SHA 054f712View commit details -
Update example/hashmaps/CMakeLists.txt
Co-authored-by: Jeremie Vandenplas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 057fcac - Browse repository at this point
Copy the full SHA 057fcacView commit details -
Update example/hashmaps/example_hashmaps_get_other_data.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3e4d31 - Browse repository at this point
Copy the full SHA c3e4d31View commit details -
Update example/hashmaps/example_hashmaps_map_entry.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for facd189 - Browse repository at this point
Copy the full SHA facd189View commit details -
Update example/hashmaps/example_hashmaps_remove.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b2c290 - Browse repository at this point
Copy the full SHA 2b2c290View commit details -
Update example/hashmaps/example_hashmaps_set_other_data.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e29642 - Browse repository at this point
Copy the full SHA 0e29642View commit details -
Reverting back to in-line allocation
Reverting back to inline allocation based on PR discussion. Both approaches seemed to work fine.
Configuration menu - View commit details
-
Copy full SHA for 3c60ba4 - Browse repository at this point
Copy the full SHA 3c60ba4View commit details -
Revert "Reverting back to in-line allocation"
This reverts commit 3c60ba4.
Configuration menu - View commit details
-
Copy full SHA for 7118fc5 - Browse repository at this point
Copy the full SHA 7118fc5View commit details
Commits on Jul 12, 2024
-
Reapply "Reverting back to in-line allocation"
This reverts commit 7118fc5.
Configuration menu - View commit details
-
Copy full SHA for 624a7c8 - Browse repository at this point
Copy the full SHA 624a7c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df1d81 - Browse repository at this point
Copy the full SHA 0df1d81View commit details
Commits on Jul 15, 2024
-
Update doc/specs/stdlib_hashmaps.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9415a37 - Browse repository at this point
Copy the full SHA 9415a37View commit details
Commits on Jul 16, 2024
-
Update stdlib_hashmap_chaining.f90
Test to see if removing associate construct fixes the one CI failure.
Configuration menu - View commit details
-
Copy full SHA for 351e628 - Browse repository at this point
Copy the full SHA 351e628View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e7337e - Browse repository at this point
Copy the full SHA 3e7337eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd0bb4 - Browse repository at this point
Copy the full SHA 4bd0bb4View commit details -
Hopefully this fixes the CI failures seen on 32 bit Gfortran.
Configuration menu - View commit details
-
Copy full SHA for bf3c90d - Browse repository at this point
Copy the full SHA bf3c90dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ae0d6d - Browse repository at this point
Copy the full SHA 2ae0d6dView commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 937cade - Browse repository at this point
Copy the full SHA 937cadeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 873a6de - Browse repository at this point
Copy the full SHA 873a6deView commit details -
Revert "Update stdlib_hashmap_chaining.f90"
This reverts commit 873a6de.
Configuration menu - View commit details
-
Copy full SHA for e6296c8 - Browse repository at this point
Copy the full SHA e6296c8View commit details -
Revert "Update stdlib_hashmap_chaining.f90"
This reverts commit 937cade.
Configuration menu - View commit details
-
Copy full SHA for f7d35c5 - Browse repository at this point
Copy the full SHA f7d35c5View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef1d924 - Browse repository at this point
Copy the full SHA ef1d924View commit details -
Configuration menu - View commit details
-
Copy full SHA for 188a74c - Browse repository at this point
Copy the full SHA 188a74cView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fbce81f - Browse repository at this point
Copy the full SHA fbce81fView commit details