summaryrefslogtreecommitdiff
path: root/tools/gccabicheck
AgeCommit message (Collapse)Author
2020-03-26Add support for NetBSD by generalizing BSD OS tests.nia
2016-08-12fix path to glibmm that we checkRobin Gareus
libglibmm-2.4.so comes with the -dev package libglibmm-2.4.so.1 is the actual library
2016-08-02if we can't determine the gcc4/5 prefer the new gcc5 ABIRobin Gareus
2016-06-26Enable build for FreeBSD (part 1/2)Robin Gareus
Adopted from Michael Beer -- GH pull-request #232 with minor changes: * rebased on master, * removed trailing whitespace, * don't explicitly change saved configuration defaults (wscript) * moved sys/wait (WNOHANG) to header include * separate changes in GUI and lib
2015-10-16don't deploy gcc-abi test toolRobin Gareus
2015-10-02add a proper license to the GCC ABI check toolRobin Gareus
2015-09-28fix const-nessPaul Davis
2015-09-28fix long options of gcc-glibmm-abi-check.Robin Gareus
2015-09-26new tool to test gcc4/5 ABIRobin Gareus