Skip to content

Draft - Remove other type #10

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

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
51a55df
RC1
chuckyvt Jun 30, 2024
1888280
Update src/stdlib_hashmap_chaining.f90
chuckyvt Jul 3, 2024
fa23a44
Update src/stdlib_hashmap_open.f90
chuckyvt Jul 3, 2024
18ed909
Update src/stdlib_hashmap_chaining.f90
chuckyvt Jul 3, 2024
97ae06d
Other_type cleanup and removal
chuckyvt Jul 3, 2024
cd435fc
Merge branch 'remove_other_type' of https://github.com/chuckyvt/stdli…
chuckyvt Jul 3, 2024
1906b4c
Remove other type from test_chaining and test_open
chuckyvt Jul 3, 2024
a52302d
Update stdlib_hashmap_chaining.f90
chuckyvt Jul 3, 2024
a31b2f9
Update example_hashmaps_set_other_data.f90
chuckyvt Jul 3, 2024
f47b4c5
Update CMakeLists.txt
chuckyvt Jul 4, 2024
ed99423
Update CMakeLists.txt
chuckyvt Jul 4, 2024
3d1adc8
Update CMakeLists.txt
chuckyvt Jul 4, 2024
50ae961
Revert "Update CMakeLists.txt"
chuckyvt Jul 4, 2024
d5f098e
Update CMakeLists.txt
chuckyvt Jul 4, 2024
b10a851
Update example_hashmaps_set_other_data.f90
chuckyvt Jul 4, 2024
cba213d
Update stdlib_hashmaps.md
chuckyvt Jul 7, 2024
16d2d34
Update to remove other_type references
chuckyvt Jul 10, 2024
8ade03d
Update example_hashmaps_map_entry.f90
chuckyvt Jul 10, 2024
793c049
Update example_hashmaps_rehash.f90
chuckyvt Jul 10, 2024
25a1146
Update example_hashmaps_remove.f90
chuckyvt Jul 10, 2024
775be76
Test allocate again
chuckyvt Jul 10, 2024
154579e
Update to include allocate statement
chuckyvt Jul 10, 2024
d32406b
Typo fix
chuckyvt Jul 10, 2024
b73e0fc
Update doc/specs/stdlib_hashmaps.md
chuckyvt Jul 11, 2024
244b308
Update doc/specs/stdlib_hashmaps.md
chuckyvt Jul 11, 2024
6c73db7
Update doc/specs/stdlib_hashmaps.md
chuckyvt Jul 11, 2024
054f712
Update doc/specs/stdlib_hashmaps.md
chuckyvt Jul 11, 2024
057fcac
Update example/hashmaps/CMakeLists.txt
chuckyvt Jul 11, 2024
c3e4d31
Update example/hashmaps/example_hashmaps_get_other_data.f90
chuckyvt Jul 11, 2024
facd189
Update example/hashmaps/example_hashmaps_map_entry.f90
chuckyvt Jul 11, 2024
2b2c290
Update example/hashmaps/example_hashmaps_remove.f90
chuckyvt Jul 11, 2024
0e29642
Update example/hashmaps/example_hashmaps_set_other_data.f90
chuckyvt Jul 11, 2024
3c60ba4
Reverting back to in-line allocation
chuckyvt Jul 11, 2024
7118fc5
Revert "Reverting back to in-line allocation"
chuckyvt Jul 11, 2024
624a7c8
Reapply "Reverting back to in-line allocation"
chuckyvt Jul 12, 2024
0df1d81
Update stdlib_hashmap_chaining.f90
chuckyvt Jul 12, 2024
6d8f969
remove parallel test for win 32
jvdp1 Jul 14, 2024
e6baae4
reduce number tests
jvdp1 Jul 14, 2024
02b4d2e
Merge remote-tracking branch 'upstream/master' into remove_other_type
jvdp1 Jul 14, 2024
35d9d5e
progress
jvdp1 Jul 14, 2024
d620ec8
progress
jvdp1 Jul 14, 2024
91be723
change allocate statement
jvdp1 Jul 14, 2024
a630421
test
jvdp1 Jul 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ jobs:
if: failure()

- name: CTest
run: PATH=$PATH:/mingw64/bin/ ctest --test-dir build --output-on-failure --parallel -V -LE quadruple_precision
run: PATH=$PATH:/mingw64/bin/ ctest --test-dir build --output-on-failure -V -LE quadruple_precision

- uses: actions/upload-artifact@v1
if: failure()
Loading