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
/
c.py
Age
Commit message (
Expand
)
Author
2018-10-14
Use relative build-tree RPATHs on macOS
David Seifert
2018-10-13
Added .so to list possible darwin dynamic library suffixes (#4364)
gsobala
2018-10-07
Adding "compiler_type" flag to ARM compilers.
Mohammed Amer Khalidi
2018-10-03
Verify library directories as either 32-bit or 64-bit
Bruce Richardson
2018-10-01
compilers/c: don't return -pthread for MacOS with any compiler
Dylan Baker
2018-09-28
compilers: Do not use -pthread with clang for darwin
Marvin Scholz
2018-09-25
Don't add rpath linker flags when building for MinGW
Martin Storsjö
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
Do not use relative RPATHs on macOS with ICC/GCC
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-22
compilers: Reduce sizes of MSVC linked binaries
Ole André Vadla Ravnås
2018-08-22
find_library: Allow undefined symbols while linking
Nirbheek Chauhan
2018-08-22
find_library: Use _build_wrapper to get library dirs
Bruce Richardson
2018-08-18
Convert buildtype to optimization and debug options (#3489)
Jussi Pakkanen
2018-08-15
Explicitly set the Windows subsystem for ninja/VisualC
Jon Turney
2018-08-11
PkgConfigDependency: Don't try to resolve internal compiler libs
Nirbheek Chauhan
2018-08-09
msvc: Don't add dynamic link args, they're ignored
Nirbheek Chauhan
2018-08-08
PkgConfigDependency: Fix library path search order
Nirbheek Chauhan
2018-07-31
Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacks
Jussi Pakkanen
2018-07-10
find_library: Validate and sort globbed shared library files
Nirbheek Chauhan
2018-07-09
Fix searching of shared libraries on OpenBSD (#3851)
Nirbheek Chauhan
2018-07-09
cross: Be more permissive about not-found exe_wrapper
Nirbheek Chauhan
2018-07-09
cross: Use ExternalProgram for cross-file exe_wrapper
Nirbheek Chauhan
2018-07-04
find_library: Only run link test on system dirs
Nirbheek Chauhan
2018-07-03
prune nonexistent dirs from library search path
Bruce Richardson
2018-06-30
fix find_library when cross-compiling 32-bit on 64-bit systems
Bruce Richardson
2018-06-24
Return a better warning if compiled executable is invalid.
Jussi Pakkanen
2018-06-21
Added ARMCLANG compiler support for C/C++ (#3717)
Vasu Penugonda
2018-06-18
macos: Rewrite install_name for dependent built libraries on install
Nirbheek Chauhan
2018-06-18
pkgconfig deps: Also resolve paths to shared libraries
Nirbheek Chauhan
2018-06-12
Always apply concatenate_string_literal.
Christoph Behle
2018-06-12
Make concatenate_string_literals static
Christoph Behle
2018-06-12
get_define can concatenate string literals.
Christoph Behle
2018-06-12
Revert change
Christoph Behle
2018-06-12
Concatenate string literals in get_define
Christoph Behle
2018-06-07
find_library: Add a cache for library searching
Nirbheek Chauhan
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
Compilers: Chain-up to parent class in get_options()
Xavier Claessens
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-21
Add support for finding libraries in Fortran projects
Matthew Krupcale
2018-05-09
Revert "Add macOS linker versioning information"
Nirbheek Chauhan
2018-04-30
has_multi_link_arguments: Some compilers needs -Wl,--fatal-warnings
Xavier Claessens
2018-04-27
CCompiler: Cache result of get_library_dirs().
Martin Hostettler
2018-04-19
CCompiler: Do not call to_native() twice
Xavier Claessens
2018-04-17
Merge pull request #3353 from xclaesse/has-link-argument
Jussi Pakkanen
[prev]
[next]