1239.3.1
by Toru Maesaka
Initial import of Project BlitzDB. |
1 |
[plugin]
|
2 |
name=blitzdb |
|
3 |
title=BlitzDB Storage Engine |
|
1239.3.85
by Toru Maesaka
Merged up to rev:1350 on the Trunk. |
4 |
description=High Throughput Storage Engine |
1239.4.1
by Monty Taylor
Made blitzdb work with out of tree builds. |
5 |
url=http://launchpad.net/blitzdb |
1239.4.2
by Monty Taylor
Merged from Toru. |
6 |
version=0.3 |
1239.4.1
by Monty Taylor
Made blitzdb work with out of tree builds. |
7 |
author=Toru Maesaka |
8 |
license=PLUGIN_LICENSE_GPL |
|
1239.3.111
by Toru Maesaka
Separated BlitzCursor code out to it's own file. |
9 |
sources=ha_blitz.cc blitzcmp.cc blitzcursor.cc |
10 |
blitzdata.cc blitzlock.cc blitzindex.cc
|
|
1239.3.1
by Toru Maesaka
Initial import of Project BlitzDB. |
11 |
headers=ha_blitz.h |
12 |
ldflags=${LTLIBTOKYOCABINET} |
|
13 |
build_conditional="${ac_cv_libtokyocabinet}" = "yes" |
|
1716.1.1
by Monty Taylor
Added files to the tarball that should be there. Removed some that shouldn't |
14 |
extra_dist=AUTHORS |