All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] hashmap fixes
@ 2015-02-10 14:42 Jukka Rissanen
  2015-02-10 14:42 ` [PATCH 1/9] hashmap: Add value free function Jukka Rissanen
                   ` (8 more replies)
  0 siblings, 9 replies; 34+ messages in thread
From: Jukka Rissanen @ 2015-02-10 14:42 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 843 bytes --]

Hi,

noticed some issues in hashmap while implementing
an applicantion on top of ell.

Cheers,
Jukka

Jukka Rissanen (9):
  hashmap: Add value free function
  hashmap: Call user supplied value free function in destroy
  hashmap: Call user supplied value free function in insert
  unit: hashmap: Add value free hash entry test
  unit: hashmap: Add replace entry test
  hashmap: Add re-entrancy support to foreach function
  unit: hashmap: Re-entrancy tests added
  hashmap: Add support to finding an element from hash
  unit: hashmap: Add unit test for l_hashmap_find

 ell/hashmap.c       | 176 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 ell/hashmap.h       |  11 ++++
 unit/test-hashmap.c | 142 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 326 insertions(+), 3 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2015-02-18  8:23 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-10 14:42 [PATCH 0/9] hashmap fixes Jukka Rissanen
2015-02-10 14:42 ` [PATCH 1/9] hashmap: Add value free function Jukka Rissanen
2015-02-10 14:42 ` [PATCH 2/9] hashmap: Call user supplied value free function in destroy Jukka Rissanen
2015-02-10 19:07   ` Denis Kenzior
2015-02-10 14:42 ` [PATCH 3/9] hashmap: Call user supplied value free function in insert Jukka Rissanen
2015-02-10 19:18   ` Denis Kenzior
2015-02-11  9:27     ` Patrik Flykt
2015-02-11 11:04       ` Tomasz Bursztyka
2015-02-11 13:50       ` Denis Kenzior
2015-02-10 14:42 ` [PATCH 4/9] unit: hashmap: Add value free hash entry test Jukka Rissanen
2015-02-10 14:42 ` [PATCH 5/9] unit: hashmap: Add replace " Jukka Rissanen
2015-02-10 14:42 ` [PATCH 6/9] hashmap: Add re-entrancy support to foreach function Jukka Rissanen
2015-02-10 19:47   ` Denis Kenzior
2015-02-11  9:21     ` Patrik Flykt
2015-02-11 14:06       ` Denis Kenzior
2015-02-12  7:23         ` Jukka Rissanen
2015-02-12 18:02           ` Denis Kenzior
2015-02-12  7:25         ` Jukka Rissanen
2015-02-12 17:55           ` Denis Kenzior
2015-02-13 15:38             ` Luiz Augusto von Dentz
2015-02-13 17:04               ` Denis Kenzior
2015-02-13 17:36               ` Marcel Holtmann
2015-02-16  9:44                 ` Luiz Augusto von Dentz
2015-02-16 16:18                   ` Marcel Holtmann
2015-02-16 18:27                     ` Luiz Augusto von Dentz
2015-02-16 19:03                       ` Marcel Holtmann
2015-02-17  9:48                 ` Tomasz Bursztyka
2015-02-17 16:41                   ` Denis Kenzior
2015-02-18  8:23                     ` Tomasz Bursztyka
2015-02-10 14:42 ` [PATCH 7/9] unit: hashmap: Re-entrancy tests added Jukka Rissanen
2015-02-10 14:42 ` [PATCH 8/9] hashmap: Add support to finding an element from hash Jukka Rissanen
2015-02-12  8:35   ` Jukka Rissanen
2015-02-13  0:19     ` Denis Kenzior
2015-02-10 14:42 ` [PATCH 9/9] unit: hashmap: Add unit test for l_hashmap_find Jukka Rissanen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.