aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2023-02-10cython: wire up support for emitting and using depfilesEli Schwartz2-2/+14
2023-02-10backends: handle cython ninja rules a bit more idiomaticallyEli Schwartz1-6/+7
2023-02-09respect the machine file binary overrides, even if it doesn't existEli Schwartz1-1/+3
2023-02-08Replace dashes in Java package names with underscores when generating native ...Tristan Partin1-3/+6
2023-02-08compilers: Optimize the /Zc:__cplusplus codeDylan Baker1-10/+6
2023-02-08compilers: Remove /utf-8 from Visual Studio command args onceDylan Baker1-3/+9
2023-02-08compilers: Copy const always_args before returningDylan Baker1-1/+2
2023-02-08mtest: fix annotaion of stdo_task and stde_taskDylan Baker1-2/+2
2023-02-07Visual Studio: Drop /utf-8 if it is not supportedChun-wei Fan1-0/+10
2023-02-07mconf: Use auto_features value for auto optionsXavier Claessens1-0/+3
2023-02-02set default install_tag of python.install_sources() to "python-runtime"Peter Urban1-1/+1
2023-02-01pylint 2.16: join iterables without repeated appendEli Schwartz1-3/+1
2023-02-01pylint 2.16: raise a more intentional exceptionEli Schwartz1-1/+1
2023-02-01pylint 2.16: remove pointless parens around equality assignmentsEli Schwartz3-3/+3
2023-02-01remove unneeded type commentEli Schwartz1-1/+1
2023-02-01simplify instantiation of builtin type using builtins instead of functionsEli Schwartz6-17/+47
2023-02-01micro-optimize: define typing-only objects in TYPE_CHECKINGEli Schwartz9-54/+45
2023-02-01treewide: add future annotations importEli Schwartz105-5/+122
2023-02-01pyupgrade: use set literalEli Schwartz1-1/+1
2023-02-01add cc.has_function_attribute('vector_size')Dudemanguy1-0/+2
2023-02-01remove /utf-8 option when /validate-charset- is presentCharles Brunet1-1/+3
2023-01-31cuda: enable C++20 for CUDA 12David Seifert1-2/+15
2023-01-31log running commands a bit better by doing proper shell quotingEli Schwartz1-3/+3
2023-01-30runpython: make it work for -c as wellEli Schwartz1-2/+2
2023-01-29mlog: do not squelch console output for errorsEli Schwartz1-1/+7
2023-01-29introspect: avoid crashing when add_languages for an optional language failsEli Schwartz1-6/+16
2023-01-28cmake: allow dynamic linking with LLVMKonstantin2-28/+165
2023-01-26gnome: Deduplicate include dirs to generate girThibault Saunier1-3/+3
2023-01-22mtest: do not warn when the TAP stream version is 12Eli Schwartz1-4/+1
2023-01-22Revert "debug cygwin CI"Eli Schwartz1-1/+0
2023-01-22meson init --build should call meson setup and vsenvCharles Brunet1-2/+8
2023-01-20Haiku pkgconfig directory layout supportX5121-0/+3
2023-01-20haiku: set default prefix and library pathsX5122-9/+66
2023-01-20devenv should import env vars from vsenvCharles Brunet1-2/+1
2023-01-20optinterpreter: pass deprecated keyword directly to Option initializerDylan Baker1-15/+17
2023-01-20Deprecate passing strings to non-string optionsDylan Baker1-1/+3
2023-01-20use typed_kwargs for the various option subparsersDylan Baker1-73/+122
2023-01-20decorators: don't unsort sorted values for printingDylan Baker1-2/+3
2023-01-20coredata: allow deprecation to be passed to Option initializerDylan Baker1-17/+24
2023-01-20coredata: get rid of UserArrayOption `**kwargs`Dylan Baker1-2/+5
2023-01-20coredata: use DEFAULT_YIELDING as the default value for OptionsDylan Baker2-12/+12
2023-01-20coredata: use a frozenset instead of a dict where values are always NoneDylan Baker1-21/+22
2023-01-20remove dead codeEli Schwartz1-47/+0
2023-01-18dependencies: fix pcap-config which now errors on --versionEli Schwartz2-2/+18
2023-01-18interpreter: use typed_pos_args for build_targetsDylan Baker1-11/+48
2023-01-18coredata: Make a deepcopy of global state before mutatingDylan Baker1-1/+3
2023-01-18devenv: Allow dumping into file and select a formatXavier Claessens2-11/+25
2023-01-18 Fix nasm when target has threads as added dependencyGijs Peskens1-0/+8
2023-01-17mparser: Use a literal for the ComparisonNodeDylan Baker1-11/+18
2023-01-16properly type utils/core.py and add it to mypyEli Schwartz2-6/+10