Commit Graph

17 Commits

Author SHA1 Message Date
Weijia Wang
e5141cc3cc windows.mcfgthreads: 2.4.1 -> 2.4.2
https://github.com/lhmouse/mcfgthread/compare/v2.4-ga.1...v2.4-ga.2
2026-07-13 11:24:56 +02:00
eveeifyeve
8c11b3a49b windows.mcfgthread: 2.3.2 -> 2.4.1 2026-06-25 21:30:48 +10:00
Weijia Wang
fb242bead5 windows.mcfgthreads: 2.3.1 -> 2.3.2
https://github.com/lhmouse/mcfgthread/releases/tag/v2.3-ga.2
2026-04-20 11:30:53 +02:00
Weijia Wang
9295a2d5e9 windows.mcfgthreads: 2.2.2 -> 2.3.1 2026-01-23 20:50:49 +01:00
Weijia Wang
c2514215e5 windows.mcfgthreads: 2.1.1 -> 2.2.2 2025-11-04 00:46:59 +01:00
Ross Smyth
9fe90d264e windows.mcfgthreads: 1.9.3 -> 2.1.1 2025-08-01 17:05:10 -04:00
Weijia Wang
482ff494b8 windows.mcfgthreads: 1.6.1 -> 1.9.2 2024-11-29 15:20:43 +01:00
seth
613a1dafd5 windows.*: format with nixfmt 2024-11-06 17:27:11 -05:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Weijia Wang
58b98e9a25 windows.mcfgthreads_pre_gcc_13: drop 2024-04-28 04:43:28 +02:00
Weijia Wang
6e76f39f41 windows.mcfgthreads: unstable-2023-06-06 -> 1.6.1, refactor 2024-01-12 22:10:44 +01:00
Sergei Trofimovich
c6132dcf23 pkgsCross.mingwW64.windows.mcfgthreads: add gcc13 compatible version
Upstream `gcc-13` merged `mcfgthreads` support with a caveat: it's
headers interface is not compatible with the patch `nixpkgs` was
carrying in `gcc-12` and before.

To keep both new (`gcc13`) and old (`_pre_gcc13`) version I held back
previous `windows.mcfgthreads` attribute as
`windows.mcfgthreads_pre_gcc_13`. It is used for `gcc` before 13.

The change fixes the build of `pkgsCross.mingwW64.stdenv` itself and
example program:

    $ nix build --impure --expr 'with import ./. {}; pkgsCross.mingwW64.re2c.override { stdenv = pkgsCross.mingwW64.gcc11Stdenv; }'
2023-06-08 07:43:56 +01:00
John Ericson
bc1f7c5d7f mcfgthreads: 9570e5ca -> 10y2x3x6
The latest version non longer has `-Werror` (at our request; thanks!) so
we no longer need to patch it out.
2021-03-12 15:54:05 +00:00
sternenseemann
81e5833fd1 mcfgthreads: fix syntax
PR #115603 / 8ad96b7786 introduced a
syntax error by introducing an '' inside an indented string and thus a
syntax error. Was merged despite the failing ofborg check.
2021-03-11 23:59:14 +01:00
Michael Roitzsch
8ad96b7786 mcfgthreads: enable cross-compiling on Darwin
using -Werror is problematic in general, remove for all platforms
fixes #97214
2021-03-09 21:23:19 +01:00
John Ericson
04cb05d20c gcc: Build MinGW stage two with threading library
Currently this is set up to be mcfgthreads, but it could be something
else instead.
2019-11-11 11:02:38 -05:00
John Ericson
06c5e811e6 mcfgthreads: Init from git 2019-11-11 00:25:24 -05:00