Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-02-02 17:12:36 -05:00
3f8f0e14f4 build: Make a directory for a thing that fails intermittently??
5414b30e7f build: Resolve some zsign/cmake warnings.
7aee897c1b cleanup: No longer need form parsing in JS.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2025-02-02 16:39:14 -05:00
4060f9cc11 build: jarsigner -> apksigner to suppress a warning.
5b526cbf5b build: Clean up / consolidate some OpenSSL options now that there is only one place. Also: deadstrip better?
Compare 2 commits »
cory pushed to main at cory/tildefriends 2025-02-02 16:08:54 -05:00
f5065ff42b build: Indicate that we always use system OpenSSL on Haiku and BSD.
cory pushed to main at cory/tildefriends 2025-02-02 15:56:42 -05:00
86b5546f5f build: Get rid of the ios-specific OpenSSL build script. Now there is only one.
cory pushed to main at cory/tildefriends 2025-02-02 15:55:15 -05:00
43ae2a293b build: Fix cross-compiling for arm.
cory pushed to main at cory/tildefriends 2025-02-02 15:23:05 -05:00
b8ddbd4255 build: Remove the mingw-specific OpenSSL build script.
87cdba1db8 build: Replace the android-specific script to build OpenSSL with the shared one.
df83187e33 cleanup: Remove File.writeFile(). It is no longer used or necessary.
Compare 3 commits »
cory closed issue cory/tildefriends#101 2025-02-02 14:46:24 -05:00
Rename macos targets/directories to just debug and release
cory pushed to main at cory/tildefriends 2025-02-02 14:39:41 -05:00
eccdbf29ab build: Move built openssl to out where it belongs.
cory pushed to main at cory/tildefriends 2025-02-02 14:28:45 -05:00
28d181f8bc build: Fix.
cory pushed to main at cory/tildefriends 2025-02-02 14:08:30 -05:00
d386daf2ff build: Rename the macosdebug/macosrelease targets to debug/release. #101
cory pushed to main at cory/tildefriends 2025-02-02 13:16:47 -05:00
0c1e116c1e build: More concise build context.
cory pushed to main at cory/tildefriends 2025-02-02 12:27:14 -05:00
bb0ed67827 httpd: Move starting the http server into C.
cory pushed to main at cory/tildefriends 2025-02-02 10:14:25 -05:00
b111d06851 ssb: I think this fixes missing a range in some circumstances.
cory pushed to main at cory/tildefriends 2025-02-01 22:30:38 -05:00
79388845ea build: Remove the dependency on zsign on macos.
cory pushed to main at cory/tildefriends 2025-02-01 19:59:21 -05:00
99faef2e77 build: valid bash?
cory pushed to main at cory/tildefriends 2025-02-01 19:58:32 -05:00
21fffbfe10 build: Valid yaml?
cory pushed to main at cory/tildefriends 2025-02-01 19:55:05 -05:00
64fb9f0c2a build: +zlib.
cory pushed to main at cory/tildefriends 2025-02-01 19:15:53 -05:00
a42e0bef2c build: The journey continues.
cory pushed to main at cory/tildefriends 2025-02-01 18:52:23 -05:00
45a09006e1 build: Build zsign for the sake of the ios build.
cory pushed to main at cory/tildefriends 2025-02-01 18:19:47 -05:00
240484be4c build: Fix docker build, and speed it up a bit?