crazywhalecc
|
0696acb9c5
|
Add support for re2c in tool checklists and environment setup
|
2025-07-28 15:54:55 +08:00 |
|
DubbleClick
|
fb62a0e338
|
small adjustments
|
2025-07-26 20:12:18 +07:00 |
|
DubbleClick
|
c2b3b78846
|
switch to libmimalloc.a because go linker is sometimes doing unpredictable things
|
2025-07-26 13:51:34 +07:00 |
|
DubbleClick
|
27a4d5af54
|
better description of function
|
2025-07-25 10:04:06 +07:00 |
|
DubbleClick
|
00e78dd84f
|
fix imagick problem, for some reason it must be in the --start-group --end-group
|
2025-07-25 09:59:24 +07:00 |
|
DubbleClick
|
7eb5fb4520
|
l:libstdc++.a
|
2025-07-25 09:30:15 +07:00 |
|
DubbleClick
|
7177afd7f8
|
phpstan fix
|
2025-07-24 21:57:56 +07:00 |
|
DubbleClick
|
eca7a43a01
|
get rid of extra logic for shared and static libraries, rely on SPCConfigUtil
|
2025-07-24 21:42:31 +07:00 |
|
DubbleClick
|
5c9a3e236b
|
array_reverse again
|
2025-07-24 21:29:34 +07:00 |
|
DubbleClick
|
84e470d213
|
Merge branch 'main' of https://github.com/crazywhalecc/static-php-cli into zig
|
2025-07-24 11:02:11 +07:00 |
|
DubbleClick
|
4e4cf4bbc7
|
fix weird macos thing?!
|
2025-07-23 17:33:49 +07:00 |
|
DubbleClick
|
fa38fa1410
|
easier debugging for breakpoints
|
2025-07-23 14:13:22 +07:00 |
|
DubbleClick
|
958fd0cdcb
|
Merge branch 'main' of https://github.com/crazywhalecc/static-php-cli into grpc
|
2025-07-23 13:51:33 +07:00 |
|
DubbleClick
|
4c56c96326
|
lib-suggests: ldap was missing for curl
|
2025-07-23 13:16:23 +07:00 |
|
DubbleClick
|
31e7cd31c1
|
make sure that mimalloc.o is *always* first, no matter if $_ENV['LIBS'] is set
|
2025-07-23 10:49:23 +07:00 |
|
DubbleClick
|
51ec8199e4
|
bring back static lib logic
|
2025-07-23 10:46:30 +07:00 |
|
DubbleClick
|
f75c58b7d2
|
revert to double array_reverse, because static libs with dependencies are backwards
|
2025-07-23 10:21:36 +07:00 |
|
DubbleClick
|
f8970a21be
|
fix cs
|
2025-07-23 09:53:31 +07:00 |
|
DubbleClick
|
b6be20727d
|
fix a few accidental array_reverse calls, pkg-config --static instead of pkg-config --libs
|
2025-07-23 09:47:35 +07:00 |
|
crazywhalecc
|
9c4a6b46b6
|
Fix pkg-config missing option
|
2025-07-23 09:57:09 +08:00 |
|
crazywhalecc
|
0d408e0df1
|
Allow empty target
|
2025-07-23 00:38:36 +08:00 |
|
crazywhalecc
|
099425abc8
|
Fix c++, check pkg-config exists before calling PkgConfigUtil
|
2025-07-22 22:46:13 +08:00 |
|
crazywhalecc
|
4cdafe2497
|
Fix unique and reverse order
|
2025-07-22 22:25:21 +08:00 |
|
crazywhalecc
|
a88f9933d2
|
Fix unique and reverse order
|
2025-07-22 22:25:16 +08:00 |
|
crazywhalecc
|
a095d489f3
|
Fix libwebp static libs order
|
2025-07-22 22:09:45 +08:00 |
|
crazywhalecc
|
1888b735d1
|
Fix all extension builds
|
2025-07-22 21:13:35 +08:00 |
|
Marc
|
a44dc0a5f6
|
cd later
|
2025-07-22 19:45:58 +07:00 |
|
DubbleClick
|
6962d24b52
|
unify CMakeExecutor and AutoConfExecutor
|
2025-07-22 19:12:17 +07:00 |
|
crazywhalecc
|
7e977414a7
|
Use spc-config instead of SPC_EXTRA_LIBS, trigger extension test
|
2025-07-22 19:59:44 +08:00 |
|
crazywhalecc
|
c8eb62e8f0
|
Add real pkg-config integration
|
2025-07-22 17:23:13 +08:00 |
|
crazywhalecc
|
a8dcfce99e
|
chore
|
2025-07-22 13:16:34 +08:00 |
|
crazywhalecc
|
f69f8d1e4a
|
Move zig-toolchain-only things to zig toolchain class
|
2025-07-22 13:16:26 +08:00 |
|
DubbleClick
|
e98e221d93
|
use pkgconfig to determine libs
|
2025-07-22 10:48:14 +07:00 |
|
Marc
|
ca8cd7ff3d
|
Merge branch 'main' into zig
|
2025-07-16 18:43:48 +07:00 |
|
crazywhalecc
|
dd72b32559
|
Merge
|
2025-07-10 12:59:27 +08:00 |
|
DubbleClick
|
67277ccc21
|
explicitly state libphp we built?
|
2025-07-05 21:54:36 +07:00 |
|
Marc
|
4024f9d6dd
|
Update SPCTarget.php
|
2025-07-05 14:47:27 +07:00 |
|
DubbleClick
|
a097484a51
|
update isStatic check to ignore SPC_LIBC if using Gcc/Clang/Musl toolchain
|
2025-07-05 14:26:04 +07:00 |
|
crazywhalecc
|
d7f3005b69
|
Fix missing dash
|
2025-07-05 10:49:20 +08:00 |
|
DubbleClick
|
d65d82ff0a
|
remove extra libraries for php configure/make, since they're the same and only depend on the target libc
|
2025-07-04 14:27:48 +07:00 |
|
DubbleClick
|
f6a1065cd7
|
fix libc detection too
|
2025-07-03 12:44:49 +07:00 |
|
DubbleClick
|
4a2b28e88c
|
fix isStatic detection for native-native
|
2025-07-03 12:33:55 +07:00 |
|
DubbleClick
|
c735960ff8
|
Revert "remote -lutil?"
This reverts commit aff3373b78dc670ad7b778ba9b303f383cda2fd4.
|
2025-07-03 11:43:05 +07:00 |
|
DubbleClick
|
aff3373b78
|
remote -lutil?
|
2025-07-03 11:11:21 +07:00 |
|
DubbleClick
|
cc285ae8d8
|
cs fix
|
2025-07-02 12:57:58 +07:00 |
|
DubbleClick
|
a5a020eef1
|
Revert "add cache file option to autoconf executor by default (if cflags and ldflags match default)"
This reverts commit abe27598deb861be96e4a85c27a0b439f72d4d85.
|
2025-07-02 12:56:11 +07:00 |
|
DubbleClick
|
6f68d7b7f1
|
Revert "add cache file option to autoconf executor by default (if cflags and ldflags match default)"
This reverts commit 5577cd0fab770028fb5cad9560ac8750c4c53182.
|
2025-07-02 12:55:59 +07:00 |
|
DubbleClick
|
abe27598de
|
add cache file option to autoconf executor by default (if cflags and ldflags match default)
|
2025-07-02 11:47:36 +07:00 |
|
DubbleClick
|
5577cd0fab
|
add cache file option to autoconf executor by default (if cflags and ldflags match default)
|
2025-07-02 11:47:20 +07:00 |
|
DubbleClick
|
719bde87b7
|
allow compilation with empty target
|
2025-07-01 23:31:54 +07:00 |
|