aboutsummaryrefslogtreecommitdiffstats
path: root/mcgoron (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test bulk set generatorsGravatar Peter McGoron 2025-03-152-4/+28
|
* add bulk list operations for set-set operatoinsGravatar Peter McGoron 2025-02-184-18/+138
|
* more set-intersection testsGravatar Peter McGoron 2025-02-171-1/+5
|
* more tests of subset and set equality predicatesGravatar Peter McGoron 2025-02-171-33/+32
|
* more set=? testsGravatar Peter McGoron 2025-02-171-2/+0
|
* revert change to set-deleteGravatar Peter McGoron 2025-02-171-9/+7
| | | | | This solution is O(n). Since set-delete is basically set-difference, this should only be used for small sets.
* more tests for set-delete, more efficient implementationGravatar Peter McGoron 2025-02-171-12/+16
|
* test set-every, set-delete, and set=?Gravatar Peter McGoron 2025-02-172-4/+9
|
* change set-disjoint?, test set-intersectionGravatar Peter McGoron 2025-02-171-9/+34
|
* member, adjoin and find testsGravatar Peter McGoron 2025-02-161-11/+12
|
* set-disjoint testsGravatar Peter McGoron 2025-02-161-11/+18
|
* test set-contains?Gravatar Peter McGoron 2025-02-161-6/+7
|
* add set-contains? test, remove NaNs because they cannot be used in the ↵Gravatar Peter McGoron 2025-02-161-0/+1
| | | | default comparator
* CHICKEN bug? Definition of `%insert` in the test for `internal` wasGravatar Peter McGoron 2025-02-163-5/+13
| | | | interfering with the import definition for the srfi-113 test.
* tests for different constructorsGravatar Peter McGoron 2025-02-161-37/+30
|
* start testing SRFI 113 testsGravatar Peter McGoron 2025-02-154-1/+411
|
* node->reverse-order-generatorGravatar Peter McGoron 2025-02-152-7/+20
|
* node->in-order-generatorGravatar Peter McGoron 2025-02-152-2/+5
|
* generator->nodeGravatar Peter McGoron 2025-02-152-15/+13
|
* add node->generatorGravatar Peter McGoron 2025-02-152-7/+59
|
* move files to fit the library search of implementations like chibi and cycloneGravatar Peter McGoron 2025-01-202-0/+441
00 53a565d1-3bb7-0310-b661-cf11e63c67ab 2003-01-05emulate legacy ISO reception API on top of new rawiso APIGravatar dmaas 7-131/+174 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@99 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-24update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 4-123/+236 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@98 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-20oops, irq_interval needs to be signedGravatar anonymous 1-1/+1 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@97 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; ↵Gravatar anonymous 3-124/+48 brought kernel-raw1394.h back in sync with the kernel version git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@96 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 - changed return type of rawiso xmit/recv handlers from int to enum raw1394_iso_disposition - added an ioctl (RAW1394_ISO_QUEUE_ACTIVITY) to force an ISO_ACTIVITY event into the queue. This is needed for handling RAW1394_ISO_DEFER, to kick us out of the next read() instead of sleeping forever. - removed references to "8-byte" isochronous header - this is an OHCI-specific implementation detail git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@95 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@94 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@93 53a565d1-3bb7-0310-b661-cf11e63c67ab