about summary refs log tree commit diff
path: root/pkgs/development/libraries/rocksdb
AgeCommit message (Collapse)AuthorFilesLines
2021-01-26rocksdb: 6.15.2 -> 6.15.4Phillip Cloud1-2/+2
2021-01-26rocksdb: fix output hashPhillip Cloud1-1/+1
2021-01-26rocksdb: 6.14.6 -> 6.15.2Phillip Cloud1-2/+2
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-8/+8
2021-01-03treewide: Start to break up static overlayJohn Ericson1-1/+1
We can use use `stdenv.hostPlatform.isStatic` instead, and move the logic per package. The least opionated benefit of this is that it makes it much easier to replace packages with modified ones, as there is no longer any issue of overlay order. CC @FRidh @matthewbauer
2020-12-04rocksdb: 6.14.5 -> 6.14.6R. RyanTM1-2/+2
2020-11-22rocksdb: 6.12.7 -> 6.14.5R. RyanTM1-2/+2
2020-10-24rocksdb: propagate deps to fix build of sortmernaBas van Dijk1-1/+3
2020-10-24rocksdb: 6.10.2 -> 6.12.7Bas van Dijk1-12/+2
https://github.com/facebook/rocksdb/blob/v6.12.7/HISTORY.md#6127-2020-10-14
2020-10-22rocksdb: enable optional jemalloc supportBas van Dijk1-2/+3
2020-10-18rocksdb: support disabling building shared libBas van Dijk1-1/+2
This is needed to build `pkgsStatic.rocksdb`.
2020-07-18rocksdb: 6.4.6 -> 6.10.2Pavol Rusnak1-13/+20
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-27rocksdb: fix darwin buildFranz Pletz1-1/+1
2019-12-26Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz1-8/+25
2019-11-23rocksdb: Build with NinjaJohn Ericson1-2/+2
This is sightly faster/simpler.
2019-11-23Merge remote-tracking branch 'upstream/master' into mingw-rocksdbJohn Ericson1-16/+6
Can just use single commit from https://github.com/facebook/rocksdb/pull/6076 for rocksdb!
2019-11-23rocksdb: Fix MinGW BuildJohn Ericson1-3/+31
2019-11-23rocksdb: 6.2.2 -> 6.2.4mb1-2/+2
(cherry picked from commit 0cd88820b3f68129fda7f5207fbbc0cda7ce0684)
2019-11-13rocksdb: Improve conditionJohn Ericson1-2/+1
2019-11-11rocksdb: enable USE_RTTI=1Florian Klink1-0/+1
This is required for programs using rocksdb and and typeinfo. Otherwise, linking them fails with errors like this (that's ceph): /nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTIN12RocksDBStore14RocksWBHandlerE[_ZTIN12RocksDBStore14RocksWBHandlerE]+0x10): undefined reference to `typeinfo for rocksdb::WriteBatch::Handler' /nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTIN12RocksDBStore19MergeOperatorRouterE[_ZTIN12RocksDBStore19MergeOperatorRouterE]+0x10): undefined reference to `typeinfo for rocksdb::AssociativeMergeOperator' /nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTIN12RocksDBStore19MergeOperatorLinkerE[_ZTIN12RocksDBStore19MergeOperatorLinkerE]+0x10): undefined reference to `typeinfo for rocksdb::AssociativeMergeOperator' /nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTI17CephRocksdbLogger[_ZTI17CephRocksdbLogger]+0x10): undefined reference to `typeinfo for rocksdb::Logger' /nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI12BlueRocksEnv[_ZTI12BlueRocksEnv]+0x10): undefined reference to `typeinfo for rocksdb::EnvWrapper' /nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI23BlueRocksSequentialFile[_ZTI23BlueRocksSequentialFile]+0x10): undefined reference to `typeinfo for rocksdb::SequentialFile' /nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI25BlueRocksRandomAccessFile[_ZTI25BlueRocksRandomAccessFile]+0x10): undefined reference to `typeinfo for rocksdb::RandomAccessFile' /nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI21BlueRocksWritableFile[_ZTI21BlueRocksWritableFile]+0x10): undefined reference to `typeinfo for rocksdb::WritableFile' /nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI17BlueRocksFileLock[_ZTI17BlueRocksFileLock]+0x10): undefined reference to `typeinfo for rocksdb::FileLock'
2019-11-05rocksdb: fix build with gcc9Franz Pletz1-0/+2
2019-11-02rocksdb: 6.3.6 -> 6.4.6R. RyanTM1-2/+2
2019-10-25rocksdb: 6.2.4 -> 6.3.6R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rocksdb/versions
2019-10-03rocksdb: 6.2.2 -> 6.2.4mb1-2/+2
2019-08-07rocksdb: 6.1.2 -> 6.2.2magenbluten2-16/+5
2019-07-25rocksdb: Remove gflags dependencyLuis Pedro Coelho1-2/+3
GFlags are only used for the tools, which are not installed in any case.
2019-06-19rocksdb: 5.11.3 -> 6.1.2magenbluten2-71/+41
- mark osquery as broken - mark ceph as broken both osquery and ceph packages are outdated. furthermore, ceph has its own inline rocksdb source tree which isn't use in the current nixpkg. this needs to be fixed.
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+1
He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+0
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2018-04-23Merge pull request #37093 from ryantm/auto-update/rocksdbMatthew Justin Bauer1-2/+2
rocksdb: 5.10.3 -> 5.11.3
2018-04-16rocksdb: use stdenv.lib instead of libYorick1-2/+2
2018-04-16rocksdb: package binary toolsYorick van Pelt1-3/+7
2018-04-04rocksdb: Disable aarch64Silvan Mosberger1-1/+1
Because the build for it is broken
2018-04-04rocksdb_lite: FixSilvan Mosberger1-5/+5
2018-03-15rocksdb: 5.10.3 -> 5.11.3Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/0z5hqf7lmzgynw5vgliy7848dr7p6fis-rednotebook-2.4/bin/rednotebook -h` got 0 exit code - ran `/nix/store/0z5hqf7lmzgynw5vgliy7848dr7p6fis-rednotebook-2.4/bin/rednotebook --help` got 0 exit code - found 5.11.3 in filename of file in /nix/store/0z5hqf7lmzgynw5vgliy7848dr7p6fis-rednotebook-2.4
2018-03-14Merge pull request #36985 from obsidiansystems/no-allButJohn Ericson1-1/+1
treewide: get rid of platforms.allBut
2018-03-14treewide: get rid of platforms.allButJohn Ericson1-1/+1
Negative reasoning like `allBut` is a bad idea with an open world of platforms. Concretely, if we add a new, quite different sort of platform, existing packages with `allBut` will claim they work on it even though they probably won't.
2018-03-11rocksdb: use split outputsMichael Bishop1-0/+4
2018-02-28rocksdb: 5.10.2 -> 5.10.3Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - found 5.10.3 in filename of file in /nix/store/4db33wajzz0lsdms0bnpqizl280l3kwc-rocksdb-5.10.3 cc "@adev @wkennington"
2018-02-07rocksdb: 5.1.2 -> 5.10.2Adrien Devresse1-9/+17
- Update rocksdb to last version - Also enable RTTI support for rocksdb, required for Ceph - Add missing which and perl package
2017-07-24rocksdb: enable support for lite modeCharles Strahan1-0/+5
See: https://github.com/facebook/rocksdb/blob/master/ROCKSDB_LITE.md
2017-02-20Attempt to update RocksDB to 5.1.2.David James1-2/+2
2017-01-03rocksdb: properly fix #21215Domen Kožar1-2/+2
2017-01-03rocksdb: build without debugDomen Kožar1-1/+3
2017-01-03Revert "rocksdb-haskell: just compile rocksdb statically to fix #21215"Domen Kožar1-0/+3
This reverts commit 5e5df0fea29323a1a75b8a16911e22955525ed82.
2016-12-18rocksdb-haskell: just compile rocksdb statically to fix #21215Domen Kožar1-3/+0
2016-12-16rocksdb: build also static lib for rocksdb-haskellDomen Kožar1-0/+2
2016-12-15rocksdb: compile as shared libDomen Kožar1-1/+1