summaryrefslogtreecommitdiff
path: root/compilers.py
AgeCommit message (Collapse)Author
2015-08-31Fix shared libraries for fortranMarko Raatikainen
2015-08-30Do not use fpic on mingw as it is not needed.Jussi Pakkanen
2015-08-25Give sanity test binaries different names. Also expose project version to ↵Jussi Pakkanen
modules.
2015-08-25Better sanity testing.Jussi Pakkanen
2015-08-25Added debugging output.Jussi Pakkanen
2015-07-27Changed cross compilation file to new format.Jussi Pakkanen
2015-07-23Store warning flags in object instead of class because it does not seem to ↵Jussi Pakkanen
unpickle cleanly on some platforms. Closes #209.
2015-07-01compilers: fix can_compile. Closes #189Igor Gnatenko
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-06-22Added dummy id field. Closes #181.Jussi Pakkanen
2015-06-22Add dummy gcctype. Closes #184.Jussi Pakkanen
2015-06-22Add gcctype for objc. Closes #179. Closes #180.Jussi Pakkanen
2015-06-22Added name_string method. Closes #182. Closes #183.Jussi Pakkanen
2015-06-22Added name_string method. Closes #177. Closes #178Jussi Pakkanen
2015-06-22Added name_string method. Closes #176.Jussi Pakkanen
2015-06-19compiler: fix bad-continuationIgor Gnatenko
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-06-18Write compile attempts to log. Closes #135.Jussi Pakkanen
2015-05-21add has_type methodIgor Gnatenko
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-05-20Accept .S files as assembler too.Jussi Pakkanen
2015-05-17In Vala .vapi files are sort of headers that you must put on the command ↵Jussi Pakkanen
line. Make it so.
2015-05-17Do not use -o with Vala. Closes #120.Jussi Pakkanen
2015-04-22Fix the remaining tests.Jussi Pakkanen
2015-04-21The first step in a major refactoring starts by adding a new layer of ↵Jussi Pakkanen
abstraction.
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 ↵Jussi Pakkanen
threads. Fixes #31.
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