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
/
mesonbuild
/
compilers
/
objcpp.py
Age
Commit message (
Expand
)
Author
2019-08-14
compilers/objc[pp]: Pass extra keyword arguments to Compiler constructor
Dylan Baker
2019-07-15
compilers: Put clang mixin in a module
Dylan Baker
2019-07-15
compilers: split gnu and gnulike compilers out of compilers
Dylan Baker
2019-07-15
compilers: Move clike into a mixins directory
Dylan Baker
2019-07-14
Do not fail on passing `-Werror=unused-parameter` from environment
David Seifert
2019-06-23
compilers: Fix bitcode and other options for objc code
Nirbheek Chauhan
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-05-03
compilers: Split C-Like functionality into a mixin classes
Dylan Baker
2019-03-27
Sanity check with external args
John Ericson
2019-02-19
Add warning level zero
jml1795
2019-02-15
Remove get_cross_extra_flags
John Ericson
2018-09-16
Use enum instead of `int` for compiler variants
David Seifert
2017-06-26
Add 'Compiler.get_display_language'
Guillaume Poirier-Morency
2017-06-23
Split out languages from compilers.py
Alistair Thomas