about summary refs log tree commit diff
path: root/pkgs/development/libraries/mongoc
AgeCommit message (Collapse)AuthorFilesLines
2023-09-23mongoc: 1.24.3 -> 1.24.4R. Ryantm1-2/+2
2023-09-05mongoc: 1.24.2 -> 1.24.3R. Ryantm1-2/+2
2023-07-15mongoc: 1.24.1 -> 1.24.2R. Ryantm1-2/+2
2023-06-25Merge pull request #239341 from r-ryantm/auto-update/mongocMartin Weinelt1-2/+2
mongoc: 1.23.5 -> 1.24.1
2023-06-23mongoc: 1.23.5 -> 1.24.1R. Ryantm1-2/+2
2023-06-22mongoc: unbreak on x86_64-darwinWeijia Wang1-2/+1
2023-06-11mongoc: 1.23.4 -> 1.23.5R. Ryantm1-2/+2
2023-05-25mongoc: rework packagingNick Cao1-37/+44
2023-05-16mongoc: 1.23.3 -> 1.23.4R. Ryantm1-2/+2
2023-04-09mongoc: 1.23.2 -> 1.23.3R. Ryantm1-2/+2
2023-02-18mongoc: add patch documentationYan1-0/+4
2023-02-17mongoc: mark darwin x86_64 as brokenYan1-0/+1
2023-02-14mongoc: formattingYan1-1/+1
2023-02-14mongoc: add Security Framework Darwin build depYan1-1/+5
2023-02-13mongoc: 1.23.1 -> 1.23.2Yan1-2/+8
2022-11-23mongoc: 1.8.0 -> 1.23.1archer-651-7/+25
2022-05-04treewide: add meta.mainProgram to some librariesMalo Bourgon1-1/+2
where a single bin is provided and someone might actually want to run it
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-12-20mongoc: fix propagated libraries for libtoolOrivej Desh1-2/+4
libmongoc-1.0.la links to snappy (ld -l) but does not contain full path (ld -L)
2017-09-28mongoc: don't use bundled zlib & snappyFranz Pletz1-2/+3
2017-09-28mongoc: 1.7.0 -> 1.8.0Franz Pletz1-2/+2
2017-08-12mongoc: 1.5.4 -> 1.7.0Robin Gloster1-4/+4
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-02-17mongoc: 1.1.10 -> 1.5.4Robin Gloster1-5/+2
2015-08-24mongoc: init at 1.1.10Ian Duncan1-0/+26
[Bjørn: Minor coding style cleanup.]