Commit Graph

39 Commits

Author SHA1 Message Date
Sergei Trofimovich
e029cffd29 fmt: 10.1.1 -> 10.2.1
Changes: https://github.com/fmtlib/fmt/releases/tag/10.2.1
2024-02-24 21:33:13 +11:00
Christian Lütke Stetzkamp
093b9608ce fmt: 10.1.0 -> 10.1.1 2023-09-17 13:08:03 +02:00
Sergei Trofimovich
ffe22348eb fmt: 10.0.0 -> 10.1.0
Among other things this pulls upstream fix for glibc-2.38:

    e475859042

Without the change `pkgsi686Linux.fmt` fails tests against `glibc-2.38`
as:

    /build/source/test/chrono-test.cc:733: Failure
    Expected equality of these values:
       "44.000000000000"
       fmt::format("{:%S}", std::chrono::duration<float, std::pico>( 1.54213895E+26))
2023-08-12 22:41:17 +01:00
Yureka
7efa5777e2
pkgsMusl.fmt: fix build (#246269) 2023-07-31 02:43:38 +02:00
Mario Rodas
b3b41261d5 fmt: add changelog to meta 2023-05-20 04:20:00 +00:00
Mario Rodas
b005ff482d fmt: add packages as reverse dependencies to passthru.tests 2023-05-20 04:20:00 +00:00
Mario Rodas
6ed59c8420 fmt_10: init at 10.0.0
https://github.com/fmtlib/fmt/releases/tag/10.0.0
2023-05-20 04:20:00 +00:00
Nicolas Benes
fb9496a58f fmt_7: remove unused pkg 2023-01-22 02:47:38 +01:00
Zhaofeng Li
9cfee5c3bd fmt_9: 9.0.0 -> 9.1.0 2022-10-30 18:44:01 -06:00
Nicolas Benes
45c0bb79c6 fmt_9: init at 9.0.0 2022-08-31 21:28:09 +02:00
Artturi
aeed5a4f93
Merge pull request #179584 from Artturin/fmtupdate 2022-07-22 21:24:12 +03:00
Artturin
5bcec70433 fmt_8: 8.0.1 -> 8.1.1
nixpkgs-wayland waybar needs this
and nixpkgs waybar will need this

36aa22189b
2022-07-19 20:01:28 +03:00
Josef Kemetmüller
1ca04aa9f1 treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF
This is now the new default and thus doesn't need to be set manually
anymore.
2022-07-04 03:49:01 +03:00
Ivar
176b8cce23
fmt_8: init at 8.0.1 (#129378) 2021-07-07 03:08:35 +02:00
Orivej Desh
4830e129e6 fmt: fix license 2021-02-15 03:34:54 +00:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
John Ericson
f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
R. RyanTM
ac6196fe2b fmt: 7.1.2 -> 7.1.3 2020-11-26 03:56:32 +00:00
R. RyanTM
1a15a0b02d fmt: 7.0.3 -> 7.1.2 2020-11-21 20:56:52 +00:00
Jörg Thalheim
a19b005867
fmt_6: remove 2020-11-19 13:58:53 +01:00
Samuel Gräfenstein
0c10d50caa
fmt_6, fmt_7: init 2020-10-23 15:39:26 +02:00
Samuel Gräfenstein
67f70f9bcf
fmt: 6.2.1 -> 7.0.3 2020-10-23 15:38:42 +02:00
Frederik Rietdijk
759a2815ec pkgsStatic.fmt: don't build shared libs
The change in `static.nix` was added in
https://github.com/NixOS/nixpkgs/pull/76875 but apparently
`enabledShared` got removed in the master/staging-next merge.
2020-09-27 11:31:58 +02:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Orivej Desh
df9ac8b4a0
fmt: 6.2.0 -> 6.2.1, fix cmake config (#89114) 2020-05-28 16:31:13 +00:00
Jan Tojnar
cfdd91c6fb
fmt: fix pkg-config paths 2020-05-01 19:55:17 +02:00
R. RyanTM
08d634a7a0
fmt: 6.1.2 -> 6.2.0 2020-04-23 22:05:00 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Orivej Desh
8c1cb557c6 fmt: 6.1.1 -> 6.1.2
Tests and parallel building are enabled by default.
2020-02-28 13:17:10 +00:00
R. RyanTM
9caa289753 fmt: 6.0.0 -> 6.1.1 2020-02-10 18:06:55 +01:00
Dmitry Kalinkin
7e5b495851
fmt: remove the enableShared option
Static libraries are to be provided by the pkgsStatic.fmt package.
2020-01-03 11:31:21 -05:00
Jeroen de Haas
2ff3620d0d fmt: 5.3.0 -> 6.0.0 (#68168) 2019-09-16 14:39:52 +00:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Cole Mickens
7720c31a20
fmt: 5.2.1 -> 5.3.0
Signed-off-by: Cole Mickens <cole.mickens@gmail.com>
2019-01-13 01:44:27 -08:00
Cole Mickens
719feb8f55 fmtlib: add pkgconfig
* fmtlib: add pkgconfig (#48960)
2018-11-19 23:02:21 +01:00
Stefan Wiehler
b23d92f8f2 fmt: minor refactor
Add separate build outputs, enable parallel building, fix platforms,
adapt to styleguide.
2018-10-28 14:04:15 +01:00
Jeroen de Haas
2f6097b783 fmt: init at 5.2.1
This commit adds fmt, a C++ formatting library.
2018-10-16 08:30:54 +02:00