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
2020-09-24
compilers/compilers: Fully type annotate
Dylan Baker
2020-09-24
compilers: Use a distinct type for compile/link results
Dylan Baker
2020-09-13
external-project: New module to build configure/make projects
Xavier Claessens
2020-09-08
typing: get rid of most T.cast
Daniel Mensinger
2020-07-13
Fix native builds on Windows ARM64 machines
Nirbheek Chauhan
2020-06-22
compilers: Return CompilerArgs from compiler instance
Dylan Baker
2020-06-22
compilers: Split CompilerArgs into a separate module
Dylan Baker
2020-06-22
compilers: Add missing annotations to CompilerArgs class
Dylan Baker
2020-06-22
compilers: Use enum for for deupdlication returns in CompilerArgs
Dylan Baker
2020-06-11
apple: -headerpad args are ignored when bitcode is enabled
Nirbheek Chauhan
2020-06-11
compilers: corretify deduplication direction
Marcel Hollerbach
2020-06-09
compilers: Add UNIX large file support for MinGW
Seungha Yang
2020-06-07
Merge pull request #7119 from marcelhollerbach/master
Jussi Pakkanen
2020-06-06
msvc: Avoid spurious openmp link warnings
Peter Harris
2020-06-05
CompilerArgs: refactor __iadd__
Marcel Hollerbach
2020-06-05
Revert "CompilerArgs: make lookup faster"
Marcel Hollerbach
2020-06-05
cache up regex mathings
Marcel Hollerbach
2020-05-27
add type anno: compilers/clike
Michael Hirsch, Ph.D
2020-05-27
Recognize Arduino .ino files as C++
Phillip Johnston
2020-05-20
compilers/d: Add b_ndebug support
Dylan Baker
2020-05-20
compilers: Move b_ndebug into the compiler classes
Dylan Baker
2020-05-18
Merge pull request #7103 from dankegel/bug4027-rpath-remember
Jussi Pakkanen
2020-05-16
Let .pc files specify rpath.
Dan Kegel
2020-05-13
macos: Remove framwork linkerlike args
Eric Lemanissier
2020-04-20
Compiler options per lang
John Ericson
2020-04-10
compilers: Move things out of clike
Dylan Baker
2020-03-29
compilers: disable ccache when using temporary source files
Loïc Yhuel
2020-03-28
Only split linker args with D compilers. Closes: #6845
Jussi Pakkanen
2020-03-23
Fix legacy env var support with cross
John Ericson
2020-03-19
compilers: Link D runtime/libphobs dynamically on !Windows
Dylan Baker
2020-03-12
Merge pull request #6356 from dcbaker/fix-d-compiler-abstractions
Jussi Pakkanen
2020-03-11
compilers: Don't put split soname args in start groups
Dylan Baker
2020-03-09
Merge pull request #6532 from jon-turney/languages-native-kwarg
Jussi Pakkanen
2020-03-06
compilers: Don't deduplicate -L= arguments
Dylan Baker
2020-03-05
mesonlib: Replace unholder argument to listify
Dylan Baker
2020-03-01
meson: cache the results of can_compile
Marcel Hollerbach
2020-03-01
CompilerArgs: make lookup faster
Marcel Hollerbach
2020-02-23
Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...
Jussi Pakkanen
2020-02-22
ninjabackend: List PDBs in output list for targets
Nirbheek Chauhan
2020-02-21
Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik...
Jussi Pakkanen
2020-02-21
macOS: Remove more unused linkerlike args
Nirbheek Chauhan
2020-02-21
compilers/compilers: Fix get_linker_id
Dylan Baker
2020-02-12
Improve error reported when language has no compiler
Jon Turney
2020-01-24
compilers: Derive CompilerArgs from collections instead of typing
Nirbheek Chauhan
2020-01-24
typing: Fix compatibility with Python 3.5.2
Nirbheek Chauhan
2020-01-08
types: Fix/ignore flake8 B014/F811
Daniel Mensinger
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-19
add compiler.get_linker_id() method
Michael Hirsch, Ph.D
2019-12-12
Consider compiler arguments in linker detection logic
Dylan Baker
2019-12-12
Allow setting <lang>_args before the compiler is detected
Dylan Baker
[prev]
[next]