summaryrefslogtreecommitdiffstats
path: root/src/inkgc/gc-core.h (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
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-9/+9
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Remove duplicated build checks.Elliott Sales de Andrade2017-06-151-4/+0
| | | | | | | | | | | | | | | | | | Most of these #defines are not even checked anyway, though they could have the side-effect of failing configure before the build started. However, these checks are redundant due to other checks for the same thing: * concept_check.hpp was added to Boost in 1.19.0, released in 2000. I sincerely doubt anyone is using that version right now, but I added a minimum version to the find_package() call. In any case, no code actually checked the #define, so it wouldn't have built without it anyway. * FindBoehmGC puts gc.h on the compiler search path, so there's no need to try gc/gc.h also. * libintl.h is found by FindIntl. * unordered_set is part of the C++11 standard. * zlib.h is found by find_package(ZLIB).
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-5/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-0/+213
(bzr r13950)