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-08-27
Added multiple selectable warning levels.
Jussi Pakkanen
2015-08-25
Give sanity test binaries different names. Also expose project version to mod...
Jussi Pakkanen
2015-08-25
Better sanity testing.
Jussi Pakkanen
2015-08-25
Added debugging output.
Jussi Pakkanen
2015-07-27
Changed cross compilation file to new format.
Jussi Pakkanen
2015-07-23
Store warning flags in object instead of class because it does not seem to un...
Jussi Pakkanen
2015-07-01
compilers: fix can_compile. Closes #189
Igor Gnatenko
2015-06-22
Added dummy id field. Closes #181.
Jussi Pakkanen
2015-06-22
Add dummy gcctype. Closes #184.
Jussi Pakkanen
2015-06-22
Add gcctype for objc. Closes #179. Closes #180.
Jussi Pakkanen
2015-06-22
Added name_string method. Closes #182. Closes #183.
Jussi Pakkanen
2015-06-22
Added name_string method. Closes #177. Closes #178
Jussi Pakkanen
2015-06-22
Added name_string method. Closes #176.
Jussi Pakkanen
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