aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* import flatrate lisp, rename to Universal Service LISPGravatar Peter McGoron 2024-07-101-5/+4
|
* Major API reorganization, test infrastructureGravatar Peter McGoron 2024-07-081-3/+53
| | | | | | | | | | | | | | | The API is now hidden behind functions. The GC struct can have an unstable layout without affecting any compiled binaries (users of Universal Service or collectors hidden behind the API). The collectors can be called directly if desired. The API now allows for different allocation flags. These will be used in future extensions (like weak pointers). For now none are used. Tests are compiled for each collector. I can't think of a good solution that will encompass everything I want to write, but for now this will work on POSIX systems.
* delete for hashtablesGravatar Peter McGoron 2024-06-211-1/+3
|
* fix root push and pop issue; make shared library for examplesGravatar Peter McGoron 2024-06-201-0/+6
|
* cheney copying collectorGravatar Peter McGoron 2024-06-111-0/+32