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
2024-06-23
feat(compilers): cppm extension support
TheHillBright
2024-06-14
Fix mypy.
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-08
Create helper method for lang opts and use in C compiler classes.
Jussi Pakkanen
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-05-22
cuda: fix `cuda.find_library()` hardcoded to yield true
David Seifert
2024-04-01
nasm: Add support for .nasm file extension (#13027)
Junior Rantila
2024-03-28
Pass Environment down from Backend
Sam James
2024-03-15
Improve error messages for invalid option values
Charles Brunet
2024-03-15
compilers: No need to pass exe_wrapper everywhere
Xavier Claessens
2024-03-15
compilers: Allow setting env and workdir for run checks
Xavier Claessens
2024-03-15
compilers: Do not dump File content in log for compiler checks.
Xavier Claessens
2024-03-15
compilers: Every compiler can run code
Xavier Claessens
2024-03-11
Only link to generated pch object when using msvc. (#12957)
Elliot
2024-02-23
compilers: 'H' is a C++ header
Dylan Baker
2024-02-12
compilers: fix inconsistent None-breaking return value for compile()
Eli Schwartz
2024-01-18
Compilers: pass -Werror to the linker with b_lto
Sam James
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-20
compilers: Add partial docstrings for a couple of Compiler methods
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-05
compilers: drop dead code
Eli Schwartz
2023-10-31
Fix traceback on AIX in shlib archiving code
Aditya Vidyadhar Kamath
2023-10-20
fix ninja backend rules containing internal enum reprs
Eli Schwartz
2023-10-19
Remove duplicated code to canonicalize b_vscrt option value
Xavier Claessens
2023-10-16
compilers/d: use DFeatures for get_features_args
Dylan Baker
2023-08-06
UserArrayOption: Remove user_input argument
Xavier Claessens
2023-07-25
make 'gui_app' an interpreter only concept
Dylan Baker
2023-07-12
Fix return type of debugfile functions
Tristan Partin
2023-07-12
Remove Compiler._build_wrapper(temp_dir:)
Tristan Partin
2023-07-12
Fix the typing around Compiler._get_compile_output()
Tristan Partin
2023-07-12
Annotate naked fundamental Python types
Tristan Partin
2023-07-12
Replace some type comments with annotations
Tristan Partin
2023-07-12
Use CompileCheckMode enum
Tristan Partin
2023-07-12
Remove type comments from compilers.py
Tristan Partin
2023-06-28
Experimental 'genvslite' WIP. (#11049)
GertyP
2023-06-27
Archive shared library in AIX (#11850)
Aditya Kamath
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-06-14
WIP: refactor loggable popen calls for consistency
Eli Schwartz
2023-04-21
compilers: split code for deciding if debug is needed into a helper
Dylan Baker
2023-04-21
compilers: convert method to get assert control to a boolean
Dylan Baker
2023-04-20
intro: add more details to generated json files
Charles Brunet
2023-04-11
fix various spelling issues
Josh Soref
2023-03-23
asm: Add sx extension
Renan Lavarec
2023-03-16
prevent lib prefix warning from pkg-config
Charles Brunet
2023-02-27
Use caching in Compiler.sizeof() and Compiler.alignment()
Andres Freund
2023-02-27
Add Compiler.cached_run()
Andres Freund
2023-02-25
Misleading comment
mtribiere
2023-02-20
nasm: Link with windows CRT libs when nasm is used as linker language
Xavier Claessens
2023-02-01
remove unneeded type comment
Eli Schwartz
2022-10-25
compilers: Make sure to not use ccache in compiler checks
Xavier Claessens
[next]