aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Bump versions to 1.0.1 for release1.0.1Nirbheek Chauhan1-1/+1
2023-02-23Implement rustc controlled whole-archive linkingDylan Baker1-1/+51
2023-02-22python dependency: handle broken pylong on many more versions of pythonEli Schwartz1-1/+2
2023-02-22python dependency: fix embed handling for system dependencyEli Schwartz1-10/+15
2023-02-22python dependency: verify that the python header is installed for sysconfigEli Schwartz1-0/+3
2023-02-23backend/ninja: fix rust cfg parsingKarol Herbst1-1/+1
2023-02-21handle 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-19compilers: -fprofile-correction is only a valid switch with gcc itself.Luke Elliott1-1/+4
2023-02-19respect the machine file binary overrides, even if it doesn't existEli Schwartz1-1/+3
2023-02-19mconf: Use auto_features value for auto optionsXavier Claessens1-0/+3
2023-02-19asm: Use more backward-compatible invocation syntax for nasmSimon McVittie1-1/+1
2023-02-19cmake: check that `re.search` returned a non-None valueDylan Baker1-6/+12
2023-02-19wrap: ensure the tempfile used for downloading is closedEli Schwartz1-1/+1
2023-02-19cython: wire up support for emitting and using depfilesEli Schwartz2-2/+14
2023-02-19backends: handle cython ninja rules a bit more idiomaticallyEli Schwartz1-6/+7
2023-02-19Replace dashes in Java package names with underscores when generating native ...Tristan Partin1-3/+6
2023-02-19compilers: Optimize the /Zc:__cplusplus codeDylan Baker1-10/+6
2023-02-19compilers: Remove /utf-8 from Visual Studio command args onceDylan Baker1-3/+9
2023-02-19compilers: Copy const always_args before returningDylan Baker1-1/+2
2023-02-19mtest: fix annotaion of stdo_task and stde_taskDylan Baker1-2/+2
2023-02-19Visual Studio: Drop /utf-8 if it is not supportedChun-wei Fan1-0/+10
2023-02-19set default install_tag of python.install_sources() to "python-runtime"Peter Urban1-1/+1
2023-02-19pylint 2.16: join iterables without repeated appendEli Schwartz1-3/+1
2023-02-19pylint 2.16: raise a more intentional exceptionEli Schwartz1-1/+1
2023-02-19pylint 2.16: remove pointless parens around equality assignmentsEli Schwartz3-3/+3
2023-02-19remove unneeded type commentEli Schwartz1-1/+1
2023-02-19simplify instantiation of builtin type using builtins instead of functionsEli Schwartz6-17/+47
2023-02-19micro-optimize: define typing-only objects in TYPE_CHECKINGEli Schwartz8-51/+43
2023-02-19treewide: add future annotations importEli Schwartz102-2/+118
2023-02-19pyupgrade: use set literalEli Schwartz1-1/+1
2023-02-19remove /utf-8 option when /validate-charset- is presentCharles Brunet1-1/+3
2023-02-19cuda: enable C++20 for CUDA 12David Seifert1-2/+15
2023-02-19log running commands a bit better by doing proper shell quotingEli Schwartz1-3/+3
2023-02-19runpython: make it work for -c as wellEli Schwartz1-2/+2
2023-02-19mlog: do not squelch console output for errorsEli Schwartz1-1/+7
2023-02-19introspect: avoid crashing when add_languages for an optional language failsEli Schwartz1-6/+16
2023-02-19gnome: Deduplicate include dirs to generate girThibault Saunier1-3/+3
2023-02-19mtest: do not warn when the TAP stream version is 12Eli Schwartz1-4/+1
2023-02-19Revert "debug cygwin CI"Eli Schwartz1-1/+0
2023-02-19Haiku pkgconfig directory layout supportX5121-0/+3
2023-02-19haiku: set default prefix and library pathsX5122-9/+66
2023-02-19devenv should import env vars from vsenvCharles Brunet1-2/+1
2023-02-19remove dead codeEli Schwartz1-47/+0
2023-02-19dependencies: fix pcap-config which now errors on --versionEli Schwartz2-2/+18
2023-02-19Fix nasm when target has threads as added dependencyGijs Peskens1-0/+8
2023-02-19mparser: Use a literal for the ComparisonNodeDylan Baker1-11/+18
2023-02-19BUG: Fix generated sources not being included as dependencies in cython trans...Thomas Li1-0/+14
2023-02-19backends: Stop passing generator exes to ExecutableSerialisation as stringsDylan Baker3-7/+6
2023-02-19linkers: detect ld64 as AppleDynamicLinkerjack2-6/+28