Commit Graph

3699 Commits

Author SHA1 Message Date
crazywhalecc
f327dda615 Update composer 2026-04-12 13:29:16 +08:00
crazywhalecc
4671be623b Add v3 artifact test 2026-04-12 13:29:06 +08:00
crazywhalecc
661b0fe887 Remove v2 from v3 branch 2026-04-12 13:19:59 +08:00
Jerry Ma
564e204111 V3 refactor/craft (#1091) 2026-04-12 13:02:32 +08:00
crazywhalecc
bca1fb5410 Remove TODO.md 2026-04-12 13:01:34 +08:00
crazywhalecc
e7bf945b96 Forward-port #1094 2026-04-12 12:51:16 +08:00
crazywhalecc
8ee9d134b3 Add craft command 2026-04-12 01:12:53 +08:00
crazywhalecc
6976e9db96 Allow callback for removeDir 2026-04-12 01:12:32 +08:00
crazywhalecc
39a975dc90 Just skip sleep 2026-04-12 01:12:17 +08:00
crazywhalecc
4f1ed70c96 Move out callback 2026-04-12 01:11:59 +08:00
crazywhalecc
626bdc3509 Allow fallback to builder options 2026-04-12 01:11:48 +08:00
Jerry Ma
ec399052ed [3.0] Refactor windows extensions (#1073) 2026-04-11 15:01:25 +08:00
crazywhalecc
ae7552f5a2 Forward-port #1087 2026-04-11 00:45:31 +08:00
crazywhalecc
25891a8648 Add ext-mongodb for Windows 2026-04-11 00:39:30 +08:00
crazywhalecc
e83a997d0c Add ext-zstd for Windows 2026-04-10 21:09:46 +08:00
crazywhalecc
58eb769ddf Forward-port #1086 2026-04-10 20:37:40 +08:00
crazywhalecc
e33aff18cc Forward-port #1082 2026-04-10 20:37:25 +08:00
crazywhalecc
9fb1dcbe93 Merge branch 'main' into v3-refactor/win-exts 2026-04-10 16:27:16 +08:00
crazywhalecc
869c9a06e3 Add ext-maxminddb and libmaxminddb support on Windows 2026-04-10 16:25:24 +08:00
crazywhalecc
4ba565b461 Add ext-uv and libuv support on Windows 2026-04-10 16:15:13 +08:00
crazywhalecc
6ef012e204 Add ext-uv and libuv support on Windows 2026-04-10 16:15:07 +08:00
Jerry Ma
6e354b4c6a fix: icu-static-win, ext-swoole, krb5, sqlsrv with grpc (#1087) 2026-04-10 16:14:02 +08:00
crazywhalecc
864fa9d0eb Fix #1083 2026-04-10 16:09:35 +08:00
crazywhalecc
db8520d8f0 Change config 2026-04-10 15:56:39 +08:00
crazywhalecc
3808457b52 Add lz4 and ext-lz4 for Windows 2026-04-10 15:51:18 +08:00
crazywhalecc
d29bd12bcc Remove old support config 2026-04-10 15:36:21 +08:00
crazywhalecc
f46240b55e Remove old support config 2026-04-10 15:35:22 +08:00
crazywhalecc
35b23a532f Add ext-snappy and snappy support on Windows 2026-04-10 15:34:55 +08:00
crazywhalecc
323f1ec00e Use correct ext-xz arg-type 2026-04-10 15:33:52 +08:00
crazywhalecc
6b29d92579 Disable ext-snmp, ext-ldap on Windows 2026-04-10 15:33:31 +08:00
crazywhalecc
1320a74460 Add ext-trader 2026-04-10 15:32:50 +08:00
crazywhalecc
4c07bcc95f Allow xz build statically 2026-04-10 15:05:15 +08:00
crazywhalecc
a27f5cc8be Oops 2026-04-10 14:26:03 +08:00
crazywhalecc
26a14bccbe Disable iouring on glibc build 2026-04-10 14:21:06 +08:00
crazywhalecc
cf48d131b3 Use direct link to official release instead of mirror 2026-04-10 13:52:21 +08:00
crazywhalecc
544fd15c0b test tmate 2026-04-10 13:26:14 +08:00
crazywhalecc
b04b079267 test 2026-04-10 13:22:06 +08:00
crazywhalecc
da49c056c9 test 2026-04-10 12:49:10 +08:00
crazywhalecc
7fc5dd428d Fix krb5 CI build by the way 2026-04-10 12:24:25 +08:00
crazywhalecc
6b62255091 test 2026-04-10 12:21:21 +08:00
crazywhalecc
9d777ca650 fix(icu_static_win): update paths for ICU static libraries and includes 2026-04-09 23:37:36 +08:00
crazywhalecc
7e2cfe2950 Merge remote-tracking branch 'origin/v3-refactor/win-exts' into v3-refactor/win-exts 2026-04-09 19:11:32 +08:00
Marc
20f95efcba fix(xlswriter): fix macOS build with modern Clang (C23) (#1086) 2026-04-09 14:30:42 +07:00
crazywhalecc
1d0ccdec45 Refactor micro:combine command on v3 2026-04-09 15:16:44 +08:00
Marc
fb7730989c Apply suggestions from code review
Co-authored-by: Marc <m@pyc.ac>
2026-04-09 14:00:10 +07:00
Kévin Dunglas
4d2036f20e fix(xlswriter): use -std=gnu17 to fix K&R declarations rejected by C23
The bundled minizip in xlswriter has K&R C function declarations in
multiple files (mztools.c, ioapi.c). Apple Clang (Xcode 16+) defaults
to C23, which removed K&R from the standard, causing hard build errors.

Instead of patching individual files, downgrade the C standard to gnu17
for the whole build when xlswriter is enabled. This covers all K&R
occurrences in the bundled code.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 08:49:49 +02:00
crazywhalecc
cd14f6253b Add ext-zip for Windows 2026-04-09 12:25:12 +08:00
crazywhalecc
28e102100f Refactor support for sysv extensions and tidy for Windows 2026-04-09 12:17:00 +08:00
crazywhalecc
e25d95c26b Add ext-soap for Windows 2026-04-09 12:16:30 +08:00
crazywhalecc
b45e64ec16 Add ext-swow for Windows 2026-04-09 12:15:56 +08:00