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
Age
Commit message (
Expand
)
Author
2023-12-01
More robust linker detection for armar (TI vs non-TI)
Will Toohey
2023-11-26
fix broken type annotation imports being ignored
Eli Schwartz
2023-11-22
clike: Deduplicate rpath linker flags
Fini Jastrow
2023-11-04
Fix visibility attribute support check for GCC on Windows
Christoph Reiter
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-20
add missing imports for future annotations
Eli Schwartz
2023-10-19
rust: Always link dll and exe with the correct vscrt
Xavier Claessens
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-10-16
compilers/d: remove duplicate method from subclass
Dylan Baker
2023-10-12
cpp: use -nostlib++ instead of -nostlib for custom cpp_stdlib
Mattijs Korpershoek
2023-10-09
Allow c++23 in gcc-11.
Benjamin Redelings
2023-10-04
clike compilers: use MesonBugException instead of AssertionError
Marvin Scholz
2023-09-26
compilers: use correct version comparison for openbsd libraries
Eli Schwartz
2023-09-25
fix bug where all java builds & tests fail to run SanityCheck on JDK11
Alan Brooks
2023-09-24
cpp: restore c++26 support
Christoph Reiter
2023-09-21
objective-c++: add support for current supported standards in Apple Clang
Steven Noonan
2023-09-19
Rust: Use Popen_safe_logged in sanity checks
Xavier Claessens
2023-09-18
Metrowerks assembler should not inherit opt args from mixin
Nomura
2023-09-18
Metrowerks: set optlevel 3 to max optimization args
Nomura
2023-09-18
Metrowerks: remove duplicate optimization args
Nomura
2023-09-09
clike compilers: fix cross_* functions' include
Moody Liu
2023-09-07
Rename OptionOverrideProxy to OptionsView and move to coredata
Xavier Claessens
2023-09-07
Add compiler.has_define
Marvin Scholz
2023-09-01
compilers: fix compiler detection when the "ccache" string is in the path
Filipe LaĆns
2023-08-30
Merge pull request #10332 from xclaesse/std-opt
Jussi Pakkanen
2023-08-22
compilers: fix checks handling of internal dependencies
Benoit Pierre
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-08-11
remove useless type annotations
Eli Schwartz
2023-08-09
Optimize CLikeCompiler._get_file_from_list()
Charles Brunet
2023-08-08
clang: use gcc syntax to enable diagnostics color
kiwixz
2023-08-07
c_std, cpp_std: Change to a list of desired versions in preference order
Xavier Claessens
2023-08-06
UserArrayOption: Remove user_input argument
Xavier Claessens
2023-07-31
Merge pull request #11986 from williamspatrick/clang-enable-cpp23
Jussi Pakkanen
2023-07-25
make 'gui_app' an interpreter only concept
Dylan Baker
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-07-17
Merge pull request #11976 from tristan957/cleanups
Jussi Pakkanen
2023-07-15
rust: disable overflow-checks by default
Dylan Baker
2023-07-14
c++: add support for c++23/c++26 standard and aliases
Steven Noonan
2023-07-14
c++: add fallback mappings for C++23 and C++26
Steven Noonan
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
Match the method signatures of parent classes
Tristan Partin
2023-07-12
Make CPPCompiler.get_display_language() a classmethod
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
compilers: detect cython version on stdout for newer cython versions
Eli Schwartz
[next]