summaryrefslogtreecommitdiff
path: root/compilers.py
AgeCommit message (Expand)Author
2015-04-22Fix the remaining tests.Jussi Pakkanen
2015-04-21The first step in a major refactoring starts by adding a new layer of abstrac...Jussi Pakkanen
2015-04-04Use -pedantic instead of -Wpedantic on old GCC versions.Jussi Pakkanen
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen
2015-02-02Add thread_link_flags to static linkers.Jussi Pakkanen
2015-01-30Add thread flags to compilers and use them on dependencies that require threa...Jussi Pakkanen
2014-12-30More warnings by default.Jussi Pakkanen
2014-12-26Added pedantic flag which I though had already been there since the beginning.Jussi Pakkanen
2014-12-23Refix Java.Jussi Pakkanen
2014-12-22Removed remnants of old debug funcs.Jussi Pakkanen
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen