Commit Graph

14 Commits

Author SHA1 Message Date
OPNA2608
5e06a7bc76 net-cpp: 3.2.1 -> 3.2.2 2026-06-21 21:29:57 +02:00
OPNA2608
614c5b381e net-cpp: 3.2.0 -> 3.2.1 2026-03-15 11:15:52 +01:00
OPNA2608
cc8c910e54 net-cpp: Fix build with Boost 1.89 2026-02-24 18:12:27 +01:00
OPNA2608
62a5bcb3bf net-cpp: 3.1.1 -> 3.2.0 2025-09-20 16:54:41 +02:00
Fernando Rodrigues
05580f4b44 treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-25 22:20:17 -03:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
OPNA2608
af3f975c55 net-cpp: Fix FTBFS
- Pin to boost 1.86
- Fetch Debian patch to fix compat with newer flask
2025-02-09 07:50:48 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Simon Hollingshead
ccb8f4f193 net-cpp: Force building with C++14.
This is to maintain compatibility with gtest 1.13+.
2024-02-22 18:16:50 +00:00
OPNA2608
058d36f159 net-cpp: 3.1.0 -> 3.1.1 2024-01-28 20:02:36 +01:00
Peder Bergebakken Sundt
ad5e744714 treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
This will respect `doCheck = false;` overrides, common for cross.
2023-11-30 18:56:12 +01:00
OPNA2608
fd304c1459 net-cpp: Fetch patch for opting out of tests 2023-11-28 11:08:52 +01:00
OPNA2608
0c22987cbd net-cpp: init at 3.1.0 2023-10-13 16:19:58 +02:00