summaryrefslogtreecommitdiffstats
path: root/src/inkgc/gc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - 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-nullptr pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
|
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Bump libgc dependency to 7.2 (see bug #1530286)Alex Valavanis2016-01-111-6/+0
| | | (bzr r14570)
* Enable build with old libgc versionAlex Valavanis2015-12-311-0/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1530286 (bzr r14558)
* Replace deprecated GC direct variable access.Alex Valavanis2015-12-261-3/+3
| | | (bzr r14543)
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-0/+312
(bzr r13950)