Commit graph

29 commits

Author SHA1 Message Date
Artturin 2d03092f09 spdlog: fix path in pkg-config file 2022-09-07 21:49:33 +03:00
Anderson Torres f768f10189
Merge pull request #181779 from ken-matsui/patch-2
spdlog: enable static build through arguments
2022-07-24 13:27:49 -03:00
Ken Matsui 717ca91ade
spdlog: enable static build through arguments 2022-07-17 09:01:25 +09:00
Josef Kemetmüller bcd7045998 treewide: Remove now-unneeded LD_LIBRARY_PATH in cmake derivations
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-07-04 03:49:01 +03:00
Brian Leung aaffbf925c
spdlog: fix build on aarch64-darwin 2022-04-15 08:23:36 -07:00
Brian Leung a839c59d4e
spdlog: 1.9.2 -> 1.10.0 2022-04-15 08:23:36 -07:00
Maximilian Bosch 5f9c36c07f
spdlog_0: fix build w/glibc-2.34
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-27 10:26:57 +01:00
Maximilian Bosch f8a7d99e54
spdlog: 1.8.5 -> 1.9.2, fix build w/glibc-2.34
Failing Hydra build: https://hydra.nixos.org/build/155163350
2022-02-27 10:25:40 +01:00
Artturin f06cec9564 spdlog: 1.8.5 -> 1.9.2 2021-11-07 22:05:05 +02:00
Anders Kaseorg e12f4db556 treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
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-11-04 16:15:05 -07:00
Doron Behar 10b3ed18b5 spdlog: 1.8.2 -> 1.8.5 2021-03-30 01:03:41 +03:00
rychale 61e3bd3fda
spdlog 1.8.1 -> 1.8.2 2021-03-03 14:25:46 +03:00
Ben Wolsieffer 03ef0aae0a spdlog: propagate fmt
fmt is needed by the CMake config script.
2021-01-24 20:46:01 -05:00
Tobias Mayer 67c0d5b95c
spdlog_1: add support for pkgsStatic 2021-01-23 13:28:36 +01:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
SCOTT-HAMILTON ddf90cb942 spdlog: use nixpkgs' fmt instead of bundled one 2020-12-10 10:47:00 +01:00
Drew Risinger c19f3623a2 spdlog: build shared library 2020-11-30 20:49:13 -05:00
Drew Risinger d7de691b1b spdlog: run tests
Build & run tests built into spdlog.
2020-11-30 20:49:13 -05:00
Jörg Thalheim ba322dcb49
spdlog: 1.7.0 -> 1.8.1 2020-11-19 11:23:28 +01:00
Antoine R. Dumont (@ardumont) 1e70a95d45
spdlog: 1.6.0 -> 1.7.0 2020-07-27 08:20:22 +02:00
Yuriy Chernyshov 331ce6981b
Update spdlog to 1.6.0 2020-05-28 10:57:51 +03:00
R. RyanTM 719313b2a2 spdlog: 1.3.1 -> 1.4.2 (#71876)
* 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-10-24 17:15:38 +02:00
Minijackson a52835176e
spdlog: 1.2.1 -> 1.3.1 2019-05-25 16:43:37 +02:00
Aaron Andersen 5a1eb1819b spdlog: 0.14.0 -> 0.17.0 & 1.1.0 -> 1.2.1 2018-11-27 15:57:10 -05:00
Franz Pletz 4d11a37c69
spdlog_1: init 1.1.0 2018-09-09 22:15:06 +02:00
Peter Hoeg 0381d60e71 spdlog: build on hydra to make life easier for everyone 2017-10-12 12:40:35 +08:00
Peter Hoeg d256057b2c spdlog: 0.13.0 -> 0.14.0 2017-10-12 12:40:12 +08:00
Charles Strahan 958cdf37c1
spdlog: 292bdc5eb492 -> 0.13.0 2017-08-03 00:38:33 -04:00
obadz b1bf11881a spdlog: init at 292bdc5 2016-05-03 23:05:37 +01:00