• Joined on 2025年12月05日
h-c-mueller pushed to main at h-c-mueller/lightening 2026年05月18日 20:30:51 +02:00
35ed253b26
tests: Update comment in runner.
a44661bb1a
ci: Don't use binfmt.
52dd20af39
README: Add CI badge and remove CI text.
79f40b1062 riscv: Fix cas_atomic.
27270d0136 riscv: Fix word sizes in load and store atomic.
Compare 5 commits »
h-c-mueller commented on pull request guile/guile#68 2026年03月24日 15:33:01 +01:00
Fixes to get guile-3.0.11 compiled on MSYS2

From my point of view it's ready to pull.

h-c-mueller pushed to HM-1-msys at h-c-mueller/guile 2026年03月24日 08:54:31 +01:00
15b5376199 libguile/Makefile.am: Fix race condition in install-data-hook
40d9a8ba14 libguile/posix: Fix const warning in CPU_ISSET usage
3e5c61d37d test-suite/standalone: Skip resource-limit tests on MSYS2
f7fd29fbc7 test-guild-compile: Skip cleanup test on Windows
908b00918f test-suite/standalone: Fix MSYS2 loading and enforce failure on error
Compare 38 commits »
h-c-mueller commented on pull request guile/guile#68 2026年01月15日 16:51:40 +01:00
Fixes to get guile-3.0.11 compiled on MSYS2

The patch lightening: Fix x86 compilation and ABI compliance on Windows/Cygwin has been removed since related more complex PRs have been done directly upstream:

h-c-mueller pushed to HM-1-msys at h-c-mueller/guile 2026年01月15日 16:46:39 +01:00
561eba0b2f libguile/Makefile.am: Fix race condition in install-data-hook
df74117016 libguile/posix: Fix const warning in CPU_ISSET usage
b316e677b8 test-suite/standalone: Skip resource-limit tests on MSYS2
969981b75c test-guild-compile: Skip cleanup test on Windows
cbc10be578 test-suite/standalone: Fix MSYS2 loading and enforce failure on error
Compare 13 commits »
h-c-mueller pushed to HM-1-msys at h-c-mueller/guile 2026年01月15日 16:43:54 +01:00
c4d7e61e03 libguile/Makefile.am: Fix race condition in install-data-hook
h-c-mueller created pull request guile/lightening#2 2026年01月15日 15:03:18 +01:00
Fix register dependency resolution in JIT calls
h-c-mueller created branch fix_move_one in h-c-mueller/lightening 2026年01月15日 14:58:07 +01:00
h-c-mueller pushed to fix_move_one at h-c-mueller/lightening 2026年01月15日 14:58:07 +01:00
8859f47262 Fix register dependency resolution in JIT calls
h-c-mueller commented on pull request guile/lightening#1 2026年01月15日 14:29:39 +01:00
Support Windows and Microsoft x64 ABI

I needed more pushes to get it nice, now I have it done. I also found an issue but the fix comes in a separate PR.

h-c-mueller pushed to fix-windows at h-c-mueller/lightening 2026年01月15日 14:19:31 +01:00
d5103e4ac6 Support Windows and Microsoft x64 ABI
h-c-mueller pushed to fix-windows at h-c-mueller/lightening 2026年01月15日 11:49:05 +01:00
c77f0f15b3 Support Windows and Microsoft x64 ABI.
h-c-mueller pushed to fix-windows at h-c-mueller/lightening 2026年01月10日 20:11:59 +01:00
57cdd18475 Support Windows and Microsoft x64 ABI.
h-c-mueller pushed to fix-windows at h-c-mueller/lightening 2026年01月09日 16:31:08 +01:00
7a57a5ecaf Support Windows and Microsoft x64 ABI.
h-c-mueller commented on pull request guile/lightening#1 2026年01月09日 16:20:45 +01:00
Support Windows and Microsoft x64 ABI

I updated the patch, which now includes a full test suite update. (Note: This update incorporates changes across three PR iterations to ensure a clean final state).

h-c-mueller pushed to fix-windows at h-c-mueller/lightening 2026年01月09日 16:15:17 +01:00
7f7e241676 Support Windows and Microsoft x64 ABI.
h-c-mueller pushed to fix-windows at h-c-mueller/lightening 2026年01月09日 15:34:25 +01:00
1ca71027de Support Windows and Microsoft x64 ABI.
h-c-mueller pushed to fix-windows at h-c-mueller/lightening 2026年01月09日 14:33:48 +01:00
e7b3024cdd Support Windows and Microsoft x64 ABI.
h-c-mueller created pull request guile/lightening#1 2026年01月05日 10:03:05 +01:00
Fix Windows/Cygwin build visibility and missing ffs() function
h-c-mueller pushed to fix-windows at h-c-mueller/lightening 2026年01月05日 09:43:39 +01:00
c42797a255 Fix Windows build visibility and missing ffs() function