summary refs log tree commit diff
path: root/pkgs/development/libraries/spdlog
AgeCommit message (Collapse)AuthorFilesLines
2022-09-07spdlog: fix path in pkg-config fileArtturin1-1/+8
2022-07-24Merge pull request #181779 from ken-matsui/patch-2Anderson Torres1-3/+5
spdlog: enable static build through arguments
2022-07-17spdlog: enable static build through argumentsKen Matsui1-3/+5
2022-07-04treewide: Remove now-unneeded LD_LIBRARY_PATH in cmake derivationsJosef Kemetmüller1-5/+0
Since the setting DCMAKE_SKIP_BUILD_RPATH was disabled, we can now run the checkPhase of cmake derivations without having to tweak the LD_LIBRARY_PATH anymore.
2022-04-15spdlog: fix build on aarch64-darwinBrian Leung1-1/+5
2022-04-15spdlog: 1.9.2 -> 1.10.0Brian Leung1-13/+4
2022-02-27spdlog_0: fix build w/glibc-2.34Maximilian Bosch1-8/+9
The patch only appears necessary for spdlog_1, so we skip it for v0 which builds fine without it. Failing Hydra build: https://hydra.nixos.org/build/163659629
2022-02-27spdlog: 1.8.5 -> 1.9.2, fix build w/glibc-2.34Maximilian Bosch1-1/+9
Failing Hydra build: https://hydra.nixos.org/build/155163350
2021-11-07spdlog: 1.8.5 -> 1.9.2Artturin1-4/+4
2021-11-04treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2Anders Kaseorg1-1/+1
Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Followup to #76804. Fixes #144646. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-03-30spdlog: 1.8.2 -> 1.8.5Doron Behar1-2/+2
2021-03-03spdlog 1.8.1 -> 1.8.2rychale1-2/+2
2021-01-24spdlog: propagate fmtBen Wolsieffer1-2/+5
fmt is needed by the CMake config script.
2021-01-23spdlog_1: add support for pkgsStaticTobias Mayer1-1/+2
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2020-12-10spdlog: use nixpkgs' fmt instead of bundled oneSCOTT-HAMILTON1-1/+3
2020-11-30spdlog: build shared libraryDrew Risinger1-0/+2
2020-11-30spdlog: run testsDrew Risinger1-1/+7
Build & run tests built into spdlog.
2020-11-19spdlog: 1.7.0 -> 1.8.1Jörg Thalheim1-2/+2
2020-07-27spdlog: 1.6.0 -> 1.7.0Antoine R. Dumont (@ardumont)1-2/+2
2020-05-28Update spdlog to 1.6.0Yuriy Chernyshov1-2/+2
2019-10-24spdlog: 1.3.1 -> 1.4.2 (#71876)R. RyanTM1-6/+6
* spdlog: 1.3.1 -> 1.4.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/spdlog/versions * spdlog: actually disable example build
2019-05-25spdlog: 1.2.1 -> 1.3.1Minijackson1-3/+3
2018-11-27spdlog: 0.14.0 -> 0.17.0 & 1.1.0 -> 1.2.1Aaron Andersen1-5/+5
2018-09-09spdlog_1: init 1.1.0Franz Pletz1-23/+37
2017-10-12spdlog: build on hydra to make life easier for everyonePeter Hoeg1-3/+0
2017-10-12spdlog: 0.13.0 -> 0.14.0Peter Hoeg1-6/+6
2017-08-03spdlog: 292bdc5eb492 -> 0.13.0Charles Strahan1-4/+3
2016-05-03spdlog: init at 292bdc5obadz1-0/+36