0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Dec 14, 2024 — Dec 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix remaining compile errors due to mismatched ftype declarations in asm/transaction.lisp More... almost 2 years ago
fix error #<SB-C:TN t1 :NORMAL> is not valid as the first result to VOP: STMX.ASM::%XBEGIN loading asm/transaction.lisp on sbcl >= 2.3.5 running on x86-64 More... almost 2 years ago
tentative fix for SBCL 2.3.5, contributed by @glv2 More... over 2 years ago
fix README.md: replace non-existent `(bordeaux-threads:start-thread)` -> `(bordeaux-threads:make-thread)` More... over 4 years ago
update README.md: fix link to example/dining-philosophers.stmx.lisp fixes #24 More... over 4 years ago
Merge pull request #23 from ajberkley/master More... almost 5 years ago
Tighten up tlog-func-vector type More... almost 5 years ago
stmx.asm: on SBCL, compile a minimal version also on on-x86. useful to help creating new VOPs More... about 5 years ago
README.md: update list of supported systems. Minor fixes for CMUCL. More... about 5 years ago
Merge branch 'master' into stable More... about 5 years ago
fix compile error on sbcl-2.0.9: on x86-64, symbols sb-vm::e[abcd]x-offset are now named sb-vm::r[abcd]x-offset More... about 5 years ago
Merge branch 'master' into stable More... almost 6 years ago
fix for upcoming SBCL 2.0.3: stop inspecting SBCL internal to detect whether it defines Intel TSX instruction, and simply check for SBCL version >= 1.3.4 instead update README.md More... almost 6 years ago
add missing function (stmx.util:map-ghash hash func) More... over 6 years ago
move (asdf:defsystem :stmx.test) to its own file stmx.test.asd More... over 6 years ago
Merge branch 'master' into stable More... about 7 years ago
on SBCL, do not rely on #+compare-and-swap-vops and #+memory-barrier-vops as stated in https://sourceforge.net/p/sbcl/mailman/message/36413606/ More... about 7 years ago
Merge branch 'master' into stable More... about 7 years ago
fix detection of pre-defined CPU instructions xbegin, xend... on SBCL 1.4.0+ this fix is optional on SBCL 1.4.0 - 1.4.9, becomes necessary on SBCL 1.4.10+ More... about 7 years ago
updated README.md with recent SBCL and ECL versions More... over 9 years ago
fixes for ECL 16.1.2 More... over 9 years ago
added timeouts to calls (bordeaux-threads:condition-wait) as a workaround for missed notifications due to (bordeaux-threads:condition-wait) not being atomical on some CL implementations. More... over 9 years ago
updated asm/README.md More... over 9 years ago
Merge branch 'master' into stable More... over 9 years ago
asm/x86-32,64-insts.lisp: define (emit-dword-displacement-backpatch) only if needed, to avoid conflict with SBCL > 1.3.3 own definition of it More... over 9 years ago
updated README.md adding back SBCL 1.0.57 as tested system More... over 9 years ago
fixed main/tvar.lisp: (setf $) was used before its definition improved some TVAR-related functions type declarations (declaim (ftype (function ...) ...)) More... over 9 years ago
Merge branch 'master', version 2.0.5 into stable More... almost 10 years ago
Version 2.0.5 More... almost 10 years ago
updated asm/README.md More... almost 10 years ago