aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-07test cases/vala: Fix clang error during int to pointer coercionnirbheek/valac-clang-int-conversionNirbheek Chauhan2-3/+3
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')Dudemanguy3-0/+6
2023-02-01remove /utf-8 option when /validate-charset- is presentCharles Brunet2-1/+25
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 Schwartz2-4/+4
2023-01-30runpython: make it work for -c as wellEli Schwartz2-4/+19
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-29Users.md: add @dcantrell /bsdutilsandy59951-0/+1
2023-01-28tests/llvm: require cmake 3.11Konstantin1-1/+4
2023-01-28cmake: allow dynamic linking with LLVMKonstantin5-73/+250
2023-01-26gnome: Deduplicate include dirs to generate girThibault Saunier1-3/+3
2023-01-25tests: avoid unexpected failure when cmake is not installedEli Schwartz1-1/+2
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-20docs: Qt compile_moc() parameter errorgroveer1-1/+1
2023-01-20optinterpreter: pass deprecated keyword directly to Option initializerDylan Baker1-15/+17
2023-01-20Deprecate passing strings to non-string optionsDylan Baker6-3/+28
2023-01-20use typed_kwargs for the various option subparsersDylan Baker2-74/+123
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 Baker2-24/+25
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-18doc: Fix typo in release notesXavier Claessens1-1/+1
2023-01-18Fix typo in doc of sourceset moduleYue Yang1-1/+1
2023-01-18devenv: Allow dumping into file and select a formatXavier Claessens7-14/+83
2023-01-18 Fix nasm when target has threads as added dependencyGijs Peskens2-0/+20
2023-01-17mparser: Use a literal for the ComparisonNodeDylan Baker1-11/+18
2023-01-16properly type utils/core.py and add it to mypyEli Schwartz3-6/+11
2023-01-15BUG: Fix generated sources not being included as dependencies in cython trans...Thomas Li5-0/+63