summaryrefslogtreecommitdiffstats
path: root/src/inkgc/gc-alloc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-10/+8
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-0/+90
(bzr r13950)