about summary refs log tree commit diff
path: root/pkgs/development/libraries/rocksdb
AgeCommit message (Collapse)AuthorFilesLines
6 daysMerge master into staging-nextgithub-actions[bot]1-2/+2
13 daysrocksdb: 9.2.1 -> 9.3.1R. Ryantm1-2/+2
2024-06-18rocksdb: add enableLiburing optionBenjamin Lee2-0/+35
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-24rocksdb: 9.1.1 -> 9.2.1R. Ryantm1-2/+2
2024-05-23pkgs/development/libraries: remove unused fetchpatch and other arguments ↵Yohann Boniface1-1/+0
(#313402)
2024-05-06rocksdb: 9.1.0 -> 9.1.1R. Ryantm1-2/+2
2024-04-22rocksdb: 8.3.2 -> 9.1.0, rocksdb_8_3: init at 8.3.2Jonas Heinrich1-2/+2
2024-03-16rocksdb: drop -Werror for `gcc-13` support, add missing headersSergei Trofimovich1-15/+17
2023-11-25rocksdb: fix build of versions < 8Pavol Rusnak1-0/+4
There is a code that triggers "unused-but-set-variable" warning (in versions 7.x and 6.x) which is promoted to error. There is another code that triggers "deprecated-copy" warning (in versions 6.x). This change prevents this promotion, so older versions of rocksdb build successfully again.
2023-11-25rocksdb: use finalAttrsPavol Rusnak1-6/+6
2023-09-13top-level: Use `hash`, not `sha256`nicoo1-1/+1
The documentation only mentions the `hash` parameter on fetches, so `sha256` is deprecated.
2023-08-10sniff the major versionHuangYi1-1/+1
2023-08-09fix rocksdb rpath on macosyihuang1-1/+1
2023-07-15rocksdb_lite: removeCharles Hall1-2/+0
This feature was removed in rocksdb 8.0.0.
2023-07-15rocksdb: 7.10.2 -> 8.3.2Charles Hall1-2/+2
2023-03-03rocksdb_lite: 7.9.2 -> 7.10.2R. Ryantm1-2/+2
2023-02-22treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionalsArtturin1-2/+2
env values must be strings
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-10Merge master into staging-nextgithub-actions[bot]1-4/+8
2023-02-10rocksdb: fix build under mingw64HuangYi1-4/+8
2023-01-27treewide: add gcc12 flagsFabián Heredia Montiel1-2/+10
2023-01-21rocksdb: 7.8.3 -> 7.9.2R. Ryantm1-2/+2
2022-12-20Merge pull request #206659 from r-ryantm/auto-update/rocksdb_liteRobert Scott1-2/+2
rocksdb_lite: 7.7.3 -> 7.8.3
2022-12-20rocksdb: build toolsHuangYi1-0/+15
fix linux static binary
2022-12-18rocksdb_lite: 7.7.3 -> 7.8.3R. Ryantm1-2/+2
2022-11-22rocksdb: use SSE 4.2 only when supportedPavol Rusnak1-3/+2
2022-10-13rocksdb: 7.7.2 -> 7.7.3R. Ryantm1-2/+2
2022-10-08rocksdb: 7.6.0 -> 7.7.2R. Ryantm1-2/+2
2022-09-28rocksdb: fix .pc handling in all three versionsVladimír Čunát1-2/+5
I didn't realize the same nix expression is used for different rocksdb versions.
2022-09-25Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-2/+2
2022-09-23rocksdb: fixup paths in .pc filesVladimír Čunát1-0/+5
2022-09-22rocksdb_lite: 7.5.3 -> 7.6.0R. Ryantm1-2/+2
2022-08-28rocksdb: 7.4.5 -> 7.5.3R. Ryantm1-2/+2
2022-08-05rocksdb: 7.4.4 -> 7.4.5R. Ryantm1-2/+2
2022-07-29rocksdb: 7.3.1 -> 7.4.4R. Ryantm1-2/+2
2022-07-16rocksdb: 6.29.3 -> 7.3.1 (#179399)Mo0nbase1-3/+3
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2022-02-20rocksdb: 6.28.2 -> 6.29.3R. Ryantm1-2/+2
2022-02-03rocksdb: 6.27.3 -> 6.28.2R. Ryantm1-2/+2
2021-12-22rocksdb: 6.26.1 -> 6.27.3R. Ryantm1-2/+2
2021-12-06rocksdb: 6.26.0 -> 6.26.1R. Ryantm1-2/+2
2021-11-14rocksdb: 6.25.3 -> 6.26.0Pavol Rusnak1-2/+2
2021-10-29rocksdb: 6.23.3 -> 6.25.3R. Ryantm1-3/+4
2021-08-15rocksdb: 6.23.2 -> 6.23.3Ilan Joselevich1-2/+2
2021-08-08rocksdb: 6.17.3 -> 6.23.2Mario Rodas1-2/+4
2021-03-20rocksdb: 6.15.5 -> 6.17.3R. RyanTM1-2/+2
2021-02-06rocksdb: 6.15.4 -> 6.15.5R. RyanTM1-2/+2
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