summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44 from postwait/masterHEADmasterArmon Dadgar2021-02-114-16/+70
|\
| * Simple makefileTheo Schlossnagle2020-05-122-0/+27
| * support a art_insert_no_replace APITheo Schlossnagle2020-04-012-16/+43
* | Merge pull request #41 from wuxb45/masterArmon Dadgar2021-02-111-1/+1
|\ \
| * | reorder elements in art_node to eliminate space inflationWu Xingbo2019-02-091-1/+1
| |/
* | Merge pull request #45 from timgates42/bugfix_typo_occurredArmon Dadgar2021-02-112-4/+4
|\ \ | |/ |/|
| * docs: fix simple typo, occured -> occurredTim Gates2020-12-172-4/+4
|/
* Merge pull request #39 from armon/revert-37-masterArmon Dadgar2019-02-041-20/+14
|\
| * Revert "Fix a bug in ordered iteration"revert-37-masterArmon Dadgar2019-02-041-20/+14
|/
* Merge pull request #37 from zxjcarrot/masterArmon Dadgar2019-01-161-14/+20
|\
| * adjust coding style & pass all testsXinjing Zhou2018-09-061-3/+2
| * fix a bug in range scanXinjing Zhou2018-09-051-13/+20
|/
* Merge pull request #33 from AntonyMCs/masterArmon Dadgar2018-01-023-5/+49
|\
| * Fix memory leak when deleting a random entry that fits in a type3 (48)Tony Marin2017-11-223-5/+49
|/
* Merge pull request #31 from romanbsd/masterArmon Dadgar2017-03-041-3/+4
|\
| * Fix for the uninitialized variablesRoman Shterenzon2017-02-051-3/+4
|/
* Merge pull request #29 from jameshloving/masterArmon Dadgar2017-01-131-16/+72
|\
| * Fix duplicated cmp variableJames Loving2017-01-131-1/+0
| * Add non-x86 supportJames Loving2016-12-161-15/+72
* | Merge pull request #30 from rileyberton/masterArmon Dadgar2017-01-031-2/+5
|\ \ | |/ |/|
| * Merge branch 'master' of github.com:rileyberton/libartRiley Berton2016-12-210-0/+0
| |\
| | * work around gcc unroll bugRiley Berton2016-12-211-2/+5
| * | work around gcc unroll bugRiley Berton2016-12-211-2/+5
|/ /
* | Merge pull request #27 from rileyberton/masterArmon Dadgar2016-11-163-7/+18
|\ \ | |/
| * fix the travis job pathingRiley Berton2016-11-151-1/+1
| * remove illumos specific GCCism, not neededRiley Berton2016-11-071-1/+1
| * compile a shared object, make test_runner depend on it, allow in tree check d...Riley Berton2016-11-072-6/+17
|/
* Merge pull request #26 from rishid/patch-1Armon Dadgar2016-11-051-15/+15
|\
| * Fix const and comparison warningsrishid2016-10-241-15/+15
|/
* Fixing bug with prefix iteration with common prefix longer than MAX_PREFIX_LENArmon Dadgar2016-09-023-2/+38
* Merge pull request #22 from mcprentiss/patch-1Armon Dadgar2016-06-101-1/+1
|\
| * updates to README.mdmcprentiss2016-05-311-1/+1
|/
* Merge pull request #20 from kitling/masterArmon Dadgar2015-12-312-67/+67
|\
| * Change all instances of 'new' to 'new_node'.Kitlith2015-12-221-45/+45
| * Make libart more compatible with C++.Kitlith2015-12-222-22/+22
|/
* Merge pull request #18 from yorickdewid/masterArmon Dadgar2015-10-261-1/+1
|\
| * No threading usedyorickdewid2015-10-251-1/+1
|/
* Merge pull request #15 from rurban/masterArmon Dadgar2015-10-061-5/+12
|\
| * fix travis: add /usr/local prefixReini Urban2015-10-051-5/+12
|/
* Merge pull request #11 from paulasmuth/masterArmon Dadgar2015-02-233-40/+61
|\
| * add defines for backwards compat., update testsPaul Asmuth2015-02-212-18/+32
| * add more const qualifiersPaul Asmuth2015-02-212-11/+11
| * allow inclusion from c++, add const qualifiers, fix inconsistent namingPaul Asmuth2015-02-212-13/+20
|/
* Actually bother to use the CC environmental variableArmon Dadgar2014-02-271-0/+7
* Enable both clang and gccArmon Dadgar2014-02-271-0/+3
* Merge pull request #9 from cemeyer/masterArmon Dadgar2014-02-271-1/+1
|\
| * README: ANSI C -> C99Conrad Meyer2014-02-271-1/+1
* | Merge pull request #8 from cemeyer/masterArmon Dadgar2014-02-272-0/+18
|\ \ | |/
| * Fix #5 - Detect compilers with broken C99 inline (GCC 4.2.x) and use a macro ...Conrad Meyer2014-02-272-0/+18
|/
* Revert "Check for C99 before using inline. Fixes #5"Armon Dadgar2014-02-272-9/+3