aboutsummaryrefslogtreecommitdiff
path: root/compilers.py
AgeCommit message (Expand)AuthorFilesLines
2015-07-23Store warning flags in object instead of class because it does not seem to un...Jussi Pakkanen1-8/+6
2015-07-01compilers: fix can_compile. Closes #189Igor Gnatenko1-2/+3
2015-06-22Added dummy id field. Closes #181.Jussi Pakkanen1-0/+1
2015-06-22Add dummy gcctype. Closes #184.Jussi Pakkanen1-1/+3
2015-06-22Add gcctype for objc. Closes #179. Closes #180.Jussi Pakkanen1-0/+6
2015-06-22Added name_string method. Closes #182. Closes #183.Jussi Pakkanen1-0/+3
2015-06-22Added name_string method. Closes #177. Closes #178Jussi Pakkanen1-0/+3
2015-06-22Added name_string method. Closes #176.Jussi Pakkanen1-0/+3
2015-06-19compiler: fix bad-continuationIgor Gnatenko1-15/+14
2015-06-18Write compile attempts to log. Closes #135.Jussi Pakkanen1-5/+20
2015-05-21add has_type methodIgor Gnatenko1-0/+8
2015-05-20Accept .S files as assembler too.Jussi Pakkanen1-2/+2
2015-05-17In Vala .vapi files are sort of headers that you must put on the command line...Jussi Pakkanen1-2/+2
2015-05-17Do not use -o with Vala. Closes #120.Jussi Pakkanen1-2/+1
2015-04-22Fix the remaining tests.Jussi Pakkanen1-0/+2
2015-04-21The first step in a major refactoring starts by adding a new layer of abstrac...Jussi Pakkanen1-0/+6
2015-04-04Use -pedantic instead of -Wpedantic on old GCC versions.Jussi Pakkanen1-2/+14
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen1-1/+1
2015-02-02Add thread_link_flags to static linkers.Jussi Pakkanen1-0/+5
2015-01-30Add thread flags to compilers and use them on dependencies that require threa...Jussi Pakkanen1-0/+13
2014-12-30More warnings by default.Jussi Pakkanen1-2/+2
2014-12-26Added pedantic flag which I though had already been there since the beginning.Jussi Pakkanen1-6/+6
2014-12-23Refix Java.Jussi Pakkanen1-0/+8
2014-12-22Removed remnants of old debug funcs.Jussi Pakkanen1-15/+0
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen1-0/+1481