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.py
Age
Commit message (
Expand
)
Author
2017-06-22
Converted compilers.py to a sub-package
Alistair Thomas
2017-06-22
Split linkers out from compilers.py
Alistair Thomas
2017-06-22
Merge pull request #1922 from acfoltzer/rust-improvements
Jussi Pakkanen
2017-06-19
Only call to_native once per invocation.
Jussi Pakkanen
2017-06-18
Preserve standalone -D arguments always.
Jussi Pakkanen
2017-06-14
fix failing Rust test cases
Adam C. Foltzer
2017-06-12
Preserve -L -l pairings fetched from external deps
Nirbheek Chauhan
2017-06-11
Merge pull request #1927 from centricular/gir-rpath-link
Jussi Pakkanen
2017-06-10
compilers: Fix build_unix_rpath_args indentation
Nirbheek Chauhan
2017-06-09
Enhance Rust support
Adam C. Foltzer
2017-06-09
find_library: link_args is always a list
Nirbheek Chauhan
2017-06-05
compilers: Only set -rpath-link on GNU ld and linuxlike
Nirbheek Chauhan
2017-06-05
Use absolute RPATHs while linking due to a binutils bug
Nirbheek Chauhan
2017-06-04
Merge pull request #1545 from centricular/dont-link-recursively
Jussi Pakkanen
2017-06-03
compilers: Make CCompiler.find_library return value consistent
Paulo Antonio Alvarez
2017-06-03
Use relative rpath so builds are reproducible.
Jussi Pakkanen
2017-06-02
ninja: De-dup libraries and use --start/end-group
Nirbheek Chauhan
2017-05-22
Merge pull request #1828 from MikeWey/dlang-compiles
Jussi Pakkanen
2017-05-21
Fix cross environment pollution.
Ole André Vadla Ravnås
2017-05-20
Add 'compiles' and 'has_multi_arguments' for dlang.
Mike Wey
2017-05-17
Avoid shadowing outer variables.
Elliott Sales de Andrade
2017-05-17
Remove unnecessary __init__ methods.
Elliott Sales de Andrade
2017-05-13
Implement executable(gui_app:) for gcc on Windows
Jon Turney
2017-05-13
Merged rust_args branch.
Jussi Pakkanen
2017-05-12
Make vs_module_defs: do something for gcc on Windows as well
Jon Turney
2017-05-08
rust: Use -C to specify build type
Patrick Griffis
2017-05-08
vala: Add 'no_warn_args' with '--disable-warnings'
Guillaume Poirier-Morency
2017-05-08
Use 'generate_basic_compiler_args' for Vala targets
Guillaume Poirier-Morency
2017-05-05
compilers: Don't add line comments to pre-processed output
Nirbheek Chauhan
2017-05-05
get_define: Add prefix before ifndef block
Nirbheek Chauhan
2017-05-04
Use American English: behaviour -> behavior
Peter Hutterer
2017-05-02
Don't use len() to test emptiness vs not emptiness
Dylan Baker
2017-04-27
Always pass cross-file {lang}_args to compiler checks
Nirbheek Chauhan
2017-04-08
Make link whole work on OSX.
Jussi Pakkanen
2017-04-08
Fix link whole on VS backend.
Jussi Pakkanen
2017-04-08
Add option to link the entire contents of a static library to a target.
Jussi Pakkanen
2017-04-06
Don't use -fPIC on Cygwin, either
Jon Turney
2017-04-04
Use CPPFLAGS for pre-processor compiler checks
Nirbheek Chauhan
2017-04-04
New compiler function: cc.get_define()
Nirbheek Chauhan
2017-04-04
compilers: Rename 'get_define' to 'get_builtin_define'
Nirbheek Chauhan
2017-04-02
Merge pull request #1505 from centricular/dont-use-c++-for-assembly
Jussi Pakkanen
2017-03-28
Fix warning making static libs on msvc/ninja
Peter Harris
2017-03-27
Try even harder to use the C compiler for assembly
Nirbheek Chauhan
2017-03-27
compilers: Implement __repr__ for easier debugging
Nirbheek Chauhan
2017-03-27
Thank you git for silently discarding unrelated changes on conflicts. It is v...
Jussi Pakkanen
2017-03-25
Merge pull request #1496 from centricular/fix-internal-dep-order
Jussi Pakkanen
2017-03-23
Merge pull request #1456 from ieei/compute_int
Jussi Pakkanen
2017-03-23
compiler args: Also dedup -pthread since it can't be undone
Nirbheek Chauhan
2017-03-21
d: Handle linker search paths correctly for non-GNU compilers
Matthias Klumpp
2017-03-12
has_header: Use "foo.h" syntax instead of <foo.h>
Nirbheek Chauhan
[next]