summaryrefslogtreecommitdiffstats
path: root/src/inkgc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-053-8/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-13/+0
| | | (bzr r15046)
* 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)
* Cleaned up cmake files to build successfully on Linux.Jon A. Cruz2015-04-081-3/+2
| | | (bzr r14045)
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-267-0/+776
(bzr r13950)