Victor Porof
bfc6137aec
Remove with-clang feature in favor of using $CC
...
Signed-off-by: Victor Porof <victor.porof@gmail.com>
5 years ago
Victor Porof
31b148f897
Bump lmdb and lmdb-sys versions to 0.12.2 and 0.9.2 respectively
...
Signed-off-by: Victor Porof <victor.porof@gmail.com>
5 years ago
Victor Porof
6b47f7923a
Use relaxed dependency versions (pre 0.12) for better build compat with m-c ( #66 )
...
Signed-off-by: Victor Porof <victor.porof@gmail.com>
5 years ago
Victor Porof
e06ffdb534
Bump version to 0.9.1
...
Signed-off-by: Victor Porof <victor.porof@gmail.com>
5 years ago
Victor Porof
b92f9a2053
Add features for building with fuzzing but not linking libfuzzer
...
Signed-off-by: Victor Porof <victor.porof@gmail.com>
5 years ago
Victor Porof
0603615a2d
Add features for building with asan and fuzzing
...
Signed-off-by: Victor Porof <victor.porof@gmail.com>
5 years ago
Victor Porof
928f3c8af3
Have documentation and homepage urls for the crates.io page
...
Signed-off-by: Victor Porof <victor.porof@gmail.com>
5 years ago
Victor Porof
76767e9e75
Use CI badges for the crates.io page, mirroring what lmdb-rkv does
...
Signed-off-by: Victor Porof <victor.porof@gmail.com>
5 years ago
Victor Porof
358f428450
Use a simple lib name for lmdb-rkv-sys, mirroring what lmdb-rkv does
...
Signed-off-by: Victor Porof <victor.porof@gmail.com>
5 years ago
Victor Porof
6bd379824c
Don't generate bindings as part of the build phase
...
Signed-off-by: Victor Porof <victor.porof@gmail.com>
5 years ago
Victor Porof
a5ceeb29d5
Bump version to 0.9.0
...
Signed-off-by: Victor Porof <victor.porof@gmail.com>
5 years ago
Victor Porof
cac5b8d5d1
Update all dependencies to their latest version for the sys crate
...
Signed-off-by: Victor Porof <victor.porof@gmail.com>
5 years ago
Victor Porof
b6720b8937
Create bindings automatically using rust-bindgen
...
Signed-off-by: Victor Porof <victor.porof@gmail.com>
5 years ago
Myk Melez
0983b3188b
update patch version for lmdb-rkv-sys 0.8.6
6 years ago
Myk Melez
cf1c233899
update patch version for lmdb-rkv-sys 0.8.5
6 years ago
Myk Melez
6bfec5736a
update patch version for lmdb-rkv-sys 0.8.4
6 years ago
Myk Melez
0a69d027f3
update patch version for lmdb-rkv-sys 0.8.3
6 years ago
Myk Melez
babc0594df
add feature flags to define MDB_IDL_LOGN macro
6 years ago
Myk Melez
d5963565f4
update patch version for lmdb-rkv-sys 0.8.2
6 years ago
Myk Melez
ce8b7dd9e4
use newly published lmdb-rkv-sys crate with upgraded LMDB version 0.9.23
6 years ago
Myk Melez
7456a07993
update LMDB to latest stable release version 0.9.23
6 years ago
Daniel Wagner-Hall
c240c9243b
Update pkg-config dependency to 0.3.2
...
Earlier versions of pkg-config don't build with any post-1.0 rust
compiler.
This is an attempt to get lmdb, and some non-trivial crates which depend
on it, building with `-Z minimal-versions`. See
https://github.com/rust-lang/cargo/issues/5657 for more information.
6 years ago
Dan Burkert
90e8880995
0.8.0
7 years ago
zach
0f613773c1
Update dependencies and add database statistics ( #23 )
...
Add database statistics in a new `Stats` type
Also bundles a few other changes:
- Switch from `gcc` crate to `cc` for building lmdb
- Bump `bitflags` crate to 1.0
- Bump minimum required `rustc` from `1.8` to `1.20`
This is a breaking change.
7 years ago
Dan Burkert
6539d449f0
0.7.2
7 years ago
Dan Burkert
547841a3e2
Compile lmdb with opt level O2
...
LMDB segfaults reliably with newer GCC versions when compiled with O3.
Regression test included.
fixes #21
7 years ago
Dan Burkert
b2efebf54a
0.7.1
7 years ago
Dan Burkert
64ae95ba16
0.7.0
8 years ago
Dan Burkert
fc92971dca
Add crate doc root
...
https://github.com/brson/rust-api-guidelines#c-html-root
8 years ago
Dan Burkert
f6343a283a
Update crate metadata and CI
8 years ago
Dan Burkert
83b1d33fde
0.6.0
8 years ago
Dan Burkert
23e33ccd86
update doc links
9 years ago
Dan Burkert
a27d07bc4e
0.5.0
9 years ago
Dan Burkert
cf967d1929
use libc crate
10 years ago
Dan Burkert
d27d6a493e
0.4.3
10 years ago
Dan Burkert
04882e53ad
update for rustc 1.0.0-nightly (2e3b0c051 2015-04-01) (built 2015-04-01)
10 years ago
Dan Burkert
ddd747f798
0.4.2
10 years ago
Dan Burkert
87ccf55e0a
0.4.1
10 years ago
Dan Burkert
80d02b8ca0
0.4.0
10 years ago
Dan Burkert
ec3cde7df7
0.3.0
10 years ago
Dan Burkert
5b8204bab0
Remove bindgen buildtime generation
10 years ago
Dan Burkert
27bfa93a0a
transition to bitflags crate
10 years ago
Dan Burkert
81b387c41b
use upstream bindgen
10 years ago
Dan Burkert
0b202ecd56
Update for rustc 1.0.0-nightly (44a287e6e 2015-01-08 17:03:40 -0800)
10 years ago
Dan Burkert
951ca804e2
Execute bindgen in build.rs
10 years ago
Dan Burkert
7ffc6df87f
fix build for rustc 1.0.0-nightly (ea6f65c5f 2015-01-06 19:47:08 +0000)
10 years ago
Dan Burkert
a2abd18460
add duplicate iterators
10 years ago
Dan Burkert
0d4db9f645
depend on upstream rust-bindgen
10 years ago
Dan Burkert
b65caa3f4d
simple iterator impl with benchmarks
10 years ago
Dan Burkert
9ab71e29b1
First cut at a higher-level api
10 years ago