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
/
compilers.py
Age
Commit message (
Expand
)
Author
2018-08-29
Improve support for macOS dylib versioning
Nirbheek Chauhan
2018-08-28
Deduplicate build-tree RPATHs on macOS
David Seifert
2018-08-28
CompilerArgs: -Wl,-lfoo is also a valid way to pass a library
Nirbheek Chauhan
2018-08-27
Merge pull request #3981 from GoaLitiuM/d-win-fixes
Jussi Pakkanen
2018-08-23
CompilerArgs: Allow calling to_native() multiple times
Nirbheek Chauhan
2018-08-23
compilers: Handle dupes in the --start/end-group logic
Ole André Vadla Ravnås
2018-08-22
compilers: Reduce sizes of MSVC linked binaries
Ole André Vadla Ravnås
2018-08-22
find_library: Use _build_wrapper to get library dirs
Bruce Richardson
2018-08-20
UserArrayOption: Allow duplicates when used as <lang>_args option
Xavier Claessens
2018-08-20
Handle proper linking of MSVC runtime libraries
GoaLitiuM
2018-08-20
Remove optimization related arguments from buildtype args, inline release builds
GoaLitiuM
2018-08-18
Convert buildtype to optimization and debug options (#3489)
Jussi Pakkanen
2018-08-15
Unconditionally use get_gui_app_args()
Jon Turney
2018-08-15
Explicitly set the Windows subsystem for ninja/VisualC
Jon Turney
2018-08-11
Merge pull request #3831 from mesonbuild/symvisibility
Jussi Pakkanen
2018-08-11
PkgConfigDependency: Don't try to resolve internal compiler libs
Nirbheek Chauhan
2018-08-09
Call it gnu_symbol_visibility instead.
Jussi Pakkanen
2018-08-09
Add kwarg for specifying symbol visibility.
Jussi Pakkanen
2018-07-10
Implement get_link_whole_for() for IntelCompiler (#3863)
Alberto Sartori
2018-06-21
Added ARMCLANG compiler support for C/C++ (#3717)
Vasu Penugonda
2018-06-20
Rename clike_langs to clink_langs for clarity
Nirbheek Chauhan
2018-06-20
dependencies: Don't assume self.compiler is a C compiler
Nirbheek Chauhan
2018-06-18
Add missing stubs to Compiler.
Christoph Behle
2018-06-18
Use stub to report misuse of get_define
Christoph Behle
2018-06-18
macos: Rewrite install_name for dependent built libraries on install
Nirbheek Chauhan
2018-06-10
vala: fix extract_all_objects() result
Paolo Bonzini
2018-06-06
compilers: Use RUSTFLAGS from the env as default rust_args value
Xavier Claessens
2018-06-06
optinterpreter: Remove duplicated list of languages
Xavier Claessens
2018-06-06
Fix issues found by flake8
Xavier Claessens
2018-06-06
Move <lang>_args to coredata.compiler_options
Xavier Claessens
2018-06-06
Move get_args_from_envvars() from environment to compilers
Xavier Claessens
2018-06-06
Add a new option for building with Apple bitcode support
Nirbheek Chauhan
2018-06-05
Add prog/lib dirs from the mingw cross-compiler to PATH
Nirbheek Chauhan
2018-05-30
New compiler method: check_header
Nirbheek Chauhan
2018-05-29
Don't raise StopIteration in generators, no longer allowed with Python 3.7. F...
Christoph Reiter
2018-05-09
Revert "Add macOS linker versioning information"
Nirbheek Chauhan
2018-05-04
add linker flag to handle $ORIGIN on OpenBSD
Jasper Lievisse Adriaanse
2018-05-02
Can combine D and C++ in a single target. Closes #3125.
Jussi Pakkanen
2018-04-17
Merge pull request #3353 from xclaesse/has-link-argument
Jussi Pakkanen
2018-04-17
Explicitly check for OpenMP headers.
Elliott Sales de Andrade
2018-04-17
Add an OpenMP dependency.
Elliott Sales de Andrade
2018-04-16
Add has_link_argument() and friends
Xavier Claessens
2018-04-16
has_argument(): reduce code duplication
Xavier Claessens
2018-04-16
Merged Arm CC support.
Jussi Pakkanen
2018-04-16
Add macOS linker versioning information
Tom Schoonjans
2018-04-16
Do not use -soname when linking with GCC for mingw/cygwin
Marvin Scholz
2018-04-15
Merge pull request #3115 from makise-homura/e2k-lcc-support
Jussi Pakkanen
2018-04-15
compilers: is_library: Also detect .so files with version (using soregex)
Martin Hostettler
2018-04-14
compilers: Cache compiler checks where we don't want the output
Nirbheek Chauhan
2018-04-13
Deduplicate dependencies resolved to absolute paths
Daniel Schulte
[next]