index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compilers.py
Age
Commit message (
Expand
)
Author
2015-06-19
compiler: fix bad-continuation
Igor Gnatenko
2015-06-18
Write compile attempts to log. Closes #135.
Jussi Pakkanen
2015-05-21
add has_type method
Igor Gnatenko
2015-05-20
Accept .S files as assembler too.
Jussi Pakkanen
2015-05-17
In Vala .vapi files are sort of headers that you must put on the command line...
Jussi Pakkanen
2015-05-17
Do not use -o with Vala. Closes #120.
Jussi Pakkanen
2015-04-22
Fix the remaining tests.
Jussi Pakkanen
2015-04-21
The first step in a major refactoring starts by adding a new layer of abstrac...
Jussi Pakkanen
2015-04-04
Use -pedantic instead of -Wpedantic on old GCC versions.
Jussi Pakkanen
2015-03-09
Now can compile all Qt5 tests with module.
Jussi Pakkanen
2015-02-02
Add thread_link_flags to static linkers.
Jussi Pakkanen
2015-01-30
Add thread flags to compilers and use them on dependencies that require threa...
Jussi Pakkanen
2014-12-30
More warnings by default.
Jussi Pakkanen
2014-12-26
Added pedantic flag which I though had already been there since the beginning.
Jussi Pakkanen
2014-12-23
Refix Java.
Jussi Pakkanen
2014-12-22
Removed remnants of old debug funcs.
Jussi Pakkanen
2014-12-03
Extracted compiler definitions to their own file.
Jussi Pakkanen