about summary refs log tree commit diff
path: root/pkgs/development/libraries/libbutl
AgeCommit message (Collapse)AuthorFilesLines
2022-10-16libbutl: 0.14.0 -> 0.15.0Ryan Burns1-2/+2
2021-10-24build2: enable on all platformsRyan Burns1-0/+1
These are working on darwin, and the upstream developers even use them on windows.
2021-10-24build2: 0.13.0 -> 0.14.0Ryan Burns1-5/+3
This is a breaking update (at least for the internal C++ APIs) so the packages all need to be updated in lockstep. Misc notes: * build2 * Remove unnecessary pkg-config patch * Trivially refresh remove-config-store-paths.patch * libbutl * Enable tests now that they work with NDEBUG * libodb * update 2.5.0-b.19 -> 2.5.0-b.21
2021-09-24build2: split out dependenciesRyan Burns1-0/+54
Build2's dependency libraries and helper programs bpkg/bdep are all built and installed separately. Adds a build2 setup hook for packaging purposes, based on those of cmake and ninja. Two small patches are applied to build2's source: one to remove store references from the stored config, and one to help build2 detect library dirs from NIX_LDFLAGS.