Skip to content
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

Hash maps #611

Merged
merged 92 commits into from
Jun 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
24e3fbb
Started creation of the stdlib_hash_maps PR
wclodius2 Dec 27, 2021
e0339c6
Fixed typos
wclodius2 Dec 27, 2021
bf97fed
Simplified hash maps
wclodius2 Dec 27, 2021
fade537
Extensive rewrite
wclodius2 Dec 28, 2021
ab8b302
Changed the names of three modules in documentation
wclodius2 Dec 29, 2021
f0bc292
Revised first paragraph
wclodius2 Dec 29, 2021
ce445ed
Revised module name
wclodius2 Dec 29, 2021
24e7154
Improved documentation of procedures
wclodius2 Dec 29, 2021
370019d
Better documented inmap
wclodius2 Dec 30, 2021
33647a0
Changed example
wclodius2 Dec 30, 2021
c386c36
Fixed typos for hasher_fun documentation
wclodius2 Dec 30, 2021
791607e
Changed name of equality test function
wclodius2 Dec 30, 2021
58827e6
Commited suggestions of Jeremie
wclodius2 Dec 30, 2021
5e11c7e
More changes suggested by Jereemie
wclodius2 Dec 30, 2021
7dd1a51
More changes suggested by Jeremie
wclodius2 Dec 31, 2021
60addf4
Fixed typos
wclodius2 Dec 31, 2021
0d0669e
Simplified discussion of fibonacci_hash
wclodius2 Dec 31, 2021
0284dee
Merge branch 'master' of https://github.com/fortran-lang/stdlib into …
wclodius2 Jan 2, 2022
4bb3dac
Changed documented structure of `other_type`
wclodius2 Jan 2, 2022
9f3471d
Document equality and conversion to inheritence
wclodius2 Jan 7, 2022
c9f2d6c
Fixed typos
wclodius2 Jan 10, 2022
30b0be3
Added documentation for proposed new API
wclodius2 Jan 10, 2022
9c7c0cf
Fixed misspelling
wclodius2 Jan 10, 2022
b30b257
Fixed misspelling
wclodius2 Jan 10, 2022
21886cd
Update doc/specs/stdlib_hashmaps.md
wclodius2 Jan 12, 2022
48ba158
Update doc/specs/stdlib_hashmaps.md
wclodius2 Jan 12, 2022
171029e
Update doc/specs/stdlib_hashmaps.md
wclodius2 Jan 12, 2022
106cefd
Update doc/specs/stdlib_hashmaps.md
wclodius2 Jan 12, 2022
5f003d7
Update doc/specs/stdlib_hashmaps.md
wclodius2 Jan 12, 2022
a950ef5
Update doc/specs/stdlib_hashmaps.md
wclodius2 Jan 12, 2022
e6b8f54
Update doc/specs/stdlib_hashmaps.md
wclodius2 Jan 12, 2022
8f94482
Update doc/specs/stdlib_hashmaps.md
wclodius2 Jan 12, 2022
b17830d
Update doc/specs/stdlib_hashmaps.md
wclodius2 Jan 12, 2022
e622c4f
Update doc/specs/stdlib_hashmaps.md
wclodius2 Jan 12, 2022
d7b90c9
Update doc/specs/stdlib_hashmaps.md
wclodius2 Jan 12, 2022
d4c7487
Update doc/specs/stdlib_hashmaps.md
wclodius2 Jan 12, 2022
983a077
Update doc/specs/stdlib_hashmaps.md
wclodius2 Jan 12, 2022
cf89d00
Update doc/specs/stdlib_hashmaps.md
wclodius2 Jan 12, 2022
cb5a6df
Changed (TOC) to [TOC]
wclodius2 Jan 12, 2022
b40bf3a
Merge branch 'hash_maps' of github.com:wclodius2/stdlib into hash_maps
wclodius2 Jan 12, 2022
2782d3c
Fixed typos
wclodius2 Jan 12, 2022
396b6f6
Various changes
wclodius2 Jan 12, 2022
fdd7c92
Fixed typos
wclodius2 Jan 16, 2022
c0fdd91
Improved descriptions
wclodius2 Jan 17, 2022
472eeef
Minor error corrections
wclodius2 Jan 18, 2022
ede7f79
Merge branch 'master' of https://github.com/fortran-lang/stdlib into …
wclodius2 Jan 19, 2022
f4c8c1c
Made spelling of procedure consistent
wclodius2 Jan 23, 2022
5053777
Changed the function "valid_key" to the subroutine "key_test"
wclodius2 Jan 25, 2022
69c834c
Merge branch 'master' of https://github.com/fortran-lang/stdlib into …
wclodius2 Jan 27, 2022
265f37d
Merge branch 'master' of https://github.com/fortran-lang/stdlib into …
wclodius2 Mar 3, 2022
46ba99e
Deleted file
wclodius2 Mar 6, 2022
c43a5c7
Added hashmaps to the index
wclodius2 Mar 6, 2022
42f3f12
Added hashmap source files
wclodius2 Mar 15, 2022
2741106
Added hashmaps test files
wclodius2 Mar 15, 2022
a98a1d7
Corrected typos and ensured no trailing whitespace.
wclodius2 Mar 15, 2022
4ced800
Corrected misspellings
wclodius2 Mar 15, 2022
4eb70ff
Fixed misspelling of a file
wclodius2 Mar 15, 2022
3a935cf
Fixed Makefile.manual
wclodius2 Mar 15, 2022
a567329
Changed "and" to "an"
wclodius2 Mar 15, 2022
b91ff35
Merge branch 'master' of https://github.com/fortran-lang/stdlib into …
wclodius2 Mar 30, 2022
67e63d3
Update doc/specs/stdlib_hashmaps.md
wclodius2 Apr 24, 2022
a169c65
Update doc/specs/stdlib_hashmaps.md
wclodius2 Apr 24, 2022
16b2227
Update src/stdlib_hashmap_wrappers.f90
wclodius2 Apr 24, 2022
f6c2b26
Merge branch 'master' of https://github.com/fortran-lang/stdlib into …
wclodius2 Apr 24, 2022
32a1d39
Merge branch 'hash_maps' of github.com:wclodius2/stdlib into hash_maps
wclodius2 Apr 24, 2022
6da72d4
Update doc/specs/stdlib_hashmaps.md
wclodius2 May 5, 2022
421daa6
Merge branch 'hash_maps' of github.com:wclodius2/stdlib into hash_maps
wclodius2 May 9, 2022
d161453
Update src/stdlib_hashmap_wrappers.f90
wclodius2 May 9, 2022
85dad9d
Update src/stdlib_hashmap_wrappers.f90
wclodius2 May 9, 2022
8ae3263
Update src/stdlib_hashmap_chaining.f90
wclodius2 May 9, 2022
fd15686
fixed issue with string escaping in "can't"
14NGiestas May 9, 2022
0f64bc0
fixed issue with line being too long in error stop
14NGiestas May 9, 2022
9c812d8
Merge branch 'hash_maps' of github.com:wclodius2/stdlib into hash_maps
wclodius2 May 9, 2022
dcfb087
Made changes in stdlib_hashmaps.md suggested by Ian Gaestrus Pauli an…
wclodius2 May 9, 2022
5d6741d
Changed api of set for keys
wclodius2 May 9, 2022
21c9fc4
Corrected the use of set for keys in examples
wclodius2 May 9, 2022
817633f
Improved error messages
wclodius2 May 10, 2022
080d719
Fixed carriage return
wclodius2 May 10, 2022
ea7d80f
Fixed string in error message
wclodius2 May 10, 2022
ede1534
Improved error reporting
wclodius2 May 10, 2022
b2276b7
Changed error reporting for in_chain_map.
wclodius2 May 11, 2022
5fa8bb2
Merge branch 'master' of https://github.com/fortran-lang/stdlib into …
wclodius2 May 23, 2022
c4d4ec7
change proposed to specs
jvdp1 Jun 17, 2022
b4c0b75
Update doc/specs/stdlib_hashmaps.md
jvdp1 Jun 17, 2022
dd120fe
Merge pull request #12 from jvdp1/hash_maps_review
wclodius2 Jun 18, 2022
fa71f36
add links in stdlib_hashmap_wrappers.f90
jvdp1 Jun 18, 2022
95bed1d
add links in stdlib_hashmaps
jvdp1 Jun 18, 2022
45b92c7
fix some typos in stdlib_hashmaps.md
jvdp1 Jun 18, 2022
45fd15c
Addition of test_maps using test-drive
jvdp1 Jun 18, 2022
f705430
Merge pull request #13 from jvdp1/hash_maps_review
wclodius2 Jun 19, 2022
a8cf88e
Merge pull request #14 from jvdp1/hash_maps_tests
wclodius2 Jun 19, 2022
bcf6aad
Merge branch 'master' of https://github.com/fortran-lang/stdlib into …
wclodius2 Jun 19, 2022
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
5 changes: 3 additions & 2 deletions doc/specs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Specifications (specs)

# Fortran stdlib Specifications (specs)

This is and index/directory of the specifications (specs) for each new module/feature as described in the
This is an index/directory of the specifications (specs) for each new module/feature as described in the
[workflow document](../Workflow.html).

[TOC]
Expand All @@ -16,7 +16,8 @@ This is and index/directory of the specifications (specs) for each new module/fe
- [bitsets](./stdlib_bitsets.html) - Bitset data types and procedures
- [error](./stdlib_error.html) - Catching and handling errors
- [hash](./stdlib_hash_procedures.html) - Hashing integer
vectors or character strings
vectors or character strings
- [hashmaps](./stdlib_hashmaps.html) - Hash maps/tables
- [io](./stdlib_io.html) - Input/output helper & convenience
- [kinds](./stdlib_kinds.html) - Kind parameters
- [linalg](./stdlib_linalg.html) - Linear Algebra
Expand Down
Loading