0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 17, 2025 — Jan 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a testcase that shows we do little endian right. More... over 15 years ago
Fix to really handle little endian More... over 15 years ago
Move package definition out to its own file More... over 15 years ago
Go ahead and make the file that contains tasks and list the readme for starters. More... over 15 years ago
Remove the endian generic. More... over 15 years ago
Define the asdf system definition. More... over 15 years ago
Use eos for unittesting. More... over 15 years ago
replace PRIMARY-OCTET-SIZE with PRIMARY-MACHINE-BYTE-SIZE More... over 15 years ago
replace PRIMARY-BYTE-SIZE with PRIMARY-OCTET-SIZE More... over 15 years ago
SIZE-OF now fetches machine primary size instead of assuming 8. More... over 15 years ago
Define WRITE-OCTET-LIST. More... over 15 years ago
WRITE-OCTETS incremented by 1, not 8, wasting 3-4 hours of debugtime. More... over 15 years ago
Fixup default WRITE-OBJECT to work for little endian assembly. More... over 15 years ago
We don't need or want to nreverse this... More... over 15 years ago
Its 2^x not x^2. Oops! More... over 15 years ago
Define WRITE-OCTETS for little endian integers. More... over 15 years ago
First method on WRITE-OBJECT. More... over 15 years ago
Define BINARY-SLOT-VALUE, should return the value of a slot as an integer. More... over 15 years ago
Define COMPUTE-SLOT-POSITIONS More... over 15 years ago
Define a REINITIALIZE-INSTANCE that ensures BINARY-DATA-OBJECT is in CPL More... over 15 years ago
BIT-FIELD-RELATIVE-POSITION needs to have an accessor. More... over 15 years ago
Define new slot on BIT-FIELD-EFFECTIVE-SLOT-DEFINITION to track location More... over 15 years ago
Define COMPUTE-SLOTS, this is direct from sbcl's pcl. More... over 15 years ago
Define WRITE-OBJECT and READ-OBJECT More... over 15 years ago
Define big-endian and little-endian classes. More... over 15 years ago
Define default SIZE-OF and document both the generic and the method. More... over 15 years ago
Remove BINARY class, and its documentation to BINARY-OBJECT More... over 15 years ago
Define EFFECTIVE-SLOT-DEFINITION-CLASS method for binary-data-metaclass. More... over 15 years ago
Define BIT-SIZE-OF method for BINARY-DATA-OBJECTs. More... over 15 years ago
Effective bit-field slots copy over size data from the direct slot. More... over 15 years ago