1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replace any use of @'???' as symbol reference and restrict use of dpp to dedicated header files. Huge and decisive step toward retirement of dpp. More... over 3 years ago
Get rid of "@(defun ...) forms and replace them with explicit C code. Major step toward retirement of dpp. More... almost 4 years ago
Replace instances of &rest with their C expansion. Step toward retirement of dpp. More... almost 4 years ago
Get rid of any instance of @(return ...). Step toward retirement of dpp. More... almost 4 years ago
Remove uses of &aux from .d files. More... almost 4 years ago
Make syntax of arguments to MKCL:C-EXPORT-FNAME more flexible. More... almost 4 years ago
Adjust some copyright dates. More... almost 4 years ago
Declaration C-EXPORT-FNAME can now be proclaimed on the name of a ffi:defcallback to effectively expose, by C name, that callback entry point to C code. More... almost 4 years ago
Move C-EXPORT-FNAME to package MKCL. More... almost 4 years ago
Improve handling of proclaimed function signatures, mainly in relation with function definition and SI:C-EXPORT-FNAME. More... almost 4 years ago
Bring declaration C-EXPORT-FNAME back into working order. (Was broken a few year ago!) More... almost 4 years ago
Make cl:deftype handle declarations correctly. More... almost 4 years ago
Array sys_siglist[] never was part of the public interface. Replace it with calls to psiginfo(). More... almost 4 years ago
Ensure that STATIC is always usefully defined. More... almost 4 years ago
Directory "include" cannot be excluded. More... almost 4 years ago
Clarify external allocation status of MK_GC_jmp_buf. More... almost 4 years ago
Marginal improvement to ffi::c-inline. More... over 4 years ago
In special form ffi:c-inline, lift limitation of # based escape. Where a single base 36 digit had to be used, now a full base 10 natural integer is allowed. More... over 4 years ago
Add some more cases. More... over 4 years ago
Really meant ARM instead of AARCH64 in last commit. More... over 4 years ago
Add copyright header to ARM callback trampoline assembly code. More... over 4 years ago
First cut at AARCH64 callback trampoline code. Still needs detailed validation. More... over 4 years ago
First unstubbed version for AARCH64. More... over 4 years ago
Capture properly register arguments in callbacks for ARM. More... over 4 years ago
Improve callback argument handling on ARM. More... over 4 years ago
Minor adjustments to ffi_arm.d More... over 4 years ago
Walk back from part of previous commit. More... over 4 years ago
Add a .gitignore to src/c/arch/. More... over 4 years ago
More refinements of dependencies. More... over 4 years ago
Improve coherence of dependencies across coordinated makefiles in src/ and src/c/. More... over 4 years ago