aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Major API reorganization, test infrastructureGravatar Peter McGoron 2024-07-083-111/+248
| | | | | | | | | | | | | | | 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.
* fix root push and pop issue; make shared library for examplesGravatar Peter McGoron 2024-06-201-2/+2
|
* add fake struct to help with type checkerGravatar Peter McGoron 2024-06-131-2/+10
|
* change uns_root_ptr to uns_ctrGravatar Peter McGoron 2024-06-121-6/+6
|
* cheney copying collectorGravatar Peter McGoron 2024-06-113-0/+189