Commit Graph

29 Commits (603792ba74d987f37439ecd531faa90ec2c10b2f)
 

Author SHA1 Message Date
Josh Baker 603792ba74
Merge pull request #25 from arthurep/fix_resize_new_hashmap
2 years ago
Arthur Pinheiro 3d046197c9 use hashmap_new_with_allocator instead of hashmap_new in resize()
2 years ago
tidwall 5a1f68a1aa Add hashmap_iter example
3 years ago
tidwall c151e16526 Add hashmap_iter example
3 years ago
Josh Baker 9bb1f630e3
Merge pull request #18 from scossu/iterator
3 years ago
Josh Baker c5fec45f78
Merge pull request #19 from scossu/const_set
3 years ago
Stefano Cossu 0f03bd0417 Make item in hashmap_set constant.
3 years ago
Stefano Cossu d9b23a5a4d Remove unintended signature change.
3 years ago
Stefano Cossu cdd1eff2ee Add comment about hashmap_delete.
3 years ago
Stefano Cossu 774694ec6d Correct cursor increase.
3 years ago
Stefano Cossu 86ac5d4b2d Add hashmap_iter function.
3 years ago
Josh Baker 641b4c1bab
Merge pull request #11 from thcopeland/master
3 years ago
Tom Copeland 14ed10f4c5 Allow passing an element-freeing function to hashmap_new
3 years ago
Josh Baker c546ff8928
Merge pull request #13 from scossu/const_void_get
3 years ago
Stefano Cossu aa1d058456 Make "key" argument of hashmap_get const void.
3 years ago
tidwall 9fb4b295a0 Added hashmap_new_with_allocator
4 years ago
tidwall 735eafed75 Remove file
4 years ago
Josh Baker e9f2f692cb
Create FUNDING.yml
4 years ago
tidwall 5ea678af50 Fix overflow regression
4 years ago
tidwall 30b9a6cc88 Fix cast needed for MSVC
4 years ago
tidwall c039c886f9 Removed VLA
4 years ago
Josh Baker 8c85b96e72
Merge pull request #2 from calebschoepp/patch-1
4 years ago
tidwall 9dd095ec1b Added hashmap_clear function
4 years ago
Caleb Schoepp 288abfa8df
Improve wording of block comment for hashmap_new
4 years ago
tidwall 3db84f0b0a Added probe function
4 years ago
tidwall 01fb55d13a Added package file
4 years ago
tidwall f38213fffe Added udata to comparator
4 years ago
tidwall 268ea2d9e6 Added oom tests
4 years ago
tidwall 991b63b5c9 first commit
4 years ago