Oleksandr Anyshchenko
3c81016309
Release 0.13.0 ( #351 )
5 years ago
Roman Tsisyk
394238ff94
Add Android support ( #343 )
5 years ago
Vladimir Motylenko
ba2ae63799
Fix rocksdb build on MinGW. ( #342 )
5 years ago
Oleksandr Anyshchenko
2a22123901
Bump rocksdb up to 6.2.4
5 years ago
Ryo Onodera
d3dce6ae3a
Conditionally define bzip2 error callback function
5 years ago
tobiasruck
9368269bb7
Disable trait derivation for librocksdb-sys ( fixes #335 )
5 years ago
Ilya Bogdanov
393288e2f0
Update rocksdb submodule to 6.1.2 ( #328 )
5 years ago
Oleksandr Anyshchenko
eed3270342
Try to fix build on windows
5 years ago
Andrew Dirksen
de431e3e5e
fmt
5 years ago
Andrew Dirksen
54aff620fa
enable cross compilation by fix #322
5 years ago
John-John Tedro
d7cfbdcb6d
Build RocksDB with support for unicode filenames on Windows
5 years ago
Oleksandr Anyshchenko
7c4bfb8735
Replace deprecated types
5 years ago
Bushido Cabellero
0e19bfbee8
Bumps to RocksDB version 6.1.2
5 years ago
Elichai Turkel
e880dd0c31
Updated librocksdb dependencies
6 years ago
Jihyun Yu
5aeb49137d
enable sse4.2/pclmul for accelerated crc32c
6 years ago
Baptiste Jamin
8f48e6c351
Bump RocksDB to 5.18.3 (prevents deadlocks)
6 years ago
Oleksandr Anyshchenko
e7f5c24105
Applied clippy lints
6 years ago
Oleksandr Anyshchenko
4f62063f3c
Update rocksdb version up to 5.17.2
6 years ago
Jordan Terrell
896dbc6c61
Applying changes from rustfmt...
6 years ago
Oleksandr Anyshchenko
b9681c8613
Disabled warnings when builds c++ deps
6 years ago
Jordan Terrell
a2938b5465
Bumping crate version for librocksdb-sys to 5.14.3 and rocksdb to 0.11...
6 years ago
Jordan Terrell
a824913a36
Applying rustfmt to all code...
6 years ago
Stanislav Panferov
02149cbd83
Bump bindgen up to 0.43
6 years ago
Jordan Terrell
d997ad38ba
Adding Windows builds to CI ( #219 )
...
* Adding Windows builds to Travis CI config...
* Adding missing library to windows target...
* Changing test directory name randomization to be cross-platform...
* Removing /target directory from CI cache...
6 years ago
Oleksandr Anyshchenko
c72f8c87a3
Some changes in a .gitignore file
6 years ago
Jordan Terrell
16a49d9706
Compression algorthms are now enabled by crate features...
6 years ago
Jordan Terrell
b56881e5d6
Adding Zlib and Bzip2 compression support...
6 years ago
Jordan Terrell
64b99a4f3b
Adding Zstandard compression support...
6 years ago
Jordan Terrell
f54deaf1e0
Adding LZ4 compression support and updated Snappy version to same version targeted by RocksDb...
6 years ago
Martin Ek
7c6d756347
Upgrade RocksDB to 5.14.2
6 years ago
Martin Ek
f1c3b48b3f
Update bindgen to 0.37
6 years ago
Jordan Terrell
0eab9980ed
Adding additional Windows sources to fix linker issue when trying to resolve WindowsThread symbols...
7 years ago
Tyler Neely
701669d076
cut rocksdb version 0.10.0, librocksdb-sys 5.11.3.
7 years ago
Andrey Lesnikov
d3ccbe5e43
System rocksdb and snappy libs through envvars
...
Variables: ROCKSDB_LIB_DIR, SNAPPY_LIB_DIR, ROCKSDB_STATIC and SNAPPY_STATIC
7 years ago
Diego Ongaro
de5653324a
Bump rocksdb version to 5.10.2
7 years ago
Jeffrey Quesnelle
c87c22bdd5
bump librocksdb-sys to 5.7.1
7 years ago
Jeffrey Quesnelle
6bf579471c
fixes windows build
7 years ago
Griffin Smith
09b7022b5a
Update dependency on cc (previously gcc) crate
...
Rename the gcc crate to cc per alexcrichton/cc-rs@410992f, and update
the one breaking change from the `Config` struct to `Build`, per
alexcrichton/cc-rs@dc4bfb4.
The primary impetus for this change is to pull over
alexcrichton/cc-rs@2b1ce98, which *drastically* speeds up build times of
rocksdb-sys (20m to 1m, on my machine).
7 years ago
Rick Richardson
d31e2bb88e
updated merge_operator framework to support merge types other than associative (support a partial merge and full merges that may or may not have an existing value)
7 years ago
Rick Richardson
963b8cba51
bump gcc to cc 1.0+ (for actual parallel builds)
7 years ago
Rick Richardson
6ca99a8121
add workaround for weird bindgen stddefs.h align bug, fix tests
7 years ago
Tyler Neely
68f6a123df
bump rocksdb to 5.6.2, suppress unused-parameter warnings
7 years ago
Griffin Smith
a4587f62c1
Remove `set_disable_data_sync`
...
This is removed from rocksdb core as of facebook/rocksdb@eb912a9, and
having the reference in the ffi causes loading the shared library to
break.
7 years ago
Tyler Neely
77db662562
bump version up to 5.6.1. switch over to version system that traces upstream rocksdb.
7 years ago
Nikhil Benesch
9d0a5e2819
use bindgen to generate ffi
...
Closes #128 .
7 years ago
Volker Mische
3ecf13ccdb
Bump RocksDB to 5.6.1
7 years ago
Tyler Neely
9002fbda95
0.7.0
7 years ago
Richard Dodd
b8ecb42460
Nit
7 years ago
Richard Dodd
514e8904d7
Add to options
...
- set_allow_concurrent_memtable_write
And fix test
7 years ago
Richard Dodd
2a7ab0f805
Include change from 5.4.5
...
Change "use_direct_writes" to "use_direct_io_for_flush_and_compaction"
7 years ago