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-11-27
Remove linkerlike args from compile checks. Closes #4542.
Jussi Pakkanen
2018-11-15
compilers: Move get_allow_undefined_link_args to Compiler
Dylan Baker
2018-11-15
compilers: ICC should error when an unknown __attribute__ is tested
Dylan Baker
2018-11-15
compilers: Enable PGO for ICC
Dylan Baker
2018-11-15
compilers: fix compiler.compile for Intel Compilers
Dylan Baker
2018-11-15
compilers: Fix the set of features that ICC exposes
Dylan Baker
2018-11-13
compilers: Use keyword only arguments for compiler interfaces
Dylan Baker
2018-11-08
Add prefix option for link args
Phillip Cao
2018-11-08
Add support for Renesas CC-RX toolchain
Phillip Cao
2018-11-03
Add new compiler.get_argument_syntax method
Dylan Baker
2018-10-30
Hoist gen_vs_module_defs_args from Gnu to GnuLike.
Josh Gao
2018-10-30
Generalize gnulike-targeting-windows checks.
Josh Gao
2018-10-28
get_base_compile_args: Add -fprofile-correction to -fprofile-use
Jan Alexander Steffens (heftig)
2018-10-26
add implib support for ArmclangCompiler (#4420)
pbl
2018-10-20
Order rpaths so that internal ones come first.
Jussi Pakkanen
2018-10-20
Keep absolute rpaths to libraries outside the build dir.
Jussi Pakkanen
2018-10-20
Add 'b_pie' compiler option
Xavier Claessens
2018-10-14
Use relative build-tree RPATHs on macOS
David Seifert
2018-10-07
Adding "compiler_type" flag to ARM compilers.
Mohammed Amer Khalidi
2018-10-01
msvc: Don't use /O3 with MSVC
Martin Storsjö
2018-09-23
linker flags --as-needed and --no-undefined aren't meaningful for PE
Jon Turney
2018-09-21
Updating compilers.py to add functions - get_optimization_args, get_debug_arg...
Mohammed Amer Khalidi
2018-09-19
Fix setting `-Doptimization` breaking build
David Seifert
2018-09-17
ICC does not support `-Og`
David Seifert
2018-09-17
Abstract shared GCC/Clang/ICC methods in GnuLikeCompiler
David Seifert
2018-09-16
Fix ICC on macOS
David Seifert
2018-09-16
Fix GCC on macOS
David Seifert
2018-09-16
Use enum instead of `int` for compiler variants
David Seifert
2018-09-11
Sprinkle functools.lru_cache() in a few more places
Nirbheek Chauhan
2018-09-07
Add method to check for C/C++ function attributes
Dylan Baker
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
[prev]
[next]