8000 Tags · mikpe/btree · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Tags: mikpe/btree

Tags

1.0

Toggle 1.0's commit message
Merge pull request #8 in KC/btree from fix-delete3-bug to master

* commit 'd0df4d54dea5f7adacb1a4127cc0bda2b794aa56':
  README: remove redundant sentence
  btree_tests:page_write/3: reject writing the root page; btree_proper_tests: likewise
  btree:cache_flush/1: do not write the root page

0.9

Toggle 0.9's commit message
Merge pull request #7 in KC/btree from bump-proper-test-timeout to ma…

…ster

* commit '117ff453ae980c3ef55398ca0f3c5f53cb6438db':
  bump proper test timeout to 60s for slow jenkins slaves

0.8

Toggle 0.8's commit message
Merge pull request #6 in KC/btree from fix-proper to master

* commit '582a8290cc894a9c794cc75d1032b7ece31bbfd4':
  btree_proper_tests: tell PropEr to not emit escape codes breaking the test report
  rebar.config: make eunit generate test report
  btree_proper_tests: naming fixes to make eunit run the proper tests
  rebar.config: update PropEr repo and tag

0.6

Toggle 0.6's commit message
Merge pull request #4 in KC/btree from reimplement-binsearch-as-NIF t…

…o master

* commit 'dc96c8b360df70ec6255cfdf87c165e8d851bcee':
  reimplement binsearch/2 as a NIF
  tweak binsearch/2 not_found/found macros to reduce tagging overheads
  add macros for binsearch/2 return cases, specify that
6594
 not_found must be matched before found
  move binsearch/2 definition ahead of its first caller
  have binsearch/2 callers check for not_found before checking for found

0.5

Toggle 0.5's commit message
Merge pull request #2 in KC/btree from gbl-35596-fix-makefile-for-ci …

…to master

* commit 'a5f87032b131b1906beb3a2089bd4f28a75bc919':
  Fix Makefile dependencies
  Add top-level .gitignore file
  Make dialyzer happy again
  Run dialyzer as part of 'make all', whilst 'make' just compiles the app
  Adding missing applications field in btree.app.src
  Bump rebar to 2.6.4+ compiled with OTP 18
  Refactor Makefile

0.4

Toggle 0.4's commit message
src/btree.erl: replace #item{} record with tagless 2-tuple

0