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

Hashing over interval trees #15

Open
wants to merge 41 commits into
base: revert-5-master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
fc8b828
Remove "using namespace std;" and add constness to searches.
BenFrantzDale Oct 3, 2014
323ac8b
More cleanup. malloc=>new.
BenFrantzDale Oct 3, 2014
08abbac
Merge pull request #8 from ekg/revert-5-master
ekg Oct 8, 2014
b704f19
Merge pull request #7 from BenFrantzDale/cleanup
ekg Oct 8, 2014
f95cbed
return value type fix & change default value type
jialeicui Apr 2, 2015
814f318
remove typedef, set default type
jialeicui Apr 2, 2015
399f63c
Merge pull request #9 from jialeicui/master
ekg Apr 2, 2015
438203e
Update and rename README to README.md
ekg Apr 2, 2015
2cde282
fixed clang compilation error
Kerollmops Sep 6, 2015
dbb4c51
Merge pull request #10 from Kerosene2000/master
ekg Sep 7, 2015
f21e1e9
Replace hard-coded compiler for portability.
Nov 17, 2015
abf5590
Merge pull request #11 from outpaddling/master
ekg Nov 17, 2015
a6e9cca
Add install target and clean up
Nov 18, 2015
74cfccc
Fix include path
Nov 18, 2015
14e3ef9
Fix install target
Nov 18, 2015
c38e683
Add comments about variable settings
Nov 20, 2015
49a0e29
Merge pull request #12 from outpaddling/master
ekg Nov 21, 2015
e495358
Fix memory leak by using unique_ptr
Dec 13, 2015
6dca778
Move initialization into initialization lists
Dec 13, 2015
65317ef
Remove trailing spaces
Dec 13, 2015
93d9da5
Merge pull request #13 from RadixSeven/fix_memory_leak
ekg Dec 13, 2015
aff03e2
Add catch unit test framework
Dec 13, 2015
18c9f08
Add code to run the test framework
Dec 13, 2015
dbc53d5
Add convenience methods returning result vectors
Dec 13, 2015
8560907
Add constness
Dec 13, 2015
2975b94
Test empty and single element tree
Dec 13, 2015
b07e149
Check that identical intervals are both stored
Dec 13, 2015
8fc4be9
Merge pull request #14 from RadixSeven/add_some_unit_tests
ekg Dec 13, 2015
0817591
Switch argument order so it's more like std::map, mapping scalar inte…
BenFrantzDale Mar 2, 2018
53435db
Clean up construction so it takes an rvalue reference (rather than a …
BenFrantzDale Mar 2, 2018
c5cd48c
Rearrange, add test code.
BenFrantzDale Mar 2, 2018
97ec36e
Add visit_overlapping(Scalar, F) for a single point.
BenFrantzDale Mar 2, 2018
209ad11
Include cassert.
BenFrantzDale Mar 2, 2018
8adb252
Add tests for searching including inf and nan.
BenFrantzDale Mar 2, 2018
17ddd57
Merge pull request #20 from BenFrantzDale/clarify-types
ekg Apr 11, 2018
3c38e3d
Add option to put the class in its own namespace
Feb 9, 2019
e8082c7
Merge pull request #25 from RadixSeven/in_namespace
ekg Feb 9, 2019
881a3f0
Make build system more flexible
mr-c Dec 9, 2019
b90527f
Merge pull request #29 from mr-c/patch-1
ekg Dec 10, 2019
f0c4046
include <limits> for numeric_limits
jnumm Mar 11, 2021
aa59377
Merge pull request #32 from jnumm/include-limits
ekg Mar 11, 2021
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
Loading