openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
H
hattrie
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 20, 2023 — Jan 20, 2024
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Minor style fixes.
Daniel C. Jones
More...
about 6 years ago
Ensure that returned key during prefix iteration doesn't include common prefix.
cjgibson
More...
about 6 years ago
Fix prefix iteration behavior.
cjgibson
More...
about 6 years ago
Fix selection of starting node for prefix iteration; change unittests to rely on identifier.
cjgibson
More...
about 6 years ago
Reduce test complexity to meet Travis CI's time constraints.
cjgibson
More...
about 6 years ago
Fix iteration over empty string keys, add associated unittest.
cjgibson
More...
about 6 years ago
Add additional (unneeded) NUL byte test.
cjgibson
More...
about 6 years ago
Prefix logic is correct; but the empty string is not returned by hattrie_begin_iter.
cjgibson
More...
about 6 years ago
Logical issue identified in selection of starting node.
cjgibson
More...
about 6 years ago
Add partial error logs to Travis.
cjgibson
More...
about 6 years ago
Fix accidental mutation of hattrie_iter_t->prefixsize during calls to hattrie_iter_begin_with_prefix.
cjgibson
More...
about 6 years ago
Generated (currently failing) test for prefix search.
cjgibson
More...
about 6 years ago
Handle some Clang warnings.
cjgibson
More...
about 6 years ago
Fix initial behavior, correct docstring WRT 'satisfied'.
cjgibson
More...
about 6 years ago
Give tests teeth.
cjgibson
More...
about 6 years ago
Initial implementation of prefix-search logic (untested)
Zete Lui
More...
about 6 years ago
Handling number of GCC warnings, adding various test-related files to the .gitignore.
cjgibson
More...
about 6 years ago
Version 0.1.2
Daniel C. Jones
More...
over 7 years ago
Fix ahtable_load failure on 32bit systems. Fixes #31
Daniel C. Jones
More...
over 7 years ago
Add missing portable_endian.h to dist files
Daniel C. Jones
More...
over 7 years ago
Bump version to 0.1.1
Daniel C. Jones
More...
almost 8 years ago
Remove declaration of unimplemented hattrie_dup function. Fixes #27
Daniel C. Jones
More...
almost 8 years ago
Compile with gnu99 instead of c99 for endian.h support.
Daniel C. Jones
More...
almost 8 years ago
Merge branch 'ahtable_load_save' of git://github.com/wordtreefoundation/hat-trie into wordtreefoundation-ahtable_load_save
Daniel C. Jones
More...
almost 8 years ago
Error on keys longer than 2^15-1, which are unsupported. Fixes #30.
Daniel C. Jones
More...
almost 8 years ago
When getting iterator key, don't set len if it's NULL.
Daniel Jones
More...
almost 10 years ago
Add hattrie_clear definition.
Daniel Jones
More...
almost 10 years ago
Function to check if two iterators are equal.
Daniel Jones
More...
almost 10 years ago
Functions to compute memory used.
Daniel Jones
More...
almost 10 years ago
Add missing iter_next and iter_free
Duane Johnson
More...
over 10 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree