aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2023-02-20interpreter: Do not ignore all exceptions when adding compilerXavier Claessens1-1/+1
2023-02-19handle more corner cases where locking the build directory failsEisuke Kawashima1-0/+3
2023-02-19vala: don't build .h, .vala, and .gir if export_dynamic is FalseDylan Baker1-1/+1
2023-02-17compilers: -fprofile-correction is only a valid switch with gcc itself.Luke Elliott1-1/+4
2023-02-15interpreter: add FeatureOption.enable_if and .disable_ifDylan Baker1-5/+39
2023-02-15interpreter: add a feature.enable_auto_ifDylan Baker1-1/+12
2023-02-15preprocess: Add dependencies kwargXavier Claessens1-0/+3
2023-02-15preprocess: Allow custom_tgt, custom_idx and generated_listXavier Claessens2-9/+28
2023-02-14allow install script to run in dry-run modeCharles Brunet3-3/+9
2023-02-14asm: Use more backward-compatible invocation syntax for nasmSimon McVittie1-1/+1
2023-02-13cmake: check that `re.search` returned a non-None valueDylan Baker1-6/+12
2023-02-13Fix displaying outputs with add_*_scriptCharles Brunet1-1/+1
2023-02-13wrap: ensure the tempfile used for downloading is closedEli Schwartz1-1/+1
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