summary refs log tree commit diff
path: root/pkgs/development/libraries/lmdb
AgeCommit message (Collapse)AuthorFilesLines
2022-05-05lmdb: fix cross compilation to mingwW64amesgen2-3/+27
2021-05-07lmdb: more idiomatic codeVladimír Čunát1-1/+1
This should solve a warning from the r-rmcgibbo bot: > checkPhase should probably contain runHook preCheck and runHook postCheck
2021-04-30lmdb: use fetchFromGitLabIvan Kozik1-5/+7
2021-04-26lmdb: 0.9.28 -> 0.9.29Ivan Kozik1-2/+2
This has a fix for https://bugs.openldap.org/show_bug.cgi?id=9461, thus fixing pythonPackages.lmdb: https://github.com/jnwatson/py-lmdb/issues/278
2021-03-20lmdb: 0.9.25 -> 0.9.28Vladimír Čunát1-2/+2
https://github.com/LMDB/lmdb/blob/LMDB_0.9.28/libraries/liblmdb/CHANGES
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2020-06-13lmdb: 0.9.24 -> 0.9.25Jesper Geertsen Jonsson1-6/+5
Change to official repo. The Github read-only mirror is abandoned.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-30treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-04lmdb: 0.9.23 -> 0.9.24R. 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/lmdb/versions
2019-02-21lmdb: fix cross-compilationVladimír Čunát1-1/+5
2018-12-25lmdb: 0.9.22 -> 0.9.23R. 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/lmdb/versions
2018-12-14lmdb: ship static library, tooAustin Seipp1-1/+0
This is useful if you're using pkgs.pkgsMusl to build static libraries. Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01lmdb: patch-out hardcoded compilerVladimír Čunát2-0/+29
2018-04-01lmdb: 0.9.21 -> 0.9.22R. 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/lmdb/versions. These checks were done: - built on NixOS - ran `/nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin/bin/mdb_stat -V` and found version 0.9.22 - ran `/nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin/bin/mdb_copy -V` and found version 0.9.22 - ran `/nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin/bin/mdb_dump -V` and found version 0.9.22 - ran `/nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin/bin/mdb_load -V` and found version 0.9.22 - found 0.9.22 with grep in /nix/store/lycr0rb3lgdhnjfsl44wv9vw74gpsh44-lmdb-0.9.22-bin - directory tree listing: https://gist.github.com/f4d443d41dd66aa5f5038de9319c607d
2017-09-22lmdb: fix library id on darwinDaiderd Jordan1-9/+3
2017-06-06lmdb: 0.9.19 -> 0.9.21Franz Pletz1-2/+2
2017-02-14lmdb on Darwin: fix bogus library nameVladimír Čunát1-0/+6
2017-02-13lmdb: split outputs and add lmdb.pcVladimír Čunát1-5/+19
lmdb.a is removed, until someone needs it.
2017-02-01Merge branch 'master' into stagingVladimír Čunát1-1/+1
There have been some larger security rebuilds on master.
2017-01-31lmdb: get rid of $out/manVladimír Čunát1-1/+1
Why it's annoying: #22318.
2017-01-30lmdb: 0.9.18 -> 0.9.19Franz Pletz1-5/+7
2016-10-25lmdb: 0.9.16 -> 0.9.18Travis Whitaker1-2/+2
2015-10-22lmdb: fix on OSXWilliam Casarin1-2/+4
2015-08-30lmbd: 0.9.15 -> 0.9.16William A. Kennington III1-2/+2
2015-07-04lmdb: lightning memory-mapped databaseWilliam Casarin1-0/+37