numpy-2.1.3.tar.gz

Source distribution

Package Metadata

Metadata parsed from numpy-2.1.3/PKG-INFO
Author Travis E. Oliphant et al.
Classifier Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Programming Language :: C
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development
Topic :: Scientific/Engineering
Typing :: Typed
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
Description-Content-Type text/markdown
License Copyright (c) 2005-2024, NumPy Developers. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the NumPy Developers nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Maintainer-Email NumPy Developers <[email protected]>
Metadata-Version 2.1
Name numpy
Project-URL homepage, https://numpy.org
documentation, https://numpy.org/doc/
source, https://github.com/numpy/numpy
download, https://pypi.org/project/numpy/#files
tracker, https://github.com/numpy/numpy/issues
release notes, https://numpy.org/doc/stable/release
Requires-Python >=3.10
Summary Fundamental package for array computing in Python
Version 2.1.3

Package Files

Click a file name below to view its contents.

numpy-2.1.3/.circleci/config.yml 5.0 KiB numpy-2.1.3/.cirrus.star 1.8 KiB numpy-2.1.3/.clang-format 1.1 KiB numpy-2.1.3/.codecov.yml 230 bytes numpy-2.1.3/.coveragerc 75 bytes numpy-2.1.3/.ctags.d 19 bytes numpy-2.1.3/.devcontainer/devcontainer.json 322 bytes numpy-2.1.3/.devcontainer/setup.sh 485 bytes numpy-2.1.3/.editorconfig 174 bytes numpy-2.1.3/.gitattributes 2.4 KiB numpy-2.1.3/.github/CONTRIBUTING.md 1.6 KiB numpy-2.1.3/.github/dependabot.yml 192 bytes numpy-2.1.3/.github/ISSUE_TEMPLATE/bug-report.yml 2.2 KiB numpy-2.1.3/.github/ISSUE_TEMPLATE/config.yml 406 bytes numpy-2.1.3/.github/ISSUE_TEMPLATE/documentation.yml 878 bytes numpy-2.1.3/.github/ISSUE_TEMPLATE/feature-request.yml 880 bytes numpy-2.1.3/.github/ISSUE_TEMPLATE/post-install.yml 1.1 KiB numpy-2.1.3/.github/ISSUE_TEMPLATE/typing.yml 1.9 KiB numpy-2.1.3/.github/meson_actions/action.yml 1.0 KiB numpy-2.1.3/.github/pr-prefix-labeler.yml 377 bytes numpy-2.1.3/.github/PULL_REQUEST_TEMPLATE.md 724 bytes numpy-2.1.3/.github/workflows/circleci.yml 893 bytes numpy-2.1.3/.github/workflows/codeql.yml 2.7 KiB numpy-2.1.3/.github/workflows/cygwin.yml 3.1 KiB numpy-2.1.3/.github/workflows/dependency-review.yml 979 bytes numpy-2.1.3/.github/workflows/emscripten.yml 4.7 KiB numpy-2.1.3/.github/workflows/labeler.yml 462 bytes numpy-2.1.3/.github/workflows/linux.yml 11.0 KiB numpy-2.1.3/.github/workflows/linux_blas.yml 13.1 KiB numpy-2.1.3/.github/workflows/linux_compiler_sanitizers.yml 1.8 KiB numpy-2.1.3/.github/workflows/linux_musl.yml 2.1 KiB numpy-2.1.3/.github/workflows/linux_qemu.yml 7.2 KiB numpy-2.1.3/.github/workflows/linux_simd.yml 8.7 KiB numpy-2.1.3/.github/workflows/macos.yml 4.5 KiB numpy-2.1.3/.github/workflows/mypy.yml 1.9 KiB numpy-2.1.3/.github/workflows/scorecards.yml 2.0 KiB numpy-2.1.3/.github/workflows/wheels.yml 12.0 KiB numpy-2.1.3/.github/workflows/windows.yml 3.5 KiB numpy-2.1.3/.gitignore 2.2 KiB numpy-2.1.3/.gitmodules 882 bytes numpy-2.1.3/.mailmap 37.1 KiB numpy-2.1.3/.spin/cmds.py 21.6 KiB numpy-2.1.3/.spin/LICENSE 1.5 KiB numpy-2.1.3/azure-pipelines.yml 2.9 KiB numpy-2.1.3/azure-steps-windows.yml 2.1 KiB numpy-2.1.3/benchmarks/asv.conf.json 3.4 KiB numpy-2.1.3/benchmarks/asv_compare.conf.json.tpl 4.0 KiB numpy-2.1.3/benchmarks/asv_pip_nopep517.py 492 bytes numpy-2.1.3/benchmarks/benchmarks/__init__.py 1.8 KiB numpy-2.1.3/benchmarks/benchmarks/bench_app.py 2.6 KiB numpy-2.1.3/benchmarks/benchmarks/bench_array_coercion.py 1.6 KiB numpy-2.1.3/benchmarks/benchmarks/bench_clip.py 926 bytes numpy-2.1.3/benchmarks/benchmarks/bench_core.py 7.1 KiB numpy-2.1.3/benchmarks/benchmarks/bench_creation.py 2.0 KiB numpy-2.1.3/benchmarks/benchmarks/bench_function_base.py 10.1 KiB numpy-2.1.3/benchmarks/benchmarks/bench_import.py 838 bytes numpy-2.1.3/benchmarks/benchmarks/bench_indexing.py 3.7 KiB numpy-2.1.3/benchmarks/benchmarks/bench_io.py 7.7 KiB numpy-2.1.3/benchmarks/benchmarks/bench_itemselection.py 1.7 KiB numpy-2.1.3/benchmarks/benchmarks/bench_lib.py 6.1 KiB numpy-2.1.3/benchmarks/benchmarks/bench_linalg.py 7.3 KiB numpy-2.1.3/benchmarks/benchmarks/bench_ma.py 9.7 KiB numpy-2.1.3/benchmarks/benchmarks/bench_manipulate.py 3.1 KiB numpy-2.1.3/benchmarks/benchmarks/bench_overrides.py 1.7 KiB numpy-2.1.3/benchmarks/benchmarks/bench_polynomial.py 821 bytes numpy-2.1.3/benchmarks/benchmarks/bench_random.py 5.3 KiB numpy-2.1.3/benchmarks/benchmarks/bench_records.py 1.4 KiB numpy-2.1.3/benchmarks/benchmarks/bench_reduce.py 2.8 KiB numpy-2.1.3/benchmarks/benchmarks/bench_scalar.py 2.3 KiB numpy-2.1.3/benchmarks/benchmarks/bench_shape_base.py 5.1 KiB numpy-2.1.3/benchmarks/benchmarks/bench_strings.py 1.2 KiB numpy-2.1.3/benchmarks/benchmarks/bench_trim_zeros.py 607 bytes numpy-2.1.3/benchmarks/benchmarks/bench_ufunc.py 17.7 KiB numpy-2.1.3/benchmarks/benchmarks/bench_ufunc_strides.py 7.1 KiB numpy-2.1.3/benchmarks/benchmarks/common.py 5.4 KiB numpy-2.1.3/benchmarks/README.rst 4.3 KiB numpy-2.1.3/branding/logo/logoguidelines.md 1.4 KiB numpy-2.1.3/branding/logo/logomark/numpylogoicon.png 18.2 KiB numpy-2.1.3/branding/logo/logomark/numpylogoicon.svg 1.2 KiB numpy-2.1.3/branding/logo/logomark/numpylogoicondark.png 17.8 KiB numpy-2.1.3/branding/logo/logomark/numpylogoiconlight.png 16.4 KiB numpy-2.1.3/branding/logo/primary/numpylogo.png 18.5 KiB numpy-2.1.3/branding/logo/primary/numpylogo.svg 3.3 KiB numpy-2.1.3/branding/logo/primary/numpylogodark.png 18.4 KiB numpy-2.1.3/branding/logo/primary/numpylogolight.png 16.9 KiB numpy-2.1.3/branding/logo/secondary/numpylogo2.png 21.1 KiB numpy-2.1.3/branding/logo/secondary/numpylogo2.svg 3.3 KiB numpy-2.1.3/branding/logo/secondary/numpylogo2dark.png 20.9 KiB numpy-2.1.3/branding/logo/secondary/numpylogo2light.png 19.1 KiB numpy-2.1.3/building_with_meson.md 1.8 KiB numpy-2.1.3/CITATION.bib 896 bytes numpy-2.1.3/doc/BRANCH_WALKTHROUGH.rst 2.4 KiB numpy-2.1.3/doc/C_STYLE_GUIDE.rst 144 bytes numpy-2.1.3/doc/changelog/1.12.0-changelog.rst 45.5 KiB numpy-2.1.3/doc/changelog/1.12.1-changelog.rst 2.0 KiB numpy-2.1.3/doc/changelog/1.13.0-changelog.rst 33.5 KiB numpy-2.1.3/doc/changelog/1.13.1-changelog.rst 2.4 KiB numpy-2.1.3/doc/changelog/1.13.2-changelog.rst 2.6 KiB numpy-2.1.3/doc/changelog/1.13.3-changelog.rst 4.8 KiB numpy-2.1.3/doc/changelog/1.14.0-changelog.rst 41.7 KiB numpy-2.1.3/doc/changelog/1.14.1-changelog.rst 4.4 KiB numpy-2.1.3/doc/changelog/1.14.2-changelog.rst 880 bytes numpy-2.1.3/doc/changelog/1.14.3-changelog.rst 1.2 KiB numpy-2.1.3/doc/changelog/1.14.4-changelog.rst 1.6 KiB numpy-2.1.3/doc/changelog/1.14.5-changelog.rst 459 bytes numpy-2.1.3/doc/changelog/1.14.6-changelog.rst 746 bytes numpy-2.1.3/doc/changelog/1.15.0-changelog.rst 48.6 KiB numpy-2.1.3/doc/changelog/1.15.1-changelog.rst 2.9 KiB numpy-2.1.3/doc/changelog/1.15.2-changelog.rst 795 bytes numpy-2.1.3/doc/changelog/1.15.3-changelog.rst 1.6 KiB numpy-2.1.3/doc/changelog/1.15.4-changelog.rst 750 bytes numpy-2.1.3/doc/changelog/1.16.0-changelog.rst 53.7 KiB numpy-2.1.3/doc/changelog/1.16.1-changelog.rst 4.1 KiB numpy-2.1.3/doc/changelog/1.16.2-changelog.rst 1.1 KiB numpy-2.1.3/doc/changelog/1.16.3-changelog.rst 3.2 KiB numpy-2.1.3/doc/changelog/1.16.4-changelog.rst 2.1 KiB numpy-2.1.3/doc/changelog/1.16.5-changelog.rst 3.0 KiB numpy-2.1.3/doc/changelog/1.16.6-changelog.rst 1.8 KiB numpy-2.1.3/doc/changelog/1.17.0-changelog.rst 58.5 KiB numpy-2.1.3/doc/changelog/1.17.1-changelog.rst 3.2 KiB numpy-2.1.3/doc/changelog/1.17.2-changelog.rst 1.2 KiB numpy-2.1.3/doc/changelog/1.17.3-changelog.rst 1.7 KiB numpy-2.1.3/doc/changelog/1.17.4-changelog.rst 1.2 KiB numpy-2.1.3/doc/changelog/1.17.5-changelog.rst 1.1 KiB numpy-2.1.3/doc/changelog/1.18.0-changelog.rst 46.0 KiB numpy-2.1.3/doc/changelog/1.18.1-changelog.rst 1.7 KiB numpy-2.1.3/doc/changelog/1.18.2-changelog.rst 1.0 KiB numpy-2.1.3/doc/changelog/1.18.3-changelog.rst 954 bytes numpy-2.1.3/doc/changelog/1.18.4-changelog.rst 966 bytes numpy-2.1.3/doc/changelog/1.18.5-changelog.rst 515 bytes numpy-2.1.3/doc/changelog/1.19.0-changelog.rst 53.6 KiB numpy-2.1.3/doc/changelog/1.19.1-changelog.rst 3.0 KiB numpy-2.1.3/doc/changelog/1.19.2-changelog.rst 1.4 KiB numpy-2.1.3/doc/changelog/1.19.3-changelog.rst 1.4 KiB numpy-2.1.3/doc/changelog/1.19.4-changelog.rst 487 bytes numpy-2.1.3/doc/changelog/1.19.5-changelog.rst 1.6 KiB numpy-2.1.3/doc/changelog/1.20.0-changelog.rst 77.4 KiB numpy-2.1.3/doc/changelog/1.20.1-changelog.rst 2.0 KiB numpy-2.1.3/doc/changelog/1.20.2-changelog.rst 2.5 KiB numpy-2.1.3/doc/changelog/1.20.3-changelog.rst 2.0 KiB numpy-2.1.3/doc/changelog/1.21.0-changelog.rst 64.3 KiB numpy-2.1.3/doc/changelog/1.21.1-changelog.rst 3.3 KiB numpy-2.1.3/doc/changelog/1.21.2-changelog.rst 2.4 KiB numpy-2.1.3/doc/changelog/1.21.3-changelog.rst 1.3 KiB numpy-2.1.3/doc/changelog/1.21.4-changelog.rst 1.3 KiB numpy-2.1.3/doc/changelog/1.21.5-changelog.rst 1.6 KiB numpy-2.1.3/doc/changelog/1.21.6-changelog.rst 389 bytes numpy-2.1.3/doc/changelog/1.22.0-changelog.rst 67.7 KiB numpy-2.1.3/doc/changelog/1.22.1-changelog.rst 2.6 KiB numpy-2.1.3/doc/changelog/1.22.2-changelog.rst 2.8 KiB numpy-2.1.3/doc/changelog/1.22.3-changelog.rst 1.5 KiB numpy-2.1.3/doc/changelog/1.22.4-changelog.rst 2.7 KiB numpy-2.1.3/doc/changelog/1.23.0-changelog.rst 54.8 KiB numpy-2.1.3/doc/changelog/1.23.1-changelog.rst 1.3 KiB numpy-2.1.3/doc/changelog/1.23.2-changelog.rst 2.1 KiB numpy-2.1.3/doc/changelog/1.23.3-changelog.rst 2.0 KiB numpy-2.1.3/doc/changelog/1.23.4-changelog.rst 1.8 KiB numpy-2.1.3/doc/changelog/1.23.5-changelog.rst 1.4 KiB numpy-2.1.3/doc/changelog/1.24.0-changelog.rst 51.1 KiB numpy-2.1.3/doc/changelog/1.24.1-changelog.rst 2.4 KiB numpy-2.1.3/doc/changelog/1.24.2-changelog.rst 2.4 KiB numpy-2.1.3/doc/changelog/1.24.3-changelog.rst 2.4 KiB numpy-2.1.3/doc/changelog/1.24.4-changelog.rst 991 bytes numpy-2.1.3/doc/changelog/1.25.0-changelog.rst 58.9 KiB numpy-2.1.3/doc/changelog/1.25.1-changelog.rst 1.9 KiB numpy-2.1.3/doc/changelog/1.25.2-changelog.rst 2.4 KiB numpy-2.1.3/doc/changelog/1.26.0-changelog.rst 6.8 KiB numpy-2.1.3/doc/changelog/1.26.1-changelog.rst 2.6 KiB numpy-2.1.3/doc/changelog/1.26.2-changelog.rst 3.2 KiB numpy-2.1.3/doc/changelog/1.26.3-changelog.rst 5.2 KiB numpy-2.1.3/doc/changelog/1.26.4-changelog.rst 2.5 KiB numpy-2.1.3/doc/changelog/2.0.0-changelog.rst 118.6 KiB numpy-2.1.3/doc/changelog/2.0.1-changelog.rst 3.1 KiB numpy-2.1.3/doc/changelog/2.0.2-changelog.rst 2.5 KiB numpy-2.1.3/doc/changelog/2.1.0-changelog.rst 52.1 KiB numpy-2.1.3/doc/changelog/2.1.1-changelog.rst 1.5 KiB numpy-2.1.3/doc/changelog/2.1.2-changelog.rst 1.9 KiB numpy-2.1.3/doc/changelog/2.1.3-changelog.rst 2.7 KiB numpy-2.1.3/doc/conftest.py 942 bytes numpy-2.1.3/doc/DISTUTILS.rst 22.5 KiB numpy-2.1.3/doc/EXAMPLE_DOCSTRING.rst 3.4 KiB numpy-2.1.3/doc/HOWTO_DOCUMENT.rst 110 bytes numpy-2.1.3/doc/HOWTO_RELEASE.rst 8.4 KiB numpy-2.1.3/doc/make.bat 1.8 KiB numpy-2.1.3/doc/Makefile 7.7 KiB numpy-2.1.3/doc/neps/.gitignore 86 bytes numpy-2.1.3/doc/neps/_static/casting_flow.svg 99.8 KiB numpy-2.1.3/doc/neps/_static/dtype_hierarchy.svg 37.2 KiB numpy-2.1.3/doc/neps/_static/nep-0000.png 12.6 KiB numpy-2.1.3/doc/neps/_static/nep-0040_dtype-hierarchy.png 18.3 KiB numpy-2.1.3/doc/neps/_static/nep-0041-mindmap.svg 152.3 KiB numpy-2.1.3/doc/neps/_static/nep-0041-type-sketch-no-fonts.svg 139.0 KiB numpy-2.1.3/doc/neps/_static/nep-0041-type-sketch.svg 26.1 KiB numpy-2.1.3/doc/neps/_static/nep-0047-casting-rules-lattice.png 64.1 KiB numpy-2.1.3/doc/neps/_static/nep-0047-library-dependencies.png 66.5 KiB numpy-2.1.3/doc/neps/_static/nep-0047-scope-of-array-API.png 83.5 KiB numpy-2.1.3/doc/neps/_static/nep-0050-promotion-no-fonts.svg 258.9 KiB numpy-2.1.3/doc/neps/_static/nep-0050-promotion.svg 36.0 KiB numpy-2.1.3/doc/neps/_static/nep-0055-arena-string-memory-layout.svg 113.3 KiB numpy-2.1.3/doc/neps/_static/nep-0055-heap-string-memory-layout.svg 114.7 KiB numpy-2.1.3/doc/neps/_static/nep-0055-short-string-memory-layout.svg 79.4 KiB numpy-2.1.3/doc/neps/_static/nep0013_image1.png 18.2 KiB numpy-2.1.3/doc/neps/_static/nep0013_image2.png 6.2 KiB numpy-2.1.3/doc/neps/_static/nep0013_image3.png 11.4 KiB numpy-2.1.3/doc/neps/_static/nep43-sketch-with-text.svg 58.0 KiB numpy-2.1.3/doc/neps/_static/nep43-sketch.svg 393.6 KiB numpy-2.1.3/doc/neps/accepted.rst.tmpl 246 bytes numpy-2.1.3/doc/neps/conf.py 5.5 KiB numpy-2.1.3/doc/neps/content.rst 637 bytes numpy-2.1.3/doc/neps/deferred.rst.tmpl 234 bytes numpy-2.1.3/doc/neps/finished.rst.tmpl 185 bytes numpy-2.1.3/doc/neps/index.rst 798 bytes numpy-2.1.3/doc/neps/Makefile 760 bytes numpy-2.1.3/doc/neps/meta.rst.tmpl 271 bytes numpy-2.1.3/doc/neps/nep-0000.rst 11.6 KiB numpy-2.1.3/doc/neps/nep-0001-npy-format.rst 11.8 KiB numpy-2.1.3/doc/neps/nep-0002-warnfix.rst 2.9 KiB numpy-2.1.3/doc/neps/nep-0003-math_config_clean.rst 2.8 KiB numpy-2.1.3/doc/neps/nep-0004-datetime-proposal3.rst 18.7 KiB numpy-2.1.3/doc/neps/nep-0005-generalized-ufuncs.rst 8.3 KiB numpy-2.1.3/doc/neps/nep-0006-newbugtracker.rst 5.8 KiB numpy-2.1.3/doc/neps/nep-0007-datetime-proposal.rst 23.1 KiB numpy-2.1.3/doc/neps/nep-0008-groupby_additions.rst 3.7 KiB numpy-2.1.3/doc/neps/nep-0009-structured_array_extensions.rst 461 bytes numpy-2.1.3/doc/neps/nep-0010-new-iterator-ufunc.rst 82.4 KiB numpy-2.1.3/doc/neps/nep-0011-deferred-ufunc-evaluation.rst 12.0 KiB numpy-2.1.3/doc/neps/nep-0012-missing-data.rst 48.4 KiB numpy-2.1.3/doc/neps/nep-0013-ufunc-overrides.rst 30.3 KiB numpy-2.1.3/doc/neps/nep-0014-dropping-python2.7-proposal.rst 2.6 KiB numpy-2.1.3/doc/neps/nep-0015-merge-multiarray-umath.rst 6.3 KiB numpy-2.1.3/doc/neps/nep-0016-abstract-array.rst 12.2 KiB numpy-2.1.3/doc/neps/nep-0016-benchmark.py 1.0 KiB numpy-2.1.3/doc/neps/nep-0017-split-out-maskedarray.rst 4.3 KiB numpy-2.1.3/doc/neps/nep-0018-array-function-protocol.rst 43.7 KiB numpy-2.1.3/doc/neps/nep-0019-rng-policy.rst 17.3 KiB numpy-2.1.3/doc/neps/nep-0020-gufunc-signature-enhancement.rst 13.9 KiB numpy-2.1.3/doc/neps/nep-0021-advanced-indexing.rst 26.4 KiB numpy-2.1.3/doc/neps/nep-0022-ndarray-duck-typing-overview.rst 17.0 KiB numpy-2.1.3/doc/neps/nep-0023-backwards-compatibility.rst 14.6 KiB numpy-2.1.3/doc/neps/nep-0024-missing-data-2.rst 8.3 KiB numpy-2.1.3/doc/neps/nep-0025-missing-data-3.rst 23.6 KiB numpy-2.1.3/doc/neps/nep-0026-missing-data-summary.rst 34.2 KiB numpy-2.1.3/doc/neps/nep-0027-zero-rank-arrarys.rst 9.2 KiB numpy-2.1.3/doc/neps/nep-0028-website-redesign.rst 14.2 KiB numpy-2.1.3/doc/neps/nep-0029-deprecation_policy.rst 13.2 KiB numpy-2.1.3/doc/neps/nep-0030-duck-array-protocol.rst 8.0 KiB numpy-2.1.3/doc/neps/nep-0031-uarray.rst 26.9 KiB numpy-2.1.3/doc/neps/nep-0032-remove-financial-functions.rst 9.1 KiB numpy-2.1.3/doc/neps/nep-0034-infer-dtype-is-object.rst 5.7 KiB numpy-2.1.3/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst 19.7 KiB numpy-2.1.3/doc/neps/nep-0036-fair-play.rst 6.4 KiB numpy-2.1.3/doc/neps/nep-0037-array-module.rst 25.7 KiB numpy-2.1.3/doc/neps/nep-0038-SIMD-optimizations.rst 16.0 KiB numpy-2.1.3/doc/neps/nep-0040-legacy-datatype-impl.rst 27.7 KiB numpy-2.1.3/doc/neps/nep-0041-improved-dtype-support.rst 34.8 KiB numpy-2.1.3/doc/neps/nep-0042-new-dtypes.rst 57.7 KiB numpy-2.1.3/doc/neps/nep-0043-extensible-ufuncs.rst 53.9 KiB numpy-2.1.3/doc/neps/nep-0044-restructuring-numpy-docs.rst 9.5 KiB numpy-2.1.3/doc/neps/nep-0045-c_style_guide.rst 7.4 KiB numpy-2.1.3/doc/neps/nep-0046-sponsorship-guidelines.rst 11.8 KiB numpy-2.1.3/doc/neps/nep-0047-array-api-standard.rst 33.3 KiB numpy-2.1.3/doc/neps/nep-0048-spending-project-funds.rst 22.6 KiB numpy-2.1.3/doc/neps/nep-0049.rst 13.9 KiB numpy-2.1.3/doc/neps/nep-0050-scalar-promotion.rst 32.5 KiB numpy-2.1.3/doc/neps/nep-0051-scalar-representation.rst 14.0 KiB numpy-2.1.3/doc/neps/nep-0052-python-api-cleanup.rst 14.2 KiB numpy-2.1.3/doc/neps/nep-0053-c-abi-evolution.rst 13.1 KiB numpy-2.1.3/doc/neps/nep-0054-simd-cpp-highway.rst 15.6 KiB numpy-2.1.3/doc/neps/nep-0055-string_dtype.rst 55.7 KiB numpy-2.1.3/doc/neps/nep-0056-array-api-main-namespace.rst 33.0 KiB numpy-2.1.3/doc/neps/nep-template.rst 3.4 KiB numpy-2.1.3/doc/neps/open.rst.tmpl 221 bytes numpy-2.1.3/doc/neps/provisional.rst.tmpl 291 bytes numpy-2.1.3/doc/neps/rejected.rst.tmpl 231 bytes numpy-2.1.3/doc/neps/roadmap.rst 10.5 KiB numpy-2.1.3/doc/neps/scope.rst 2.0 KiB numpy-2.1.3/doc/neps/tools/build_index.py 4.2 KiB numpy-2.1.3/doc/postprocess.py 1.3 KiB numpy-2.1.3/doc/preprocess.py 1.4 KiB numpy-2.1.3/doc/records.rst 3.3 KiB numpy-2.1.3/doc/release/upcoming_changes/README.rst 2.6 KiB numpy-2.1.3/doc/release/upcoming_changes/template.rst 823 bytes numpy-2.1.3/doc/RELEASE_WALKTHROUGH.rst 13.8 KiB numpy-2.1.3/doc/source/_static/.gitignore 120 bytes numpy-2.1.3/doc/source/_static/favicon/apple-touch-icon.png 23.2 KiB numpy-2.1.3/doc/source/_static/favicon/favicon-16x16.png 843 bytes numpy-2.1.3/doc/source/_static/favicon/favicon-32x32.png 2.2 KiB numpy-2.1.3/doc/source/_static/favicon/favicon.ico 15.0 KiB numpy-2.1.3/doc/source/_static/index-images/api.svg 14.7 KiB numpy-2.1.3/doc/source/_static/index-images/contributor.svg 298 bytes numpy-2.1.3/doc/source/_static/index-images/getting_started.svg 23.2 KiB numpy-2.1.3/doc/source/_static/index-images/user_guide.svg 1.1 KiB numpy-2.1.3/doc/source/_static/numpy.css 1.7 KiB numpy-2.1.3/doc/source/_static/numpylogo.svg 7.5 KiB numpy-2.1.3/doc/source/_static/numpylogo_dark.svg 7.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/.gitattributes 68 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/.gitignore 21 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/config/scipy-mathjax.js 842 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/accessibility-menu.js 5.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/auto-collapse.js 16.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/collapsible.js 23.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/explorer.js 27.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/invalid_keypress.mp3 8.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/invalid_keypress.ogg 5.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathjax-sre.js 358.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/.htaccess 198 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/functions/algebra.json 621 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/functions/elementary.json 2.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/functions/hyperbolic.json 2.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/functions/trigonometry.json 1.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/mathmaps_ie.js 627.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/greek-capital.json 3.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/greek-mathfonts.json 28.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/greek-scripts.json 2.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/greek-small.json 2.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/greek-symbols.json 5.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/hebrew_letters.json 557 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/latin-lower-double-accent.json 10.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/latin-lower-normal.json 5.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/latin-lower-phonetic.json 30.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/latin-lower-single-accent.json 53.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/latin-mathfonts.json 99.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/latin-rest.json 36.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/latin-upper-double-accent.json 13.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/latin-upper-normal.json 8.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/latin-upper-single-accent.json 56.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/math_angles.json 2.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/math_arrows.json 58.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/math_characters.json 5.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/math_delimiters.json 30.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/math_digits.json 44.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/math_geometry.json 36.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/math_harpoons.json 7.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/math_non_characters.json 3.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/math_symbols.json 119.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/math_whitespace.json 3.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/symbols/other_stars.json 5.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/units/energy.json 1.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/units/length.json 867 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/units/memory.json 522 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/units/other.json 274 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/units/speed.json 392 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/units/temperature.json 308 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/units/time.json 564 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/units/volume.json 1.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/mathmaps/units/weight.json 732 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/semantic-enrich.js 7.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/a11y/wgxpath.install.js 28.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/AssistiveMML.js 5.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/CHTML-preview.js 1.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/fast-preview.js 5.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/FontWarnings.js 12.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/HelpDialog.js 8.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/jsMath2jax.js 4.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/MatchWebFonts.js 11.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/MathEvents.js 21.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/MathMenu.js 62.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/MathZoom.js 14.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/Safe.js 12.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/action.js 2.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/AMScd.js 5.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/AMSmath.js 23.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/AMSsymbols.js 12.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/autobold.js 1.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/autoload-all.js 3.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/bbox.js 4.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/begingroup.js 9.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/boldsymbol.js 2.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/cancel.js 3.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/color.js 8.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/enclose.js 3.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/extpfeil.js 3.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/HTML.js 2.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/mathchoice.js 4.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/mediawiki-texvc.js 4.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/mhchem.js 15.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/mhchem3/mhchem.js 62.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/newcommand.js 9.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/noErrors.js 13.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/noUndefined.js 2.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/unicode.js 6.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/TeX/verb.js 2.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/tex2jax.js 13.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/extensions/toMathML.js 9.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/Gruntfile.js 14.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/jax.js 63.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/Arrows.js 6.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/BasicLatin.js 3.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/CombDiacritMarks.js 1.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/CombDiactForSymbols.js 1.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/Dingbats.js 1.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/GeneralPunctuation.js 1.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/GeometricShapes.js 2.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/GreekAndCoptic.js 1.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/Latin1Supplement.js 1.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/LetterlikeSymbols.js 1.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/MathOperators.js 11.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/MiscMathSymbolsA.js 1.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/MiscMathSymbolsB.js 9.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js 1.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/MiscTechnical.js 1.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/SpacingModLetters.js 1.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/SupplementalArrowsA.js 1.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/SupplementalArrowsB.js 10.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/element/mml/optable/SuppMathOperators.js 17.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/input/TeX/config.js 1.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/input/TeX/jax.js 87.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/autoload/annotation-xml.js 2.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/autoload/maction.js 6.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/autoload/menclose.js 11.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/autoload/mglyph.js 3.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/autoload/mmultiscripts.js 11.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/autoload/ms.js 2.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/autoload/mtable.js 22.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/autoload/multiline.js 30.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/config.js 2.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/fonts/TeX/AMS-Regular.js 17.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/fonts/TeX/Caligraphic-Bold.js 3.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/fonts/TeX/fontdata-extra.js 7.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/fonts/TeX/fontdata.js 83.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Bold.js 6.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Regular.js 6.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/fonts/TeX/Main-Bold.js 11.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/fonts/TeX/Math-BoldItalic.js 8.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Bold.js 7.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Italic.js 8.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Regular.js 7.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/fonts/TeX/Script-Regular.js 3.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/fonts/TeX/Typewriter-Regular.js 8.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/CommonHTML/jax.js 108.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/PlainSource/config.js 1.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/PlainSource/jax.js 6.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/PreviewHTML/config.js 2.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/PreviewHTML/jax.js 41.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/autoload/annotation-xml.js 3.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/autoload/maction.js 7.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/autoload/menclose.js 8.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/autoload/mglyph.js 4.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/autoload/mmultiscripts.js 5.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/autoload/ms.js 2.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/autoload/mtable.js 14.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/autoload/multiline.js 26.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/config.js 4.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js 20.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js 2.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js 1.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js 1.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js 1.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js 1.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js 2.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js 2.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js 4.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js 1.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js 4.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js 24.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js 58.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js 1.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js 1.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js 1.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js 12.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js 1.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js 19.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js 23.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js 23.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/fontdata-extra.js 7.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/fontdata.js 168.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js 51.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js 1.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js 1.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js 5.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js 50.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js 1.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js 1.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js 5.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js 13.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js 19.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js 4.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js 1.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js 4.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js 2.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js 5.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js 3.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js 1.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js 1.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js 6.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js 23.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js 28.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js 1.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js 5.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js 2.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js 3.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js 5.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js 2.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js 50.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js 3.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js 2.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js 8.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js 1.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js 1.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js 1.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js 2.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js 20.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js 3.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js 2.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js 6.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js 1.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js 1.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js 6.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js 78.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js 4.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js 1.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js 1.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js 61.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js 61.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js 39.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js 4.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js 1.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js 8.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js 32.6 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js 3.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js 1.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js 7.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js 26.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js 3.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js 1.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js 5.3 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js 28.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js 1.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js 18.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js 16.5 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js 6.2 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js 13.4 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js 45.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js 3.7 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js 1.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js 9.0 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/jax/output/SVG/jax.js 89.8 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/LICENSE 11.1 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/MathJax.js 123.9 KiB numpy-2.1.3/doc/source/_static/scipy-mathjax/package.json 289 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/README.md 265 bytes numpy-2.1.3/doc/source/_static/scipy-mathjax/rebuild.sh 1.5 KiB numpy-2.1.3/doc/source/_templates/autosummary/attribute.rst 357 bytes numpy-2.1.3/doc/source/_templates/autosummary/base.rst 442 bytes numpy-2.1.3/doc/source/_templates/autosummary/class.rst 862 bytes numpy-2.1.3/doc/source/_templates/autosummary/member.rst 354 bytes numpy-2.1.3/doc/source/_templates/autosummary/method.rst 354 bytes numpy-2.1.3/doc/source/_templates/autosummary/minimal_module.rst 113 bytes numpy-2.1.3/doc/source/_templates/autosummary/module.rst 824 bytes numpy-2.1.3/doc/source/_templates/searchbox.html 797 bytes numpy-2.1.3/doc/source/benchmarking.rst 41 bytes numpy-2.1.3/doc/source/building/blas_lapack.rst 4.9 KiB numpy-2.1.3/doc/source/building/compilers_and_options.rst 3.2 KiB numpy-2.1.3/doc/source/building/cross_compilation.rst 1.9 KiB numpy-2.1.3/doc/source/building/distutils_equivalents.rst 1.3 KiB numpy-2.1.3/doc/source/building/index.rst 15.2 KiB numpy-2.1.3/doc/source/building/introspecting_a_build.rst 1.0 KiB numpy-2.1.3/doc/source/building/redistributable_binaries.rst 1.2 KiB numpy-2.1.3/doc/source/building/understanding_meson.rst 4.4 KiB numpy-2.1.3/doc/source/conf.py 18.8 KiB numpy-2.1.3/doc/source/dev/alignment.rst 5.4 KiB numpy-2.1.3/doc/source/dev/depending_on_numpy.rst 11.4 KiB numpy-2.1.3/doc/source/dev/development_advanced_debugging.rst 8.2 KiB numpy-2.1.3/doc/source/dev/development_environment.rst 13.5 KiB numpy-2.1.3/doc/source/dev/development_workflow.rst 20.4 KiB numpy-2.1.3/doc/source/dev/examples/.doxyfile 43 bytes numpy-2.1.3/doc/source/dev/examples/doxy_class.hpp 616 bytes numpy-2.1.3/doc/source/dev/examples/doxy_func.h 313 bytes numpy-2.1.3/doc/source/dev/examples/doxy_rst.h 261 bytes numpy-2.1.3/doc/source/dev/governance/governance.rst 19.1 KiB numpy-2.1.3/doc/source/dev/governance/index.rst 106 bytes numpy-2.1.3/doc/source/dev/howto-docs.rst 16.8 KiB numpy-2.1.3/doc/source/dev/howto_build_docs.rst 4.0 KiB numpy-2.1.3/doc/source/dev/index.rst 9.0 KiB numpy-2.1.3/doc/source/dev/internals.code-explanations.rst 30.3 KiB numpy-2.1.3/doc/source/dev/internals.rst 9.8 KiB numpy-2.1.3/doc/source/dev/pull_button.png 12.6 KiB numpy-2.1.3/doc/source/dev/releasing.rst 516 bytes numpy-2.1.3/doc/source/dev/reviewer_guidelines.rst 10.1 KiB numpy-2.1.3/doc/source/dev/underthehood.rst 411 bytes numpy-2.1.3/doc/source/doxyfile 11.6 KiB numpy-2.1.3/doc/source/f2py/advanced/boilerplating.rst 3.4 KiB numpy-2.1.3/doc/source/f2py/advanced/use_cases.rst 5.4 KiB numpy-2.1.3/doc/source/f2py/buildtools/cmake.rst 2.2 KiB numpy-2.1.3/doc/source/f2py/buildtools/distutils-to-meson.rst 6.3 KiB numpy-2.1.3/doc/source/f2py/buildtools/distutils.rst 2.6 KiB numpy-2.1.3/doc/source/f2py/buildtools/index.rst 3.4 KiB numpy-2.1.3/doc/source/f2py/buildtools/meson.rst 3.8 KiB numpy-2.1.3/doc/source/f2py/buildtools/skbuild.rst 3.2 KiB numpy-2.1.3/doc/source/f2py/code/add-edited.pyf 226 bytes numpy-2.1.3/doc/source/f2py/code/add-improved.f 336 bytes numpy-2.1.3/doc/source/f2py/code/add-test.f 256 bytes numpy-2.1.3/doc/source/f2py/code/add.f 201 bytes numpy-2.1.3/doc/source/f2py/code/add.pyf 184 bytes numpy-2.1.3/doc/source/f2py/code/advanced/boilerplating/res/base_docstring.dat 291 bytes numpy-2.1.3/doc/source/f2py/code/advanced/boilerplating/res/improved_docstring.dat 354 bytes numpy-2.1.3/doc/source/f2py/code/advanced/boilerplating/src/adder.pyf.fypp 984 bytes numpy-2.1.3/doc/source/f2py/code/advanced/boilerplating/src/adder_base.f90 328 bytes numpy-2.1.3/doc/source/f2py/code/advanced/boilerplating/src/base_adder.pyf 807 bytes numpy-2.1.3/doc/source/f2py/code/advanced/boilerplating/src/gen_adder.f90.fypp 576 bytes numpy-2.1.3/doc/source/f2py/code/advanced/boilerplating/src/improved_base_adder.pyf 727 bytes numpy-2.1.3/doc/source/f2py/code/allocarr.f90 325 bytes numpy-2.1.3/doc/source/f2py/code/array.f 399 bytes numpy-2.1.3/doc/source/f2py/code/asterisk1.f90 127 bytes numpy-2.1.3/doc/source/f2py/code/asterisk2.f90 186 bytes numpy-2.1.3/doc/source/f2py/code/calculate.f 315 bytes numpy-2.1.3/doc/source/f2py/code/callback.f 223 bytes numpy-2.1.3/doc/source/f2py/code/callback2.pyf 466 bytes numpy-2.1.3/doc/source/f2py/code/CMakeLists.txt 1.9 KiB numpy-2.1.3/doc/source/f2py/code/CMakeLists_skbuild.txt 2.9 KiB numpy-2.1.3/doc/source/f2py/code/common.f 318 bytes numpy-2.1.3/doc/source/f2py/code/extcallback.f 307 bytes numpy-2.1.3/doc/source/f2py/code/f2cmap_demo.f 298 bytes numpy-2.1.3/doc/source/f2py/code/fib1.f 347 bytes numpy-2.1.3/doc/source/f2py/code/fib1.pyf 397 bytes numpy-2.1.3/doc/source/f2py/code/fib2.pyf 243 bytes numpy-2.1.3/doc/source/f2py/code/fib3.f 404 bytes numpy-2.1.3/doc/source/f2py/code/filter.f 486 bytes numpy-2.1.3/doc/source/f2py/code/ftype.f 232 bytes numpy-2.1.3/doc/source/f2py/code/meson.build 860 bytes numpy-2.1.3/doc/source/f2py/code/meson_upd.build 1018 bytes numpy-2.1.3/doc/source/f2py/code/moddata.f90 422 bytes numpy-2.1.3/doc/source/f2py/code/myroutine-edited.pyf 612 bytes numpy-2.1.3/doc/source/f2py/code/myroutine.f90 202 bytes numpy-2.1.3/doc/source/f2py/code/myroutine.pyf 624 bytes numpy-2.1.3/doc/source/f2py/code/pyproj_skbuild.toml 139 bytes numpy-2.1.3/doc/source/f2py/code/results/allocarr_session.dat 925 bytes numpy-2.1.3/doc/source/f2py/code/results/array_session.dat 1.9 KiB numpy-2.1.3/doc/source/f2py/code/results/asterisk1_session.dat 58 bytes numpy-2.1.3/doc/source/f2py/code/results/asterisk2_session.dat 90 bytes numpy-2.1.3/doc/source/f2py/code/results/calculate_session.dat 227 bytes numpy-2.1.3/doc/source/f2py/code/results/callback_session.dat 505 bytes numpy-2.1.3/doc/source/f2py/code/results/common_session.dat 833 bytes numpy-2.1.3/doc/source/f2py/code/results/extcallback_session.dat 406 bytes numpy-2.1.3/doc/source/f2py/code/results/ftype_session.dat 537 bytes numpy-2.1.3/doc/source/f2py/code/results/moddata_session.dat 674 bytes numpy-2.1.3/doc/source/f2py/code/results/run_main_session.dat 574 bytes numpy-2.1.3/doc/source/f2py/code/results/scalar_session.dat 483 bytes numpy-2.1.3/doc/source/f2py/code/results/spam_session.dat 125 bytes numpy-2.1.3/doc/source/f2py/code/results/string_session.dat 541 bytes numpy-2.1.3/doc/source/f2py/code/results/var_session.dat 28 bytes numpy-2.1.3/doc/source/f2py/code/scalar.f 271 bytes numpy-2.1.3/doc/source/f2py/code/setup_example.py 539 bytes numpy-2.1.3/doc/source/f2py/code/setup_skbuild.py 210 bytes numpy-2.1.3/doc/source/f2py/code/spam.pyf 471 bytes numpy-2.1.3/doc/source/f2py/code/string.f 447 bytes numpy-2.1.3/doc/source/f2py/code/var.pyf 202 bytes numpy-2.1.3/doc/source/f2py/f2py-examples.rst 8.4 KiB numpy-2.1.3/doc/source/f2py/f2py-reference.rst 222 bytes numpy-2.1.3/doc/source/f2py/f2py-testing.rst 3.4 KiB numpy-2.1.3/doc/source/f2py/f2py-user.rst 128 bytes numpy-2.1.3/doc/source/f2py/f2py.getting-started.rst 10.6 KiB numpy-2.1.3/doc/source/f2py/index.rst 2.3 KiB numpy-2.1.3/doc/source/f2py/python-usage.rst 12.1 KiB numpy-2.1.3/doc/source/f2py/signature-file.rst 24.6 KiB numpy-2.1.3/doc/source/f2py/usage.rst 11.5 KiB numpy-2.1.3/doc/source/f2py/windows/conda.rst 1.0 KiB numpy-2.1.3/doc/source/f2py/windows/index.rst 9.7 KiB numpy-2.1.3/doc/source/f2py/windows/intel.rst 2.8 KiB numpy-2.1.3/doc/source/f2py/windows/msys2.rst 507 bytes numpy-2.1.3/doc/source/f2py/windows/pgi.rst 744 bytes numpy-2.1.3/doc/source/getting_started.rst 41 bytes numpy-2.1.3/doc/source/glossary.rst 18.2 KiB numpy-2.1.3/doc/source/index.rst 3.3 KiB numpy-2.1.3/doc/source/license.rst 87 bytes numpy-2.1.3/doc/source/numpy_2_0_migration_guide.rst 21.5 KiB numpy-2.1.3/doc/source/reference/alignment.rst 174 bytes numpy-2.1.3/doc/source/reference/array_api.rst 3.0 KiB numpy-2.1.3/doc/source/reference/arrays.classes.rst 26.8 KiB numpy-2.1.3/doc/source/reference/arrays.datetime.rst 18.1 KiB numpy-2.1.3/doc/source/reference/arrays.dtypes.rst 21.2 KiB numpy-2.1.3/doc/source/reference/arrays.interface.rst 14.8 KiB numpy-2.1.3/doc/source/reference/arrays.ndarray.rst 17.3 KiB numpy-2.1.3/doc/source/reference/arrays.nditer.cython.rst 5.2 KiB numpy-2.1.3/doc/source/reference/arrays.nditer.rst 25.2 KiB numpy-2.1.3/doc/source/reference/arrays.promotion.rst 11.4 KiB numpy-2.1.3/doc/source/reference/arrays.rst 1.6 KiB numpy-2.1.3/doc/source/reference/arrays.scalars.rst 14.9 KiB numpy-2.1.3/doc/source/reference/c-api/array.rst 180.4 KiB numpy-2.1.3/doc/source/reference/c-api/config.rst 2.7 KiB numpy-2.1.3/doc/source/reference/c-api/coremath.rst 18.2 KiB numpy-2.1.3/doc/source/reference/c-api/data_memory.rst 8.2 KiB numpy-2.1.3/doc/source/reference/c-api/datetimes.rst 7.0 KiB numpy-2.1.3/doc/source/reference/c-api/deprecations.rst 3.0 KiB numpy-2.1.3/doc/source/reference/c-api/dtype.rst 14.2 KiB numpy-2.1.3/doc/source/reference/c-api/generalized-ufuncs.rst 16.1 KiB numpy-2.1.3/doc/source/reference/c-api/index.rst 1.7 KiB numpy-2.1.3/doc/source/reference/c-api/iterator.rst 56.1 KiB numpy-2.1.3/doc/source/reference/c-api/strings.rst 9.3 KiB numpy-2.1.3/doc/source/reference/c-api/types-and-structures.rst 61.1 KiB numpy-2.1.3/doc/source/reference/c-api/ufunc.rst 18.8 KiB numpy-2.1.3/doc/source/reference/constants.rst 3.2 KiB numpy-2.1.3/doc/source/reference/distutils.rst 6.9 KiB numpy-2.1.3/doc/source/reference/distutils/misc_util.rst 150 bytes numpy-2.1.3/doc/source/reference/distutils_guide.rst 294 bytes numpy-2.1.3/doc/source/reference/distutils_status_migration.rst 5.6 KiB numpy-2.1.3/doc/source/reference/figures/dtype-hierarchy.dia 5.2 KiB numpy-2.1.3/doc/source/reference/figures/dtype-hierarchy.pdf 18.3 KiB numpy-2.1.3/doc/source/reference/figures/dtype-hierarchy.png 31.8 KiB numpy-2.1.3/doc/source/reference/figures/nep-0050-promotion-no-fonts.svg 258.9 KiB numpy-2.1.3/doc/source/reference/figures/opt-infra.odg 13.5 KiB numpy-2.1.3/doc/source/reference/figures/opt-infra.png 52.8 KiB numpy-2.1.3/doc/source/reference/figures/threefundamental.fig 1.9 KiB numpy-2.1.3/doc/source/reference/figures/threefundamental.pdf 3.3 KiB numpy-2.1.3/doc/source/reference/figures/threefundamental.png 5.5 KiB numpy-2.1.3/doc/source/reference/global_state.rst 2.5 KiB numpy-2.1.3/doc/source/reference/index.rst 1.1 KiB numpy-2.1.3/doc/source/reference/internals.code-explanations.rst 224 bytes numpy-2.1.3/doc/source/reference/internals.rst 174 bytes numpy-2.1.3/doc/source/reference/maskedarray.baseclass.rst 8.3 KiB numpy-2.1.3/doc/source/reference/maskedarray.generic.rst 15.9 KiB numpy-2.1.3/doc/source/reference/maskedarray.rst 375 bytes numpy-2.1.3/doc/source/reference/module_structure.rst 2.9 KiB numpy-2.1.3/doc/source/reference/random/bit_generators/index.rst 6.1 KiB numpy-2.1.3/doc/source/reference/random/bit_generators/mt19937.rst 442 bytes numpy-2.1.3/doc/source/reference/random/bit_generators/pcg64.rst 490 bytes numpy-2.1.3/doc/source/reference/random/bit_generators/pcg64dxsm.rst 524 bytes numpy-2.1.3/doc/source/reference/random/bit_generators/philox.rst 452 bytes numpy-2.1.3/doc/source/reference/random/bit_generators/sfc64.rst 339 bytes numpy-2.1.3/doc/source/reference/random/c-api.rst 7.5 KiB numpy-2.1.3/doc/source/reference/random/compatibility.rst 4.9 KiB numpy-2.1.3/doc/source/reference/random/examples/cffi.rst 137 bytes numpy-2.1.3/doc/source/reference/random/examples/cython/extending.pyx 96 bytes numpy-2.1.3/doc/source/reference/random/examples/cython/extending.pyx.rst 133 bytes numpy-2.1.3/doc/source/reference/random/examples/cython/extending_distributions.pyx.rst 175 bytes numpy-2.1.3/doc/source/reference/random/examples/cython/index.rst 312 bytes numpy-2.1.3/doc/source/reference/random/examples/cython/meson.build.rst 127 bytes numpy-2.1.3/doc/source/reference/random/examples/numba.rst 140 bytes numpy-2.1.3/doc/source/reference/random/examples/numba_cffi.rst 172 bytes numpy-2.1.3/doc/source/reference/random/extending.rst 4.0 KiB numpy-2.1.3/doc/source/reference/random/generator.rst 6.4 KiB numpy-2.1.3/doc/source/reference/random/index.rst 6.8 KiB numpy-2.1.3/doc/source/reference/random/legacy.rst 4.4 KiB numpy-2.1.3/doc/source/reference/random/multithreading.rst 3.9 KiB numpy-2.1.3/doc/source/reference/random/new-or-different.rst 5.4 KiB numpy-2.1.3/doc/source/reference/random/parallel.rst 13.1 KiB numpy-2.1.3/doc/source/reference/random/performance.py 2.5 KiB numpy-2.1.3/doc/source/reference/random/performance.rst 6.7 KiB numpy-2.1.3/doc/source/reference/random/upgrading-pcg64.rst 9.3 KiB numpy-2.1.3/doc/source/reference/routines.array-creation.rst 1.5 KiB numpy-2.1.3/doc/source/reference/routines.array-manipulation.rst 1.6 KiB numpy-2.1.3/doc/source/reference/routines.bitwise.rst 496 bytes numpy-2.1.3/doc/source/reference/routines.char.rst 1.8 KiB numpy-2.1.3/doc/source/reference/routines.ctypeslib.rst 628 bytes numpy-2.1.3/doc/source/reference/routines.datetime.rst 367 bytes numpy-2.1.3/doc/source/reference/routines.dtype.rst 626 bytes numpy-2.1.3/doc/source/reference/routines.dtypes.rst 1.3 KiB numpy-2.1.3/doc/source/reference/routines.emath.rst 296 bytes numpy-2.1.3/doc/source/reference/routines.err.rst 260 bytes numpy-2.1.3/doc/source/reference/routines.exceptions.rst 58 bytes numpy-2.1.3/doc/source/reference/routines.fft.rst 44 bytes numpy-2.1.3/doc/source/reference/routines.functional.rst 194 bytes numpy-2.1.3/doc/source/reference/routines.indexing.rst 959 bytes numpy-2.1.3/doc/source/reference/routines.io.rst 1.3 KiB numpy-2.1.3/doc/source/reference/routines.lib.rst 442 bytes numpy-2.1.3/doc/source/reference/routines.linalg.rst 4.6 KiB numpy-2.1.3/doc/source/reference/routines.logic.rst 822 bytes numpy-2.1.3/doc/source/reference/routines.ma.rst 6.0 KiB numpy-2.1.3/doc/source/reference/routines.math.rst 2.2 KiB numpy-2.1.3/doc/source/reference/routines.matlib.rst 661 bytes numpy-2.1.3/doc/source/reference/routines.other.rst 540 bytes numpy-2.1.3/doc/source/reference/routines.polynomials-package.rst 297 bytes numpy-2.1.3/doc/source/reference/routines.polynomials.chebyshev.rst 134 bytes numpy-2.1.3/doc/source/reference/routines.polynomials.classes.rst 12.2 KiB numpy-2.1.3/doc/source/reference/routines.polynomials.hermite.rst 132 bytes numpy-2.1.3/doc/source/reference/routines.polynomials.hermite_e.rst 134 bytes numpy-2.1.3/doc/source/reference/routines.polynomials.laguerre.rst 133 bytes numpy-2.1.3/doc/source/reference/routines.polynomials.legendre.rst 133 bytes numpy-2.1.3/doc/source/reference/routines.polynomials.poly1d.rst 397 bytes numpy-2.1.3/doc/source/reference/routines.polynomials.polynomial.rst 135 bytes numpy-2.1.3/doc/source/reference/routines.polynomials.polyutils.rst 64 bytes numpy-2.1.3/doc/source/reference/routines.polynomials.rst 7.3 KiB numpy-2.1.3/doc/source/reference/routines.rec.rst 1.3 KiB numpy-2.1.3/doc/source/reference/routines.rst 1.4 KiB numpy-2.1.3/doc/source/reference/routines.set.rst 357 bytes numpy-2.1.3/doc/source/reference/routines.sort.rst 503 bytes numpy-2.1.3/doc/source/reference/routines.statistics.rst 628 bytes numpy-2.1.3/doc/source/reference/routines.strings.rst 1.6 KiB numpy-2.1.3/doc/source/reference/routines.testing.rst 1.9 KiB numpy-2.1.3/doc/source/reference/routines.version.rst 908 bytes numpy-2.1.3/doc/source/reference/routines.window.rst 192 bytes numpy-2.1.3/doc/source/reference/security.rst 3.1 KiB numpy-2.1.3/doc/source/reference/simd/build-options.rst 14.6 KiB numpy-2.1.3/doc/source/reference/simd/gen_features.py 6.2 KiB numpy-2.1.3/doc/source/reference/simd/generated_tables/compilers-diff.inc 8.5 KiB numpy-2.1.3/doc/source/reference/simd/generated_tables/cpu_features.inc 9.6 KiB numpy-2.1.3/doc/source/reference/simd/how-it-works.rst 15.2 KiB numpy-2.1.3/doc/source/reference/simd/index.rst 1.7 KiB numpy-2.1.3/doc/source/reference/simd/log_example.txt 3.8 KiB numpy-2.1.3/doc/source/reference/simd/simd-optimizations.rst 268 bytes numpy-2.1.3/doc/source/reference/swig.interface-file.rst 37.6 KiB numpy-2.1.3/doc/source/reference/swig.rst 147 bytes numpy-2.1.3/doc/source/reference/swig.testing.rst 6.3 KiB numpy-2.1.3/doc/source/reference/testing.rst 111 bytes numpy-2.1.3/doc/source/reference/thread_safety.rst 2.5 KiB numpy-2.1.3/doc/source/reference/typing.rst 41 bytes numpy-2.1.3/doc/source/reference/ufuncs.rst 13.2 KiB numpy-2.1.3/doc/source/release.rst 3.6 KiB numpy-2.1.3/doc/source/release/1.10.0-notes.rst 20.2 KiB numpy-2.1.3/doc/source/release/1.10.1-notes.rst 1.6 KiB numpy-2.1.3/doc/source/release/1.10.2-notes.rst 7.7 KiB numpy-2.1.3/doc/source/release/1.10.3-notes.rst 154 bytes numpy-2.1.3/doc/source/release/1.10.4-notes.rst 1.6 KiB numpy-2.1.3/doc/source/release/1.11.0-notes.rst 17.5 KiB numpy-2.1.3/doc/source/release/1.11.1-notes.rst 1.6 KiB numpy-2.1.3/doc/source/release/1.11.2-notes.rst 2.1 KiB numpy-2.1.3/doc/source/release/1.11.3-notes.rst 819 bytes numpy-2.1.3/doc/source/release/1.12.0-notes.rst 21.7 KiB numpy-2.1.3/doc/source/release/1.12.1-notes.rst 1.1 KiB numpy-2.1.3/doc/source/release/1.13.0-notes.rst 25.0 KiB numpy-2.1.3/doc/source/release/1.13.1-notes.rst 2.3 KiB numpy-2.1.3/doc/source/release/1.13.2-notes.rst 2.2 KiB numpy-2.1.3/doc/source/release/1.13.3-notes.rst 2.5 KiB numpy-2.1.3/doc/source/release/1.14.0-notes.rst 31.3 KiB numpy-2.1.3/doc/source/release/1.14.1-notes.rst 5.9 KiB numpy-2.1.3/doc/source/release/1.14.2-notes.rst 1.7 KiB numpy-2.1.3/doc/source/release/1.14.3-notes.rst 1.9 KiB numpy-2.1.3/doc/source/release/1.14.4-notes.rst 2.9 KiB numpy-2.1.3/doc/source/release/1.14.5-notes.rst 1006 bytes numpy-2.1.3/doc/source/release/1.14.6-notes.rst 1.2 KiB numpy-2.1.3/doc/source/release/1.15.0-notes.rst 23.7 KiB numpy-2.1.3/doc/source/release/1.15.1-notes.rst 4.0 KiB numpy-2.1.3/doc/source/release/1.15.2-notes.rst 1.7 KiB numpy-2.1.3/doc/source/release/1.15.3-notes.rst 2.2 KiB numpy-2.1.3/doc/source/release/1.15.4-notes.rst 1.4 KiB numpy-2.1.3/doc/source/release/1.16.0-notes.rst 24.6 KiB numpy-2.1.3/doc/source/release/1.16.1-notes.rst 3.9 KiB numpy-2.1.3/doc/source/release/1.16.2-notes.rst 2.6 KiB numpy-2.1.3/doc/source/release/1.16.3-notes.rst 1.6 KiB numpy-2.1.3/doc/source/release/1.16.4-notes.rst 4.4 KiB numpy-2.1.3/doc/source/release/1.16.5-notes.rst 3.5 KiB numpy-2.1.3/doc/source/release/1.16.6-notes.rst 3.6 KiB numpy-2.1.3/doc/source/release/1.17.0-notes.rst 25.4 KiB numpy-2.1.3/doc/source/release/1.17.1-notes.rst 3.9 KiB numpy-2.1.3/doc/source/release/1.17.2-notes.rst 2.0 KiB numpy-2.1.3/doc/source/release/1.17.3-notes.rst 2.3 KiB numpy-2.1.3/doc/source/release/1.17.4-notes.rst 1.8 KiB numpy-2.1.3/doc/source/release/1.17.5-notes.rst 1.8 KiB numpy-2.1.3/doc/source/release/1.18.0-notes.rst 17.5 KiB numpy-2.1.3/doc/source/release/1.18.1-notes.rst 2.5 KiB numpy-2.1.3/doc/source/release/1.18.2-notes.rst 1.5 KiB numpy-2.1.3/doc/source/release/1.18.3-notes.rst 1.5 KiB numpy-2.1.3/doc/source/release/1.18.4-notes.rst 1.5 KiB numpy-2.1.3/doc/source/release/1.18.5-notes.rst 974 bytes numpy-2.1.3/doc/source/release/1.19.0-notes.rst 20.3 KiB numpy-2.1.3/doc/source/release/1.19.1-notes.rst 3.5 KiB numpy-2.1.3/doc/source/release/1.19.2-notes.rst 2.5 KiB numpy-2.1.3/doc/source/release/1.19.3-notes.rst 2.0 KiB numpy-2.1.3/doc/source/release/1.19.4-notes.rst 1.1 KiB numpy-2.1.3/doc/source/release/1.19.5-notes.rst 2.0 KiB numpy-2.1.3/doc/source/release/1.20.0-notes.rst 39.7 KiB numpy-2.1.3/doc/source/release/1.20.1-notes.rst 2.3 KiB numpy-2.1.3/doc/source/release/1.20.2-notes.rst 2.7 KiB numpy-2.1.3/doc/source/release/1.20.3-notes.rst 2.2 KiB numpy-2.1.3/doc/source/release/1.21.0-notes.rst 22.9 KiB numpy-2.1.3/doc/source/release/1.21.1-notes.rst 3.9 KiB numpy-2.1.3/doc/source/release/1.21.2-notes.rst 3.1 KiB numpy-2.1.3/doc/source/release/1.21.3-notes.rst 1.8 KiB numpy-2.1.3/doc/source/release/1.21.4-notes.rst 2.1 KiB numpy-2.1.3/doc/source/release/1.21.5-notes.rst 2.0 KiB numpy-2.1.3/doc/source/release/1.21.6-notes.rst 377 bytes numpy-2.1.3/doc/source/release/1.22.0-notes.rst 19.3 KiB numpy-2.1.3/doc/source/release/1.22.1-notes.rst 3.0 KiB numpy-2.1.3/doc/source/release/1.22.2-notes.rst 3.3 KiB numpy-2.1.3/doc/source/release/1.22.3-notes.rst 2.2 KiB numpy-2.1.3/doc/source/release/1.22.4-notes.rst 3.3 KiB numpy-2.1.3/doc/source/release/1.23.0-notes.rst 16.2 KiB numpy-2.1.3/doc/source/release/1.23.1-notes.rst 1.7 KiB numpy-2.1.3/doc/source/release/1.23.2-notes.rst 2.4 KiB numpy-2.1.3/doc/source/release/1.23.3-notes.rst 2.5 KiB numpy-2.1.3/doc/source/release/1.23.4-notes.rst 2.4 KiB numpy-2.1.3/doc/source/release/1.23.5-notes.rst 1.7 KiB numpy-2.1.3/doc/source/release/1.24.0-notes.rst 20.4 KiB numpy-2.1.3/doc/source/release/1.24.1-notes.rst 2.7 KiB numpy-2.1.3/doc/source/release/1.24.2-notes.rst 2.6 KiB numpy-2.1.3/doc/source/release/1.24.3-notes.rst 2.6 KiB numpy-2.1.3/doc/source/release/1.24.4-notes.rst 1.2 KiB numpy-2.1.3/doc/source/release/1.25.0-notes.rst 25.5 KiB numpy-2.1.3/doc/source/release/1.25.1-notes.rst 2.2 KiB numpy-2.1.3/doc/source/release/1.25.2-notes.rst 2.8 KiB numpy-2.1.3/doc/source/release/1.26.0-notes.rst 12.8 KiB numpy-2.1.3/doc/source/release/1.26.1-notes.rst 5.8 KiB numpy-2.1.3/doc/source/release/1.26.2-notes.rst 3.5 KiB numpy-2.1.3/doc/source/release/1.26.3-notes.rst 6.0 KiB numpy-2.1.3/doc/source/release/1.26.4-notes.rst 2.8 KiB numpy-2.1.3/doc/source/release/1.3.0-notes.rst 9.8 KiB numpy-2.1.3/doc/source/release/1.4.0-notes.rst 9.1 KiB numpy-2.1.3/doc/source/release/1.5.0-notes.rst 4.5 KiB numpy-2.1.3/doc/source/release/1.6.0-notes.rst 5.6 KiB numpy-2.1.3/doc/source/release/1.6.1-notes.rst 746 bytes numpy-2.1.3/doc/source/release/1.6.2-notes.rst 3.2 KiB numpy-2.1.3/doc/source/release/1.7.0-notes.rst 11.2 KiB numpy-2.1.3/doc/source/release/1.7.1-notes.rst 1.0 KiB numpy-2.1.3/doc/source/release/1.7.2-notes.rst 2.8 KiB numpy-2.1.3/doc/source/release/1.8.0-notes.rst 17.6 KiB numpy-2.1.3/doc/source/release/1.8.1-notes.rst 4.5 KiB numpy-2.1.3/doc/source/release/1.8.2-notes.rst 834 bytes numpy-2.1.3/doc/source/release/1.9.0-notes.rst 18.7 KiB numpy-2.1.3/doc/source/release/1.9.1-notes.rst 1.7 KiB numpy-2.1.3/doc/source/release/1.9.2-notes.rst 1.9 KiB numpy-2.1.3/doc/source/release/2.0.0-notes.rst 64.3 KiB numpy-2.1.3/doc/source/release/2.0.1-notes.rst 3.9 KiB numpy-2.1.3/doc/source/release/2.0.2-notes.rst 2.8 KiB numpy-2.1.3/doc/source/release/2.1.0-notes.rst 15.1 KiB numpy-2.1.3/doc/source/release/2.1.1-notes.rst 1.8 KiB numpy-2.1.3/doc/source/release/2.1.2-notes.rst 2.2 KiB numpy-2.1.3/doc/source/release/2.1.3-notes.rst 3.4 KiB numpy-2.1.3/doc/source/release/template.rst 452 bytes numpy-2.1.3/doc/source/user/absolute_beginners.rst 51.0 KiB numpy-2.1.3/doc/source/user/basics.broadcasting.rst 11.7 KiB numpy-2.1.3/doc/source/user/basics.copies.rst 5.0 KiB numpy-2.1.3/doc/source/user/basics.creation.rst 13.8 KiB numpy-2.1.3/doc/source/user/basics.dispatch.rst 12.2 KiB numpy-2.1.3/doc/source/user/basics.indexing.rst 32.7 KiB numpy-2.1.3/doc/source/user/basics.interoperability.rst 20.1 KiB numpy-2.1.3/doc/source/user/basics.io.genfromtxt.rst 19.0 KiB numpy-2.1.3/doc/source/user/basics.io.rst 100 bytes numpy-2.1.3/doc/source/user/basics.rec.rst 28.2 KiB numpy-2.1.3/doc/source/user/basics.rst 414 bytes numpy-2.1.3/doc/source/user/basics.strings.rst 9.2 KiB numpy-2.1.3/doc/source/user/basics.subclassing.rst 29.3 KiB numpy-2.1.3/doc/source/user/basics.types.rst 13.8 KiB numpy-2.1.3/doc/source/user/basics.ufuncs.rst 12.8 KiB numpy-2.1.3/doc/source/user/broadcasting_1.png 15.4 KiB numpy-2.1.3/doc/source/user/broadcasting_1.svg 42.8 KiB numpy-2.1.3/doc/source/user/broadcasting_2.png 29.8 KiB numpy-2.1.3/doc/source/user/broadcasting_2.svg 86.0 KiB numpy-2.1.3/doc/source/user/broadcasting_3.png 27.2 KiB numpy-2.1.3/doc/source/user/broadcasting_3.svg 45.0 KiB numpy-2.1.3/doc/source/user/broadcasting_4.png 34.9 KiB numpy-2.1.3/doc/source/user/broadcasting_4.svg 87.1 KiB numpy-2.1.3/doc/source/user/broadcasting_5.png 44.4 KiB numpy-2.1.3/doc/source/user/broadcasting_5.svg 31.5 KiB numpy-2.1.3/doc/source/user/byteswapping.rst 5.4 KiB numpy-2.1.3/doc/source/user/c-info.beyond-basics.rst 23.0 KiB numpy-2.1.3/doc/source/user/c-info.how-to-extend.rst 27.5 KiB numpy-2.1.3/doc/source/user/c-info.python-as-glue.rst 36.5 KiB numpy-2.1.3/doc/source/user/c-info.rst 167 bytes numpy-2.1.3/doc/source/user/c-info.ufunc-tutorial.rst 30.0 KiB numpy-2.1.3/doc/source/user/conftest.py 118 bytes numpy-2.1.3/doc/source/user/how-to-how-to.rst 4.7 KiB numpy-2.1.3/doc/source/user/how-to-index.rst 14.0 KiB numpy-2.1.3/doc/source/user/how-to-io.rst 10.5 KiB numpy-2.1.3/doc/source/user/how-to-partition.rst 7.7 KiB numpy-2.1.3/doc/source/user/how-to-verify-bug.rst 5.7 KiB numpy-2.1.3/doc/source/user/howtos_index.rst 383 bytes numpy-2.1.3/doc/source/user/images/np_aggregation.png 61.4 KiB numpy-2.1.3/doc/source/user/images/np_array.png 36.9 KiB numpy-2.1.3/doc/source/user/images/np_array_data_ones.png 49.1 KiB numpy-2.1.3/doc/source/user/images/np_array_dataones.png 40.8 KiB numpy-2.1.3/doc/source/user/images/np_create_array.png 48.1 KiB numpy-2.1.3/doc/source/user/images/np_create_matrix.png 10.3 KiB numpy-2.1.3/doc/source/user/images/np_data_plus_ones.png 40.3 KiB numpy-2.1.3/doc/source/user/images/np_indexing.png 145.3 KiB numpy-2.1.3/doc/source/user/images/np_matrix_aggregation.png 80.8 KiB numpy-2.1.3/doc/source/user/images/np_matrix_aggregation_row.png 90.3 KiB numpy-2.1.3/doc/source/user/images/np_matrix_arithmetic.png 49.3 KiB numpy-2.1.3/doc/source/user/images/np_matrix_broadcasting.png 81.1 KiB numpy-2.1.3/doc/source/user/images/np_matrix_indexing.png 74.2 KiB numpy-2.1.3/doc/source/user/images/np_MSE_explanation.png 119.0 KiB numpy-2.1.3/doc/source/user/images/np_MSE_explanation2.png 13.3 KiB numpy-2.1.3/doc/source/user/images/np_MSE_formula.png 53.3 KiB numpy-2.1.3/doc/source/user/images/np_MSE_implementation.png 34.5 KiB numpy-2.1.3/doc/source/user/images/np_mse_viz1.png 54.4 KiB numpy-2.1.3/doc/source/user/images/np_mse_viz2.png 64.1 KiB numpy-2.1.3/doc/source/user/images/np_multiply_broadcasting.png 40.2 KiB numpy-2.1.3/doc/source/user/images/np_ones_zeros_matrix.png 80.3 KiB numpy-2.1.3/doc/source/user/images/np_ones_zeros_random.png 78.0 KiB numpy-2.1.3/doc/source/user/images/np_pandas.png 284.4 KiB numpy-2.1.3/doc/source/user/images/np_readcsv.png 17.0 KiB numpy-2.1.3/doc/source/user/images/np_reshape.png 105.8 KiB numpy-2.1.3/doc/source/user/images/np_sub_mult_divide.png 67.9 KiB numpy-2.1.3/doc/source/user/images/np_transposing_reshaping.png 56.3 KiB numpy-2.1.3/doc/source/user/index.rst 1.1 KiB numpy-2.1.3/doc/source/user/install.rst 115 bytes numpy-2.1.3/doc/source/user/misc.rst 5.5 KiB numpy-2.1.3/doc/source/user/numpy-for-matlab-users.rst 27.0 KiB numpy-2.1.3/doc/source/user/plots/matplotlib1.py 135 bytes numpy-2.1.3/doc/source/user/plots/matplotlib2.py 179 bytes numpy-2.1.3/doc/source/user/plots/matplotlib3.py 302 bytes numpy-2.1.3/doc/source/user/plots/meshgrid_plot.py 197 bytes numpy-2.1.3/doc/source/user/quickstart.rst 40.5 KiB numpy-2.1.3/doc/source/user/theory.broadcasting.rst 420 bytes numpy-2.1.3/doc/source/user/troubleshooting-importerror.rst 10.4 KiB numpy-2.1.3/doc/source/user/whatisnumpy.rst 5.6 KiB numpy-2.1.3/doc/TESTS.rst 14.2 KiB numpy-2.1.3/doc/ufuncs.rst 3.8 KiB numpy-2.1.3/environment.yml 974 bytes numpy-2.1.3/INSTALL.rst 5.2 KiB numpy-2.1.3/LICENSE.txt 1.5 KiB numpy-2.1.3/LICENSES_bundled.txt 974 bytes numpy-2.1.3/meson.build 3.4 KiB numpy-2.1.3/meson_cpu/arm/meson.build 2.5 KiB numpy-2.1.3/meson_cpu/main_config.h.in 13.5 KiB numpy-2.1.3/meson_cpu/meson.build 9.9 KiB numpy-2.1.3/meson_cpu/ppc64/meson.build 1.6 KiB numpy-2.1.3/meson_cpu/riscv64/meson.build 244 bytes numpy-2.1.3/meson_cpu/s390x/meson.build 725 bytes numpy-2.1.3/meson_cpu/x86/meson.build 9.1 KiB numpy-2.1.3/meson_options.txt 2.6 KiB numpy-2.1.3/numpy/__config__.py.in 5.0 KiB numpy-2.1.3/numpy/__init__.cython-30.pxd 44.7 KiB numpy-2.1.3/numpy/__init__.pxd 41.4 KiB numpy-2.1.3/numpy/__init__.py 21.5 KiB numpy-2.1.3/numpy/__init__.pyi 146.9 KiB numpy-2.1.3/numpy/_array_api_info.py 10.1 KiB numpy-2.1.3/numpy/_array_api_info.pyi 4.9 KiB numpy-2.1.3/numpy/_build_utils/__init__.py 780 bytes numpy-2.1.3/numpy/_build_utils/gcc_build_bitness.py 521 bytes numpy-2.1.3/numpy/_build_utils/gitversion.py 2.6 KiB numpy-2.1.3/numpy/_build_utils/process_src_template.py 1.7 KiB numpy-2.1.3/numpy/_build_utils/tempita.py 1.4 KiB numpy-2.1.3/numpy/_build_utils/tempita/__init__.py 152 bytes numpy-2.1.3/numpy/_build_utils/tempita/_looper.py 3.9 KiB numpy-2.1.3/numpy/_build_utils/tempita/_tempita.py 36.4 KiB numpy-2.1.3/numpy/_build_utils/tempita/LICENSE.txt 1.0 KiB numpy-2.1.3/numpy/_configtool.py 1007 bytes numpy-2.1.3/numpy/_core/__init__.py 5.5 KiB numpy-2.1.3/numpy/_core/__init__.pyi 86 bytes numpy-2.1.3/numpy/_core/_add_newdocs.py 206.4 KiB numpy-2.1.3/numpy/_core/_add_newdocs_scalars.py 12.3 KiB numpy-2.1.3/numpy/_core/_asarray.py 3.8 KiB numpy-2.1.3/numpy/_core/_asarray.pyi 1.0 KiB numpy-2.1.3/numpy/_core/_dtype.py 10.5 KiB numpy-2.1.3/numpy/_core/_dtype_ctypes.py 3.6 KiB numpy-2.1.3/numpy/_core/_exceptions.py 5.3 KiB numpy-2.1.3/numpy/_core/_internal.py 28.5 KiB numpy-2.1.3/numpy/_core/_internal.pyi 1022 bytes numpy-2.1.3/numpy/_core/_machar.py 11.3 KiB numpy-2.1.3/numpy/_core/_methods.py 9.4 KiB numpy-2.1.3/numpy/_core/_string_helpers.py 2.8 KiB numpy-2.1.3/numpy/_core/_type_aliases.py 3.4 KiB numpy-2.1.3/numpy/_core/_type_aliases.pyi 70 bytes numpy-2.1.3/numpy/_core/_ufunc_config.py 15.2 KiB numpy-2.1.3/numpy/_core/_ufunc_config.pyi 1.0 KiB numpy-2.1.3/numpy/_core/arrayprint.py 62.8 KiB numpy-2.1.3/numpy/_core/arrayprint.pyi 4.2 KiB numpy-2.1.3/numpy/_core/check_longdouble.c 579 bytes numpy-2.1.3/numpy/_core/code_generators/__init__.py 0 bytes numpy-2.1.3/numpy/_core/code_generators/cversions.txt 3.0 KiB numpy-2.1.3/numpy/_core/code_generators/genapi.py 19.0 KiB numpy-2.1.3/numpy/_core/code_generators/generate_numpy_api.py 9.5 KiB numpy-2.1.3/numpy/_core/code_generators/generate_ufunc_api.py 5.3 KiB numpy-2.1.3/numpy/_core/code_generators/generate_umath.py 51.5 KiB numpy-2.1.3/numpy/_core/code_generators/generate_umath_doc.py 1.5 KiB numpy-2.1.3/numpy/_core/code_generators/numpy_api.py 23.1 KiB numpy-2.1.3/numpy/_core/code_generators/ufunc_docstrings.py 133.6 KiB numpy-2.1.3/numpy/_core/code_generators/verify_c_api_version.py 2.0 KiB numpy-2.1.3/numpy/_core/config.h.in 3.1 KiB numpy-2.1.3/numpy/_core/cversions.py 347 bytes numpy-2.1.3/numpy/_core/defchararray.py 36.6 KiB numpy-2.1.3/numpy/_core/defchararray.pyi 19.3 KiB numpy-2.1.3/numpy/_core/einsumfunc.py 51.7 KiB numpy-2.1.3/numpy/_core/einsumfunc.pyi 4.7 KiB numpy-2.1.3/numpy/_core/feature_detection_misc.h 84 bytes numpy-2.1.3/numpy/_core/feature_detection_stdio.h 58 bytes numpy-2.1.3/numpy/_core/fromnumeric.py 140.8 KiB numpy-2.1.3/numpy/_core/fromnumeric.pyi 27.7 KiB numpy-2.1.3/numpy/_core/function_base.py 19.6 KiB numpy-2.1.3/numpy/_core/function_base.pyi 4.9 KiB numpy-2.1.3/numpy/_core/getlimits.py 25.4 KiB numpy-2.1.3/numpy/_core/getlimits.pyi 82 bytes numpy-2.1.3/numpy/_core/include/meson.build 959 bytes numpy-2.1.3/numpy/_core/include/numpy/.doxyfile 58 bytes numpy-2.1.3/numpy/_core/include/numpy/_neighborhood_iterator_imp.h 1.8 KiB numpy-2.1.3/numpy/_core/include/numpy/_numpyconfig.h.in 932 bytes numpy-2.1.3/numpy/_core/include/numpy/_public_dtype_api_table.h 4.5 KiB numpy-2.1.3/numpy/_core/include/numpy/arrayobject.h 204 bytes numpy-2.1.3/numpy/_core/include/numpy/arrayscalars.h 4.1 KiB numpy-2.1.3/numpy/_core/include/numpy/dtype_api.h 18.7 KiB numpy-2.1.3/numpy/_core/include/numpy/halffloat.h 1.9 KiB numpy-2.1.3/numpy/_core/include/numpy/libdivide/libdivide.h 78.3 KiB numpy-2.1.3/numpy/_core/include/numpy/libdivide/LICENSE.txt 1018 bytes numpy-2.1.3/numpy/_core/include/numpy/ndarrayobject.h 11.8 KiB numpy-2.1.3/numpy/_core/include/numpy/ndarraytypes.h 63.4 KiB numpy-2.1.3/numpy/_core/include/numpy/npy_1_7_deprecated_api.h 3.7 KiB numpy-2.1.3/numpy/_core/include/numpy/npy_2_compat.h 8.3 KiB numpy-2.1.3/numpy/_core/include/numpy/npy_2_complexcompat.h 857 bytes numpy-2.1.3/numpy/_core/include/numpy/npy_3kcompat.h 9.4 KiB numpy-2.1.3/numpy/_core/include/numpy/npy_common.h 35.7 KiB numpy-2.1.3/numpy/_core/include/numpy/npy_cpu.h 4.5 KiB numpy-2.1.3/numpy/_core/include/numpy/npy_endian.h 2.7 KiB numpy-2.1.3/numpy/_core/include/numpy/npy_math.h 18.4 KiB numpy-2.1.3/numpy/_core/include/numpy/npy_no_deprecated_api.h 678 bytes numpy-2.1.3/numpy/_core/include/numpy/npy_os.h 1.2 KiB numpy-2.1.3/numpy/_core/include/numpy/numpyconfig.h 7.0 KiB numpy-2.1.3/numpy/_core/include/numpy/random/bitgen.h 488 bytes numpy-2.1.3/numpy/_core/include/numpy/random/distributions.h 9.6 KiB numpy-2.1.3/numpy/_core/include/numpy/ufuncobject.h 11.6 KiB numpy-2.1.3/numpy/_core/include/numpy/utils.h 1.2 KiB numpy-2.1.3/numpy/_core/memmap.py 11.9 KiB numpy-2.1.3/numpy/_core/memmap.pyi 55 bytes numpy-2.1.3/numpy/_core/meson.build 39.6 KiB numpy-2.1.3/numpy/_core/mlib.ini.in 168 bytes numpy-2.1.3/numpy/_core/multiarray.py 56.3 KiB numpy-2.1.3/numpy/_core/multiarray.pyi 25.9 KiB numpy-2.1.3/numpy/_core/npymath.ini.in 367 bytes numpy-2.1.3/numpy/_core/numeric.py 79.9 KiB numpy-2.1.3/numpy/_core/numeric.pyi 15.0 KiB numpy-2.1.3/numpy/_core/numerictypes.py 15.7 KiB numpy-2.1.3/numpy/_core/numerictypes.pyi 1.6 KiB numpy-2.1.3/numpy/_core/numpy.pc.in 195 bytes numpy-2.1.3/numpy/_core/overrides.py 6.9 KiB numpy-2.1.3/numpy/_core/printoptions.py 1.0 KiB numpy-2.1.3/numpy/_core/records.py 36.0 KiB numpy-2.1.3/numpy/_core/records.pyi 8.6 KiB numpy-2.1.3/numpy/_core/shape_base.py 31.7 KiB numpy-2.1.3/numpy/_core/shape_base.pyi 3.0 KiB numpy-2.1.3/numpy/_core/src/_simd/_simd.c 4.6 KiB numpy-2.1.3/numpy/_core/src/_simd/_simd.dispatch.c.src 27.5 KiB numpy-2.1.3/numpy/_core/src/_simd/_simd.h 1.1 KiB numpy-2.1.3/numpy/_core/src/_simd/_simd_arg.inc 2.5 KiB numpy-2.1.3/numpy/_core/src/_simd/_simd_convert.inc 6.6 KiB numpy-2.1.3/numpy/_core/src/_simd/_simd_data.inc.src 3.6 KiB numpy-2.1.3/numpy/_core/src/_simd/_simd_easyintrin.inc 16.6 KiB numpy-2.1.3/numpy/_core/src/_simd/_simd_inc.h.src 12.9 KiB numpy-2.1.3/numpy/_core/src/_simd/_simd_vector.inc 6.0 KiB numpy-2.1.3/numpy/_core/src/common/.doxyfile 25 bytes numpy-2.1.3/numpy/_core/src/common/array_assign.c 4.9 KiB numpy-2.1.3/numpy/_core/src/common/array_assign.h 3.9 KiB numpy-2.1.3/numpy/_core/src/common/binop_override.h 9.6 KiB numpy-2.1.3/numpy/_core/src/common/cblasfuncs.c 24.0 KiB numpy-2.1.3/numpy/_core/src/common/cblasfuncs.h 242 bytes numpy-2.1.3/numpy/_core/src/common/common.hpp 418 bytes numpy-2.1.3/numpy/_core/src/common/dlpack/dlpack.h 10.2 KiB numpy-2.1.3/numpy/_core/src/common/float_status.hpp 3.3 KiB numpy-2.1.3/numpy/_core/src/common/get_attr_string.h 2.5 KiB numpy-2.1.3/numpy/_core/src/common/gil_utils.c 868 bytes numpy-2.1.3/numpy/_core/src/common/gil_utils.h 280 bytes numpy-2.1.3/numpy/_core/src/common/half.hpp 8.0 KiB numpy-2.1.3/numpy/_core/src/common/half_private.hpp 11.6 KiB numpy-2.1.3/numpy/_core/src/common/lowlevel_strided_loops.h 29.4 KiB numpy-2.1.3/numpy/_core/src/common/mem_overlap.c 25.4 KiB numpy-2.1.3/numpy/_core/src/common/mem_overlap.h 1.5 KiB numpy-2.1.3/numpy/_core/src/common/meta.hpp 1.3 KiB numpy-2.1.3/numpy/_core/src/common/npdef.hpp 601 bytes numpy-2.1.3/numpy/_core/src/common/npstd.hpp 1.3 KiB numpy-2.1.3/numpy/_core/src/common/npy_argparse.c 13.9 KiB numpy-2.1.3/numpy/_core/src/common/npy_argparse.h 3.5 KiB numpy-2.1.3/numpy/_core/src/common/npy_atomic.h 2.9 KiB numpy-2.1.3/numpy/_core/src/common/npy_binsearch.h 994 bytes numpy-2.1.3/numpy/_core/src/common/npy_cblas.h 3.4 KiB numpy-2.1.3/numpy/_core/src/common/npy_cblas_base.h 38.0 KiB numpy-2.1.3/numpy/_core/src/common/npy_config.h 4.0 KiB numpy-2.1.3/numpy/_core/src/common/npy_cpu_dispatch.c 2.2 KiB numpy-2.1.3/numpy/_core/src/common/npy_cpu_dispatch.h 5.5 KiB numpy-2.1.3/numpy/_core/src/common/npy_cpu_dispatch_distutils.h 5.4 KiB numpy-2.1.3/numpy/_core/src/common/npy_cpu_features.c 30.4 KiB numpy-2.1.3/numpy/_core/src/common/npy_cpu_features.h 7.2 KiB numpy-2.1.3/numpy/_core/src/common/npy_cpuinfo_parser.h 7.5 KiB numpy-2.1.3/numpy/_core/src/common/npy_ctypes.h 1.2 KiB numpy-2.1.3/numpy/_core/src/common/npy_dlpack.h 996 bytes numpy-2.1.3/numpy/_core/src/common/npy_extint128.h 6.5 KiB numpy-2.1.3/numpy/_core/src/common/npy_fpmath.h 1.0 KiB numpy-2.1.3/numpy/_core/src/common/npy_hashtable.c 7.0 KiB numpy-2.1.3/numpy/_core/src/common/npy_hashtable.h 920 bytes numpy-2.1.3/numpy/_core/src/common/npy_import.c 492 bytes numpy-2.1.3/numpy/_core/src/common/npy_import.h 3.3 KiB numpy-2.1.3/numpy/_core/src/common/npy_longdouble.c 4.5 KiB numpy-2.1.3/numpy/_core/src/common/npy_longdouble.h 786 bytes numpy-2.1.3/numpy/_core/src/common/npy_partition.h 917 bytes numpy-2.1.3/numpy/_core/src/common/npy_pycompat.h 266 bytes numpy-2.1.3/numpy/_core/src/common/npy_sort.h.src 3.7 KiB numpy-2.1.3/numpy/_core/src/common/npy_svml.h 3.3 KiB numpy-2.1.3/numpy/_core/src/common/numpy_tag.h 7.2 KiB numpy-2.1.3/numpy/_core/src/common/numpyos.c 22.4 KiB numpy-2.1.3/numpy/_core/src/common/numpyos.h 1.6 KiB numpy-2.1.3/numpy/_core/src/common/python_xerbla.c 1.3 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/.github/workflows/build.yml 2.9 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/.gitignore 47 bytes numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/.readthedocs.yaml 218 bytes numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/CODE_OF_CONDUCT.md 629 bytes numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/COPYING 690 bytes numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/docs/api.rst 20.3 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/docs/changelog.rst 4.2 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/docs/conf.py 1.8 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/docs/index.rst 803 bytes numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/docs/links.rst 1.3 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/docs/make.bat 799 bytes numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/docs/Makefile 633 bytes numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/docs/tests.rst 325 bytes numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/docs/upgrade.rst 4.4 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/docs/users.rst 3.5 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/pythoncapi_compat.h 39.9 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/README.rst 1.7 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/runtests.py 2.8 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/tests/__init__.py 0 bytes numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/tests/setup.py 3.1 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/tests/test_pythoncapi_compat.py 4.9 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/tests/test_pythoncapi_compat_cext.c 52.5 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/tests/test_pythoncapi_compat_cppext.cpp 186 bytes numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/tests/test_upgrade_pythoncapi.py 26.8 KiB numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/tests/utils.py 936 bytes numpy-2.1.3/numpy/_core/src/common/pythoncapi-compat/upgrade_pythoncapi.py 25.0 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx2/arithmetic.h 14.6 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx2/avx2.h 2.0 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx2/conversion.h 3.4 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx2/math.h 13.6 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx2/memory.h 36.7 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx2/misc.h 10.7 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx2/operators.h 11.2 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx2/reorder.h 7.2 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx2/utils.h 775 bytes numpy-2.1.3/numpy/_core/src/common/simd/avx512/arithmetic.h 18.8 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx512/avx512.h 2.2 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx512/conversion.h 7.3 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx512/maskop.h 2.8 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx512/math.h 16.4 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx512/memory.h 35.4 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx512/misc.h 12.6 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx512/operators.h 14.4 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx512/reorder.h 14.5 KiB numpy-2.1.3/numpy/_core/src/common/simd/avx512/utils.h 4.2 KiB numpy-2.1.3/numpy/_core/src/common/simd/emulate_maskop.h 2.8 KiB numpy-2.1.3/numpy/_core/src/common/simd/intdiv.h 17.2 KiB numpy-2.1.3/numpy/_core/src/common/simd/neon/arithmetic.h 13.3 KiB numpy-2.1.3/numpy/_core/src/common/simd/neon/conversion.h 5.0 KiB numpy-2.1.3/numpy/_core/src/common/simd/neon/math.h 17.2 KiB numpy-2.1.3/numpy/_core/src/common/simd/neon/memory.h 31.7 KiB numpy-2.1.3/numpy/_core/src/common/simd/neon/misc.h 12.8 KiB numpy-2.1.3/numpy/_core/src/common/simd/neon/neon.h 1.9 KiB numpy-2.1.3/numpy/_core/src/common/simd/neon/operators.h 14.6 KiB numpy-2.1.3/numpy/_core/src/common/simd/neon/reorder.h 8.9 KiB numpy-2.1.3/numpy/_core/src/common/simd/simd.h 7.6 KiB numpy-2.1.3/numpy/_core/src/common/simd/simd_utils.h 2.6 KiB numpy-2.1.3/numpy/_core/src/common/simd/sse/arithmetic.h 16.1 KiB numpy-2.1.3/numpy/_core/src/common/simd/sse/conversion.h 2.9 KiB numpy-2.1.3/numpy/_core/src/common/simd/sse/math.h 21.1 KiB numpy-2.1.3/numpy/_core/src/common/simd/sse/memory.h 34.1 KiB numpy-2.1.3/numpy/_core/src/common/simd/sse/misc.h 10.1 KiB numpy-2.1.3/numpy/_core/src/common/simd/sse/operators.h 12.4 KiB numpy-2.1.3/numpy/_core/src/common/simd/sse/reorder.h 6.9 KiB numpy-2.1.3/numpy/_core/src/common/simd/sse/sse.h 1.9 KiB numpy-2.1.3/numpy/_core/src/common/simd/sse/utils.h 427 bytes numpy-2.1.3/numpy/_core/src/common/simd/vec/arithmetic.h 14.7 KiB numpy-2.1.3/numpy/_core/src/common/simd/vec/conversion.h 8.1 KiB numpy-2.1.3/numpy/_core/src/common/simd/vec/math.h 10.8 KiB numpy-2.1.3/numpy/_core/src/common/simd/vec/memory.h 31.2 KiB numpy-2.1.3/numpy/_core/src/common/simd/vec/misc.h 10.3 KiB numpy-2.1.3/numpy/_core/src/common/simd/vec/operators.h 10.0 KiB numpy-2.1.3/numpy/_core/src/common/simd/vec/reorder.h 7.5 KiB numpy-2.1.3/numpy/_core/src/common/simd/vec/utils.h 2.7 KiB numpy-2.1.3/numpy/_core/src/common/simd/vec/vec.h 3.4 KiB numpy-2.1.3/numpy/_core/src/common/templ_common.h.src 2.4 KiB numpy-2.1.3/numpy/_core/src/common/ucsnarrow.c 1.8 KiB numpy-2.1.3/numpy/_core/src/common/ucsnarrow.h 256 bytes numpy-2.1.3/numpy/_core/src/common/ufunc_override.c 3.7 KiB numpy-2.1.3/numpy/_core/src/common/ufunc_override.h 1.4 KiB numpy-2.1.3/numpy/_core/src/common/umathmodule.h 573 bytes numpy-2.1.3/numpy/_core/src/common/utils.hpp 3.0 KiB numpy-2.1.3/numpy/_core/src/dummymodule.c 725 bytes numpy-2.1.3/numpy/_core/src/highway/.bazelrc 23 bytes numpy-2.1.3/numpy/_core/src/highway/.bcr/metadata.template.json 509 bytes numpy-2.1.3/numpy/_core/src/highway/.bcr/presubmit.yml 245 bytes numpy-2.1.3/numpy/_core/src/highway/.bcr/source.template.json 137 bytes numpy-2.1.3/numpy/_core/src/highway/.clang-format 21 bytes numpy-2.1.3/numpy/_core/src/highway/.github/dependabot.yml 112 bytes numpy-2.1.3/numpy/_core/src/highway/.github/workflows/build_test.yml 11.4 KiB numpy-2.1.3/numpy/_core/src/highway/.github/workflows/docs_pages_workflow.yml 731 bytes numpy-2.1.3/numpy/_core/src/highway/.github/workflows/multiarch.yml 1.5 KiB numpy-2.1.3/numpy/_core/src/highway/.gitignore 46 bytes numpy-2.1.3/numpy/_core/src/highway/BUILD 15.5 KiB numpy-2.1.3/numpy/_core/src/highway/cmake/FindAtomics.cmake 1.8 KiB numpy-2.1.3/numpy/_core/src/highway/CMakeLists.txt 27.8 KiB numpy-2.1.3/numpy/_core/src/highway/CMakeLists.txt.in 479 bytes numpy-2.1.3/numpy/_core/src/highway/CONTRIBUTING 1.5 KiB numpy-2.1.3/numpy/_core/src/highway/debian/changelog 11.7 KiB numpy-2.1.3/numpy/_core/src/highway/debian/compat 3 bytes numpy-2.1.3/numpy/_core/src/highway/debian/control 820 bytes numpy-2.1.3/numpy/_core/src/highway/debian/copyright 825 bytes numpy-2.1.3/numpy/_core/src/highway/debian/rules 265 bytes numpy-2.1.3/numpy/_core/src/highway/debian/source/format 12 bytes numpy-2.1.3/numpy/_core/src/highway/docs/.gitignore 24 bytes numpy-2.1.3/numpy/_core/src/highway/docs/_static/css/dark.css 6.4 KiB numpy-2.1.3/numpy/_core/src/highway/docs/_static/css/toggle.css 1.4 KiB numpy-2.1.3/numpy/_core/src/highway/docs/_static/js/toggle.js 1.3 KiB numpy-2.1.3/numpy/_core/src/highway/docs/_templates/layout.html 149 bytes numpy-2.1.3/numpy/_core/src/highway/docs/_templates/versions.html 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/docs/buildDocs.sh 4.4 KiB numpy-2.1.3/numpy/_core/src/highway/docs/conf.py 5.0 KiB numpy-2.1.3/numpy/_core/src/highway/docs/images/logo-32x32.ico 15.0 KiB numpy-2.1.3/numpy/_core/src/highway/docs/images/logo.png 53.6 KiB numpy-2.1.3/numpy/_core/src/highway/docs/index.rst 291 bytes numpy-2.1.3/numpy/_core/src/highway/docs/locales/zh/index.rst 192 bytes numpy-2.1.3/numpy/_core/src/highway/docs/make.bat 795 bytes numpy-2.1.3/numpy/_core/src/highway/docs/Makefile 634 bytes numpy-2.1.3/numpy/_core/src/highway/docs/mm-converter.py 3.8 KiB numpy-2.1.3/numpy/_core/src/highway/g3doc/design_philosophy.md 10.4 KiB numpy-2.1.3/numpy/_core/src/highway/g3doc/faq.md 23.1 KiB numpy-2.1.3/numpy/_core/src/highway/g3doc/highway_intro.pdf 2.5 MiB numpy-2.1.3/numpy/_core/src/highway/g3doc/impl_details.md 14.7 KiB numpy-2.1.3/numpy/_core/src/highway/g3doc/instruction_matrix.pdf 151.8 KiB numpy-2.1.3/numpy/_core/src/highway/g3doc/op_wishlist.md 4.9 KiB numpy-2.1.3/numpy/_core/src/highway/g3doc/quick_reference.md 127.2 KiB numpy-2.1.3/numpy/_core/src/highway/g3doc/release_testing_process.md 842 bytes numpy-2.1.3/numpy/_core/src/highway/google_internal/config_test.cc 1.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy.gni 1.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/abort.cc 1.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/abort.h 986 bytes numpy-2.1.3/numpy/_core/src/highway/hwy/abort_test.cc 2.5 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/aligned_allocator.cc 5.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/aligned_allocator.h 15.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/aligned_allocator_test.cc 15.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/base.h 101.5 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/base_test.cc 37.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/bit_set.h 4.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/bit_set_test.cc 6.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/cache_control.h 4.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/algo/copy-inl.h 5.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/algo/copy_test.cc 6.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/algo/find-inl.h 3.6 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/algo/find_test.cc 7.5 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/algo/transform-inl.h 7.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/algo/transform_test.cc 14.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/bit_pack/bit_pack-inl.h 112.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/bit_pack/bit_pack_test.cc 8.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/dot/dot-inl.h 13.6 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/dot/dot_test.cc 10.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/image/image.cc 5.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/image/image.h 16.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/image/image_test.cc 4.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/math/math-inl.h 58.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/math/math_test.cc 24.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/matvec/matvec-inl.h 18.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/matvec/matvec_test.cc 10.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/random/random-inl.h 11.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/random/random_test.cc 10.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/algo-inl.h 17.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/bench_parallel.cc 7.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/bench_sort.cc 14.5 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/BUILD 7.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/order.h 1.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/print_network.cc 2.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/README.md 18.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/result-inl.h 10.5 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/shared-inl.h 6.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/sort_test.cc 9.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/sort_unit_test.cc 20.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/sorting_networks-inl.h 28.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/traits-inl.h 19.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/traits128-inl.h 17.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort-inl.h 85.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort.cc 6.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort.h 15.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_128a.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_128d.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_f16a.cc 2.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_f16d.cc 2.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_f32a.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_f32d.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_f64a.cc 2.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_f64d.cc 2.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_i16a.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_i16d.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_i32a.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_i32d.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_i64a.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_i64d.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_kv128a.cc 2.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_kv128d.cc 2.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_kv64a.cc 2.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_kv64d.cc 2.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_u16a.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_u16d.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_u32a.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_u32d.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_u64a.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/sort/vqsort_u64d.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/thread_pool/futex.h 6.6 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/thread_pool/thread_pool.h 25.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/thread_pool/thread_pool_test.cc 13.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/thread_pool/topology.cc 16.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/thread_pool/topology.h 3.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/thread_pool/topology_test.cc 2.6 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/unroller/README.md 1.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/unroller/unroller-inl.h 14.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/contrib/unroller/unroller_test.cc 14.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/detect_compiler_arch.h 10.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/detect_targets.h 28.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/examples/benchmark.cc 7.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/examples/profiler_example.cc 1.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/examples/skeleton-inl.h 2.5 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/examples/skeleton.cc 4.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/examples/skeleton.h 1.5 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/examples/skeleton_test.cc 4.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/foreach_target.h 9.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/highway.h 23.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/highway_export.h 2.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/highway_test.cc 20.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/hwy.version 641 bytes numpy-2.1.3/numpy/_core/src/highway/hwy/nanobenchmark.cc 10.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/nanobenchmark.h 7.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/nanobenchmark_test.cc 2.6 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/arm_neon-inl.h 380.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/arm_sve-inl.h 230.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/emu128-inl.h 87.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/generic_ops-inl.h 275.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/inside-inl.h 23.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/ppc_vsx-inl.h 265.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/rvv-inl.h 260.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/scalar-inl.h 67.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/set_macros-inl.h 20.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/shared-inl.h 27.6 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/wasm_128-inl.h 227.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/wasm_256-inl.h 78.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/x86_128-inl.h 503.5 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/x86_256-inl.h 326.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/ops/x86_512-inl.h 315.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/per_target.cc 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/per_target.h 1.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/print-inl.h 1.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/print.cc 4.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/print.h 2.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/profiler.h 23.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/robust_statistics.h 4.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/stats.cc 3.5 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/stats.h 5.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/targets.cc 23.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/targets.h 13.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/targets_test.cc 6.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/arithmetic_test.cc 11.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/bit_permute_test.cc 3.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/blockwise_combine_test.cc 5.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/blockwise_shift_test.cc 5.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/blockwise_test.cc 17.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/cast_test.cc 10.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/combine_test.cc 7.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/compare_test.cc 26.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/compress_test.cc 25.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/concat_test.cc 5.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/convert_test.cc 50.6 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/count_test.cc 10.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/crypto_test.cc 41.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/demote_test.cc 27.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/div_test.cc 9.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/dup128_vec_test.cc 10.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/expand_test.cc 8.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/float_test.cc 18.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/fma_test.cc 6.4 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/foreach_vec_test.cc 23.6 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/hwy_gtest.h 25.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/if_test.cc 14.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/in_range_float_to_int_conv_test.cc 25.6 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/interleaved_test.cc 5.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/list_targets.cc 2.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/logical_test.cc 5.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/mask_combine_test.cc 6.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/mask_convert_test.cc 10.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/mask_mem_test.cc 13.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/mask_slide_test.cc 4.6 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/mask_test.cc 19.7 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/masked_arithmetic_test.cc 15.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/masked_minmax_test.cc 5.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/memory_test.cc 19.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/minmax_test.cc 9.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/mul_by_pow2_test.cc 24.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/mul_pairwise_test.cc 13.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/mul_test.cc 14.5 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/reduction_test.cc 12.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/resize_test.cc 6.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/reverse_test.cc 9.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/rotate_test.cc 10.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/saturated_test.cc 5.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/shift_test.cc 17.6 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/shuffle4_test.cc 8.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/sign_test.cc 3.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/slide_up_down_test.cc 17.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/sums_abs_diff_test.cc 13.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/swizzle_block_test.cc 9.0 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/swizzle_test.cc 14.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/table_test.cc 8.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/test_util-inl.h 27.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/test_util.cc 4.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/test_util.h 9.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/test_util_test.cc 3.3 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/truncate_test.cc 4.1 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/tuple_test.cc 2.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/tests/widen_mul_test.cc 19.9 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/timer-inl.h 7.2 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/timer.cc 5.8 KiB numpy-2.1.3/numpy/_core/src/highway/hwy/timer.h 2.4 KiB numpy-2.1.3/numpy/_core/src/highway/libhwy-contrib.pc.in 320 bytes numpy-2.1.3/numpy/_core/src/highway/libhwy-test.pc.in 386 bytes numpy-2.1.3/numpy/_core/src/highway/libhwy.pc.in 323 bytes numpy-2.1.3/numpy/_core/src/highway/LICENSE 11.1 KiB numpy-2.1.3/numpy/_core/src/highway/LICENSE-BSD3 1.5 KiB numpy-2.1.3/numpy/_core/src/highway/MODULE.bazel 310 bytes numpy-2.1.3/numpy/_core/src/highway/preamble.js.lds 392 bytes numpy-2.1.3/numpy/_core/src/highway/README.md 21.6 KiB numpy-2.1.3/numpy/_core/src/highway/run_tests.bat 288 bytes numpy-2.1.3/numpy/_core/src/highway/run_tests.sh 5.4 KiB numpy-2.1.3/numpy/_core/src/highway/WORKSPACE 1.6 KiB numpy-2.1.3/numpy/_core/src/multiarray/_datetime.h 10.3 KiB numpy-2.1.3/numpy/_core/src/multiarray/_multiarray_tests.c.src 64.2 KiB numpy-2.1.3/numpy/_core/src/multiarray/abstractdtypes.c 16.0 KiB numpy-2.1.3/numpy/_core/src/multiarray/abstractdtypes.h 2.7 KiB numpy-2.1.3/numpy/_core/src/multiarray/alloc.c 15.1 KiB numpy-2.1.3/numpy/_core/src/multiarray/alloc.h 1.5 KiB numpy-2.1.3/numpy/_core/src/multiarray/argfunc.dispatch.c.src 13.0 KiB numpy-2.1.3/numpy/_core/src/multiarray/array_api_standard.c 2.3 KiB numpy-2.1.3/numpy/_core/src/multiarray/array_api_standard.h 471 bytes numpy-2.1.3/numpy/_core/src/multiarray/array_assign_array.c 15.9 KiB numpy-2.1.3/numpy/_core/src/multiarray/array_assign_scalar.c 10.7 KiB numpy-2.1.3/numpy/_core/src/multiarray/array_coercion.c 50.5 KiB numpy-2.1.3/numpy/_core/src/multiarray/array_coercion.h 2.0 KiB numpy-2.1.3/numpy/_core/src/multiarray/array_converter.c 12.8 KiB numpy-2.1.3/numpy/_core/src/multiarray/array_converter.h 831 bytes numpy-2.1.3/numpy/_core/src/multiarray/array_method.c 33.0 KiB numpy-2.1.3/numpy/_core/src/multiarray/array_method.h 4.6 KiB numpy-2.1.3/numpy/_core/src/multiarray/arrayfunction_override.c 22.5 KiB numpy-2.1.3/numpy/_core/src/multiarray/arrayfunction_override.h 758 bytes numpy-2.1.3/numpy/_core/src/multiarray/arrayobject.c 40.4 KiB numpy-2.1.3/numpy/_core/src/multiarray/arrayobject.h 2.3 KiB numpy-2.1.3/numpy/_core/src/multiarray/arraytypes.c.src 122.7 KiB numpy-2.1.3/numpy/_core/src/multiarray/arraytypes.h.src 4.9 KiB numpy-2.1.3/numpy/_core/src/multiarray/arraywrap.c 9.9 KiB numpy-2.1.3/numpy/_core/src/multiarray/arraywrap.h 719 bytes numpy-2.1.3/numpy/_core/src/multiarray/buffer.c 33.1 KiB numpy-2.1.3/numpy/_core/src/multiarray/calculation.c 22.2 KiB numpy-2.1.3/numpy/_core/src/multiarray/calculation.h 2.3 KiB numpy-2.1.3/numpy/_core/src/multiarray/can_cast_table.h 5.3 KiB numpy-2.1.3/numpy/_core/src/multiarray/common.c 13.5 KiB numpy-2.1.3/numpy/_core/src/multiarray/common.h 10.9 KiB numpy-2.1.3/numpy/_core/src/multiarray/common_dtype.c 11.6 KiB numpy-2.1.3/numpy/_core/src/multiarray/compiled_base.c 61.1 KiB numpy-2.1.3/numpy/_core/src/multiarray/compiled_base.h 1.0 KiB numpy-2.1.3/numpy/_core/src/multiarray/conversion_utils.c 38.3 KiB numpy-2.1.3/numpy/_core/src/multiarray/conversion_utils.h 3.4 KiB numpy-2.1.3/numpy/_core/src/multiarray/convert.c 15.8 KiB numpy-2.1.3/numpy/_core/src/multiarray/convert.h 246 bytes numpy-2.1.3/numpy/_core/src/multiarray/convert_datatype.c 123.1 KiB numpy-2.1.3/numpy/_core/src/multiarray/convert_datatype.h 4.2 KiB numpy-2.1.3/numpy/_core/src/multiarray/ctors.c 124.6 KiB numpy-2.1.3/numpy/_core/src/multiarray/ctors.h 4.7 KiB numpy-2.1.3/numpy/_core/src/multiarray/datetime.c 123.4 KiB numpy-2.1.3/numpy/_core/src/multiarray/datetime_busday.c 41.7 KiB numpy-2.1.3/numpy/_core/src/multiarray/datetime_busday.h 792 bytes numpy-2.1.3/numpy/_core/src/multiarray/datetime_busdaycal.c 14.0 KiB numpy-2.1.3/numpy/_core/src/multiarray/datetime_busdaycal.h 1.9 KiB numpy-2.1.3/numpy/_core/src/multiarray/datetime_strings.c 44.5 KiB numpy-2.1.3/numpy/_core/src/multiarray/datetime_strings.h 379 bytes numpy-2.1.3/numpy/_core/src/multiarray/descriptor.c 113.9 KiB numpy-2.1.3/numpy/_core/src/multiarray/descriptor.h 2.0 KiB numpy-2.1.3/numpy/_core/src/multiarray/dlpack.c 22.6 KiB numpy-2.1.3/numpy/_core/src/multiarray/dragon4.c 110.3 KiB numpy-2.1.3/numpy/_core/src/multiarray/dragon4.h 5.2 KiB numpy-2.1.3/numpy/_core/src/multiarray/dtype_transfer.c 123.3 KiB numpy-2.1.3/numpy/_core/src/multiarray/dtype_transfer.h 6.7 KiB numpy-2.1.3/numpy/_core/src/multiarray/dtype_traversal.c 19.9 KiB numpy-2.1.3/numpy/_core/src/multiarray/dtype_traversal.h 3.1 KiB numpy-2.1.3/numpy/_core/src/multiarray/dtypemeta.c 49.1 KiB numpy-2.1.3/numpy/_core/src/multiarray/dtypemeta.h 11.0 KiB numpy-2.1.3/numpy/_core/src/multiarray/einsum.c.src 37.9 KiB numpy-2.1.3/numpy/_core/src/multiarray/einsum_debug.h 881 bytes numpy-2.1.3/numpy/_core/src/multiarray/einsum_sumprod.c.src 39.5 KiB numpy-2.1.3/numpy/_core/src/multiarray/einsum_sumprod.h 446 bytes numpy-2.1.3/numpy/_core/src/multiarray/flagsobject.c 19.1 KiB numpy-2.1.3/numpy/_core/src/multiarray/flagsobject.h 466 bytes numpy-2.1.3/numpy/_core/src/multiarray/getset.c 27.2 KiB numpy-2.1.3/numpy/_core/src/multiarray/getset.h 193 bytes numpy-2.1.3/numpy/_core/src/multiarray/hashdescr.c 8.3 KiB numpy-2.1.3/numpy/_core/src/multiarray/hashdescr.h 211 bytes numpy-2.1.3/numpy/_core/src/multiarray/item_selection.c 93.4 KiB numpy-2.1.3/numpy/_core/src/multiarray/item_selection.h 1022 bytes numpy-2.1.3/numpy/_core/src/multiarray/iterators.c 52.4 KiB numpy-2.1.3/numpy/_core/src/multiarray/iterators.h 393 bytes numpy-2.1.3/numpy/_core/src/multiarray/legacy_dtype_implementation.c 17.8 KiB numpy-2.1.3/numpy/_core/src/multiarray/legacy_dtype_implementation.h 324 bytes numpy-2.1.3/numpy/_core/src/multiarray/lowlevel_strided_loops.c.src 55.3 KiB numpy-2.1.3/numpy/_core/src/multiarray/mapping.c 112.1 KiB numpy-2.1.3/numpy/_core/src/multiarray/mapping.h 5.7 KiB numpy-2.1.3/numpy/_core/src/multiarray/methods.c 88.9 KiB numpy-2.1.3/numpy/_core/src/multiarray/methods.h 685 bytes numpy-2.1.3/numpy/_core/src/multiarray/multiarraymodule.c 151.4 KiB numpy-2.1.3/numpy/_core/src/multiarray/multiarraymodule.h 2.6 KiB numpy-2.1.3/numpy/_core/src/multiarray/nditer_api.c 99.5 KiB numpy-2.1.3/numpy/_core/src/multiarray/nditer_constr.c 112.5 KiB numpy-2.1.3/numpy/_core/src/multiarray/nditer_impl.h 13.7 KiB numpy-2.1.3/numpy/_core/src/multiarray/nditer_pywrap.c 69.0 KiB numpy-2.1.3/numpy/_core/src/multiarray/nditer_pywrap.h 287 bytes numpy-2.1.3/numpy/_core/src/multiarray/nditer_templ.c.src 18.8 KiB numpy-2.1.3/numpy/_core/src/multiarray/npy_buffer.h 432 bytes numpy-2.1.3/numpy/_core/src/multiarray/npy_static_data.c 9.0 KiB numpy-2.1.3/numpy/_core/src/multiarray/npy_static_data.h 4.6 KiB numpy-2.1.3/numpy/_core/src/multiarray/number.c 25.5 KiB numpy-2.1.3/numpy/_core/src/multiarray/number.h 1.8 KiB numpy-2.1.3/numpy/_core/src/multiarray/public_dtype_api.c 6.4 KiB numpy-2.1.3/numpy/_core/src/multiarray/public_dtype_api.h 423 bytes numpy-2.1.3/numpy/_core/src/multiarray/refcount.c 15.4 KiB numpy-2.1.3/numpy/_core/src/multiarray/refcount.h 810 bytes numpy-2.1.3/numpy/_core/src/multiarray/scalarapi.c 20.0 KiB numpy-2.1.3/numpy/_core/src/multiarray/scalartypes.c.src 131.0 KiB numpy-2.1.3/numpy/_core/src/multiarray/scalartypes.h 1013 bytes numpy-2.1.3/numpy/_core/src/multiarray/sequence.c 2.3 KiB numpy-2.1.3/numpy/_core/src/multiarray/sequence.h 204 bytes numpy-2.1.3/numpy/_core/src/multiarray/shape.c 30.2 KiB numpy-2.1.3/numpy/_core/src/multiarray/shape.h 1.2 KiB numpy-2.1.3/numpy/_core/src/multiarray/strfuncs.c 2.6 KiB numpy-2.1.3/numpy/_core/src/multiarray/strfuncs.h 410 bytes numpy-2.1.3/numpy/_core/src/multiarray/stringdtype/casts.c 84.2 KiB numpy-2.1.3/numpy/_core/src/multiarray/stringdtype/casts.h 204 bytes numpy-2.1.3/numpy/_core/src/multiarray/stringdtype/dtype.c 28.2 KiB numpy-2.1.3/numpy/_core/src/multiarray/stringdtype/dtype.h 1.9 KiB numpy-2.1.3/numpy/_core/src/multiarray/stringdtype/static_string.c 25.6 KiB numpy-2.1.3/numpy/_core/src/multiarray/stringdtype/static_string.h 4.7 KiB numpy-2.1.3/numpy/_core/src/multiarray/stringdtype/utf8_utils.c 10.7 KiB numpy-2.1.3/numpy/_core/src/multiarray/stringdtype/utf8_utils.h 1.3 KiB numpy-2.1.3/numpy/_core/src/multiarray/temp_elide.c 12.8 KiB numpy-2.1.3/numpy/_core/src/multiarray/temp_elide.h 512 bytes numpy-2.1.3/numpy/_core/src/multiarray/textreading/conversions.c 9.9 KiB numpy-2.1.3/numpy/_core/src/multiarray/textreading/conversions.h 1.7 KiB numpy-2.1.3/numpy/_core/src/multiarray/textreading/field_types.c 6.1 KiB numpy-2.1.3/numpy/_core/src/multiarray/textreading/field_types.h 2.8 KiB numpy-2.1.3/numpy/_core/src/multiarray/textreading/growth.c 1.5 KiB numpy-2.1.3/numpy/_core/src/multiarray/textreading/growth.h 346 bytes numpy-2.1.3/numpy/_core/src/multiarray/textreading/parser_config.h 2.2 KiB numpy-2.1.3/numpy/_core/src/multiarray/textreading/readtext.c 9.9 KiB numpy-2.1.3/numpy/_core/src/multiarray/textreading/readtext.h 314 bytes numpy-2.1.3/numpy/_core/src/multiarray/textreading/rows.c 19.3 KiB numpy-2.1.3/numpy/_core/src/multiarray/textreading/rows.h 691 bytes numpy-2.1.3/numpy/_core/src/multiarray/textreading/str_to_int.c 6.9 KiB numpy-2.1.3/numpy/_core/src/multiarray/textreading/str_to_int.h 4.2 KiB numpy-2.1.3/numpy/_core/src/multiarray/textreading/stream.h 1.6 KiB numpy-2.1.3/numpy/_core/src/multiarray/textreading/stream_pyobject.c 5.4 KiB numpy-2.1.3/numpy/_core/src/multiarray/textreading/stream_pyobject.h 448 bytes numpy-2.1.3/numpy/_core/src/multiarray/textreading/tokenize.cpp 15.0 KiB numpy-2.1.3/numpy/_core/src/multiarray/textreading/tokenize.h 2.4 KiB numpy-2.1.3/numpy/_core/src/multiarray/usertypes.c 21.2 KiB numpy-2.1.3/numpy/_core/src/multiarray/usertypes.h 901 bytes numpy-2.1.3/numpy/_core/src/multiarray/vdot.c 5.0 KiB numpy-2.1.3/numpy/_core/src/multiarray/vdot.h 540 bytes numpy-2.1.3/numpy/_core/src/npymath/arm64_exports.c 694 bytes numpy-2.1.3/numpy/_core/src/npymath/halffloat.cpp 5.4 KiB numpy-2.1.3/numpy/_core/src/npymath/ieee754.c.src 11.6 KiB numpy-2.1.3/numpy/_core/src/npymath/ieee754.cpp 12.4 KiB numpy-2.1.3/numpy/_core/src/npymath/npy_math.c 272 bytes numpy-2.1.3/numpy/_core/src/npymath/npy_math_common.h 177 bytes numpy-2.1.3/numpy/_core/src/npymath/npy_math_complex.c.src 51.2 KiB numpy-2.1.3/numpy/_core/src/npymath/npy_math_internal.h.src 18.1 KiB numpy-2.1.3/numpy/_core/src/npymath/npy_math_private.h 15.3 KiB numpy-2.1.3/numpy/_core/src/npysort/binsearch.cpp 12.0 KiB numpy-2.1.3/numpy/_core/src/npysort/heapsort.cpp 16.7 KiB numpy-2.1.3/numpy/_core/src/npysort/heapsort.hpp 1.5 KiB numpy-2.1.3/numpy/_core/src/npysort/highway_qsort.dispatch.cpp 600 bytes numpy-2.1.3/numpy/_core/src/npysort/highway_qsort.hpp 1.4 KiB numpy-2.1.3/numpy/_core/src/npysort/highway_qsort_16bit.dispatch.cpp 810 bytes numpy-2.1.3/numpy/_core/src/npysort/mergesort.cpp 20.1 KiB numpy-2.1.3/numpy/_core/src/npysort/npysort_common.h 8.0 KiB numpy-2.1.3/numpy/_core/src/npysort/npysort_heapsort.h 5.7 KiB numpy-2.1.3/numpy/_core/src/npysort/quicksort.cpp 29.7 KiB numpy-2.1.3/numpy/_core/src/npysort/quicksort.hpp 2.5 KiB numpy-2.1.3/numpy/_core/src/npysort/radixsort.cpp 8.6 KiB numpy-2.1.3/numpy/_core/src/npysort/selection.cpp 16.7 KiB numpy-2.1.3/numpy/_core/src/npysort/timsort.cpp 69.5 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/.clang-format 2.8 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/.github/workflows/build-numpy.yml 4.6 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/.github/workflows/build-test-on-32bit.sh 761 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/.github/workflows/c-cpp.yml 7.4 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/.github/workflows/linting.yml 510 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/.github/workflows/scorecard.yml 3.0 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/.gitignore 375 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/benchmarks/bench-all.cpp 198 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/benchmarks/bench-argsort.hpp 2.9 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/benchmarks/bench-ipp.cpp 2.8 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/benchmarks/bench-keyvalue.hpp 1.6 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/benchmarks/bench-objsort.hpp 3.0 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/benchmarks/bench-partial-qsort.hpp 1.7 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/benchmarks/bench-qselect.hpp 1.6 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/benchmarks/bench-qsort.hpp 2.7 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/benchmarks/bench-vqsort.cpp 876 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/benchmarks/bench.h 2.7 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/benchmarks/meson.build 758 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/CODE_OF_CONDUCT.md 5.3 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/CONTRIBUTING.md 2.3 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/examples/avx512-kv.cpp 829 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/examples/icl-16bit.cpp 256 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/examples/Makefile 667 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/examples/skx-avx2.cpp 663 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/examples/spr-16bit.cpp 259 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/lib/list-of-exported-symbols.txt 4.1 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/lib/meson.build 1.2 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/lib/x86simdsort-avx2.cpp 3.2 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/lib/x86simdsort-icl.cpp 1.6 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/lib/x86simdsort-internal.h 7.3 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/lib/x86simdsort-scalar.h 4.2 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/lib/x86simdsort-skx.cpp 3.1 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/lib/x86simdsort-spr.cpp 890 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/lib/x86simdsort.cpp 9.7 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/lib/x86simdsort.h 3.4 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/LICENSE.md 1.5 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/Makefile 786 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/meson.build 2.8 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/meson_options.txt 622 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/misc/bench-simdobjsort.txt 26.2 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/misc/object_qsort-perf.jpg 152.4 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/misc/simd-objsort.ipynb 326.1 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/README.md 8.6 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/run-bench.py 2.6 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/scripts/bench-compare.sh 581 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/scripts/branch-compare.sh 1.5 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/SECURITY.md 298 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/avx2-32bit-half.hpp 16.1 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/avx2-32bit-qsort.hpp 19.2 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/avx2-64bit-qsort.hpp 19.7 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/avx2-emu-funcs.hpp 13.3 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/avx512-16bit-common.h 7.7 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/avx512-16bit-qsort.hpp 18.6 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/avx512-32bit-qsort.hpp 20.9 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/avx512-64bit-argsort.hpp 444 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/avx512-64bit-common.h 38.1 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/avx512-64bit-qsort.hpp 406 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/avx512fp16-16bit-qsort.hpp 5.5 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/README.md 6.4 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/x86simdsort-static-incl.h 7.0 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/xss-common-argsort.h 28.3 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/xss-common-comparators.hpp 4.0 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/xss-common-includes.h 4.3 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/xss-common-keyvaluesort.hpp 28.5 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/xss-common-qsort.h 25.8 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/xss-custom-float.h 1.9 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/xss-network-keyvaluesort.hpp 24.4 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/xss-network-qsort.hpp 7.7 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/xss-optimal-networks.hpp 11.9 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/src/xss-pivot-selection.hpp 8.0 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/tests/meson.build 461 bytes numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/tests/test-keyvalue.cpp 14.0 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/tests/test-objqsort.cpp 2.2 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/tests/test-qsort-common.h 3.5 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/tests/test-qsort.cpp 10.1 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/utils/custom-compare.h 1.2 KiB numpy-2.1.3/numpy/_core/src/npysort/x86-simd-sort/utils/rand_array.h 4.7 KiB numpy-2.1.3/numpy/_core/src/npysort/x86_simd_argsort.dispatch.cpp 821 bytes numpy-2.1.3/numpy/_core/src/npysort/x86_simd_qsort.dispatch.cpp 726 bytes numpy-2.1.3/numpy/_core/src/npysort/x86_simd_qsort.hpp 1.1 KiB numpy-2.1.3/numpy/_core/src/npysort/x86_simd_qsort_16bit.dispatch.cpp 1.6 KiB numpy-2.1.3/numpy/_core/src/umath/_operand_flag_tests.c 2.2 KiB numpy-2.1.3/numpy/_core/src/umath/_rational_tests.c 40.1 KiB numpy-2.1.3/numpy/_core/src/umath/_scaled_float_dtype.c 24.9 KiB numpy-2.1.3/numpy/_core/src/umath/_struct_ufunc_tests.c 4.1 KiB numpy-2.1.3/numpy/_core/src/umath/_umath_tests.c.src 29.6 KiB numpy-2.1.3/numpy/_core/src/umath/_umath_tests.dispatch.c 1.1 KiB numpy-2.1.3/numpy/_core/src/umath/clip.cpp 10.6 KiB numpy-2.1.3/numpy/_core/src/umath/clip.h 2.7 KiB numpy-2.1.3/numpy/_core/src/umath/dispatching.c 50.1 KiB numpy-2.1.3/numpy/_core/src/umath/dispatching.h 1.3 KiB numpy-2.1.3/numpy/_core/src/umath/extobj.c 15.4 KiB numpy-2.1.3/numpy/_core/src/umath/extobj.h 1.3 KiB numpy-2.1.3/numpy/_core/src/umath/fast_loop_macros.h 12.6 KiB numpy-2.1.3/numpy/_core/src/umath/funcs.inc.src 9.1 KiB numpy-2.1.3/numpy/_core/src/umath/legacy_array_method.c 13.8 KiB numpy-2.1.3/numpy/_core/src/umath/legacy_array_method.h 1.0 KiB numpy-2.1.3/numpy/_core/src/umath/loops.c.src 73.0 KiB numpy-2.1.3/numpy/_core/src/umath/loops.h.src 27.7 KiB numpy-2.1.3/numpy/_core/src/umath/loops_arithm_fp.dispatch.c.src 24.6 KiB numpy-2.1.3/numpy/_core/src/umath/loops_arithmetic.dispatch.c.src 18.2 KiB numpy-2.1.3/numpy/_core/src/umath/loops_autovec.dispatch.c.src 9.7 KiB numpy-2.1.3/numpy/_core/src/umath/loops_comparison.dispatch.c.src 16.0 KiB numpy-2.1.3/numpy/_core/src/umath/loops_exponent_log.dispatch.c.src 50.4 KiB numpy-2.1.3/numpy/_core/src/umath/loops_hyperbolic.dispatch.c.src 36.5 KiB numpy-2.1.3/numpy/_core/src/umath/loops_logical.dispatch.c.src 10.6 KiB numpy-2.1.3/numpy/_core/src/umath/loops_minmax.dispatch.c.src 16.0 KiB numpy-2.1.3/numpy/_core/src/umath/loops_modulo.dispatch.c.src 22.6 KiB numpy-2.1.3/numpy/_core/src/umath/loops_trigonometric.dispatch.cpp 10.0 KiB numpy-2.1.3/numpy/_core/src/umath/loops_umath_fp.dispatch.c.src 10.2 KiB numpy-2.1.3/numpy/_core/src/umath/loops_unary.dispatch.c.src 11.3 KiB numpy-2.1.3/numpy/_core/src/umath/loops_unary_complex.dispatch.c.src 4.6 KiB numpy-2.1.3/numpy/_core/src/umath/loops_unary_fp.dispatch.c.src 7.5 KiB numpy-2.1.3/numpy/_core/src/umath/loops_unary_fp_le.dispatch.c.src 20.2 KiB numpy-2.1.3/numpy/_core/src/umath/loops_utils.h.src 7.8 KiB numpy-2.1.3/numpy/_core/src/umath/matmul.c.src 21.6 KiB numpy-2.1.3/numpy/_core/src/umath/matmul.h.src 740 bytes numpy-2.1.3/numpy/_core/src/umath/npy_simd_data.h 7.6 KiB numpy-2.1.3/numpy/_core/src/umath/override.c 13.3 KiB numpy-2.1.3/numpy/_core/src/umath/override.h 373 bytes numpy-2.1.3/numpy/_core/src/umath/reduction.c 15.8 KiB numpy-2.1.3/numpy/_core/src/umath/reduction.h 3.3 KiB numpy-2.1.3/numpy/_core/src/umath/scalarmath.c.src 59.2 KiB numpy-2.1.3/numpy/_core/src/umath/special_integer_comparisons.cpp 13.4 KiB numpy-2.1.3/numpy/_core/src/umath/special_integer_comparisons.h 295 bytes numpy-2.1.3/numpy/_core/src/umath/string_buffer.h 41.5 KiB numpy-2.1.3/numpy/_core/src/umath/string_fastsearch.h 25.2 KiB numpy-2.1.3/numpy/_core/src/umath/string_ufuncs.cpp 54.1 KiB numpy-2.1.3/numpy/_core/src/umath/string_ufuncs.h 397 bytes numpy-2.1.3/numpy/_core/src/umath/stringdtype_ufuncs.cpp 95.4 KiB numpy-2.1.3/numpy/_core/src/umath/stringdtype_ufuncs.h 286 bytes numpy-2.1.3/numpy/_core/src/umath/svml/LICENSE 1.5 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_acos_d_ha.s 52.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_acos_d_la.s 51.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_acos_h_la.s 3.5 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_acos_s_ha.s 48.0 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_acos_s_la.s 46.4 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_acosh_d_ha.s 21.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_acosh_d_la.s 19.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_acosh_h_la.s 4.7 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_acosh_s_ha.s 17.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_acosh_s_la.s 16.0 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_asin_d_ha.s 50.7 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_asin_d_la.s 49.4 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_asin_h_la.s 3.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_asin_s_ha.s 46.0 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_asin_s_la.s 44.4 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_asinh_d_ha.s 20.8 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_asinh_d_la.s 19.2 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_asinh_h_la.s 4.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_asinh_s_ha.s 16.8 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_asinh_s_la.s 15.8 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atan2_d_ha.s 65.9 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atan2_d_la.s 58.7 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atan2_h_la.s 7.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atan2_s_ha.s 60.4 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atan2_s_la.s 53.0 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atan_d_ha.s 31.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atan_d_la.s 29.9 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atan_h_la.s 3.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atan_s_ha.s 9.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atan_s_la.s 7.8 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atanh_d_ha.s 16.7 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atanh_d_la.s 15.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atanh_h_la.s 4.5 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atanh_s_ha.s 14.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_atanh_s_la.s 13.4 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cbrt_d_ha.s 22.4 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cbrt_d_la.s 21.2 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cbrt_h_la.s 4.1 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cbrt_s_ha.s 20.4 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cbrt_s_la.s 19.2 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cos_d_ha.s 261.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cos_d_la.s 260.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cos_h_la.s 7.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cos_s_ha.s 60.0 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cos_s_la.s 59.2 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cosh_d_ha.s 40.1 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cosh_d_la.s 34.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cosh_h_la.s 3.5 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cosh_s_ha.s 43.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_cosh_s_la.s 26.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_exp10_h_la.s 3.1 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_exp2_d_ha.s 20.0 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_exp2_d_la.s 18.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_exp2_h_la.s 3.2 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_exp2_s_ha.s 17.5 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_exp2_s_la.s 12.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_exp_d_ha.s 24.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_exp_d_la.s 23.2 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_exp_h_la.s 4.4 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_exp_s_ha.s 23.2 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_exp_s_la.s 18.1 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_expm1_d_ha.s 26.0 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_expm1_d_la.s 24.2 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_expm1_h_la.s 4.4 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_expm1_s_ha.s 24.2 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_expm1_s_la.s 14.8 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log10_d_ha.s 26.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log10_d_la.s 23.9 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log10_h_la.s 3.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log10_s_ha.s 22.5 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log10_s_la.s 18.2 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log1p_d_ha.s 26.4 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log1p_d_la.s 24.1 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log1p_h_la.s 4.0 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log1p_s_ha.s 23.4 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log1p_s_la.s 32.7 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log2_d_ha.s 44.0 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log2_d_la.s 41.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log2_h_la.s 3.4 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log2_s_ha.s 21.4 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log2_s_la.s 17.5 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log_d_ha.s 25.1 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log_d_la.s 23.0 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log_h_la.s 4.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log_s_ha.s 29.5 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_log_s_la.s 19.9 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_pow_d_ha.s 73.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_pow_d_la.s 71.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_pow_h_la.s 8.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_pow_s_ha.s 48.5 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_pow_s_la.s 45.8 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_sin_d_ha.s 262.2 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_sin_d_la.s 258.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_sin_h_la.s 6.7 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_sin_s_ha.s 59.1 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_sin_s_la.s 57.2 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_sinh_d_ha.s 105.1 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_sinh_d_la.s 43.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_sinh_h_la.s 4.4 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_sinh_s_ha.s 50.9 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_sinh_s_la.s 33.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_tan_d_ha.s 301.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_tan_d_la.s 303.7 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_tan_h_la.s 4.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_tan_s_ha.s 63.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_tan_s_la.s 63.5 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_tanh_d_ha.s 56.0 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_tanh_d_la.s 54.9 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_tanh_h_la.s 4.3 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_tanh_s_ha.s 24.9 KiB numpy-2.1.3/numpy/_core/src/umath/svml/linux/avx512/svml_z0_tanh_s_la.s 35.6 KiB numpy-2.1.3/numpy/_core/src/umath/svml/README.md 144 bytes numpy-2.1.3/numpy/_core/src/umath/ufunc_object.c 213.8 KiB numpy-2.1.3/numpy/_core/src/umath/ufunc_object.h 280 bytes numpy-2.1.3/numpy/_core/src/umath/ufunc_type_resolution.c 76.9 KiB numpy-2.1.3/numpy/_core/src/umath/ufunc_type_resolution.h 5.8 KiB numpy-2.1.3/numpy/_core/src/umath/umathmodule.c 8.9 KiB numpy-2.1.3/numpy/_core/src/umath/wrapping_array_method.c 10.7 KiB numpy-2.1.3/numpy/_core/strings.py 43.2 KiB numpy-2.1.3/numpy/_core/strings.pyi 7.3 KiB numpy-2.1.3/numpy/_core/tests/_locales.py 2.2 KiB numpy-2.1.3/numpy/_core/tests/_natype.py 6.1 KiB numpy-2.1.3/numpy/_core/tests/data/astype_copy.pkl 716 bytes numpy-2.1.3/numpy/_core/tests/data/generate_umath_validation_data.cpp 5.7 KiB numpy-2.1.3/numpy/_core/tests/data/recarray_from_file.fits 8.4 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-arccos.csv 59.9 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-arccosh.csv 59.9 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-arcsin.csv 59.9 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-arcsinh.csv 58.9 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-arctan.csv 58.9 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-arctanh.csv 59.9 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-cbrt.csv 59.4 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-cos.csv 57.7 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-cosh.csv 59.4 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-exp.csv 17.1 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-exp2.csv 57.2 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-expm1.csv 58.9 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-log.csv 11.4 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-log10.csv 67.3 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-log1p.csv 58.9 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-log2.csv 67.3 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-README.txt 967 bytes numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-sin.csv 57.2 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-sinh.csv 58.9 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-tan.csv 58.9 KiB numpy-2.1.3/numpy/_core/tests/data/umath-validation-set-tanh.csv 58.9 KiB numpy-2.1.3/numpy/_core/tests/examples/cython/checks.pyx 7.2 KiB numpy-2.1.3/numpy/_core/tests/examples/cython/meson.build 1.2 KiB numpy-2.1.3/numpy/_core/tests/examples/cython/setup.py 857 bytes numpy-2.1.3/numpy/_core/tests/examples/limited_api/limited_api1.c 346 bytes numpy-2.1.3/numpy/_core/tests/examples/limited_api/limited_api2.pyx 203 bytes numpy-2.1.3/numpy/_core/tests/examples/limited_api/limited_api_latest.c 452 bytes numpy-2.1.3/numpy/_core/tests/examples/limited_api/meson.build 1.6 KiB numpy-2.1.3/numpy/_core/tests/examples/limited_api/setup.py 435 bytes numpy-2.1.3/numpy/_core/tests/test__exceptions.py 2.8 KiB numpy-2.1.3/numpy/_core/tests/test_abc.py 2.2 KiB numpy-2.1.3/numpy/_core/tests/test_api.py 22.4 KiB numpy-2.1.3/numpy/_core/tests/test_argparse.py 2.8 KiB numpy-2.1.3/numpy/_core/tests/test_array_api_info.py 3.0 KiB numpy-2.1.3/numpy/_core/tests/test_array_coercion.py 34.0 KiB numpy-2.1.3/numpy/_core/tests/test_array_interface.py 7.6 KiB numpy-2.1.3/numpy/_core/tests/test_arraymethod.py 3.2 KiB numpy-2.1.3/numpy/_core/tests/test_arrayobject.py 790 bytes numpy-2.1.3/numpy/_core/tests/test_arrayprint.py 46.8 KiB numpy-2.1.3/numpy/_core/tests/test_casting_floatingpoint_errors.py 5.0 KiB numpy-2.1.3/numpy/_core/tests/test_casting_unittests.py 33.5 KiB numpy-2.1.3/numpy/_core/tests/test_conversion_utils.py 6.5 KiB numpy-2.1.3/numpy/_core/tests/test_cpu_dispatcher.py 1.5 KiB numpy-2.1.3/numpy/_core/tests/test_cpu_features.py 15.0 KiB numpy-2.1.3/numpy/_core/tests/test_custom_dtypes.py 11.4 KiB numpy-2.1.3/numpy/_core/tests/test_cython.py 8.3 KiB numpy-2.1.3/numpy/_core/tests/test_datetime.py 114.6 KiB numpy-2.1.3/numpy/_core/tests/test_defchararray.py 29.9 KiB numpy-2.1.3/numpy/_core/tests/test_deprecations.py 28.0 KiB numpy-2.1.3/numpy/_core/tests/test_dlpack.py 5.3 KiB numpy-2.1.3/numpy/_core/tests/test_dtype.py 76.4 KiB numpy-2.1.3/numpy/_core/tests/test_einsum.py 51.7 KiB numpy-2.1.3/numpy/_core/tests/test_errstate.py 4.5 KiB numpy-2.1.3/numpy/_core/tests/test_extint128.py 5.5 KiB numpy-2.1.3/numpy/_core/tests/test_function_base.py 16.7 KiB numpy-2.1.3/numpy/_core/tests/test_getlimits.py 6.6 KiB numpy-2.1.3/numpy/_core/tests/test_half.py 24.0 KiB numpy-2.1.3/numpy/_core/tests/test_hashtable.py 1.1 KiB numpy-2.1.3/numpy/_core/tests/test_indexerrors.py 4.6 KiB numpy-2.1.3/numpy/_core/tests/test_indexing.py 53.8 KiB numpy-2.1.3/numpy/_core/tests/test_item_selection.py 6.3 KiB numpy-2.1.3/numpy/_core/tests/test_limited_api.py 2.8 KiB numpy-2.1.3/numpy/_core/tests/test_longdouble.py 13.6 KiB numpy-2.1.3/numpy/_core/tests/test_machar.py 1.0 KiB numpy-2.1.3/numpy/_core/tests/test_mem_overlap.py 28.5 KiB numpy-2.1.3/numpy/_core/tests/test_mem_policy.py 16.3 KiB numpy-2.1.3/numpy/_core/tests/test_memmap.py 7.6 KiB numpy-2.1.3/numpy/_core/tests/test_multiarray.py 381.5 KiB numpy-2.1.3/numpy/_core/tests/test_multithreading.py 3.5 KiB numpy-2.1.3/numpy/_core/tests/test_nditer.py 128.2 KiB numpy-2.1.3/numpy/_core/tests/test_nep50_promotions.py 12.5 KiB numpy-2.1.3/numpy/_core/tests/test_numeric.py 153.7 KiB numpy-2.1.3/numpy/_core/tests/test_numerictypes.py 22.7 KiB numpy-2.1.3/numpy/_core/tests/test_overrides.py 25.1 KiB numpy-2.1.3/numpy/_core/tests/test_print.py 6.7 KiB numpy-2.1.3/numpy/_core/tests/test_protocols.py 1.2 KiB numpy-2.1.3/numpy/_core/tests/test_records.py 20.1 KiB numpy-2.1.3/numpy/_core/tests/test_regression.py 92.6 KiB numpy-2.1.3/numpy/_core/tests/test_scalar_ctors.py 6.6 KiB numpy-2.1.3/numpy/_core/tests/test_scalar_methods.py 8.0 KiB numpy-2.1.3/numpy/_core/tests/test_scalarbuffer.py 5.5 KiB numpy-2.1.3/numpy/_core/tests/test_scalarinherit.py 2.5 KiB numpy-2.1.3/numpy/_core/tests/test_scalarmath.py 45.5 KiB numpy-2.1.3/numpy/_core/tests/test_scalarprint.py 18.3 KiB numpy-2.1.3/numpy/_core/tests/test_shape_base.py 30.3 KiB numpy-2.1.3/numpy/_core/tests/test_simd.py 47.6 KiB numpy-2.1.3/numpy/_core/tests/test_simd_module.py 3.8 KiB numpy-2.1.3/numpy/_core/tests/test_stringdtype.py 53.6 KiB numpy-2.1.3/numpy/_core/tests/test_strings.py 47.5 KiB numpy-2.1.3/numpy/_core/tests/test_ufunc.py 128.5 KiB numpy-2.1.3/numpy/_core/tests/test_umath.py 187.8 KiB numpy-2.1.3/numpy/_core/tests/test_umath_accuracy.py 5.3 KiB numpy-2.1.3/numpy/_core/tests/test_umath_complex.py 22.7 KiB numpy-2.1.3/numpy/_core/tests/test_unicode.py 12.6 KiB numpy-2.1.3/numpy/_core/umath.py 2.0 KiB numpy-2.1.3/numpy/_distributor_init.py 407 bytes numpy-2.1.3/numpy/_expired_attrs_2_0.py 3.8 KiB numpy-2.1.3/numpy/_globals.py 3.0 KiB numpy-2.1.3/numpy/_pyinstaller/__init__.py 0 bytes numpy-2.1.3/numpy/_pyinstaller/hook-numpy.py 1.4 KiB numpy-2.1.3/numpy/_pyinstaller/tests/__init__.py 329 bytes numpy-2.1.3/numpy/_pyinstaller/tests/pyinstaller-smoke.py 1.1 KiB numpy-2.1.3/numpy/_pyinstaller/tests/test_pyinstaller.py 1.1 KiB numpy-2.1.3/numpy/_pytesttester.py 6.1 KiB numpy-2.1.3/numpy/_pytesttester.pyi 489 bytes numpy-2.1.3/numpy/_typing/__init__.py 6.9 KiB numpy-2.1.3/numpy/_typing/_add_docstring.py 3.9 KiB numpy-2.1.3/numpy/_typing/_array_like.py 4.6 KiB numpy-2.1.3/numpy/_typing/_callable.pyi 12.3 KiB numpy-2.1.3/numpy/_typing/_char_codes.py 6.8 KiB numpy-2.1.3/numpy/_typing/_dtype_like.py 5.8 KiB numpy-2.1.3/numpy/_typing/_extended_precision.py 777 bytes numpy-2.1.3/numpy/_typing/_nbit.py 361 bytes numpy-2.1.3/numpy/_typing/_nested_sequence.py 2.5 KiB numpy-2.1.3/numpy/_typing/_scalars.py 1.0 KiB numpy-2.1.3/numpy/_typing/_shape.py 231 bytes numpy-2.1.3/numpy/_typing/_ufunc.pyi 11.8 KiB numpy-2.1.3/numpy/_utils/__init__.py 3.1 KiB numpy-2.1.3/numpy/_utils/_convertions.py 329 bytes numpy-2.1.3/numpy/_utils/_inspect.py 7.3 KiB numpy-2.1.3/numpy/_utils/_pep440.py 13.7 KiB numpy-2.1.3/numpy/char/__init__.py 93 bytes numpy-2.1.3/numpy/char/__init__.pyi 1.3 KiB numpy-2.1.3/numpy/compat/__init__.py 727 bytes numpy-2.1.3/numpy/compat/py3k.py 3.7 KiB numpy-2.1.3/numpy/compat/tests/__init__.py 0 bytes numpy-2.1.3/numpy/conftest.py 8.2 KiB numpy-2.1.3/numpy/core/__init__.py 1.2 KiB numpy-2.1.3/numpy/core/__init__.pyi 0 bytes numpy-2.1.3/numpy/core/_dtype.py 322 bytes numpy-2.1.3/numpy/core/_dtype_ctypes.py 350 bytes numpy-2.1.3/numpy/core/_internal.py 947 bytes numpy-2.1.3/numpy/core/_multiarray_umath.py 2.0 KiB numpy-2.1.3/numpy/core/_utils.py 917 bytes numpy-2.1.3/numpy/core/arrayprint.py 338 bytes numpy-2.1.3/numpy/core/defchararray.py 346 bytes numpy-2.1.3/numpy/core/einsumfunc.py 338 bytes numpy-2.1.3/numpy/core/fromnumeric.py 342 bytes numpy-2.1.3/numpy/core/function_base.py 350 bytes numpy-2.1.3/numpy/core/getlimits.py 334 bytes numpy-2.1.3/numpy/core/multiarray.py 792 bytes numpy-2.1.3/numpy/core/numeric.py 359 bytes numpy-2.1.3/numpy/core/numerictypes.py 346 bytes numpy-2.1.3/numpy/core/overrides.py 334 bytes numpy-2.1.3/numpy/core/records.py 326 bytes numpy-2.1.3/numpy/core/shape_base.py 338 bytes numpy-2.1.3/numpy/core/umath.py 318 bytes numpy-2.1.3/numpy/ctypeslib.py 17.2 KiB numpy-2.1.3/numpy/ctypeslib.pyi 7.9 KiB numpy-2.1.3/numpy/distutils/__init__.py 2.0 KiB numpy-2.1.3/numpy/distutils/__init__.pyi 119 bytes numpy-2.1.3/numpy/distutils/_shell_utils.py 2.5 KiB numpy-2.1.3/numpy/distutils/armccompiler.py 962 bytes numpy-2.1.3/numpy/distutils/ccompiler.py 28.0 KiB numpy-2.1.3/numpy/distutils/ccompiler_opt.py 98.0 KiB numpy-2.1.3/numpy/distutils/checks/cpu_asimd.c 818 bytes numpy-2.1.3/numpy/distutils/checks/cpu_asimddp.c 432 bytes numpy-2.1.3/numpy/distutils/checks/cpu_asimdfhm.c 529 bytes numpy-2.1.3/numpy/distutils/checks/cpu_asimdhp.c 379 bytes numpy-2.1.3/numpy/distutils/checks/cpu_avx.c 779 bytes numpy-2.1.3/numpy/distutils/checks/cpu_avx2.c 749 bytes numpy-2.1.3/numpy/distutils/checks/cpu_avx512_clx.c 842 bytes numpy-2.1.3/numpy/distutils/checks/cpu_avx512_cnl.c 948 bytes numpy-2.1.3/numpy/distutils/checks/cpu_avx512_icl.c 1004 bytes numpy-2.1.3/numpy/distutils/checks/cpu_avx512_knl.c 959 bytes numpy-2.1.3/numpy/distutils/checks/cpu_avx512_knm.c 1.1 KiB numpy-2.1.3/numpy/distutils/checks/cpu_avx512_skx.c 1010 bytes numpy-2.1.3/numpy/distutils/checks/cpu_avx512_spr.c 904 bytes numpy-2.1.3/numpy/distutils/checks/cpu_avx512cd.c 759 bytes numpy-2.1.3/numpy/distutils/checks/cpu_avx512f.c 755 bytes numpy-2.1.3/numpy/distutils/checks/cpu_f16c.c 868 bytes numpy-2.1.3/numpy/distutils/checks/cpu_fma3.c 817 bytes numpy-2.1.3/numpy/distutils/checks/cpu_fma4.c 301 bytes numpy-2.1.3/numpy/distutils/checks/cpu_neon.c 600 bytes numpy-2.1.3/numpy/distutils/checks/cpu_neon_fp16.c 251 bytes numpy-2.1.3/numpy/distutils/checks/cpu_neon_vfpv4.c 609 bytes numpy-2.1.3/numpy/distutils/checks/cpu_popcnt.c 1.0 KiB numpy-2.1.3/numpy/distutils/checks/cpu_rvv.c 300 bytes numpy-2.1.3/numpy/distutils/checks/cpu_sse.c 686 bytes numpy-2.1.3/numpy/distutils/checks/cpu_sse2.c 697 bytes numpy-2.1.3/numpy/distutils/checks/cpu_sse3.c 689 bytes numpy-2.1.3/numpy/distutils/checks/cpu_sse41.c 675 bytes numpy-2.1.3/numpy/distutils/checks/cpu_sse42.c 692 bytes numpy-2.1.3/numpy/distutils/checks/cpu_ssse3.c 705 bytes numpy-2.1.3/numpy/distutils/checks/cpu_sve.c 287 bytes numpy-2.1.3/numpy/distutils/checks/cpu_vsx.c 478 bytes numpy-2.1.3/numpy/distutils/checks/cpu_vsx2.c 263 bytes numpy-2.1.3/numpy/distutils/checks/cpu_vsx3.c 250 bytes numpy-2.1.3/numpy/distutils/checks/cpu_vsx4.c 305 bytes numpy-2.1.3/numpy/distutils/checks/cpu_vx.c 461 bytes numpy-2.1.3/numpy/distutils/checks/cpu_vxe.c 788 bytes numpy-2.1.3/numpy/distutils/checks/cpu_vxe2.c 624 bytes numpy-2.1.3/numpy/distutils/checks/cpu_xop.c 234 bytes numpy-2.1.3/numpy/distutils/checks/extra_avx512bw_mask.c 636 bytes numpy-2.1.3/numpy/distutils/checks/extra_avx512dq_mask.c 504 bytes numpy-2.1.3/numpy/distutils/checks/extra_avx512f_reduce.c 1.6 KiB numpy-2.1.3/numpy/distutils/checks/extra_vsx3_half_double.c 354 bytes numpy-2.1.3/numpy/distutils/checks/extra_vsx4_mma.c 499 bytes numpy-2.1.3/numpy/distutils/checks/extra_vsx_asm.c 945 bytes numpy-2.1.3/numpy/distutils/checks/test_flags.c 16 bytes numpy-2.1.3/numpy/distutils/command/__init__.py 1.0 KiB numpy-2.1.3/numpy/distutils/command/autodist.py 3.6 KiB numpy-2.1.3/numpy/distutils/command/bdist_rpm.py 709 bytes numpy-2.1.3/numpy/distutils/command/build.py 2.6 KiB numpy-2.1.3/numpy/distutils/command/build_clib.py 18.9 KiB numpy-2.1.3/numpy/distutils/command/build_ext.py 32.2 KiB numpy-2.1.3/numpy/distutils/command/build_py.py 1.1 KiB numpy-2.1.3/numpy/distutils/command/build_scripts.py 1.6 KiB numpy-2.1.3/numpy/distutils/command/build_src.py 30.4 KiB numpy-2.1.3/numpy/distutils/command/config.py 20.2 KiB numpy-2.1.3/numpy/distutils/command/config_compiler.py 4.3 KiB numpy-2.1.3/numpy/distutils/command/develop.py 575 bytes numpy-2.1.3/numpy/distutils/command/egg_info.py 921 bytes numpy-2.1.3/numpy/distutils/command/install.py 3.0 KiB numpy-2.1.3/numpy/distutils/command/install_clib.py 1.4 KiB numpy-2.1.3/numpy/distutils/command/install_data.py 848 bytes numpy-2.1.3/numpy/distutils/command/install_headers.py 920 bytes numpy-2.1.3/numpy/distutils/command/sdist.py 733 bytes numpy-2.1.3/numpy/distutils/conv_template.py 9.3 KiB numpy-2.1.3/numpy/distutils/core.py 8.0 KiB numpy-2.1.3/numpy/distutils/cpuinfo.py 22.1 KiB numpy-2.1.3/numpy/distutils/exec_command.py 10.0 KiB numpy-2.1.3/numpy/distutils/extension.py 3.4 KiB numpy-2.1.3/numpy/distutils/fcompiler/__init__.py 39.7 KiB numpy-2.1.3/numpy/distutils/fcompiler/absoft.py 5.4 KiB numpy-2.1.3/numpy/distutils/fcompiler/arm.py 2.0 KiB numpy-2.1.3/numpy/distutils/fcompiler/compaq.py 3.8 KiB numpy-2.1.3/numpy/distutils/fcompiler/environment.py 3.0 KiB numpy-2.1.3/numpy/distutils/fcompiler/fujitsu.py 1.3 KiB numpy-2.1.3/numpy/distutils/fcompiler/g95.py 1.3 KiB numpy-2.1.3/numpy/distutils/fcompiler/gnu.py 20.0 KiB numpy-2.1.3/numpy/distutils/fcompiler/hpux.py 1.3 KiB numpy-2.1.3/numpy/distutils/fcompiler/ibm.py 3.5 KiB numpy-2.1.3/numpy/distutils/fcompiler/intel.py 6.4 KiB numpy-2.1.3/numpy/distutils/fcompiler/lahey.py 1.3 KiB numpy-2.1.3/numpy/distutils/fcompiler/mips.py 1.7 KiB numpy-2.1.3/numpy/distutils/fcompiler/nag.py 2.7 KiB numpy-2.1.3/numpy/distutils/fcompiler/none.py 758 bytes numpy-2.1.3/numpy/distutils/fcompiler/nv.py 1.5 KiB numpy-2.1.3/numpy/distutils/fcompiler/pathf95.py 1.0 KiB numpy-2.1.3/numpy/distutils/fcompiler/pg.py 3.5 KiB numpy-2.1.3/numpy/distutils/fcompiler/sun.py 1.5 KiB numpy-2.1.3/numpy/distutils/fcompiler/vast.py 1.6 KiB numpy-2.1.3/numpy/distutils/from_template.py 7.7 KiB numpy-2.1.3/numpy/distutils/fujitsuccompiler.py 834 bytes numpy-2.1.3/numpy/distutils/intelccompiler.py 4.1 KiB numpy-2.1.3/numpy/distutils/lib2def.py 3.5 KiB numpy-2.1.3/numpy/distutils/line_endings.py 2.0 KiB numpy-2.1.3/numpy/distutils/log.py 2.8 KiB numpy-2.1.3/numpy/distutils/mingw/gfortran_vs2003_hack.c 77 bytes numpy-2.1.3/numpy/distutils/mingw32ccompiler.py 21.6 KiB numpy-2.1.3/numpy/distutils/misc_util.py 87.1 KiB numpy-2.1.3/numpy/distutils/msvc9compiler.py 2.1 KiB numpy-2.1.3/numpy/distutils/msvccompiler.py 2.6 KiB numpy-2.1.3/numpy/distutils/npy_pkg_config.py 12.7 KiB numpy-2.1.3/numpy/distutils/numpy_distribution.py 634 bytes numpy-2.1.3/numpy/distutils/pathccompiler.py 713 bytes numpy-2.1.3/numpy/distutils/system_info.py 111.3 KiB numpy-2.1.3/numpy/distutils/tests/__init__.py 0 bytes numpy-2.1.3/numpy/distutils/tests/test_build_ext.py 2.7 KiB numpy-2.1.3/numpy/distutils/tests/test_ccompiler_opt.py 28.1 KiB numpy-2.1.3/numpy/distutils/tests/test_ccompiler_opt_conf.py 6.2 KiB numpy-2.1.3/numpy/distutils/tests/test_exec_command.py 7.2 KiB numpy-2.1.3/numpy/distutils/tests/test_fcompiler.py 1.2 KiB numpy-2.1.3/numpy/distutils/tests/test_fcompiler_gnu.py 2.1 KiB numpy-2.1.3/numpy/distutils/tests/test_fcompiler_intel.py 1.0 KiB numpy-2.1.3/numpy/distutils/tests/test_fcompiler_nagfor.py 1.1 KiB numpy-2.1.3/numpy/distutils/tests/test_from_template.py 1.1 KiB numpy-2.1.3/numpy/distutils/tests/test_log.py 868 bytes numpy-2.1.3/numpy/distutils/tests/test_mingw32ccompiler.py 1.6 KiB numpy-2.1.3/numpy/distutils/tests/test_misc_util.py 3.3 KiB numpy-2.1.3/numpy/distutils/tests/test_npy_pkg_config.py 2.5 KiB numpy-2.1.3/numpy/distutils/tests/test_shell_utils.py 2.1 KiB numpy-2.1.3/numpy/distutils/tests/test_system_info.py 11.1 KiB numpy-2.1.3/numpy/distutils/tests/utilities.py 2.2 KiB numpy-2.1.3/numpy/distutils/unixccompiler.py 5.3 KiB numpy-2.1.3/numpy/doc/ufuncs.py 5.3 KiB numpy-2.1.3/numpy/dtypes.py 1.3 KiB numpy-2.1.3/numpy/dtypes.pyi 13.7 KiB numpy-2.1.3/numpy/exceptions.py 7.7 KiB numpy-2.1.3/numpy/exceptions.pyi 639 bytes numpy-2.1.3/numpy/f2py/__init__.py 2.5 KiB numpy-2.1.3/numpy/f2py/__init__.pyi 1.1 KiB numpy-2.1.3/numpy/f2py/__main__.py 130 bytes numpy-2.1.3/numpy/f2py/__version__.py 34 bytes numpy-2.1.3/numpy/f2py/_backends/__init__.py 299 bytes numpy-2.1.3/numpy/f2py/_backends/_backend.py 1.2 KiB numpy-2.1.3/numpy/f2py/_backends/_distutils.py 2.3 KiB numpy-2.1.3/numpy/f2py/_backends/_meson.py 7.9 KiB numpy-2.1.3/numpy/f2py/_backends/meson.build.template 1.6 KiB numpy-2.1.3/numpy/f2py/_isocbind.py 2.3 KiB numpy-2.1.3/numpy/f2py/_src_pyf.py 7.5 KiB numpy-2.1.3/numpy/f2py/auxfuncs.py 26.2 KiB numpy-2.1.3/numpy/f2py/capi_maps.py 29.9 KiB numpy-2.1.3/numpy/f2py/cb_rules.py 24.4 KiB numpy-2.1.3/numpy/f2py/cfuncs.py 50.9 KiB numpy-2.1.3/numpy/f2py/common_rules.py 5.0 KiB numpy-2.1.3/numpy/f2py/crackfortran.py 144.6 KiB numpy-2.1.3/numpy/f2py/diagnose.py 5.1 KiB numpy-2.1.3/numpy/f2py/f2py2e.py 28.3 KiB numpy-2.1.3/numpy/f2py/f90mod_rules.py 9.8 KiB numpy-2.1.3/numpy/f2py/func2subr.py 10.1 KiB numpy-2.1.3/numpy/f2py/rules.py 61.4 KiB numpy-2.1.3/numpy/f2py/setup.cfg 48 bytes numpy-2.1.3/numpy/f2py/src/fortranobject.c 45.0 KiB numpy-2.1.3/numpy/f2py/src/fortranobject.h 5.7 KiB numpy-2.1.3/numpy/f2py/symbolic.py 52.0 KiB numpy-2.1.3/numpy/f2py/tests/__init__.py 328 bytes numpy-2.1.3/numpy/f2py/tests/src/abstract_interface/foo.f90 658 bytes numpy-2.1.3/numpy/f2py/tests/src/abstract_interface/gh18403_mod.f90 105 bytes numpy-2.1.3/numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c 7.3 KiB numpy-2.1.3/numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap 29 bytes numpy-2.1.3/numpy/f2py/tests/src/assumed_shape/foo_free.f90 460 bytes numpy-2.1.3/numpy/f2py/tests/src/assumed_shape/foo_mod.f90 499 bytes numpy-2.1.3/numpy/f2py/tests/src/assumed_shape/foo_use.f90 269 bytes numpy-2.1.3/numpy/f2py/tests/src/assumed_shape/precision.f90 130 bytes numpy-2.1.3/numpy/f2py/tests/src/block_docstring/foo.f 97 bytes numpy-2.1.3/numpy/f2py/tests/src/callback/foo.f 1.2 KiB numpy-2.1.3/numpy/f2py/tests/src/callback/gh17797.f90 148 bytes numpy-2.1.3/numpy/f2py/tests/src/callback/gh18335.f90 506 bytes numpy-2.1.3/numpy/f2py/tests/src/callback/gh25211.f 179 bytes numpy-2.1.3/numpy/f2py/tests/src/callback/gh25211.pyf 447 bytes numpy-2.1.3/numpy/f2py/tests/src/cli/gh_22819.pyf 142 bytes numpy-2.1.3/numpy/f2py/tests/src/cli/hi77.f 71 bytes numpy-2.1.3/numpy/f2py/tests/src/cli/hiworld.f90 51 bytes numpy-2.1.3/numpy/f2py/tests/src/common/block.f 224 bytes numpy-2.1.3/numpy/f2py/tests/src/common/gh19161.f90 193 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/accesstype.f90 208 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/data_common.f 193 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/data_multiplier.f 197 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/data_stmts.f90 693 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/data_with_comments.f 175 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/foo_deps.f90 128 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/gh15035.f 375 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/gh17859.f 340 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/gh22648.pyf 241 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/gh23533.f 126 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/gh23598.f90 101 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/gh23598Warn.f90 205 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/gh23879.f90 332 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/gh2848.f90 282 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/operators.f90 1.2 KiB numpy-2.1.3/numpy/f2py/tests/src/crackfortran/privatemod.f90 174 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/publicmod.f90 167 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/pubprivmod.f90 165 bytes numpy-2.1.3/numpy/f2py/tests/src/crackfortran/unicode_comment.f90 98 bytes numpy-2.1.3/numpy/f2py/tests/src/f2cmap/.f2py_f2cmap 82 bytes numpy-2.1.3/numpy/f2py/tests/src/f2cmap/isoFortranEnvMap.f90 298 bytes numpy-2.1.3/numpy/f2py/tests/src/isocintrin/isoCtests.f90 998 bytes numpy-2.1.3/numpy/f2py/tests/src/kind/foo.f90 347 bytes numpy-2.1.3/numpy/f2py/tests/src/mixed/foo.f 85 bytes numpy-2.1.3/numpy/f2py/tests/src/mixed/foo_fixed.f90 179 bytes numpy-2.1.3/numpy/f2py/tests/src/mixed/foo_free.f90 139 bytes numpy-2.1.3/numpy/f2py/tests/src/modules/gh25337/data.f90 180 bytes numpy-2.1.3/numpy/f2py/tests/src/modules/gh25337/use_data.f90 179 bytes numpy-2.1.3/numpy/f2py/tests/src/modules/gh26920/two_mods_with_no_public_entities.f90 402 bytes numpy-2.1.3/numpy/f2py/tests/src/modules/gh26920/two_mods_with_one_public_routine.f90 403 bytes numpy-2.1.3/numpy/f2py/tests/src/modules/module_data_docstring.f90 224 bytes numpy-2.1.3/numpy/f2py/tests/src/modules/use_modules.f90 398 bytes numpy-2.1.3/numpy/f2py/tests/src/negative_bounds/issue_20853.f90 157 bytes numpy-2.1.3/numpy/f2py/tests/src/parameter/constant_array.f90 1.4 KiB numpy-2.1.3/numpy/f2py/tests/src/parameter/constant_both.f90 1.9 KiB numpy-2.1.3/numpy/f2py/tests/src/parameter/constant_compound.f90 469 bytes numpy-2.1.3/numpy/f2py/tests/src/parameter/constant_integer.f90 612 bytes numpy-2.1.3/numpy/f2py/tests/src/parameter/constant_non_compound.f90 609 bytes numpy-2.1.3/numpy/f2py/tests/src/parameter/constant_real.f90 610 bytes numpy-2.1.3/numpy/f2py/tests/src/quoted_character/foo.f 482 bytes numpy-2.1.3/numpy/f2py/tests/src/regression/AB.inc 16 bytes numpy-2.1.3/numpy/f2py/tests/src/regression/f77comments.f 626 bytes numpy-2.1.3/numpy/f2py/tests/src/regression/f77fixedform.f95 139 bytes numpy-2.1.3/numpy/f2py/tests/src/regression/f90continuation.f90 276 bytes numpy-2.1.3/numpy/f2py/tests/src/regression/incfile.f90 92 bytes numpy-2.1.3/numpy/f2py/tests/src/regression/inout.f90 277 bytes numpy-2.1.3/numpy/f2py/tests/src/return_character/foo77.f 980 bytes numpy-2.1.3/numpy/f2py/tests/src/return_character/foo90.f90 1.2 KiB numpy-2.1.3/numpy/f2py/tests/src/return_complex/foo77.f 973 bytes numpy-2.1.3/numpy/f2py/tests/src/return_complex/foo90.f90 1.2 KiB numpy-2.1.3/numpy/f2py/tests/src/return_integer/foo77.f 1.2 KiB numpy-2.1.3/numpy/f2py/tests/src/return_integer/foo90.f90 1.5 KiB numpy-2.1.3/numpy/f2py/tests/src/return_logical/foo77.f 1.2 KiB numpy-2.1.3/numpy/f2py/tests/src/return_logical/foo90.f90 1.5 KiB numpy-2.1.3/numpy/f2py/tests/src/return_real/foo77.f 933 bytes numpy-2.1.3/numpy/f2py/tests/src/return_real/foo90.f90 1.2 KiB numpy-2.1.3/numpy/f2py/tests/src/size/foo.f90 815 bytes numpy-2.1.3/numpy/f2py/tests/src/string/char.f90 618 bytes numpy-2.1.3/numpy/f2py/tests/src/string/fixed_string.f90 695 bytes numpy-2.1.3/numpy/f2py/tests/src/string/gh24008.f 217 bytes numpy-2.1.3/numpy/f2py/tests/src/string/gh24662.f90 197 bytes numpy-2.1.3/numpy/f2py/tests/src/string/gh25286.f90 304 bytes numpy-2.1.3/numpy/f2py/tests/src/string/gh25286.pyf 381 bytes numpy-2.1.3/numpy/f2py/tests/src/string/gh25286_bc.pyf 384 bytes numpy-2.1.3/numpy/f2py/tests/src/string/scalar_string.f90 176 bytes numpy-2.1.3/numpy/f2py/tests/src/string/string.f 248 bytes numpy-2.1.3/numpy/f2py/tests/src/value_attrspec/gh21665.f90 190 bytes numpy-2.1.3/numpy/f2py/tests/test_abstract_interface.py 850 bytes numpy-2.1.3/numpy/f2py/tests/test_array_from_pyobj.py 23.2 KiB numpy-2.1.3/numpy/f2py/tests/test_assumed_shape.py 1.4 KiB numpy-2.1.3/numpy/f2py/tests/test_block_docstring.py 582 bytes numpy-2.1.3/numpy/f2py/tests/test_callback.py 6.4 KiB numpy-2.1.3/numpy/f2py/tests/test_character.py 21.4 KiB numpy-2.1.3/numpy/f2py/tests/test_common.py 641 bytes numpy-2.1.3/numpy/f2py/tests/test_crackfortran.py 15.5 KiB numpy-2.1.3/numpy/f2py/tests/test_data.py 2.8 KiB numpy-2.1.3/numpy/f2py/tests/test_docs.py 1.8 KiB numpy-2.1.3/numpy/f2py/tests/test_f2cmap.py 385 bytes numpy-2.1.3/numpy/f2py/tests/test_f2py2e.py 27.2 KiB numpy-2.1.3/numpy/f2py/tests/test_isoc.py 1.4 KiB numpy-2.1.3/numpy/f2py/tests/test_kind.py 1.8 KiB numpy-2.1.3/numpy/f2py/tests/test_mixed.py 870 bytes numpy-2.1.3/numpy/f2py/tests/test_modules.py 2.2 KiB numpy-2.1.3/numpy/f2py/tests/test_parameter.py 4.5 KiB numpy-2.1.3/numpy/f2py/tests/test_pyf_src.py 1.1 KiB numpy-2.1.3/numpy/f2py/tests/test_quoted_character.py 476 bytes numpy-2.1.3/numpy/f2py/tests/test_regression.py 4.6 KiB numpy-2.1.3/numpy/f2py/tests/test_return_character.py 1.5 KiB numpy-2.1.3/numpy/f2py/tests/test_return_complex.py 2.4 KiB numpy-2.1.3/numpy/f2py/tests/test_return_integer.py 1.7 KiB numpy-2.1.3/numpy/f2py/tests/test_return_logical.py 2.0 KiB numpy-2.1.3/numpy/f2py/tests/test_return_real.py 3.2 KiB numpy-2.1.3/numpy/f2py/tests/test_semicolon_split.py 1.6 KiB numpy-2.1.3/numpy/f2py/tests/test_size.py 1.1 KiB numpy-2.1.3/numpy/f2py/tests/test_string.py 2.9 KiB numpy-2.1.3/numpy/f2py/tests/test_symbolic.py 17.9 KiB numpy-2.1.3/numpy/f2py/tests/test_value_attrspec.py 339 bytes numpy-2.1.3/numpy/f2py/tests/util.py 11.9 KiB numpy-2.1.3/numpy/f2py/use_rules.py 3.4 KiB numpy-2.1.3/numpy/fft/__init__.py 8.1 KiB numpy-2.1.3/numpy/fft/__init__.pyi 531 bytes numpy-2.1.3/numpy/fft/_helper.py 6.6 KiB numpy-2.1.3/numpy/fft/_helper.pyi 1.3 KiB numpy-2.1.3/numpy/fft/_pocketfft.py 61.7 KiB numpy-2.1.3/numpy/fft/_pocketfft.pyi 2.9 KiB numpy-2.1.3/numpy/fft/_pocketfft_umath.cpp 14.6 KiB numpy-2.1.3/numpy/fft/helper.py 610 bytes numpy-2.1.3/numpy/fft/meson.build 805 bytes numpy-2.1.3/numpy/fft/pocketfft/LICENSE.md 1.5 KiB numpy-2.1.3/numpy/fft/pocketfft/pocketfft_demo.cc 2.2 KiB numpy-2.1.3/numpy/fft/pocketfft/pocketfft_hdronly.h 109.3 KiB numpy-2.1.3/numpy/fft/pocketfft/README.md 10.6 KiB numpy-2.1.3/numpy/fft/tests/__init__.py 0 bytes numpy-2.1.3/numpy/fft/tests/test_helper.py 6.0 KiB numpy-2.1.3/numpy/fft/tests/test_pocketfft.py 23.8 KiB numpy-2.1.3/numpy/lib/__init__.py 3.1 KiB numpy-2.1.3/numpy/lib/__init__.pyi 770 bytes numpy-2.1.3/numpy/lib/_array_utils_impl.py 1.6 KiB numpy-2.1.3/numpy/lib/_array_utils_impl.pyi 748 bytes numpy-2.1.3/numpy/lib/_arraypad_impl.py 31.6 KiB numpy-2.1.3/numpy/lib/_arraypad_impl.pyi 1.7 KiB numpy-2.1.3/numpy/lib/_arraysetops_impl.py 38.6 KiB numpy-2.1.3/numpy/lib/_arraysetops_impl.pyi 9.1 KiB numpy-2.1.3/numpy/lib/_arrayterator_impl.py 7.0 KiB numpy-2.1.3/numpy/lib/_arrayterator_impl.pyi 1.5 KiB numpy-2.1.3/numpy/lib/_datasource.py 22.2 KiB numpy-2.1.3/numpy/lib/_function_base_impl.py 190.1 KiB numpy-2.1.3/numpy/lib/_function_base_impl.pyi 18.3 KiB numpy-2.1.3/numpy/lib/_histograms_impl.py 37.8 KiB numpy-2.1.3/numpy/lib/_histograms_impl.pyi 1001 bytes numpy-2.1.3/numpy/lib/_index_tricks_impl.py 31.5 KiB numpy-2.1.3/numpy/lib/_index_tricks_impl.pyi 4.1 KiB numpy-2.1.3/numpy/lib/_iotools.py 30.2 KiB numpy-2.1.3/numpy/lib/_nanfunctions_impl.py 70.9 KiB numpy-2.1.3/numpy/lib/_nanfunctions_impl.pyi 613 bytes numpy-2.1.3/numpy/lib/_npyio_impl.py 96.7 KiB numpy-2.1.3/numpy/lib/_npyio_impl.pyi 10.0 KiB numpy-2.1.3/numpy/lib/_polynomial_impl.py 43.3 KiB numpy-2.1.3/numpy/lib/_polynomial_impl.pyi 6.8 KiB numpy-2.1.3/numpy/lib/_scimath_impl.py 15.2 KiB numpy-2.1.3/numpy/lib/_scimath_impl.pyi 2.8 KiB numpy-2.1.3/numpy/lib/_shape_base_impl.py 38.7 KiB numpy-2.1.3/numpy/lib/_shape_base_impl.pyi 4.6 KiB numpy-2.1.3/numpy/lib/_stride_tricks_impl.py 17.8 KiB numpy-2.1.3/numpy/lib/_stride_tricks_impl.pyi 1.7 KiB numpy-2.1.3/numpy/lib/_twodim_base_impl.py 32.9 KiB numpy-2.1.3/numpy/lib/_twodim_base_impl.pyi 10.6 KiB numpy-2.1.3/numpy/lib/_type_check_impl.py 18.9 KiB numpy-2.1.3/numpy/lib/_type_check_impl.pyi 5.1 KiB numpy-2.1.3/numpy/lib/_ufunclike_impl.py 6.2 KiB numpy-2.1.3/numpy/lib/_ufunclike_impl.pyi 1.3 KiB numpy-2.1.3/numpy/lib/_user_array_impl.py 7.7 KiB numpy-2.1.3/numpy/lib/_utils_impl.py 22.9 KiB numpy-2.1.3/numpy/lib/_utils_impl.pyi 644 bytes numpy-2.1.3/numpy/lib/_version.py 4.7 KiB numpy-2.1.3/numpy/lib/_version.pyi 633 bytes numpy-2.1.3/numpy/lib/array_utils.py 130 bytes numpy-2.1.3/numpy/lib/array_utils.pyi 191 bytes numpy-2.1.3/numpy/lib/format.py 35.5 KiB numpy-2.1.3/numpy/lib/format.pyi 748 bytes numpy-2.1.3/numpy/lib/introspect.py 2.7 KiB numpy-2.1.3/numpy/lib/mixins.py 7.2 KiB numpy-2.1.3/numpy/lib/mixins.pyi 3.0 KiB numpy-2.1.3/numpy/lib/npyio.py 62 bytes numpy-2.1.3/numpy/lib/npyio.pyi 92 bytes numpy-2.1.3/numpy/lib/recfunctions.py 58.5 KiB numpy-2.1.3/numpy/lib/scimath.py 118 bytes numpy-2.1.3/numpy/lib/scimath.pyi 241 bytes numpy-2.1.3/numpy/lib/stride_tricks.py 82 bytes numpy-2.1.3/numpy/lib/stride_tricks.pyi 124 bytes numpy-2.1.3/numpy/lib/tests/__init__.py 0 bytes numpy-2.1.3/numpy/lib/tests/data/py2-np0-objarr.npy 258 bytes numpy-2.1.3/numpy/lib/tests/data/py2-objarr.npy 258 bytes numpy-2.1.3/numpy/lib/tests/data/py2-objarr.npz 366 bytes numpy-2.1.3/numpy/lib/tests/data/py3-objarr.npy 325 bytes numpy-2.1.3/numpy/lib/tests/data/py3-objarr.npz 453 bytes numpy-2.1.3/numpy/lib/tests/data/python3.npy 96 bytes numpy-2.1.3/numpy/lib/tests/data/win64python2.npy 96 bytes numpy-2.1.3/numpy/lib/tests/test__datasource.py 10.3 KiB numpy-2.1.3/numpy/lib/tests/test__iotools.py 13.4 KiB numpy-2.1.3/numpy/lib/tests/test__version.py 2.0 KiB numpy-2.1.3/numpy/lib/tests/test_array_utils.py 1.1 KiB numpy-2.1.3/numpy/lib/tests/test_arraypad.py 54.8 KiB numpy-2.1.3/numpy/lib/tests/test_arraysetops.py 37.1 KiB numpy-2.1.3/numpy/lib/tests/test_arrayterator.py 1.3 KiB numpy-2.1.3/numpy/lib/tests/test_format.py 40.0 KiB numpy-2.1.3/numpy/lib/tests/test_function_base.py 163.4 KiB numpy-2.1.3/numpy/lib/tests/test_histograms.py 32.8 KiB numpy-2.1.3/numpy/lib/tests/test_index_tricks.py 19.9 KiB numpy-2.1.3/numpy/lib/tests/test_io.py 106.8 KiB numpy-2.1.3/numpy/lib/tests/test_loadtxt.py 38.6 KiB numpy-2.1.3/numpy/lib/tests/test_mixins.py 6.9 KiB numpy-2.1.3/numpy/lib/tests/test_nanfunctions.py 52.1 KiB numpy-2.1.3/numpy/lib/tests/test_packbits.py 17.1 KiB numpy-2.1.3/numpy/lib/tests/test_polynomial.py 11.1 KiB numpy-2.1.3/numpy/lib/tests/test_recfunctions.py 43.0 KiB numpy-2.1.3/numpy/lib/tests/test_regression.py 7.5 KiB numpy-2.1.3/numpy/lib/tests/test_shape_base.py 26.8 KiB numpy-2.1.3/numpy/lib/tests/test_stride_tricks.py 22.5 KiB numpy-2.1.3/numpy/lib/tests/test_twodim_base.py 18.4 KiB numpy-2.1.3/numpy/lib/tests/test_type_check.py 14.4 KiB numpy-2.1.3/numpy/lib/tests/test_ufunclike.py 3.0 KiB numpy-2.1.3/numpy/lib/tests/test_utils.py 2.3 KiB numpy-2.1.3/numpy/lib/user_array.py 49 bytes numpy-2.1.3/numpy/linalg/__init__.py 2.1 KiB numpy-2.1.3/numpy/linalg/__init__.pyi 960 bytes numpy-2.1.3/numpy/linalg/_linalg.py 112.7 KiB numpy-2.1.3/numpy/linalg/_linalg.pyi 10.5 KiB numpy-2.1.3/numpy/linalg/lapack_lite/clapack_scrub.py 8.9 KiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c.c 11.9 KiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c.h 10.5 KiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c_blas.c 547.9 KiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c_blas.c.patch 18.0 KiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c_c_lapack.c 858.0 KiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c_c_lapack.c.patch 136.2 KiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c_c_lapack.f.patch 1.3 KiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c_config.c 49.0 KiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c_config.c.patch 328 bytes numpy-2.1.3/numpy/linalg/lapack_lite/f2c_d_lapack.c 1.1 MiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c_d_lapack.f.patch 1.3 KiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c_lapack.c 44.7 KiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c_lapack.c.patch 914 bytes numpy-2.1.3/numpy/linalg/lapack_lite/f2c_lapack.f.patch 1.4 KiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c_s_lapack.c 1.1 MiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c_s_lapack.f.patch 1.3 KiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c_z_lapack.c 861.9 KiB numpy-2.1.3/numpy/linalg/lapack_lite/f2c_z_lapack.f.patch 1.3 KiB numpy-2.1.3/numpy/linalg/lapack_lite/fortran.py 3.4 KiB numpy-2.1.3/numpy/linalg/lapack_lite/lapack_lite_names.h 23.5 KiB numpy-2.1.3/numpy/linalg/lapack_lite/LICENSE.txt 2.2 KiB numpy-2.1.3/numpy/linalg/lapack_lite/make_lite.py 11.9 KiB numpy-2.1.3/numpy/linalg/lapack_lite/python_xerbla.c 1.3 KiB numpy-2.1.3/numpy/linalg/lapack_lite/README.rst 1.9 KiB numpy-2.1.3/numpy/linalg/lapack_lite/wrapped_routines 416 bytes numpy-2.1.3/numpy/linalg/lapack_litemodule.c 14.3 KiB numpy-2.1.3/numpy/linalg/linalg.py 584 bytes numpy-2.1.3/numpy/linalg/meson.build 1.3 KiB numpy-2.1.3/numpy/linalg/tests/__init__.py 0 bytes numpy-2.1.3/numpy/linalg/tests/test_deprecations.py 640 bytes numpy-2.1.3/numpy/linalg/tests/test_linalg.py 81.4 KiB numpy-2.1.3/numpy/linalg/tests/test_regression.py 6.5 KiB numpy-2.1.3/numpy/linalg/umath_linalg.cpp 136.3 KiB numpy-2.1.3/numpy/ma/__init__.py 1.4 KiB numpy-2.1.3/numpy/ma/__init__.pyi 5.9 KiB numpy-2.1.3/numpy/ma/API_CHANGES.txt 3.3 KiB numpy-2.1.3/numpy/ma/core.py 280.9 KiB numpy-2.1.3/numpy/ma/core.pyi 14.0 KiB numpy-2.1.3/numpy/ma/extras.py 69.4 KiB numpy-2.1.3/numpy/ma/extras.pyi 2.6 KiB numpy-2.1.3/numpy/ma/LICENSE 1.6 KiB numpy-2.1.3/numpy/ma/mrecords.py 26.6 KiB numpy-2.1.3/numpy/ma/mrecords.pyi 1.8 KiB numpy-2.1.3/numpy/ma/README.rst 9.6 KiB numpy-2.1.3/numpy/ma/tests/__init__.py 0 bytes numpy-2.1.3/numpy/ma/tests/test_arrayobject.py 1.1 KiB numpy-2.1.3/numpy/ma/tests/test_core.py 210.8 KiB numpy-2.1.3/numpy/ma/tests/test_deprecations.py 2.5 KiB numpy-2.1.3/numpy/ma/tests/test_extras.py 76.5 KiB numpy-2.1.3/numpy/ma/tests/test_mrecords.py 19.4 KiB numpy-2.1.3/numpy/ma/tests/test_old_ma.py 32.0 KiB numpy-2.1.3/numpy/ma/tests/test_regression.py 3.2 KiB numpy-2.1.3/numpy/ma/tests/test_subclassing.py 16.6 KiB numpy-2.1.3/numpy/ma/testutils.py 10.0 KiB numpy-2.1.3/numpy/ma/timer_comparison.py 15.3 KiB numpy-2.1.3/numpy/matlib.py 10.4 KiB numpy-2.1.3/numpy/matrixlib/__init__.py 242 bytes numpy-2.1.3/numpy/matrixlib/__init__.pyi 232 bytes numpy-2.1.3/numpy/matrixlib/defmatrix.py 30.0 KiB numpy-2.1.3/numpy/matrixlib/defmatrix.pyi 451 bytes numpy-2.1.3/numpy/matrixlib/tests/__init__.py 0 bytes numpy-2.1.3/numpy/matrixlib/tests/test_defmatrix.py 14.7 KiB numpy-2.1.3/numpy/matrixlib/tests/test_interaction.py 11.6 KiB numpy-2.1.3/numpy/matrixlib/tests/test_masked_matrix.py 8.7 KiB numpy-2.1.3/numpy/matrixlib/tests/test_matrix_linalg.py 2.0 KiB numpy-2.1.3/numpy/matrixlib/tests/test_multiarray.py 554 bytes numpy-2.1.3/numpy/matrixlib/tests/test_numeric.py 441 bytes numpy-2.1.3/numpy/matrixlib/tests/test_regression.py 932 bytes numpy-2.1.3/numpy/meson.build 13.4 KiB numpy-2.1.3/numpy/polynomial/__init__.py 6.6 KiB numpy-2.1.3/numpy/polynomial/__init__.pyi 611 bytes numpy-2.1.3/numpy/polynomial/_polybase.py 39.0 KiB numpy-2.1.3/numpy/polynomial/_polybase.pyi 8.6 KiB numpy-2.1.3/numpy/polynomial/_polytypes.pyi 22.4 KiB numpy-2.1.3/numpy/polynomial/chebyshev.py 61.5 KiB numpy-2.1.3/numpy/polynomial/chebyshev.pyi 4.6 KiB numpy-2.1.3/numpy/polynomial/hermite.py 53.8 KiB numpy-2.1.3/numpy/polynomial/hermite.pyi 2.4 KiB numpy-2.1.3/numpy/polynomial/hermite_e.py 51.6 KiB numpy-2.1.3/numpy/polynomial/hermite_e.pyi 2.5 KiB numpy-2.1.3/numpy/polynomial/laguerre.py 51.7 KiB numpy-2.1.3/numpy/polynomial/laguerre.pyi 2.1 KiB numpy-2.1.3/numpy/polynomial/legendre.py 50.4 KiB numpy-2.1.3/numpy/polynomial/legendre.pyi 2.1 KiB numpy-2.1.3/numpy/polynomial/polynomial.py 51.5 KiB numpy-2.1.3/numpy/polynomial/polynomial.pyi 2.0 KiB numpy-2.1.3/numpy/polynomial/polyutils.py 22.0 KiB numpy-2.1.3/numpy/polynomial/polyutils.pyi 10.2 KiB numpy-2.1.3/numpy/polynomial/tests/__init__.py 0 bytes numpy-2.1.3/numpy/polynomial/tests/test_chebyshev.py 20.0 KiB numpy-2.1.3/numpy/polynomial/tests/test_classes.py 18.0 KiB numpy-2.1.3/numpy/polynomial/tests/test_hermite.py 18.1 KiB numpy-2.1.3/numpy/polynomial/tests/test_hermite_e.py 18.5 KiB numpy-2.1.3/numpy/polynomial/tests/test_laguerre.py 17.1 KiB numpy-2.1.3/numpy/polynomial/tests/test_legendre.py 18.2 KiB numpy-2.1.3/numpy/polynomial/tests/test_polynomial.py 21.5 KiB numpy-2.1.3/numpy/polynomial/tests/test_polyutils.py 3.7 KiB numpy-2.1.3/numpy/polynomial/tests/test_printing.py 20.8 KiB numpy-2.1.3/numpy/polynomial/tests/test_symbol.py 5.2 KiB numpy-2.1.3/numpy/py.typed 0 bytes numpy-2.1.3/numpy/random/.gitignore 62 bytes numpy-2.1.3/numpy/random/__init__.pxd 431 bytes numpy-2.1.3/numpy/random/__init__.py 7.3 KiB numpy-2.1.3/numpy/random/__init__.pyi 2.1 KiB numpy-2.1.3/numpy/random/_bounded_integers.pxd.in 841 bytes numpy-2.1.3/numpy/random/_bounded_integers.pyx.in 15.7 KiB numpy-2.1.3/numpy/random/_common.pxd 4.9 KiB numpy-2.1.3/numpy/random/_common.pyx 39.1 KiB numpy-2.1.3/numpy/random/_examples/cffi/extending.py 880 bytes numpy-2.1.3/numpy/random/_examples/cffi/parse.py 1.7 KiB numpy-2.1.3/numpy/random/_examples/cython/extending.pyx 2.2 KiB numpy-2.1.3/numpy/random/_examples/cython/extending_distributions.pyx 3.8 KiB numpy-2.1.3/numpy/random/_examples/cython/meson.build 1.7 KiB numpy-2.1.3/numpy/random/_examples/numba/extending.py 1.9 KiB numpy-2.1.3/numpy/random/_examples/numba/extending_distributions.py 2.0 KiB numpy-2.1.3/numpy/random/_generator.pyi 24.0 KiB numpy-2.1.3/numpy/random/_generator.pyx 196.6 KiB numpy-2.1.3/numpy/random/_mt19937.pyi 724 bytes numpy-2.1.3/numpy/random/_mt19937.pyx 10.4 KiB numpy-2.1.3/numpy/random/_pcg64.pyi 1.1 KiB numpy-2.1.3/numpy/random/_pcg64.pyx 18.5 KiB numpy-2.1.3/numpy/random/_philox.pyi 954 bytes numpy-2.1.3/numpy/random/_philox.pyx 11.8 KiB numpy-2.1.3/numpy/random/_pickle.py 2.7 KiB numpy-2.1.3/numpy/random/_sfc64.pyi 631 bytes numpy-2.1.3/numpy/random/_sfc64.pyx 5.2 KiB numpy-2.1.3/numpy/random/bit_generator.pxd 1007 bytes numpy-2.1.3/numpy/random/bit_generator.pyi 3.5 KiB numpy-2.1.3/numpy/random/bit_generator.pyx 23.7 KiB numpy-2.1.3/numpy/random/c_distributions.pxd 6.2 KiB numpy-2.1.3/numpy/random/include/aligned_malloc.h 1.4 KiB numpy-2.1.3/numpy/random/include/legacy-distributions.h 2.7 KiB numpy-2.1.3/numpy/random/LICENSE.md 3.4 KiB numpy-2.1.3/numpy/random/meson.build 5.1 KiB numpy-2.1.3/numpy/random/mtrand.pyi 21.9 KiB numpy-2.1.3/numpy/random/mtrand.pyx 187.7 KiB numpy-2.1.3/numpy/random/src/distributions/distributions.c 47.6 KiB numpy-2.1.3/numpy/random/src/distributions/LICENSE.md 2.7 KiB numpy-2.1.3/numpy/random/src/distributions/logfactorial.c 3.6 KiB numpy-2.1.3/numpy/random/src/distributions/logfactorial.h 109 bytes numpy-2.1.3/numpy/random/src/distributions/random_hypergeometric.c 7.9 KiB numpy-2.1.3/numpy/random/src/distributions/random_mvhg_count.c 4.4 KiB numpy-2.1.3/numpy/random/src/distributions/random_mvhg_marginals.c 5.0 KiB numpy-2.1.3/numpy/random/src/distributions/ziggurat_constants.h 73.2 KiB numpy-2.1.3/numpy/random/src/legacy/legacy-distributions.c 14.7 KiB numpy-2.1.3/numpy/random/src/mt19937/LICENSE.md 2.9 KiB numpy-2.1.3/numpy/random/src/mt19937/mt19937-benchmark.c 779 bytes numpy-2.1.3/numpy/random/src/mt19937/mt19937-jump.c 2.8 KiB numpy-2.1.3/numpy/random/src/mt19937/mt19937-jump.h 9.7 KiB numpy-2.1.3/numpy/random/src/mt19937/mt19937-test-data-gen.c 1.3 KiB numpy-2.1.3/numpy/random/src/mt19937/mt19937.c 3.0 KiB numpy-2.1.3/numpy/random/src/mt19937/mt19937.h 1.5 KiB numpy-2.1.3/numpy/random/src/mt19937/randomkit.c 14.3 KiB numpy-2.1.3/numpy/random/src/mt19937/randomkit.h 6.6 KiB numpy-2.1.3/numpy/random/src/pcg64/LICENSE.md 1.1 KiB numpy-2.1.3/numpy/random/src/pcg64/pcg64-benchmark.c 1.1 KiB numpy-2.1.3/numpy/random/src/pcg64/pcg64-test-data-gen.c 1.7 KiB numpy-2.1.3/numpy/random/src/pcg64/pcg64.c 7.4 KiB numpy-2.1.3/numpy/random/src/pcg64/pcg64.h 13.0 KiB numpy-2.1.3/numpy/random/src/pcg64/pcg64.orig.c 500 bytes numpy-2.1.3/numpy/random/src/pcg64/pcg64.orig.h 61.7 KiB numpy-2.1.3/numpy/random/src/philox/LICENSE.md 1.5 KiB numpy-2.1.3/numpy/random/src/philox/philox-benchmark.c 978 bytes numpy-2.1.3/numpy/random/src/philox/philox-test-data-gen.c 1.8 KiB numpy-2.1.3/numpy/random/src/philox/philox.c 699 bytes numpy-2.1.3/numpy/random/src/philox/philox.h 6.5 KiB numpy-2.1.3/numpy/random/src/sfc64/LICENSE.md 1.2 KiB numpy-2.1.3/numpy/random/src/sfc64/sfc64.c 953 bytes numpy-2.1.3/numpy/random/src/sfc64/sfc64.h 1.3 KiB numpy-2.1.3/numpy/random/src/splitmix64/LICENSE.md 332 bytes numpy-2.1.3/numpy/random/src/splitmix64/splitmix64.c 1.1 KiB numpy-2.1.3/numpy/random/src/splitmix64/splitmix64.h 788 bytes numpy-2.1.3/numpy/random/src/splitmix64/splitmix64.orig.c 1.1 KiB numpy-2.1.3/numpy/random/tests/__init__.py 0 bytes numpy-2.1.3/numpy/random/tests/data/__init__.py 0 bytes numpy-2.1.3/numpy/random/tests/data/generator_pcg64_np121.pkl.gz 203 bytes numpy-2.1.3/numpy/random/tests/data/generator_pcg64_np126.pkl.gz 208 bytes numpy-2.1.3/numpy/random/tests/data/mt19937-testset-1.csv 15.5 KiB numpy-2.1.3/numpy/random/tests/data/mt19937-testset-2.csv 15.5 KiB numpy-2.1.3/numpy/random/tests/data/pcg64-testset-1.csv 23.3 KiB numpy-2.1.3/numpy/random/tests/data/pcg64-testset-2.csv 23.3 KiB numpy-2.1.3/numpy/random/tests/data/pcg64dxsm-testset-1.csv 23.3 KiB numpy-2.1.3/numpy/random/tests/data/pcg64dxsm-testset-2.csv 23.3 KiB numpy-2.1.3/numpy/random/tests/data/philox-testset-1.csv 23.3 KiB numpy-2.1.3/numpy/random/tests/data/philox-testset-2.csv 23.3 KiB numpy-2.1.3/numpy/random/tests/data/sfc64-testset-1.csv 23.3 KiB numpy-2.1.3/numpy/random/tests/data/sfc64-testset-2.csv 23.3 KiB numpy-2.1.3/numpy/random/tests/data/sfc64_np126.pkl.gz 290 bytes numpy-2.1.3/numpy/random/tests/test_direct.py 18.8 KiB numpy-2.1.3/numpy/random/tests/test_extending.py 3.9 KiB numpy-2.1.3/numpy/random/tests/test_generator_mt19937.py 114.5 KiB numpy-2.1.3/numpy/random/tests/test_generator_mt19937_regressions.py 7.9 KiB numpy-2.1.3/numpy/random/tests/test_random.py 68.5 KiB numpy-2.1.3/numpy/random/tests/test_randomstate.py 83.3 KiB numpy-2.1.3/numpy/random/tests/test_randomstate_regression.py 7.8 KiB numpy-2.1.3/numpy/random/tests/test_regression.py 5.3 KiB numpy-2.1.3/numpy/random/tests/test_seed_sequence.py 3.2 KiB numpy-2.1.3/numpy/random/tests/test_smoke.py 27.5 KiB numpy-2.1.3/numpy/rec/__init__.py 83 bytes numpy-2.1.3/numpy/rec/__init__.pyi 297 bytes numpy-2.1.3/numpy/strings/__init__.py 83 bytes numpy-2.1.3/numpy/strings/__init__.pyi 1.2 KiB numpy-2.1.3/numpy/testing/__init__.py 595 bytes numpy-2.1.3/numpy/testing/__init__.pyi 1.6 KiB numpy-2.1.3/numpy/testing/_private/__init__.py 0 bytes numpy-2.1.3/numpy/testing/_private/extbuild.py 7.9 KiB numpy-2.1.3/numpy/testing/_private/utils.py 91.4 KiB numpy-2.1.3/numpy/testing/_private/utils.pyi 10.0 KiB numpy-2.1.3/numpy/testing/overrides.py 2.1 KiB numpy-2.1.3/numpy/testing/print_coercion_tables.py 6.1 KiB numpy-2.1.3/numpy/testing/tests/__init__.py 0 bytes numpy-2.1.3/numpy/testing/tests/test_utils.py 68.8 KiB numpy-2.1.3/numpy/tests/__init__.py 0 bytes numpy-2.1.3/numpy/tests/test__all__.py 221 bytes numpy-2.1.3/numpy/tests/test_configtool.py 1.5 KiB numpy-2.1.3/numpy/tests/test_ctypeslib.py 12.1 KiB numpy-2.1.3/numpy/tests/test_lazyloading.py 1.1 KiB numpy-2.1.3/numpy/tests/test_matlib.py 1.8 KiB numpy-2.1.3/numpy/tests/test_numpy_config.py 1.2 KiB numpy-2.1.3/numpy/tests/test_numpy_version.py 1.7 KiB numpy-2.1.3/numpy/tests/test_public_api.py 22.3 KiB numpy-2.1.3/numpy/tests/test_reloading.py 2.3 KiB numpy-2.1.3/numpy/tests/test_scripts.py 1.6 KiB numpy-2.1.3/numpy/tests/test_warnings.py 2.3 KiB numpy-2.1.3/numpy/typing/__init__.py 5.1 KiB numpy-2.1.3/numpy/typing/mypy_plugin.py 6.3 KiB numpy-2.1.3/numpy/typing/tests/__init__.py 0 bytes numpy-2.1.3/numpy/typing/tests/data/fail/arithmetic.pyi 3.7 KiB numpy-2.1.3/numpy/typing/tests/data/fail/array_constructors.pyi 1.1 KiB numpy-2.1.3/numpy/typing/tests/data/fail/array_like.pyi 455 bytes numpy-2.1.3/numpy/typing/tests/data/fail/array_pad.pyi 132 bytes numpy-2.1.3/numpy/typing/tests/data/fail/arrayprint.pyi 590 bytes numpy-2.1.3/numpy/typing/tests/data/fail/arrayterator.pyi 470 bytes numpy-2.1.3/numpy/typing/tests/data/fail/bitwise_ops.pyi 583 bytes numpy-2.1.3/numpy/typing/tests/data/fail/char.pyi 2.6 KiB numpy-2.1.3/numpy/typing/tests/data/fail/chararray.pyi 2.3 KiB numpy-2.1.3/numpy/typing/tests/data/fail/comparisons.pyi 822 bytes numpy-2.1.3/numpy/typing/tests/data/fail/constants.pyi 85 bytes numpy-2.1.3/numpy/typing/tests/data/fail/datasource.pyi 405 bytes numpy-2.1.3/numpy/typing/tests/data/fail/dtype.pyi 334 bytes numpy-2.1.3/numpy/typing/tests/data/fail/einsumfunc.pyi 487 bytes numpy-2.1.3/numpy/typing/tests/data/fail/false_positives.pyi 366 bytes numpy-2.1.3/numpy/typing/tests/data/fail/flatiter.pyi 866 bytes numpy-2.1.3/numpy/typing/tests/data/fail/fromnumeric.pyi 5.5 KiB numpy-2.1.3/numpy/typing/tests/data/fail/histograms.pyi 367 bytes numpy-2.1.3/numpy/typing/tests/data/fail/index_tricks.pyi 509 bytes numpy-2.1.3/numpy/typing/tests/data/fail/lib_function_base.pyi 1.9 KiB numpy-2.1.3/numpy/typing/tests/data/fail/lib_polynomial.pyi 899 bytes numpy-2.1.3/numpy/typing/tests/data/fail/lib_utils.pyi 96 bytes numpy-2.1.3/numpy/typing/tests/data/fail/lib_version.pyi 158 bytes numpy-2.1.3/numpy/typing/tests/data/fail/linalg.pyi 1.3 KiB numpy-2.1.3/numpy/typing/tests/data/fail/memmap.pyi 159 bytes numpy-2.1.3/numpy/typing/tests/data/fail/modules.pyi 670 bytes numpy-2.1.3/numpy/typing/tests/data/fail/multiarray.pyi 1.6 KiB numpy-2.1.3/numpy/typing/tests/data/fail/ndarray.pyi 404 bytes numpy-2.1.3/numpy/typing/tests/data/fail/ndarray_misc.pyi 1.3 KiB numpy-2.1.3/numpy/typing/tests/data/fail/nditer.pyi 325 bytes numpy-2.1.3/numpy/typing/tests/data/fail/nested_sequence.pyi 427 bytes numpy-2.1.3/numpy/typing/tests/data/fail/npyio.pyi 518 bytes numpy-2.1.3/numpy/typing/tests/data/fail/numerictypes.pyi 120 bytes numpy-2.1.3/numpy/typing/tests/data/fail/random.pyi 2.8 KiB numpy-2.1.3/numpy/typing/tests/data/fail/rec.pyi 704 bytes numpy-2.1.3/numpy/typing/tests/data/fail/scalars.pyi 2.9 KiB numpy-2.1.3/numpy/typing/tests/data/fail/shape.pyi 137 bytes numpy-2.1.3/numpy/typing/tests/data/fail/shape_base.pyi 152 bytes numpy-2.1.3/numpy/typing/tests/data/fail/stride_tricks.pyi 315 bytes numpy-2.1.3/numpy/typing/tests/data/fail/strings.pyi 2.8 KiB numpy-2.1.3/numpy/typing/tests/data/fail/testing.pyi 1.3 KiB numpy-2.1.3/numpy/typing/tests/data/fail/twodim_base.pyi 898 bytes numpy-2.1.3/numpy/typing/tests/data/fail/type_check.pyi 379 bytes numpy-2.1.3/numpy/typing/tests/data/fail/ufunc_config.pyi 734 bytes numpy-2.1.3/numpy/typing/tests/data/fail/ufunclike.pyi 627 bytes numpy-2.1.3/numpy/typing/tests/data/fail/ufuncs.pyi 476 bytes numpy-2.1.3/numpy/typing/tests/data/fail/warnings_and_errors.pyi 185 bytes numpy-2.1.3/numpy/typing/tests/data/misc/extended_precision.pyi 884 bytes numpy-2.1.3/numpy/typing/tests/data/mypy.ini 168 bytes numpy-2.1.3/numpy/typing/tests/data/pass/arithmetic.py 7.4 KiB numpy-2.1.3/numpy/typing/tests/data/pass/array_constructors.py 2.4 KiB numpy-2.1.3/numpy/typing/tests/data/pass/array_like.py 1018 bytes numpy-2.1.3/numpy/typing/tests/data/pass/arrayprint.py 766 bytes numpy-2.1.3/numpy/typing/tests/data/pass/arrayterator.py 393 bytes numpy-2.1.3/numpy/typing/tests/data/pass/bitwise_ops.py 964 bytes numpy-2.1.3/numpy/typing/tests/data/pass/comparisons.py 2.9 KiB numpy-2.1.3/numpy/typing/tests/data/pass/dtype.py 1.0 KiB numpy-2.1.3/numpy/typing/tests/data/pass/einsumfunc.py 1.3 KiB numpy-2.1.3/numpy/typing/tests/data/pass/flatiter.py 174 bytes numpy-2.1.3/numpy/typing/tests/data/pass/fromnumeric.py 3.9 KiB numpy-2.1.3/numpy/typing/tests/data/pass/index_tricks.py 1.5 KiB numpy-2.1.3/numpy/typing/tests/data/pass/lib_utils.py 317 bytes numpy-2.1.3/numpy/typing/tests/data/pass/lib_version.py 299 bytes numpy-2.1.3/numpy/typing/tests/data/pass/literal.py 1.3 KiB numpy-2.1.3/numpy/typing/tests/data/pass/ma.py 171 bytes numpy-2.1.3/numpy/typing/tests/data/pass/mod.py 1.5 KiB numpy-2.1.3/numpy/typing/tests/data/pass/modules.py 625 bytes numpy-2.1.3/numpy/typing/tests/data/pass/multiarray.py 1.3 KiB numpy-2.1.3/numpy/typing/tests/data/pass/ndarray_conversion.py 1.5 KiB numpy-2.1.3/numpy/typing/tests/data/pass/ndarray_misc.py 2.6 KiB numpy-2.1.3/numpy/typing/tests/data/pass/ndarray_shape_manipulation.py 640 bytes numpy-2.1.3/numpy/typing/tests/data/pass/numeric.py 1.5 KiB numpy-2.1.3/numpy/typing/tests/data/pass/numerictypes.py 331 bytes numpy-2.1.3/numpy/typing/tests/data/pass/random.py 60.4 KiB numpy-2.1.3/numpy/typing/tests/data/pass/scalars.py 3.3 KiB numpy-2.1.3/numpy/typing/tests/data/pass/shape.py 369 bytes numpy-2.1.3/numpy/typing/tests/data/pass/simple.py 2.7 KiB numpy-2.1.3/numpy/typing/tests/data/pass/simple_py3.py 96 bytes numpy-2.1.3/numpy/typing/tests/data/pass/ufunc_config.py 1.2 KiB numpy-2.1.3/numpy/typing/tests/data/pass/ufunclike.py 1.1 KiB numpy-2.1.3/numpy/typing/tests/data/pass/ufuncs.py 422 bytes numpy-2.1.3/numpy/typing/tests/data/pass/warnings_and_errors.py 161 bytes numpy-2.1.3/numpy/typing/tests/data/reveal/arithmetic.pyi 19.3 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/array_api_info.pyi 3.1 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/array_constructors.pyi 10.7 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/arraypad.pyi 776 bytes numpy-2.1.3/numpy/typing/tests/data/reveal/arrayprint.pyi 905 bytes numpy-2.1.3/numpy/typing/tests/data/reveal/arraysetops.pyi 4.4 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/arrayterator.pyi 1.1 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/bitwise_ops.pyi 3.8 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/char.pyi 7.0 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/chararray.pyi 6.1 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/comparisons.pyi 7.1 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/constants.pyi 393 bytes numpy-2.1.3/numpy/typing/tests/data/reveal/ctypeslib.pyi 4.7 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/datasource.pyi 701 bytes numpy-2.1.3/numpy/typing/tests/data/reveal/dtype.pyi 2.8 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/einsumfunc.pyi 2.0 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/emath.pyi 2.4 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/false_positives.pyi 482 bytes numpy-2.1.3/numpy/typing/tests/data/reveal/fft.pyi 1.7 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/flatiter.pyi 1.4 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/fromnumeric.pyi 13.0 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/getlimits.pyi 1.6 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/histograms.pyi 1.3 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/index_tricks.pyi 3.5 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/lib_function_base.pyi 8.7 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/lib_polynomial.pyi 5.8 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/lib_utils.pyi 536 bytes numpy-2.1.3/numpy/typing/tests/data/reveal/lib_version.pyi 672 bytes numpy-2.1.3/numpy/typing/tests/data/reveal/linalg.pyi 6.2 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/matrix.pyi 2.8 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/memmap.pyi 842 bytes numpy-2.1.3/numpy/typing/tests/data/reveal/mod.pyi 5.5 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/modules.pyi 1.9 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/multiarray.pyi 5.0 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/nbit_base_example.pyi 657 bytes numpy-2.1.3/numpy/typing/tests/data/reveal/ndarray_conversion.pyi 1.8 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/ndarray_misc.pyi 7.2 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/ndarray_shape_manipulation.pyi 1.2 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/nditer.pyi 2.0 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/nested_sequence.pyi 734 bytes numpy-2.1.3/numpy/typing/tests/data/reveal/npyio.pyi 3.5 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/numeric.pyi 6.0 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/numerictypes.pyi 1.4 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/polynomial_polybase.pyi 7.9 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/polynomial_polyutils.pyi 10.6 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/polynomial_series.pyi 7.0 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/random.pyi 101.9 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/rec.pyi 3.8 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/scalars.pyi 4.5 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/shape.pyi 292 bytes numpy-2.1.3/numpy/typing/tests/data/reveal/shape_base.pyi 2.1 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/stride_tricks.pyi 1.4 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/strings.pyi 6.2 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/testing.pyi 8.4 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/twodim_base.pyi 4.3 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/type_check.pyi 2.7 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/ufunc_config.pyi 1.3 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/ufunclike.pyi 1.3 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/ufuncs.pyi 4.4 KiB numpy-2.1.3/numpy/typing/tests/data/reveal/warnings_and_errors.pyi 549 bytes numpy-2.1.3/numpy/typing/tests/test_isfile.py 865 bytes numpy-2.1.3/numpy/typing/tests/test_runtime.py 3.2 KiB numpy-2.1.3/numpy/typing/tests/test_typing.py 8.1 KiB numpy-2.1.3/numpy/version.py 293 bytes numpy-2.1.3/numpy/version.pyi 476 bytes numpy-2.1.3/pavement.py 5.0 KiB numpy-2.1.3/PKG-INFO 7.2 KiB numpy-2.1.3/pyproject.toml 6.6 KiB numpy-2.1.3/pytest.ini 1.2 KiB numpy-2.1.3/README.md 3.9 KiB numpy-2.1.3/requirements/all_requirements.txt 153 bytes numpy-2.1.3/requirements/build_requirements.txt 57 bytes numpy-2.1.3/requirements/ci32_requirements.txt 80 bytes numpy-2.1.3/requirements/ci_requirements.txt 112 bytes numpy-2.1.3/requirements/doc_requirements.txt 318 bytes numpy-2.1.3/requirements/emscripten_test_requirements.txt 65 bytes numpy-2.1.3/requirements/linter_requirements.txt 37 bytes numpy-2.1.3/requirements/release_requirements.txt 317 bytes numpy-2.1.3/requirements/test_requirements.txt 594 bytes numpy-2.1.3/THANKS.txt 3.2 KiB numpy-2.1.3/tools/c_coverage/c_coverage_collect.sh 111 bytes numpy-2.1.3/tools/c_coverage/c_coverage_report.py 5.9 KiB numpy-2.1.3/tools/c_coverage/HOWTO_C_COVERAGE.txt 3.6 KiB numpy-2.1.3/tools/changelog.py 4.4 KiB numpy-2.1.3/tools/check_installed_files.py 3.9 KiB numpy-2.1.3/tools/check_openblas_version.py 494 bytes numpy-2.1.3/tools/ci/_blis_debian.pc 351 bytes numpy-2.1.3/tools/ci/array-api-xfails.txt 1.0 KiB numpy-2.1.3/tools/ci/cirrus_arm.yml 3.5 KiB numpy-2.1.3/tools/ci/cirrus_wheels.yml 5.7 KiB numpy-2.1.3/tools/ci/emscripten/emscripten.meson.cross 362 bytes numpy-2.1.3/tools/ci/push_docs_to_repo.py 2.5 KiB numpy-2.1.3/tools/ci/run_32_bit_linux_docker.sh 424 bytes numpy-2.1.3/tools/ci/test_all_newsfragments_used.py 443 bytes numpy-2.1.3/tools/commitstats.py 726 bytes numpy-2.1.3/tools/download-wheels.py 3.6 KiB numpy-2.1.3/tools/find_deprecated_escaped_characters.py 1.9 KiB numpy-2.1.3/tools/functions_missing_types.py 3.0 KiB numpy-2.1.3/tools/lint_diff.ini 250 bytes numpy-2.1.3/tools/linter.py 2.5 KiB numpy-2.1.3/tools/list_installed_dll_dependencies_cygwin.sh 1.3 KiB numpy-2.1.3/tools/list_numpy_dlls.sh 316 bytes numpy-2.1.3/tools/rebase_installed_dlls_cygwin.sh 232 bytes numpy-2.1.3/tools/refguide_check.py 18.4 KiB numpy-2.1.3/tools/replace_old_macros.sed 5.6 KiB numpy-2.1.3/tools/swig/Makefile 808 bytes numpy-2.1.3/tools/swig/numpy.i 100.4 KiB numpy-2.1.3/tools/swig/pyfragments.swg 3.0 KiB numpy-2.1.3/tools/swig/README 4.8 KiB numpy-2.1.3/tools/swig/test/Array.i 2.3 KiB numpy-2.1.3/tools/swig/test/Array1.cxx 2.3 KiB numpy-2.1.3/tools/swig/test/Array1.h 889 bytes numpy-2.1.3/tools/swig/test/Array2.cxx 3.2 KiB numpy-2.1.3/tools/swig/test/Array2.h 1.1 KiB numpy-2.1.3/tools/swig/test/ArrayZ.cxx 2.3 KiB numpy-2.1.3/tools/swig/test/ArrayZ.h 1004 bytes numpy-2.1.3/tools/swig/test/Farray.cxx 2.5 KiB numpy-2.1.3/tools/swig/test/Farray.h 906 bytes numpy-2.1.3/tools/swig/test/Farray.i 1.3 KiB numpy-2.1.3/tools/swig/test/Flat.cxx 1.2 KiB numpy-2.1.3/tools/swig/test/Flat.h 1.2 KiB numpy-2.1.3/tools/swig/test/Flat.i 887 bytes numpy-2.1.3/tools/swig/test/Fortran.cxx 870 bytes numpy-2.1.3/tools/swig/test/Fortran.h 734 bytes numpy-2.1.3/tools/swig/test/Fortran.i 905 bytes numpy-2.1.3/tools/swig/test/Makefile 889 bytes numpy-2.1.3/tools/swig/test/Matrix.cxx 5.0 KiB numpy-2.1.3/tools/swig/test/Matrix.h 2.2 KiB numpy-2.1.3/tools/swig/test/Matrix.i 1.4 KiB numpy-2.1.3/tools/swig/test/setup.py 2.0 KiB numpy-2.1.3/tools/swig/test/SuperTensor.cxx 5.3 KiB numpy-2.1.3/tools/swig/test/SuperTensor.h 2.4 KiB numpy-2.1.3/tools/swig/test/SuperTensor.i 1.7 KiB numpy-2.1.3/tools/swig/test/Tensor.cxx 4.5 KiB numpy-2.1.3/tools/swig/test/Tensor.h 2.3 KiB numpy-2.1.3/tools/swig/test/Tensor.i 1.5 KiB numpy-2.1.3/tools/swig/test/testArray.py 12.5 KiB numpy-2.1.3/tools/swig/test/testFarray.py 5.0 KiB numpy-2.1.3/tools/swig/test/testFlat.py 6.6 KiB numpy-2.1.3/tools/swig/test/testFortran.py 5.6 KiB numpy-2.1.3/tools/swig/test/testMatrix.py 13.9 KiB numpy-2.1.3/tools/swig/test/testSuperTensor.py 16.1 KiB numpy-2.1.3/tools/swig/test/testTensor.py 15.9 KiB numpy-2.1.3/tools/swig/test/testVector.py 14.5 KiB numpy-2.1.3/tools/swig/test/Vector.cxx 3.6 KiB numpy-2.1.3/tools/swig/test/Vector.h 2.2 KiB numpy-2.1.3/tools/swig/test/Vector.i 1.4 KiB numpy-2.1.3/tools/wheels/check_license.py 1.3 KiB numpy-2.1.3/tools/wheels/cibw_before_build.sh 2.6 KiB numpy-2.1.3/tools/wheels/cibw_test_command.sh 2.3 KiB numpy-2.1.3/tools/wheels/gfortran_utils.sh 7.0 KiB numpy-2.1.3/tools/wheels/LICENSE_linux.txt 44.2 KiB numpy-2.1.3/tools/wheels/LICENSE_osx.txt 44.2 KiB numpy-2.1.3/tools/wheels/LICENSE_win32.txt 43.2 KiB numpy-2.1.3/tools/wheels/repair_windows.sh 862 bytes numpy-2.1.3/tools/wheels/upload_wheels.sh 1.8 KiB numpy-2.1.3/vendored-meson/meson/.editorconfig 314 bytes numpy-2.1.3/vendored-meson/meson/.flake8 944 bytes numpy-2.1.3/vendored-meson/meson/.github/codecov.yml 183 bytes numpy-2.1.3/vendored-meson/meson/.github/codeql/codeql-config.yml 77 bytes numpy-2.1.3/vendored-meson/meson/.github/codeql/lgtm.qls 136 bytes numpy-2.1.3/vendored-meson/meson/.github/ISSUE_TEMPLATE/bug_report.md 809 bytes numpy-2.1.3/vendored-meson/meson/.github/workflows/codeql-analysis.yml 792 bytes numpy-2.1.3/vendored-meson/meson/.github/workflows/cygwin.yml 3.4 KiB numpy-2.1.3/vendored-meson/meson/.github/workflows/file_format.yml 383 bytes numpy-2.1.3/vendored-meson/meson/.github/workflows/images.yml 2.0 KiB numpy-2.1.3/vendored-meson/meson/.github/workflows/lint.yml 1.2 KiB numpy-2.1.3/vendored-meson/meson/.github/workflows/macos.yml 5.5 KiB numpy-2.1.3/vendored-meson/meson/.github/workflows/msys2.yml 4.2 KiB numpy-2.1.3/vendored-meson/meson/.github/workflows/nonnative.yml 1.3 KiB numpy-2.1.3/vendored-meson/meson/.github/workflows/os_comp.yml 5.2 KiB numpy-2.1.3/vendored-meson/meson/.github/workflows/stable_builddir.yml 1011 bytes numpy-2.1.3/vendored-meson/meson/.github/workflows/unusedargs_missingreturn.yml 2.7 KiB numpy-2.1.3/vendored-meson/meson/.github/workflows/website.yml 2.7 KiB numpy-2.1.3/vendored-meson/meson/.mailmap 910 bytes numpy-2.1.3/vendored-meson/meson/.mypy.ini 828 bytes numpy-2.1.3/vendored-meson/meson/.pylintrc 2.0 KiB numpy-2.1.3/vendored-meson/meson/azure-pipelines.yml 3.2 KiB numpy-2.1.3/vendored-meson/meson/ci/ciimage/arch/image.json 111 bytes numpy-2.1.3/vendored-meson/meson/ci/ciimage/arch/install.sh 1.6 KiB numpy-2.1.3/vendored-meson/meson/ci/ciimage/bionic/image.json 127 bytes numpy-2.1.3/vendored-meson/meson/ci/ciimage/bionic/install.sh 1.8 KiB numpy-2.1.3/vendored-meson/meson/ci/ciimage/build.py 8.8 KiB numpy-2.1.3/vendored-meson/meson/ci/ciimage/common.sh 799 bytes numpy-2.1.3/vendored-meson/meson/ci/ciimage/cuda/image.json 141 bytes numpy-2.1.3/vendored-meson/meson/ci/ciimage/cuda/install.sh 396 bytes numpy-2.1.3/vendored-meson/meson/ci/ciimage/fedora/image.json 155 bytes numpy-2.1.3/vendored-meson/meson/ci/ciimage/fedora/install.sh 1.2 KiB numpy-2.1.3/vendored-meson/meson/ci/ciimage/gentoo/image.json 148 bytes numpy-2.1.3/vendored-meson/meson/ci/ciimage/gentoo/install.sh 4.3 KiB numpy-2.1.3/vendored-meson/meson/ci/ciimage/opensuse/image.json 206 bytes numpy-2.1.3/vendored-meson/meson/ci/ciimage/opensuse/install.sh 2.0 KiB numpy-2.1.3/vendored-meson/meson/ci/ciimage/ubuntu-rolling/image.json 136 bytes numpy-2.1.3/vendored-meson/meson/ci/ciimage/ubuntu-rolling/install.sh 1.5 KiB numpy-2.1.3/vendored-meson/meson/ci/ciimage/ubuntu-rolling/test.sh 72 bytes numpy-2.1.3/vendored-meson/meson/ci/combine_cov.sh 153 bytes numpy-2.1.3/vendored-meson/meson/ci/coverage.ps1 486 bytes numpy-2.1.3/vendored-meson/meson/ci/intel-scripts/activate_windows.bat 636 bytes numpy-2.1.3/vendored-meson/meson/ci/intel-scripts/cache_exclude_windows.sh 786 bytes numpy-2.1.3/vendored-meson/meson/ci/intel-scripts/install_windows.bat 732 bytes numpy-2.1.3/vendored-meson/meson/ci/run.ps1 4.0 KiB numpy-2.1.3/vendored-meson/meson/ci/usercustomize.py 126 bytes numpy-2.1.3/vendored-meson/meson/CODEOWNERS 425 bytes numpy-2.1.3/vendored-meson/meson/contributing.md 325 bytes numpy-2.1.3/vendored-meson/meson/COPYING 11.1 KiB numpy-2.1.3/vendored-meson/meson/cross/arm64cl.txt 378 bytes numpy-2.1.3/vendored-meson/meson/cross/armcc.txt 602 bytes numpy-2.1.3/vendored-meson/meson/cross/armclang-linux.txt 1.2 KiB numpy-2.1.3/vendored-meson/meson/cross/armclang.txt 685 bytes numpy-2.1.3/vendored-meson/meson/cross/c2000.txt 530 bytes numpy-2.1.3/vendored-meson/meson/cross/ccomp-armv7a.txt 270 bytes numpy-2.1.3/vendored-meson/meson/cross/ccrx.txt 545 bytes numpy-2.1.3/vendored-meson/meson/cross/iphone.txt 1.4 KiB numpy-2.1.3/vendored-meson/meson/cross/linux-mingw-w64-32bit.json 200 bytes numpy-2.1.3/vendored-meson/meson/cross/linux-mingw-w64-32bit.txt 918 bytes numpy-2.1.3/vendored-meson/meson/cross/linux-mingw-w64-64bit.json 206 bytes numpy-2.1.3/vendored-meson/meson/cross/linux-mingw-w64-64bit.txt 905 bytes numpy-2.1.3/vendored-meson/meson/cross/metrowerks-arm.txt 590 bytes numpy-2.1.3/vendored-meson/meson/cross/metrowerks-eppc.txt 569 bytes numpy-2.1.3/vendored-meson/meson/cross/metrowerks.lcf 411 bytes numpy-2.1.3/vendored-meson/meson/cross/msp430.txt 511 bytes numpy-2.1.3/vendored-meson/meson/cross/none.txt 309 bytes numpy-2.1.3/vendored-meson/meson/cross/ownstdlib.txt 271 bytes numpy-2.1.3/vendored-meson/meson/cross/ti-c6000.txt 450 bytes numpy-2.1.3/vendored-meson/meson/cross/tvos.txt 991 bytes numpy-2.1.3/vendored-meson/meson/cross/ubuntu-armhf.json 69 bytes numpy-2.1.3/vendored-meson/meson/cross/ubuntu-armhf.txt 888 bytes numpy-2.1.3/vendored-meson/meson/cross/ubuntu-faketarget.txt 399 bytes numpy-2.1.3/vendored-meson/meson/cross/wasm.txt 255 bytes numpy-2.1.3/vendored-meson/meson/cross/xc16.txt 543 bytes numpy-2.1.3/vendored-meson/meson/data/.coveragerc.in 430 bytes numpy-2.1.3/vendored-meson/meson/data/com.mesonbuild.install.policy 896 bytes numpy-2.1.3/vendored-meson/meson/data/macros.meson 1.3 KiB numpy-2.1.3/vendored-meson/meson/data/schema.xsd 4.3 KiB numpy-2.1.3/vendored-meson/meson/data/shell-completions/bash/meson 26.4 KiB numpy-2.1.3/vendored-meson/meson/data/shell-completions/zsh/_meson 16.3 KiB numpy-2.1.3/vendored-meson/meson/data/syntax-highlighting/vim/ftdetect/meson.vim 216 bytes numpy-2.1.3/vendored-meson/meson/data/syntax-highlighting/vim/ftplugin/meson.vim 1.1 KiB numpy-2.1.3/vendored-meson/meson/data/syntax-highlighting/vim/indent/meson.vim 5.2 KiB numpy-2.1.3/vendored-meson/meson/data/syntax-highlighting/vim/README 133 bytes numpy-2.1.3/vendored-meson/meson/data/syntax-highlighting/vim/syntax/meson.vim 3.9 KiB numpy-2.1.3/vendored-meson/meson/data/test.schema.json 4.0 KiB numpy-2.1.3/vendored-meson/meson/docs/.editorconfig 33 bytes numpy-2.1.3/vendored-meson/meson/docs/extensions/refman_links.py 3.9 KiB numpy-2.1.3/vendored-meson/meson/docs/genrefman.py 378 bytes numpy-2.1.3/vendored-meson/meson/docs/genrelnotes.py 3.3 KiB numpy-2.1.3/vendored-meson/meson/docs/jsonvalidator.py 8.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/_include_qt_base.md 8.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/_Sidebar.md 383 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Adding-arguments.md 2.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Adding-new-projects-to-wrapdb.md 6.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Additional.md 183 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/ARM-performance-test.md 3.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Build-options.md 8.9 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Build-system-converters.md 1.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Build-targets.md 3.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Builtin-options.md 26.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/CMake-module.md 9.9 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Code-formatting.md 2.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Commands.md 14.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Comparisons.md 2.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Compiler-properties.md 8.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Conference-presentations.md 1.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Configuration.md 5.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Configuring-a-build-directory.md 8.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Contact-information.md 550 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Continuous-Integration.md 8.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Contributing.md 22.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Creating-Linux-binaries.md 4.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Creating-OSX-packages.md 6.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Creating-releases.md 3.9 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Cross-compilation.md 14.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Cuda-module.md 6.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Custom-build-targets.md 1.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Cython.md 1.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/D.md 4.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Dependencies.md 32.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Design-rationale.md 11.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Disabler.md 1.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Dlang-module.md 1.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/External-commands.md 1.9 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/External-Project-module.md 5.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/FAQ.md 28.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Feature-autodetection.md 1.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Features-module.md 11.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Fs-module.md 6.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Generating-sources.md 6.9 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Getting-meson.md 4.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Getting-meson_ptbr.md 4.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Getting-meson_zh.md 3.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Gnome-module.md 17.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/GuiTutorial.md 5.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Hotdoc-module.md 1.9 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/howtox.md 9.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/i18n-module.md 3.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Icestorm-module.md 956 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/IDE-integration.md 17.3 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/buildtime.png 8.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/conftime.png 10.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/emptytime.png 9.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/glib_build.png 10.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/glib_conf.png 9.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/glib_empty.png 8.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/glib_link.png 8.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/gtksample.png 7.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/linux_alldone.png 76.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/meson_mac1.png 60.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/meson_mac2.png 88.3 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/meson_mac3.png 119.3 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/meson_mac4.png 75.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/meson_mac5.png 194.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/osx_xcode.png 181.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/py3-install-1.png 99.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/py3-install-2.png 97.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/py3-install-3.png 98.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/sdltutorial_01.png 58.9 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/sdltutorial_02.png 53.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/sdltutorial_03.png 59.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/sdltutorial_04.png 12.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/sdltutorial_05.png 64.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/sdltutorial_06.png 25.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/sdltutorial_07.png 104.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/win_dlvs.png 214.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/win_downloadmeson.png 90.3 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/win_installvs.png 185.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/win_vstoolsprompt.png 156.3 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/images/win_working.png 92.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/In-the-press.md 595 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Include-directories.md 988 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/IndepthTutorial.md 5.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/index.md 2.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Installing.md 7.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Java-module.md 2.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Java.md 823 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Keyval-module.md 2.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/legal.md 940 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Localisation.md 2.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Machine-files.md 10.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Manual.md 226 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Meson-sample.md 2.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/MesonCI.md 1.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Mixing-build-systems.md 2.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Modules.md 650 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Native-environments.md 1.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Overview.md 2.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Performance-comparison.md 216 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Pkg-config-files.md 1.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Pkgconfig-module.md 7.3 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Playground.md 1.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Porting-from-autotools.md 20.3 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Precompiled-headers.md 4.3 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Project-templates.md 1.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Python-3-module.md 1.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Python-module.md 8.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Qt4-module.md 170 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Qt5-module.md 143 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Qt6-module.md 8.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Quick-guide.md 5.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Reference-tables.md 19.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.37.0.md 5.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.38.0.md 3.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.39.0.md 367 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.40.0.md 4.9 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.41.0.md 2.9 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.42.0.md 5.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.43.0.md 3.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.44.0.md 4.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.45.0.md 6.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.46.0.md 11.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.47.0.md 10.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.48.0.md 10.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.49.0.md 9.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.50.0.md 11.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.51.0.md 12.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.52.0.md 9.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.53.0.md 6.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.54.0.md 14.3 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.55.0.md 11.3 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.56.0.md 13.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.57.0.md 13.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.58.0.md 13.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.59.0.md 7.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.60.0.md 13.9 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.61.0.md 4.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.62.0.md 14.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.63.0.md 9.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-0.64.0.md 6.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-1.0.0.md 2.9 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-1.1.0.md 7.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-1.2.0.md 6.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-1.3.0.md 13.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-1.4.0.md 4.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes-for-1.5.0.md 6.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-notes.md 16 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Release-procedure.md 2.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Reproducible-builds.md 943 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Rewriter.md 6.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Run-targets.md 1.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Running-Meson.md 8.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Rust-module.md 4.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Rust.md 2.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Shipping-prebuilt-binaries-as-wraps.md 3.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Simd-module.md 2.4 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Simple-comparison.md 3.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/SimpleStart.md 5.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/snippets/add_release_note_snippets_here 103 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/SourceSet-module.md 5.9 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Style-guide.md 2.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Subprojects.md 15.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Syntax.md 22.5 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Threads.md 391 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Tutorial.md 5.6 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Unit-tests.md 9.9 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Unity-builds.md 2.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Use-of-Python.md 2.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Users.md 18.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Using-multiple-build-directories.md 4.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Using-the-WrapDB.md 2.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Using-with-Visual-Studio.md 1.9 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Using-wraptool.md 3.0 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Vala.md 11.3 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Videos.md 1.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Vs-External.md 2.2 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Wayland-module.md 2.3 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Windows-module.md 1.8 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Wrap-best-practices-and-tips.md 6.1 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Wrap-dependency-system-manual.md 15.7 KiB numpy-2.1.3/vendored-meson/meson/docs/markdown/Wrapdb-projects.md 689 bytes numpy-2.1.3/vendored-meson/meson/docs/markdown/Yaml-RefMan.md 6.5 KiB numpy-2.1.3/vendored-meson/meson/docs/meson.build 3.9 KiB numpy-2.1.3/vendored-meson/meson/docs/meson_options.txt 249 bytes numpy-2.1.3/vendored-meson/meson/docs/README.md 856 bytes numpy-2.1.3/vendored-meson/meson/docs/refman/__init__.py 0 bytes numpy-2.1.3/vendored-meson/meson/docs/refman/generatorbase.py 2.1 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/generatorjson.py 4.7 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/generatorman.py 11.0 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/generatormd.py 16.5 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/generatorpickle.py 458 bytes numpy-2.1.3/vendored-meson/meson/docs/refman/generatorprint.py 3.2 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/generatorvim.py 1.2 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/jsonschema.py 3.7 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/loaderbase.py 7.6 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/loaderpickle.py 630 bytes numpy-2.1.3/vendored-meson/meson/docs/refman/loaderyaml.py 10.0 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/main.py 3.4 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/model.py 2.0 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/templates/args.mustache 1.1 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/templates/dummy.mustache 135 bytes numpy-2.1.3/vendored-meson/meson/docs/refman/templates/func.mustache 1.5 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/templates/meson.vim.mustache 3.0 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/templates/notes.mustache 198 bytes numpy-2.1.3/vendored-meson/meson/docs/refman/templates/object.mustache 1.0 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/templates/root.functions.mustache 360 bytes numpy-2.1.3/vendored-meson/meson/docs/refman/templates/root.mustache 1.2 KiB numpy-2.1.3/vendored-meson/meson/docs/refman/templates/root_link.mustache 156 bytes numpy-2.1.3/vendored-meson/meson/docs/refman/templates/taggs.mustache 528 bytes numpy-2.1.3/vendored-meson/meson/docs/sitemap.txt 3.3 KiB numpy-2.1.3/vendored-meson/meson/docs/theme/extra/images/favicon.png 3.9 KiB numpy-2.1.3/vendored-meson/meson/docs/theme/extra/images/meson_logo.png 15.7 KiB numpy-2.1.3/vendored-meson/meson/docs/theme/extra/prism_components/prism-meson.js 526 bytes numpy-2.1.3/vendored-meson/meson/docs/theme/extra/prism_components/prism-meson.min.js 439 bytes numpy-2.1.3/vendored-meson/meson/docs/theme/extra/templates/brand-logo.html 50 bytes numpy-2.1.3/vendored-meson/meson/docs/theme/extra/templates/extra_head.html 128 bytes numpy-2.1.3/vendored-meson/meson/docs/theme/extra/templates/license.html 168 bytes numpy-2.1.3/vendored-meson/meson/docs/theme/extra/templates/navbar_center.html 37 bytes numpy-2.1.3/vendored-meson/meson/docs/theme/extra/templates/navbar_links.html 1.9 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/builtins/build_machine.yaml 1.4 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/builtins/host_machine.yaml 533 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/builtins/meson.yaml 19.3 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/builtins/target_machine.yaml 770 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/elementary/any.yaml 134 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/elementary/bool.yml 803 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/elementary/dict.yml 1.3 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/elementary/int.yml 810 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/elementary/list.yml 1015 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/elementary/str.yml 8.3 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/elementary/void.yml 131 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/_build_target_base.yaml 11.9 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/add_global_arguments.yaml 1.4 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/add_global_link_arguments.yaml 575 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/add_languages.yaml 1.4 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/add_project_arguments.yaml 555 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/add_project_dependencies.yaml 431 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/add_project_link_arguments.yaml 451 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/add_test_setup.yaml 1.8 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/alias_target.yaml 621 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/assert.yaml 386 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/benchmark.yaml 3.9 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/both_libraries.yaml 526 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/build_target.yaml 1.2 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/configuration_data.yaml 518 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/configure_file.yaml 5.4 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/custom_target.yaml 9.6 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/debug.yaml 401 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/declare_dependency.yaml 2.5 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/dependency.yaml 9.2 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/disabler.yaml 92 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/environment.yaml 1.1 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/error.yaml 305 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/executable.yaml 2.1 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/files.yaml 839 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/find_program.yaml 5.1 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/generator.yaml 3.2 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/get_option.yaml 1.0 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/get_variable.yaml 670 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/import.yaml 835 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/include_directories.yaml 1.9 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/install_data.yaml 2.4 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/install_emptydir.yaml 948 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/install_headers.yaml 2.3 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/install_man.yaml 1.3 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/install_subdir.yaml 2.9 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/install_symlink.yaml 1020 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/is_disabler.yaml 190 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/is_variable.yaml 201 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/jar.yaml 582 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/join_paths.yaml 761 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/library.yaml 2.1 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/message.yaml 435 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/project.yaml 5.0 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/range.yaml 1.1 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/run_command.yaml 1.6 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/run_target.yaml 2.5 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/set_variable.yaml 412 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/shared_library.yaml 2.1 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/shared_module.yaml 2.0 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/static_library.yaml 968 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/structured_sources.yaml 805 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/subdir.yaml 801 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/subdir_done.yaml 805 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/subproject.yaml 2.7 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/summary.yaml 3.1 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/test.yaml 2.6 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/unset_variable.yaml 247 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/vcs_tag.yaml 1.9 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/functions/warning.yaml 197 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/modules/cmake/module.yaml 184 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/modules/cmake/options.yaml 391 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/alias_tgt.yaml 110 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/both_libs.yaml 334 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/build_tgt.yaml 2.7 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/cfg_data.yaml 3.6 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/compiler.yaml 21.3 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/custom_idx.yaml 516 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/custom_tgt.yaml 1.2 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/dep.yaml 6.8 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/disabler.yaml 446 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/env.yaml 2.2 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/exe.yaml 85 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/external_program.yaml 1.8 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/extracted_obj.yaml 135 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/feature.yaml 5.4 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/file.yaml 447 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/generated_list.yaml 138 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/generator.yaml 1.7 KiB numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/inc.yaml 101 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/jar.yaml 94 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/lib.yaml 113 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/module.yaml 348 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/range.yaml 130 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/run_tgt.yaml 104 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/runresult.yaml 725 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/structured_src.yaml 113 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/subproject.yaml 922 bytes numpy-2.1.3/vendored-meson/meson/docs/yaml/objects/tgt.yaml 88 bytes numpy-2.1.3/vendored-meson/meson/graphics/meson_logo.svg 46.2 KiB numpy-2.1.3/vendored-meson/meson/graphics/meson_logo_big.png 21.4 KiB numpy-2.1.3/vendored-meson/meson/graphics/wrap_logo.svg 4.4 KiB numpy-2.1.3/vendored-meson/meson/man/meson.1 12.5 KiB numpy-2.1.3/vendored-meson/meson/MANIFEST.in 340 bytes numpy-2.1.3/vendored-meson/meson/manual tests/1 wrap/main.c 225 bytes numpy-2.1.3/vendored-meson/meson/manual tests/1 wrap/meson.build 273 bytes numpy-2.1.3/vendored-meson/meson/manual tests/1 wrap/subprojects/sqlite.wrap 451 bytes numpy-2.1.3/vendored-meson/meson/manual tests/10 svn wrap/meson.build 237 bytes numpy-2.1.3/vendored-meson/meson/manual tests/10 svn wrap/prog.c 78 bytes numpy-2.1.3/vendored-meson/meson/manual tests/10 svn wrap/subprojects/samplesubproject.wrap 109 bytes numpy-2.1.3/vendored-meson/meson/manual tests/11 wrap imposter/meson.build 260 bytes numpy-2.1.3/vendored-meson/meson/manual tests/11 wrap imposter/subprojects/zlib.wrap 403 bytes numpy-2.1.3/vendored-meson/meson/manual tests/12 wrap mirror/meson.build 126 bytes numpy-2.1.3/vendored-meson/meson/manual tests/12 wrap mirror/subprojects/zlib.wrap 403 bytes numpy-2.1.3/vendored-meson/meson/manual tests/13 builddir upgrade/data/foo.dat 0 bytes numpy-2.1.3/vendored-meson/meson/manual tests/13 builddir upgrade/foo.1 0 bytes numpy-2.1.3/vendored-meson/meson/manual tests/13 builddir upgrade/foo.c 79 bytes numpy-2.1.3/vendored-meson/meson/manual tests/13 builddir upgrade/lib.c 156 bytes numpy-2.1.3/vendored-meson/meson/manual tests/13 builddir upgrade/meson.build 589 bytes numpy-2.1.3/vendored-meson/meson/manual tests/13 builddir upgrade/mod.py 22 bytes numpy-2.1.3/vendored-meson/meson/manual tests/2 multiwrap/meson.build 334 bytes numpy-2.1.3/vendored-meson/meson/manual tests/2 multiwrap/prog.c 1.5 KiB numpy-2.1.3/vendored-meson/meson/manual tests/2 multiwrap/subprojects/libpng.wrap 439 bytes numpy-2.1.3/vendored-meson/meson/manual tests/2 multiwrap/subprojects/lua.wrap 394 bytes numpy-2.1.3/vendored-meson/meson/manual tests/2 multiwrap/subprojects/zlib.wrap 399 bytes numpy-2.1.3/vendored-meson/meson/manual tests/3 git wrap/meson.build 230 bytes numpy-2.1.3/vendored-meson/meson/manual tests/3 git wrap/prog.c 78 bytes numpy-2.1.3/vendored-meson/meson/manual tests/3 git wrap/subprojects/samplesubproject.wrap 105 bytes numpy-2.1.3/vendored-meson/meson/manual tests/4 standalone binaries/build_linux_package.sh 289 bytes numpy-2.1.3/vendored-meson/meson/manual tests/4 standalone binaries/build_osx_package.sh 655 bytes numpy-2.1.3/vendored-meson/meson/manual tests/4 standalone binaries/build_windows_package.py 1.1 KiB numpy-2.1.3/vendored-meson/meson/manual tests/4 standalone binaries/Info.plist 782 bytes numpy-2.1.3/vendored-meson/meson/manual tests/4 standalone binaries/linux_bundler.sh 199 bytes numpy-2.1.3/vendored-meson/meson/manual tests/4 standalone binaries/meson.build 986 bytes numpy-2.1.3/vendored-meson/meson/manual tests/4 standalone binaries/myapp.cpp 1.0 KiB numpy-2.1.3/vendored-meson/meson/manual tests/4 standalone binaries/myapp.icns 1.8 KiB numpy-2.1.3/vendored-meson/meson/manual tests/4 standalone binaries/myapp.iss 354 bytes numpy-2.1.3/vendored-meson/meson/manual tests/4 standalone binaries/myapp.sh 133 bytes numpy-2.1.3/vendored-meson/meson/manual tests/4 standalone binaries/osx_bundler.sh 325 bytes numpy-2.1.3/vendored-meson/meson/manual tests/4 standalone binaries/readme.txt 475 bytes numpy-2.1.3/vendored-meson/meson/manual tests/4 standalone binaries/template.dmg.gz 36.4 KiB numpy-2.1.3/vendored-meson/meson/manual tests/5 rpm/lib.c 71 bytes numpy-2.1.3/vendored-meson/meson/manual tests/5 rpm/lib.h 25 bytes numpy-2.1.3/vendored-meson/meson/manual tests/5 rpm/main.c 111 bytes numpy-2.1.3/vendored-meson/meson/manual tests/5 rpm/meson.build 390 bytes numpy-2.1.3/vendored-meson/meson/manual tests/6 hg wrap/meson.build 236 bytes numpy-2.1.3/vendored-meson/meson/manual tests/6 hg wrap/prog.c 78 bytes numpy-2.1.3/vendored-meson/meson/manual tests/6 hg wrap/subprojects/samplesubproject.wrap 102 bytes numpy-2.1.3/vendored-meson/meson/manual tests/8 timeout/meson.build 267 bytes numpy-2.1.3/vendored-meson/meson/manual tests/8 timeout/sleepprog.c 70 bytes numpy-2.1.3/vendored-meson/meson/meson.py 906 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/__init__.py 0 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/_pathlib.py 1.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/_typing.py 1.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/arglist.py 12.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/ast/__init__.py 707 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/ast/interpreter.py 17.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/ast/introspection.py 17.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/ast/postprocess.py 3.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/ast/printer.py 15.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/ast/visitor.py 10.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/backend/__init__.py 0 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/backend/backends.py 99.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/backend/ninjabackend.py 184.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/backend/nonebackend.py 983 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/backend/vs2010backend.py 120.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/backend/vs2012backend.py 1.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/backend/vs2013backend.py 1.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/backend/vs2015backend.py 1.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/backend/vs2017backend.py 2.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/backend/vs2019backend.py 2.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/backend/vs2022backend.py 2.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/backend/xcodebackend.py 93.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/build.py 132.5 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/cargo/__init__.py 97 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/cargo/builder.py 8.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/cargo/cfg.py 7.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/cargo/interpreter.py 29.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/cargo/manifest.py 5.5 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/cargo/version.py 3.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/cmake/__init__.py 874 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/cmake/common.py 12.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/cmake/data/__init__.py 0 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/cmake/data/preload.cmake 2.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/cmake/executor.py 10.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/cmake/fileapi.py 12.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/cmake/generator.py 5.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/cmake/interpreter.py 56.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/cmake/toolchain.py 9.5 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/cmake/traceparser.py 32.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/cmake/tracetargets.py 6.5 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/__init__.py 1.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/asm.py 10.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/c.py 33.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/c_function_attributes.py 5.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/compilers.py 58.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/cpp.py 45.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/cs.py 4.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/cuda.py 41.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/cython.py 3.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/d.py 34.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/detect.py 67.5 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/fortran.py 21.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/java.py 3.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/__init__.py 0 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/apple.py 2.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/arm.py 6.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/ccrx.py 3.5 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/clang.py 9.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/clike.py 60.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/compcert.py 3.5 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/elbrus.py 3.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/emscripten.py 3.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/gnu.py 20.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/intel.py 6.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/islinker.py 4.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/metrowerks.py 8.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/pgi.py 2.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/ti.py 4.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/visualstudio.py 18.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/mixins/xc16.py 3.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/objc.py 4.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/objcpp.py 4.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/rust.py 9.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/swift.py 4.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/compilers/vala.py 8.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/coredata.py 39.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/__init__.py 8.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/base.py 27.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/blas_lapack.py 44.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/boost.py 38.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/cmake.py 28.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/coarrays.py 3.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/configtool.py 6.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/cuda.py 13.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/data/__init__.py 0 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/data/CMakeLists.txt 3.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/data/CMakeListsLLVM.txt 6.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/data/CMakePathInfo.txt 1.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/detect.py 9.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/dev.py 29.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/dub.py 17.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/factory.py 6.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/framework.py 5.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/hdf5.py 6.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/misc.py 25.5 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/mpi.py 8.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/pkgconfig.py 26.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/platform.py 1.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/python.py 19.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/qt.py 19.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/scalapack.py 5.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/dependencies/ui.py 11.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/depfile.py 2.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/envconfig.py 14.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/environment.py 41.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/__init__.py 1.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/compiler.py 44.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/dependencyfallbacks.py 19.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/interpreter.py 177.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/interpreterobjects.py 47.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/kwargs.py 13.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/mesonmain.py 22.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/primitives/__init__.py 743 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/primitives/array.py 3.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/primitives/boolean.py 1.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/primitives/dict.py 2.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/primitives/integer.py 3.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/primitives/range.py 1.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/primitives/string.py 8.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreter/type_checking.py 30.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreterbase/__init__.py 2.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreterbase/_unholder.py 1.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreterbase/baseobjects.py 7.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreterbase/decorators.py 36.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreterbase/disabler.py 980 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreterbase/exceptions.py 430 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreterbase/helpers.py 2.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreterbase/interpreterbase.py 30.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/interpreterbase/operator.py 554 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/linkers/__init__.py 367 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/linkers/base.py 967 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/linkers/detect.py 10.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/linkers/linkers.py 57.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/machinefile.py 5.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/mcompile.py 13.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/mconf.py 16.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/mdevenv.py 10.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/mdist.py 17.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/mesondata.py 1.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/mesonlib.py 549 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/mesonmain.py 13.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/mformat.py 38.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/minit.py 8.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/minstall.py 38.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/mintro.py 29.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/mlog.py 20.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/__init__.py 10.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/_qt.py 30.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/cmake.py 17.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/cuda.py 18.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/dlang.py 4.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/external_project.py 13.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/features/__init__.py 239 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/features/feature.py 12.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/features/module.py 27.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/features/utils.py 1.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/fs.py 13.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/gnome.py 102.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/hotdoc.py 20.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/i18n.py 15.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/icestorm.py 4.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/java.py 4.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/keyval.py 2.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/modtest.py 908 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/pkgconfig.py 37.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/python.py 25.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/python3.py 3.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/qt4.py 514 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/qt5.py 514 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/qt6.py 523 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/rust.py 14.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/simd.py 3.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/sourceset.py 11.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/wayland.py 5.5 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/modules/windows.py 9.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/mparser.py 40.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/msetup.py 19.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/msubprojects.py 32.5 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/mtest.py 87.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/munstable_coredata.py 4.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/optinterpreter.py 11.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/options.py 24.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/programs.py 16.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/rewriter.py 42.5 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/__init__.py 303 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/clangformat.py 1.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/clangtidy.py 1.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/cleantrees.py 1004 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/cmake_run_ctgt.py 3.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/cmd_or_ps.ps1 510 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/copy.py 420 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/coverage.py 10.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/delwithsuffix.py 664 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/depfixer.py 18.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/depscan.py 8.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/dirchanger.py 473 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/env2mfile.py 15.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/externalproject.py 3.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/gettext.py 3.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/gtkdochelper.py 10.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/hotdochelper.py 1.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/itstool.py 2.6 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/meson_exe.py 4.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/msgfmthelper.py 937 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/pycompile.py 1.8 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/python_info.py 4.3 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/regen_checker.py 2.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/run_tool.py 1.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/scanbuild.py 2.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/symbolextractor.py 12.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/tags.py 1.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/test_loaded_modules.py 343 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/uninstall.py 1.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/vcstagger.py 1.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/scripts/yasm.py 604 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/__init__.py 0 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/cpptemplates.py 3.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/cstemplates.py 2.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/ctemplates.py 2.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/cudatemplates.py 3.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/dlangtemplates.py 2.5 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/fortrantemplates.py 2.2 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/javatemplates.py 2.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/mesontemplates.py 3.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/objcpptemplates.py 3.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/objctemplates.py 2.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/rusttemplates.py 1.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/samplefactory.py 1.4 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/sampleimpl.py 5.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/templates/valatemplates.py 2.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/utils/__init__.py 0 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/utils/core.py 6.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/utils/platform.py 694 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/utils/posix.py 1.1 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/utils/universal.py 84.9 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/utils/vsenv.py 4.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/utils/win32.py 950 bytes numpy-2.1.3/vendored-meson/meson/mesonbuild/wrap/__init__.py 2.0 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/wrap/wrap.py 38.7 KiB numpy-2.1.3/vendored-meson/meson/mesonbuild/wrap/wraptool.py 8.4 KiB numpy-2.1.3/vendored-meson/meson/packaging/create_zipapp.py 905 bytes numpy-2.1.3/vendored-meson/meson/packaging/createmsi.py 11.6 KiB numpy-2.1.3/vendored-meson/meson/packaging/createpkg.py 4.8 KiB numpy-2.1.3/vendored-meson/meson/packaging/hook-mesonbuild.py 1.8 KiB numpy-2.1.3/vendored-meson/meson/packaging/License.rtf 10.8 KiB numpy-2.1.3/vendored-meson/meson/packaging/macpages/English.lproj/conclusion.html 594 bytes numpy-2.1.3/vendored-meson/meson/packaging/macpages/English.lproj/license.html 10.7 KiB numpy-2.1.3/vendored-meson/meson/packaging/macpages/English.lproj/welcome.html 186 bytes numpy-2.1.3/vendored-meson/meson/pyproject.toml 94 bytes numpy-2.1.3/vendored-meson/meson/README.md 3.3 KiB numpy-2.1.3/vendored-meson/meson/run_cross_test.py 1.7 KiB numpy-2.1.3/vendored-meson/meson/run_format_tests.py 2.6 KiB numpy-2.1.3/vendored-meson/meson/run_meson_command_tests.py 9.2 KiB numpy-2.1.3/vendored-meson/meson/run_mypy.py 5.3 KiB numpy-2.1.3/vendored-meson/meson/run_project_tests.py 64.8 KiB numpy-2.1.3/vendored-meson/meson/run_single_test.py 3.8 KiB numpy-2.1.3/vendored-meson/meson/run_tests.py 15.9 KiB numpy-2.1.3/vendored-meson/meson/run_unittests.py 5.4 KiB numpy-2.1.3/vendored-meson/meson/setup.cfg 1.9 KiB numpy-2.1.3/vendored-meson/meson/setup.py 614 bytes numpy-2.1.3/vendored-meson/meson/skip_ci.py 2.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/cmake/1 basic/main.cpp 154 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/1 basic/meson.build 608 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/1 basic/subprojects/cmMod/CMakeLists.txt 563 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/1 basic/subprojects/cmMod/cmMod.cpp 239 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/1 basic/subprojects/cmMod/cmMod.hpp 298 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/1 basic/subprojects/cmMod/cpp_pch.hpp 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/10 header only/main.cpp 303 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/10 header only/meson.build 400 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/10 header only/subprojects/cmMod/CMakeLists.txt 527 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/10 header only/subprojects/cmMod/include/cmMod.hpp 458 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/11 cmake_module_path/cmake/FindSomethingLikePython.cmake 262 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/11 cmake_module_path/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/cmake/11 cmake_module_path/subprojects/cmMod/CMakeLists.txt 423 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/11 cmake_module_path/subprojects/cmMod/gen.py 136 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/12 generator expressions/main.cpp 154 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/12 generator expressions/meson.build 400 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/12 generator expressions/subprojects/cmMod/CMakeLists.txt 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/cmake/12 generator expressions/subprojects/cmMod/include/cmMod.hpp 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/cmake/12 generator expressions/test.json 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/13 system includes/main.cpp 154 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/13 system includes/meson.build 454 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/13 system includes/subprojects/cmMod/CMakeLists.txt 401 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/13 system includes/subprojects/cmMod/cmMod.cpp 212 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/13 system includes/subprojects/cmMod/cmMod.hpp 208 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/13 system includes/subprojects/cmMod/sysInc/triggerWarn.hpp 184 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/14 fortran threads/meson.build 450 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/15 object library advanced/main.cpp 189 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/15 object library advanced/meson.build 507 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/15 object library advanced/subprojects/cmObjLib/CMakeLists.txt 614 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/15 object library advanced/subprojects/cmObjLib/genC.cpp 459 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/15 object library advanced/subprojects/cmObjLib/libA.cpp 144 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/15 object library advanced/subprojects/cmObjLib/libA.hpp 362 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/15 object library advanced/subprojects/cmObjLib/libB.cpp 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/15 object library advanced/subprojects/cmObjLib/libB.hpp 364 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/16 threads/main.cpp 149 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/16 threads/meson.build 454 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/16 threads/meson_options.txt 85 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/16 threads/subprojects/cmMod/CMakeLists.txt 411 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/16 threads/subprojects/cmMod/cmMod.cpp 233 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/16 threads/subprojects/cmMod/cmMod.hpp 415 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/16 threads/subprojects/cmMod/main.cpp 149 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/16 threads/test.json 165 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/main.cpp 154 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/meson.build 229 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/CMakeLists.txt 918 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/cmMod.cpp 160 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incA/cmMod.hpp 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incB/cmMod.hpp 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incC/cmMod.hpp 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incD/cmMod.hpp 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incE/cmMod.hpp 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incF/cmMod.hpp 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incG/cmMod.hpp 203 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incH/cmMod.hpp 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incI/cmMod.hpp 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incJ/cmMod.hpp 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incL/cmMod.hpp 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incM/cmMod.hpp 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incN/cmMod.hpp 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incO/cmMod.hpp 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/17 include path order/subprojects/cmMod/incP/cmMod.hpp 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/18 skip include files/main.cpp 154 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/18 skip include files/meson.build 223 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/18 skip include files/subprojects/cmMod/CMakeLists.txt 292 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/18 skip include files/subprojects/cmMod/cmMod.cpp 229 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/18 skip include files/subprojects/cmMod/cmMod.hpp 265 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/18 skip include files/subprojects/cmMod/fakeInc/CMakeLists.txt 538 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/18 skip include files/subprojects/cmMod/fakeInc/cmModInc1.cpp 164 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/18 skip include files/subprojects/cmMod/fakeInc/cmModInc2.cpp 159 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/18 skip include files/subprojects/cmMod/fakeInc/cmModInc3.cpp 160 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/18 skip include files/subprojects/cmMod/fakeInc/cmModInc4.cpp 154 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/19 advanced options/main.cpp 317 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/19 advanced options/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/cmake/19 advanced options/subprojects/cmOpts/CMakeLists.txt 465 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/19 advanced options/subprojects/cmOpts/cmMod.cpp 519 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/19 advanced options/subprojects/cmOpts/cmMod.hpp 176 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/19 advanced options/subprojects/cmOpts/cmTest.cpp 431 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/19 advanced options/subprojects/cmOpts/cmTest.hpp 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/19 advanced options/subprojects/cmOpts/main.cpp 165 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/19 advanced options/test.json 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/2 advanced/main.cpp 240 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/2 advanced/meson.build 922 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/2 advanced/subprojects/cmMod/CMakeLists.txt 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/cmake/2 advanced/subprojects/cmMod/config.h.in 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/2 advanced/subprojects/cmMod/lib/cmMod.cpp 489 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/2 advanced/subprojects/cmMod/lib/cmMod.hpp 208 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/2 advanced/subprojects/cmMod/main.cpp 217 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/2 advanced/test.json 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/20 cmake file/foolib.cmake.in 6 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/20 cmake file/meson.build 231 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/20 cmake file/test.json 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/21 shared module/meson.build 380 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/21 shared module/prog.c 2.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/cmake/21 shared module/runtime.c 451 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/21 shared module/subprojects/cmMod/CMakeLists.txt 187 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/21 shared module/subprojects/cmMod/module/module.c 2.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/cmake/21 shared module/subprojects/cmMod/module/module.h 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/22 cmake module/cmake_project/CMakeLists.txt 93 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/22 cmake module/meson.build 866 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/22 cmake module/projectConfig.cmake.in 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/22 cmake module/test.json 197 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/23 cmake toolchain/CMakeToolchain.cmake 26 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/23 cmake toolchain/meson.build 245 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/23 cmake toolchain/nativefile.ini.in 186 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/23 cmake toolchain/subprojects/cmMod/CMakeLists.txt 443 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/23 cmake toolchain/subprojects/cmModFortran/CMakeLists.txt 563 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/24 mixing languages/main.c 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/24 mixing languages/meson.build 676 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/24 mixing languages/subprojects/cmTest/CMakeLists.txt 229 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/24 mixing languages/subprojects/cmTest/cmTest.c 193 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/24 mixing languages/subprojects/cmTest/cmTest.h 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/24 mixing languages/subprojects/cmTest/cmTest.m 105 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/25 assembler/main.c 254 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/25 assembler/meson.build 220 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/25 assembler/subprojects/cmTest/CMakeLists.txt 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/cmake/25 assembler/subprojects/cmTest/cmTest.c 107 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/25 assembler/subprojects/cmTest/cmTestAsm.s 51 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/26 cmake package prefix dir/cmakePackagePrefixDirConfig.cmake.in 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/26 cmake package prefix dir/meson.build 690 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/26 cmake package prefix dir/test.json 127 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/27 dependency fallback/main.cpp 154 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/27 dependency fallback/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/cmake/27 dependency fallback/subprojects/broken_method.wrap 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/27 dependency fallback/subprojects/cmake_subp/CMakeLists.txt 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/27 dependency fallback/subprojects/cmMod.wrap 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/27 dependency fallback/subprojects/cmMod/CMakeLists.txt 578 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/27 dependency fallback/subprojects/cmMod/cmMod.cpp 239 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/27 dependency fallback/subprojects/cmMod/cmMod.hpp 298 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/27 dependency fallback/subprojects/cmMod/cpp_pch.hpp 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/27 dependency fallback/subprojects/force_cmake.wrap 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/27 dependency fallback/subprojects/force_cmake/CMakeLists.txt 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/27 dependency fallback/subprojects/force_cmake/meson.build 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/27 dependency fallback/subprojects/meson_method.wrap 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/27 dependency fallback/subprojects/meson_subp/meson.build 17 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/3 advanced no dep/main.cpp 240 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/3 advanced no dep/meson.build 664 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/3 advanced no dep/subprojects/cmMod/CMakeLists.txt 832 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/3 advanced no dep/subprojects/cmMod/config.h.in 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/3 advanced no dep/subprojects/cmMod/lib/cmMod.cpp 246 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/3 advanced no dep/subprojects/cmMod/lib/cmMod.hpp 208 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/3 advanced no dep/subprojects/cmMod/main.cpp 169 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/3 advanced no dep/test.json 244 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/4 code gen/main.cpp 110 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/4 code gen/meson.build 509 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/4 code gen/subprojects/cmCodeGen/CMakeLists.txt 114 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/4 code gen/subprojects/cmCodeGen/main.cpp 325 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/4 code gen/test.hpp 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/5 object library/main.cpp 203 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/5 object library/meson.build 594 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/5 object library/subprojects/cmObjLib/CMakeLists.txt 327 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/5 object library/subprojects/cmObjLib/libA.cpp 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/5 object library/subprojects/cmObjLib/libA.hpp 362 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/5 object library/subprojects/cmObjLib/libB.cpp 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/5 object library/subprojects/cmObjLib/libB.hpp 364 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/6 object library no dep/main.cpp 203 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/6 object library no dep/meson.build 367 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/6 object library no dep/subprojects/cmObjLib/CMakeLists.txt 213 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/6 object library no dep/subprojects/cmObjLib/libA.cpp 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/6 object library no dep/subprojects/cmObjLib/libA.hpp 362 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/6 object library no dep/subprojects/cmObjLib/libB.cpp 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/6 object library no dep/subprojects/cmObjLib/libB.hpp 364 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/7 cmake options/meson.build 122 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/7 cmake options/subprojects/cmOpts/CMakeLists.txt 311 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/7 cmake options/test.json 198 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/main.cpp 188 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/meson.build 513 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/args_test.cpp 386 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/CMakeLists.txt 6.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cmMod.cpp 454 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cmMod.hpp 242 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cp.cpp 385 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyBase.cpp.am 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyBase.hpp.am 58 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyInc.hpp.am 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyNext.cpp.am 112 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyNext.hpp.am 59 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp 247 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/CMakeLists.txt 222 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest.hpp 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest2.hpp 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest3.hpp 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest4.hpp 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest5.hpp 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/genMain.cpp 572 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/macro_name.cpp 330 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/8 custom command/subprojects/cmMod/mycpy/.gitkeep 73 bytes numpy-2.1.3/vendored-meson/meson/test cases/cmake/9 disabled subproject/meson.build 183 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/1 trivial/meson.build 849 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/1 trivial/trivial.c 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/10 man install/bar.2 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/10 man install/baz.1.in 268 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/10 man install/foo.1 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/10 man install/foo.fr.1 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/10 man install/meson.build 339 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/10 man install/test.json 420 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/10 man install/vanishing/meson.build 27 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/10 man install/vanishing/vanishing.1 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/10 man install/vanishing/vanishing.2 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/100 postconf with args/meson.build 232 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/100 postconf with args/postconf.py 471 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/100 postconf with args/prog.c 105 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/100 postconf with args/raw.dat 2 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/101 testframework options/meson.build 501 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/101 testframework options/meson_options.txt 240 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/101 testframework options/test.json 272 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/102 extract same name/lib.c 35 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/102 extract same name/main.c 100 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/102 extract same name/meson.build 846 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/102 extract same name/src/lib.c 35 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/103 has header symbol/meson.build 2.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/104 has arg/meson.build 2.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/105 generatorcustom/catter.py 292 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/105 generatorcustom/gen-resx.py 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/105 generatorcustom/gen.c 1011 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/105 generatorcustom/gen.py 240 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/105 generatorcustom/host.c 115 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/105 generatorcustom/main.c 138 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/105 generatorcustom/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/105 generatorcustom/res1.txt 5 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/105 generatorcustom/res2.txt 5 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/106 multiple dir configure file/meson.build 240 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/106 multiple dir configure file/subdir/foo.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/106 multiple dir configure file/subdir/meson.build 347 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/106 multiple dir configure file/subdir/someinput.in 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/107 spaces backslash/asm output/meson.build 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/107 spaces backslash/comparer-end-notstring.c 512 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/107 spaces backslash/comparer-end.c 375 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/107 spaces backslash/comparer.c 392 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/107 spaces backslash/include/comparer.h 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/107 spaces backslash/meson.build 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/108 ternary/meson.build 506 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/109 custom target capture/data_source.txt 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/109 custom target capture/meson.build 682 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/109 custom target capture/my_compiler.py 358 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/109 custom target capture/test.json 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/11 subdir/meson.build 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/11 subdir/subdir/meson.build 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/11 subdir/subdir/prog.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/110 allgenerate/converter.py 120 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/110 allgenerate/foobar.cpp.in 81 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/110 allgenerate/meson.build 465 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/111 pathjoin/meson.build 1.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/112 subdir subproject/meson.build 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/112 subdir subproject/prog/meson.build 163 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/112 subdir subproject/prog/prog.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/112 subdir subproject/subprojects/sub/meson.build 148 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/112 subdir subproject/subprojects/sub/sub.c 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/112 subdir subproject/subprojects/sub/sub.h 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/113 interpreter copy mutable var on assignment/meson.build 548 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/114 skip/meson.build 71 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/115 subproject project arguments/exe.c 267 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/115 subproject project arguments/exe.cpp 273 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/115 subproject project arguments/meson.build 558 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/115 subproject project arguments/subprojects/subexe/meson.build 396 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/115 subproject project arguments/subprojects/subexe/subexe.c 265 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/116 test skip/meson.build 115 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/116 test skip/test_skip.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/117 shared module/meson.build 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/117 shared module/module.c 2.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/117 shared module/nosyms.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/117 shared module/prog.c 2.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/117 shared module/runtime.c 451 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/117 shared module/test.json 207 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/118 llvm ir and assembly/main.c 211 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/118 llvm ir and assembly/main.cpp 229 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/118 llvm ir and assembly/meson.build 3.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/118 llvm ir and assembly/square-aarch64.S 436 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/118 llvm ir and assembly/square-arm.S 448 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/118 llvm ir and assembly/square-x86.S 585 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/118 llvm ir and assembly/square-x86_64.S 623 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/118 llvm ir and assembly/square.ll 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/118 llvm ir and assembly/symbol-underscore.h 123 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/119 cpp and asm/meson.build 885 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/119 cpp and asm/retval-arm.S 178 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/119 cpp and asm/retval-x86.S 177 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/119 cpp and asm/retval-x86_64.S 177 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/119 cpp and asm/symbol-underscore.h 123 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/119 cpp and asm/trivial.cc 267 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/datafile.dat 20 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/etcfile.dat 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/fileobject_datafile.dat 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/runscript.sh 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/somefile.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/subdir/data.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/subprojects/moredata/data.txt 1 byte numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/subprojects/moredata/meson.build 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/test.json 903 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/to_be_renamed_1.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/to_be_renamed_3.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/to_be_renamed_4.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/vanishing/meson.build 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/vanishing/to_be_renamed_2.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/vanishing/vanishing.dat 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/12 data/vanishing/vanishing2.dat 158 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/120 extract all shared library/extractor.h 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/120 extract all shared library/four.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/120 extract all shared library/func1234.def 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/120 extract all shared library/meson.build 520 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/120 extract all shared library/one.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/120 extract all shared library/prog.c 202 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/120 extract all shared library/three.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/120 extract all shared library/two.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/121 object only target/meson.build 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/121 object only target/obj_generator.py 618 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/121 object only target/objdir/meson.build 891 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/121 object only target/objdir/source4.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/121 object only target/objdir/source5.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/121 object only target/objdir/source6.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/121 object only target/prog.c 285 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/121 object only target/source.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/121 object only target/source2.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/121 object only target/source2.def 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/121 object only target/source3.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/121 object only target/test.json 114 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/122 no buildincdir/include/header.h 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/122 no buildincdir/meson.build 375 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/122 no buildincdir/prog.c 53 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/123 custom target directory install/docgen.py 233 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/123 custom target directory install/meson.build 239 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/123 custom target directory install/test.json 237 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/124 dependency file generation/main .c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/124 dependency file generation/meson.build 574 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/125 configure file in generator/inc/confdata.in 8 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/125 configure file in generator/inc/meson.build 145 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/125 configure file in generator/meson.build 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/125 configure file in generator/src/gen.py 227 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/125 configure file in generator/src/main.c 256 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/125 configure file in generator/src/meson.build 203 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/125 configure file in generator/src/source 3 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/126 generated llvm ir/copyfile.py 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/126 generated llvm ir/main.c 211 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/126 generated llvm ir/meson.build 795 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/126 generated llvm ir/square.ll.in 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/127 generated assembly/copyfile.py 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/127 generated assembly/empty.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/127 generated assembly/main.c 284 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/127 generated assembly/meson.build 2.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/127 generated assembly/square-arm.S.in 311 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/127 generated assembly/square-x86.S.in 557 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/127 generated assembly/square-x86_64.S.in 756 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/127 generated assembly/square.def 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/127 generated assembly/symbol-underscore.h 123 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/128 build by default targets in tests/main.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/128 build by default targets in tests/meson.build 932 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/128 build by default targets in tests/write_file.py 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/129 build by default/checkexists.py 196 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/129 build by default/foo.c 85 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/129 build by default/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/129 build by default/mygen.py 120 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/129 build by default/source.txt 22 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/c/meson.build 280 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/c/pch/prog.h 169 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/c/prog.c 190 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/cpp/meson.build 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/cpp/pch/prog.hh 19 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/cpp/prog.cc 305 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/generated/gen_custom.py 98 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/generated/gen_generator.py 142 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/generated/generated_generator.in 14 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/generated/meson.build 641 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/generated/pch/prog.h 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/generated/prog.c 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/linkwhole/lib1.c 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/linkwhole/lib2.c 118 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/linkwhole/main.c 128 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/linkwhole/meson.build 245 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/linkwhole/pch1/pch_one.h 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/linkwhole/pch2/pch_two.h 59 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/meson.build 925 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/mixed/func.c 142 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/mixed/main.cc 202 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/mixed/meson.build 246 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/mixed/pch/func.h 18 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/mixed/pch/main.h 19 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/userDefined/meson.build 377 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/userDefined/pch/pch.c 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/userDefined/pch/pch.h 11 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/userDefined/prog.c 259 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/withIncludeDirectories/include/lib/lib.h 19 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/withIncludeDirectories/meson.build 316 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/withIncludeDirectories/pch/prog.h 20 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/withIncludeDirectories/prog.c 190 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/withIncludeFile/meson.build 387 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/withIncludeFile/pch/prog.h 169 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/13 pch/withIncludeFile/prog.c 288 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/ctsub/copyfile.py 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/ctsub/emptyfile.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/ctsub/main.h 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/ctsub/meson.build 399 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/inc1/hdr.h 23 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/inc2/hdr.h 19 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/inc3/meson.build 110 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/inc3/prefer-build-dir-over-src-dir.h 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/meson.build 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/ordertest.c 200 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/sub1/main.h 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/sub1/meson.build 159 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/sub1/some.c 110 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/sub1/some.h 164 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/sub2/main.h 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/sub2/meson.build 84 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/sub3/main.h 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/sub3/meson.build 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/sub4/main.c 166 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/sub4/main.h 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/130 include order/sub4/meson.build 239 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/131 override options/four.c 126 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/131 override options/meson.build 187 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/131 override options/one.c 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/131 override options/three.c 99 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/131 override options/two.c 119 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/132 get define/concat.h 662 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/132 get define/meson.build 5.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/132 get define/meson_options.txt 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/132 get define/test.json 122 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/133 c cpp and asm/main.c 123 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/133 c cpp and asm/main.cpp 181 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/133 c cpp and asm/meson.build 834 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/133 c cpp and asm/retval-arm.S 178 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/133 c cpp and asm/retval-x86.S 216 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/133 c cpp and asm/retval-x86_64.S 177 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/133 c cpp and asm/somelib.c 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/133 c cpp and asm/symbol-underscore.h 123 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/134 compute int/config.h.in 110 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/134 compute int/foobar.h 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/134 compute int/meson.build 1.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/134 compute int/prog.c.in 768 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/135 custom target object output/meson.build 302 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/135 custom target object output/obj_generator.py 523 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/135 custom target object output/objdir/meson.build 161 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/135 custom target object output/objdir/source.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/135 custom target object output/progdir/meson.build 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/135 custom target object output/progdir/prog.c 71 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/136 empty build file/meson.build 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/136 empty build file/subdir/meson.build 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/exe/meson.build 73 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/exe2/meson.build 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/exe3/meson.build 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/exe4/meson.build 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/func1.c 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/func2.c 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/meson.build 1.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/mylib.h 483 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/prog.c 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/sh_func2_dep_func1/meson.build 301 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/sh_func2_linked_func1/meson.build 207 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/sh_func2_transdep_func1/meson.build 286 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/sh_only_link_whole/meson.build 93 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/st_func1/meson.build 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/137 whole archive/st_func2/meson.build 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/138 C and CPP link/dummy.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/138 C and CPP link/foo.c 652 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/138 C and CPP link/foo.cpp 971 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/138 C and CPP link/foo.h 617 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/138 C and CPP link/foo.hpp 684 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/138 C and CPP link/foobar.c 781 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/138 C and CPP link/foobar.h 624 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/138 C and CPP link/meson.build 3.9 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/138 C and CPP link/sub.c 651 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/138 C and CPP link/sub.h 616 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/139 mesonintrospect from scripts/check_env.py 560 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/139 mesonintrospect from scripts/check_introspection.py 456 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/139 mesonintrospect from scripts/meson.build 353 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/basename.py 526 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/check_file.py 965 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/check_inputs.py 344 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/config.h 99 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/config.h.in 120 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/config4a.h.in 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/config4b.h.in 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/config5.h.in 24 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/config6.h.in 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/config7.h.in 472 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/config8.h.in 80 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/depfile 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/differentafterbasename1.in 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/differentafterbasename2.in 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/dummy.dat 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/dumpprog.c 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/file_contains.py 462 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/generator-deps.py 458 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/generator-without-input-file.py 326 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/generator.py 377 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/invalid-utf8.bin.in 10 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/meson.build 10.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/nosubst-nocopy1.txt.in 21 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/nosubst-nocopy2.txt.in 10 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/prog.c 283 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/prog2.c 64 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/prog4.c 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/prog5.c 99 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/prog6.c 556 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/prog7.c 264 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/prog9.c 371 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/sameafterbasename.in 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/sameafterbasename.in2 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/subdir/meson.build 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/test.json 355 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/test.py.in 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/14 configure file/touch.py 326 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/140 custom target multiple outputs/generator.py 322 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/140 custom target multiple outputs/meson.build 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/140 custom target multiple outputs/test.json 318 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/141 special characters/.editorconfig 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/141 special characters/arg-char-test.c 267 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/141 special characters/arg-string-test.c 329 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/141 special characters/arg-unquoted-test.c 489 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/141 special characters/check_quoting.py 562 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/141 special characters/meson.build 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/141 special characters/test.json 125 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/142 nested links/meson.build 192 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/142 nested links/xephyr.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/143 list of file sources/foo 10 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/143 list of file sources/gen.py 174 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/143 list of file sources/meson.build 269 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/144 link depends custom target/foo.c 230 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/144 link depends custom target/make_file.py 115 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/144 link depends custom target/meson.build 400 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/3rdorderdeps/lib.c.in 163 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/3rdorderdeps/main.c.in 306 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/3rdorderdeps/meson.build 1.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/circular/lib1.c 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/circular/lib2.c 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/circular/lib3.c 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/circular/main.c 508 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/circular/meson.build 228 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/circular/prop1.c 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/circular/prop2.c 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/circular/prop3.c 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/edge-cases/libsto.c 127 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/edge-cases/meson.build 551 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/edge-cases/shstmain.c 234 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/edge-cases/stobuilt.c 80 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/edge-cases/stomain.c 232 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/lib.h 446 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/main.c 1006 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/meson.build 854 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/shnodep/lib.c 80 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/shnodep/meson.build 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/shshdep/lib.c 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/shshdep/meson.build 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/shstdep/lib.c 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/shstdep/meson.build 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/stnodep/lib.c 80 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/stnodep/meson.build 103 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/stshdep/lib.c 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/stshdep/meson.build 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/ststdep/lib.c 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/145 recursive linking/ststdep/meson.build 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/146 library at root/lib.c 102 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/146 library at root/main/main.c 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/146 library at root/main/meson.build 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/146 library at root/meson.build 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/fallback.c 125 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/include/simdheader.h 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/simd_avx.c 1014 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/simd_avx2.c 903 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/simd_mmx.c 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/simd_neon.c 445 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/simd_sse.c 521 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/simd_sse2.c 790 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/simd_sse3.c 915 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/simd_sse41.c 903 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/simd_sse42.c 898 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/simd_ssse3.c 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/simdchecker.c 3.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/147 simd/simdfuncs.h 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/148 shared module resolving symbol in executable/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/148 shared module resolving symbol in executable/module.c 397 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/148 shared module resolving symbol in executable/prog.c 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/149 dotinclude/dotproc.c 173 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/149 dotinclude/meson.build 103 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/149 dotinclude/stdio.h 151 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/15 if/meson.build 909 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/15 if/prog.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/all/meson.build 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/benchmark/meson.build 42 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/clean-ctlist/meson.build 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/clean-gcda/meson.build 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/clean-gcno/meson.build 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/clean/meson.build 38 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/coverage-html/meson.build 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/coverage-sonarqube/meson.build 51 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/coverage-text/meson.build 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/coverage-xml/meson.build 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/coverage/meson.build 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/dist/meson.build 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/distcheck/meson.build 42 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/install/meson.build 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/meson.build 879 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/phony/meson.build 38 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/reconfigure/meson.build 44 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/runtarget/echo.py 81 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/runtarget/meson.build 134 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/scan-build/meson.build 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/test.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/test/meson.build 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/150 reserved targets/uninstall/meson.build 42 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/151 duplicate source names/dir1/file.c 274 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/151 duplicate source names/dir1/meson.build 27 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/151 duplicate source names/dir2/dir1/file.c 20 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/151 duplicate source names/dir2/file.c 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/151 duplicate source names/dir2/meson.build 42 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/151 duplicate source names/dir3/dir1/file.c 20 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/151 duplicate source names/dir3/file.c 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/151 duplicate source names/dir3/meson.build 53 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/151 duplicate source names/meson.build 737 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/152 index customtarget/check_args.py 287 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/152 index customtarget/gen_sources.py 741 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/152 index customtarget/lib.c 675 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/152 index customtarget/meson.build 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/152 index customtarget/subdir/foo.c 695 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/152 index customtarget/subdir/meson.build 665 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/meson.build 613 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/src/meson.build 205 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/src/subprojects/foo/prog2.c 182 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/src/subprojects/prog.c 182 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/src/test.c 167 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/bar.wrap 219 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/foo.wrap 374 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/packagecache/foo-1.0-patch.tar.xz 244 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/packagecache/foo-1.0.tar.xz 196 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/packagecache/zlib-1.2.8-8-wrap.zip 6 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/packagecache/zlib-1.2.8.tar.gz 6 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/packagefiles/bar-1.0-patch.tar.xz 244 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/packagefiles/bar-1.0.tar.xz 200 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/packagefiles/foo-1.0/meson.build 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/packagefiles/patchfile/0001-Change-foo-to-executable.patch 756 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/packagefiles/patchfile/0001-Change-return-value-to-43.patch 447 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/packagefiles/patchfile/0002-Change-return-value-to-44.patch 447 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/patchdir.wrap 249 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/patchfile.wrap 412 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/zlib-1.2.8/foo.c 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/zlib-1.2.8/meson.build 51 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/153 wrap file should not failed/subprojects/zlib.wrap 399 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/154 includedir subproj/meson.build 125 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/154 includedir subproj/prog.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/154 includedir subproj/subprojects/inctest/include/incfile.h 44 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/154 includedir subproj/subprojects/inctest/meson.build 291 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/155 subproject dir name collision/a.c 191 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/155 subproject dir name collision/custom_subproject_dir/B/b.c 428 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/155 subproject dir name collision/custom_subproject_dir/B/meson.build 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/155 subproject dir name collision/custom_subproject_dir/C/c.c 340 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/155 subproject dir name collision/custom_subproject_dir/C/meson.build 107 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/155 subproject dir name collision/meson.build 238 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/155 subproject dir name collision/other_subdir/custom_subproject_dir/other.c 404 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/155 subproject dir name collision/other_subdir/meson.build 58 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/156 config tool variable/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/157 custom target subdir depend files/copyfile.py 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/157 custom target subdir depend files/meson.build 132 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/157 custom target subdir depend files/subdir/dep.dat 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/157 custom target subdir depend files/subdir/foo.c.in 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/157 custom target subdir depend files/subdir/meson.build 149 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/158 disabler/meson.build 4.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/159 array option/meson.build 716 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/159 array option/meson_options.txt 652 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/16 comparison/meson.build 2.9 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/16 comparison/prog.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/160 custom target template substitution/checkcopy.py 202 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/160 custom target template substitution/foo.c.in 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/160 custom target template substitution/meson.build 496 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/161 not-found dependency/meson.build 459 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/161 not-found dependency/sub/meson.build 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/161 not-found dependency/subprojects/trivial/meson.build 161 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/161 not-found dependency/subprojects/trivial/trivial.c 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/161 not-found dependency/testlib.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/162 subdir if_found/meson.build 286 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/162 subdir if_found/subdir/meson.build 13 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/163 default options prefix dependent defaults/meson.build 120 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/164 dependency factory/meson.build 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/165 get project license/bar.c 93 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/165 get project license/meson.build 211 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/166 yield/meson.build 344 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/166 yield/meson_options.txt 175 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/166 yield/subprojects/sub/meson.build 309 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/166 yield/subprojects/sub/meson_options.txt 219 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/167 subproject nested subproject dirs/contrib/subprojects/alpha/a.c 357 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/167 subproject nested subproject dirs/contrib/subprojects/alpha/meson.build 147 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/167 subproject nested subproject dirs/contrib/subprojects/alpha/var/subprojects/wrap_files_might_be_here 1 byte numpy-2.1.3/vendored-meson/meson/test cases/common/167 subproject nested subproject dirs/contrib/subprojects/beta/b.c 339 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/167 subproject nested subproject dirs/contrib/subprojects/beta/meson.build 106 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/167 subproject nested subproject dirs/meson.build 390 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/167 subproject nested subproject dirs/prog.c 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/168 preserve gendir/base.inp 5 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/168 preserve gendir/com/mesonbuild/subbie.inp 7 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/168 preserve gendir/genprog.py 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/168 preserve gendir/meson.build 695 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/168 preserve gendir/testprog.c 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/169 source in dep/bar.cpp 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/169 source in dep/foo.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/169 source in dep/generated/funname 22 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/169 source in dep/generated/genheader.py 219 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/169 source in dep/generated/main.c 84 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/169 source in dep/generated/meson.build 274 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/169 source in dep/meson.build 145 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/17 array/func.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/17 array/meson.build 123 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/17 array/prog.c 58 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/170 generator link whole/export.h 450 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/170 generator link whole/generator.py 620 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/170 generator link whole/main.c 197 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/170 generator link whole/meson.build 2.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/170 generator link whole/meson_test_function.tmpl 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/170 generator link whole/pull_meson_test_function.c 129 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/171 initial c_args/meson.build 318 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/171 initial c_args/test.json 172 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/172 identical target name in subproject flat layout/foo.c 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/172 identical target name in subproject flat layout/main.c 347 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/172 identical target name in subproject flat layout/meson.build 595 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/172 identical target name in subproject flat layout/subprojects/subproj/foo.c 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/172 identical target name in subproject flat layout/subprojects/subproj/meson.build 87 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/173 as-needed/config.h 383 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/173 as-needed/libA.cpp 110 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/173 as-needed/libA.h 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/173 as-needed/libB.cpp 289 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/173 as-needed/main.cpp 128 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/173 as-needed/meson.build 780 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/174 ndebug if-release enabled/main.c 344 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/174 ndebug if-release enabled/meson.build 184 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/175 ndebug if-release disabled/main.c 100 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/175 ndebug if-release disabled/meson.build 178 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/176 subproject version/meson.build 190 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/176 subproject version/subprojects/a/meson.build 122 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/177 subdir_done/meson.build 255 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/178 bothlibraries/dummy.py 162 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/178 bothlibraries/foo.cpp 161 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/178 bothlibraries/libfile.c 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/178 bothlibraries/main.c 125 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/178 bothlibraries/main2.c 158 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/178 bothlibraries/meson.build 2.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/178 bothlibraries/mylib.h 248 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/179 escape and unicode/file.c.in 103 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/179 escape and unicode/file.py 221 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/179 escape and unicode/find.py 170 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/179 escape and unicode/fun.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/179 escape and unicode/main.c 189 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/179 escape and unicode/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/18 includedir/include/func.h 59 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/18 includedir/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/18 includedir/src/func.c 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/18 includedir/src/meson.build 207 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/18 includedir/src/prog.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/18 includedirxyz/do_not_delete 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/180 has link arg/meson.build 2.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/181 same target name flat layout/foo.c 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/181 same target name flat layout/main.c 347 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/181 same target name flat layout/meson.build 572 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/181 same target name flat layout/subdir/foo.c 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/181 same target name flat layout/subdir/meson.build 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/meson.build 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/otherdir/main.c 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/otherdir/main2.c 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/otherdir/meson.build 653 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/otherdir/source.desc 14 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/otherdir/source2.desc 16 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/prog-version.py 38 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/subdir/converter.py 250 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/subdir/gencodegen.py.in 257 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/subdir/meson.build 336 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/subprojects/sub.wrap 64 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/subprojects/sub/meson.build 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/subprojects/sub2.wrap 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/subprojects/sub2/meson.build 106 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/182 find override/subprojects/sub2/prog-version.py 38 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/183 partial dependency/declare_dependency/headers/foo.c 649 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/183 partial dependency/declare_dependency/headers/foo.h 617 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/183 partial dependency/declare_dependency/main.c 731 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/183 partial dependency/declare_dependency/meson.build 966 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/183 partial dependency/declare_dependency/other.c 652 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/183 partial dependency/meson.build 659 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/184 openmp/main.c 332 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/184 openmp/main.cpp 355 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/184 openmp/main.f90 215 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/184 openmp/meson.build 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/185 same target name/file.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/185 same target name/meson.build 73 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/185 same target name/sub/file2.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/185 same target name/sub/meson.build 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/186 test depends/gen.py 184 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/186 test depends/main.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/186 test depends/meson.build 649 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/186 test depends/test.py 356 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/187 args flattening/meson.build 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/188 dict/meson.build 2.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/188 dict/prog.c 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/189 check header/meson.build 1.9 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/189 check header/ouagadougou.h 35 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/19 header in file list/header.h 18 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/19 header in file list/meson.build 589 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/19 header in file list/prog.c 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/190 install_mode/config.h.in 120 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/190 install_mode/data_source.txt 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/190 install_mode/foo.1 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/190 install_mode/meson.build 1.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/190 install_mode/rootdir.h 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/190 install_mode/runscript.sh 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/190 install_mode/stat.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/190 install_mode/sub1/second.dat 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/190 install_mode/sub2/stub 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/190 install_mode/test.json 747 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/190 install_mode/trivial.c 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/191 subproject array version/meson.build 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/191 subproject array version/subprojects/foo/meson.build 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/192 feature option/meson.build 4.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/192 feature option/meson_options.txt 276 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/193 feature option disabled/meson.build 1000 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/193 feature option disabled/meson_options.txt 276 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/194 static threads/lib1.c 171 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/194 static threads/lib2.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/194 static threads/meson.build 292 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/194 static threads/prog.c 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/195 generator in subdir/com/mesonbuild/meson.build 316 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/195 generator in subdir/com/mesonbuild/subbie.inp 7 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/195 generator in subdir/com/mesonbuild/testprog.c 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/195 generator in subdir/com/mesonbuild/tooldir/genprog.py 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/195 generator in subdir/meson.build 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/196 subproject with features/meson.build 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/196 subproject with features/meson_options.txt 197 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/196 subproject with features/nothing.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/196 subproject with features/subprojects/auto_sub_with_missing_dep/meson.build 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/196 subproject with features/subprojects/disabled_sub/lib/meson.build 128 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/196 subproject with features/subprojects/disabled_sub/lib/sub.c 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/196 subproject with features/subprojects/disabled_sub/lib/sub.h 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/196 subproject with features/subprojects/disabled_sub/meson.build 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/196 subproject with features/subprojects/sub/lib/meson.build 128 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/196 subproject with features/subprojects/sub/lib/sub.c 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/196 subproject with features/subprojects/sub/lib/sub.h 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/196 subproject with features/subprojects/sub/meson.build 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/197 function attributes/meson.build 4.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/197 function attributes/meson_options.txt 182 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/197 function attributes/test.json 128 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/198 broken subproject/meson.build 73 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/198 broken subproject/subprojects/broken/broken.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/198 broken subproject/subprojects/broken/meson.build 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/199 argument syntax/meson.build 505 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/2 cpp/cpp.C 107 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/2 cpp/meson.build 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/2 cpp/something.txt 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/2 cpp/trivial.cc 107 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/2 cpp/VERSIONFILE 6 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/20 global arg/meson.build 455 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/20 global arg/prog.c 822 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/20 global arg/prog.cc 215 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/200 install name_prefix name_suffix/libfile.c 337 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/200 install name_prefix name_suffix/meson.build 672 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/200 install name_prefix name_suffix/test.json 785 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/201 kwarg entry/inc/prog.h 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/201 kwarg entry/meson.build 167 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/201 kwarg entry/prog.c 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/201 kwarg entry/test.json 114 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/202 custom target build by default/docgen.py 190 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/202 custom target build by default/meson.build 267 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/202 custom target build by default/test.json 26 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/203 find_library and headers/foo.h 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/203 find_library and headers/meson.build 654 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/204 line continuation/meson.build 266 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/205 native file path override/main.cpp 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/205 native file path override/meson.build 205 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/205 native file path override/nativefile.ini 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/205 native file path override/test.json 134 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/206 tap tests/cat.c 570 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/206 tap tests/issue7515.txt 2.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/206 tap tests/meson.build 902 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/206 tap tests/tester.c 208 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/207 warning level 0/main.cpp 264 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/207 warning level 0/meson.build 126 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/208 link custom/custom_stlib.py 2.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/208 link custom/custom_target.c 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/208 link custom/custom_target.py 117 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/208 link custom/dummy.c 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/208 link custom/lib.c 58 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/208 link custom/meson.build 2.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/208 link custom/outerlib.c 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/208 link custom/prog.c 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/209 link custom_i single from multiple/generate_conflicting_stlibs.py 2.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/209 link custom_i single from multiple/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/209 link custom_i single from multiple/prog.c 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/21 target arg/func.c 142 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/21 target arg/func2.c 169 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/21 target arg/meson.build 229 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/21 target arg/prog.cc 175 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/21 target arg/prog2.cc 202 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/210 link custom_i multiple from multiple/generate_stlibs.py 2.9 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/210 link custom_i multiple from multiple/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/210 link custom_i multiple from multiple/prog.c 100 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/211 dependency get_variable method/meson.build 3.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/211 dependency get_variable method/test.json 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/212 source set configuration_data/a.c 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/212 source set configuration_data/all.h 210 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/212 source set configuration_data/f.c 74 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/212 source set configuration_data/g.c 44 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/212 source set configuration_data/meson.build 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/212 source set configuration_data/nope.c 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/212 source set configuration_data/subdir/b.c 113 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/212 source set configuration_data/subdir/meson.build 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/213 source set dictionary/a.c 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/213 source set dictionary/all.h 210 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/213 source set dictionary/f.c 74 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/213 source set dictionary/g.c 44 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/213 source set dictionary/meson.build 1.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/213 source set dictionary/nope.c 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/213 source set dictionary/subdir/b.c 113 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/213 source set dictionary/subdir/meson.build 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/214 source set custom target/a.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/214 source set custom target/all.h 42 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/214 source set custom target/cp.py 88 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/214 source set custom target/f.c 35 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/214 source set custom target/g.c 35 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/214 source set custom target/meson.build 894 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/boards/arm/aarch64.cc 184 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/boards/arm/arm.cc 113 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/boards/arm/arm.h 142 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/boards/arm/arm32.cc 191 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/boards/arm/versatilepb.cc 319 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/boards/arm/virt.cc 284 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/boards/arm/xlnx_zcu102.cc 316 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/boards/meson.build 477 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/boards/x86/pc.cc 435 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/common.h 699 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/config/aarch64 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/config/arm 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/config/x86 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/devices/meson.build 213 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/devices/virtio-mmio.cc 327 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/devices/virtio-pci.cc 322 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/devices/virtio.cc 104 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/devices/virtio.h 129 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/dummy.cpp 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/main.cc 706 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/meson.build 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/not-found.cc 167 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/was-found.cc 131 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/215 source set realistic example/zlib.cc 295 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/216 custom target input extracted objects/check_object.py 470 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/216 custom target input extracted objects/libdir/gen.py 159 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/216 custom target input extracted objects/libdir/meson.build 860 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/216 custom target input extracted objects/libdir/source.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/216 custom target input extracted objects/meson.build 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/217 test priorities/meson.build 351 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/217 test priorities/testprog.py 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/218 include_dir dot/meson.build 174 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/218 include_dir dot/rone.h 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/218 include_dir dot/src/main.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/218 include_dir dot/src/meson.build 120 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/218 include_dir dot/src/rone.c 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/219 include_type dependency/main.cpp 116 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/219 include_type dependency/meson.build 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/219 include_type dependency/pch/test.hpp 42 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/219 include_type dependency/subprojects/subDep/meson.build 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/22 object extraction/check-obj.py 478 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/22 object extraction/create-source.py 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/22 object extraction/header.h 58 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/22 object extraction/lib.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/22 object extraction/lib2.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/22 object extraction/main.c 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/22 object extraction/meson.build 2.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/22 object extraction/src/lib.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/220 fs module/btgt.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/220 fs module/ctgt.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/220 fs module/meson.build 8.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/220 fs module/subdir/btgt.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/220 fs module/subdir/meson.build 2.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/220 fs module/subdir/subdirfile.txt 19 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/220 fs module/subprojects/subbie/meson.build 641 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/220 fs module/subprojects/subbie/subprojectfile.txt 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/220 fs module/subprojects/subbie/subsub/meson.build 332 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/220 fs module/subprojects/subbie/subsub/subsubfile.txt 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/221 zlib/meson.build 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/222 native prop/crossfile.ini 67 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/222 native prop/meson.build 2.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/222 native prop/nativefile.ini 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/223 persubproject options/foo.c 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/223 persubproject options/main.cpp 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/223 persubproject options/meson.build 720 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/223 persubproject options/subprojects/sub1/foo.c 219 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/223 persubproject options/subprojects/sub1/meson.build 382 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/223 persubproject options/subprojects/sub2/foo.c 109 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/223 persubproject options/subprojects/sub2/foo.cpp 112 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/223 persubproject options/subprojects/sub2/meson.build 749 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/223 persubproject options/test.json 110 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/224 arithmetic operators/meson.build 261 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/225 link language/c_linkage.cpp 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/225 link language/c_linkage.h 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/225 link language/lib.cpp 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/225 link language/main.c 65 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/225 link language/meson.build 217 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/226 link depends indexed custom target/check_arch.py 723 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/226 link depends indexed custom target/foo.c 230 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/226 link depends indexed custom target/make_file.py 196 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/226 link depends indexed custom target/meson.build 642 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/227 very long command line/codegen.py 156 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/227 very long command line/main.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/227 very long command line/meson.build 1.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/227 very long command line/name_gen.py 808 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/228 custom_target source/a 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/228 custom_target source/meson.build 154 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/228 custom_target source/x.py 132 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/229 disabler array addition/meson.build 172 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/229 disabler array addition/test.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/23 endian/meson.build 170 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/23 endian/prog.c 375 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/230 external project/app.c 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/230 external project/func.c 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/230 external project/func.h 16 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/230 external project/libfoo/configure 691 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/230 external project/libfoo/libfoo.c 88 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/230 external project/libfoo/libfoo.h 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/230 external project/libfoo/meson.build 523 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/230 external project/meson.build 744 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/230 external project/test.json 199 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/231 subdir files/meson.build 95 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/231 subdir files/subdir/meson.build 35 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/231 subdir files/subdir/prog.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/232 dependency allow_fallback/meson.build 424 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/232 dependency allow_fallback/subprojects/foob/meson.build 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/232 dependency allow_fallback/subprojects/foob3/meson.build 71 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/233 wrap case/meson.build 134 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/233 wrap case/prog.c 207 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/233 wrap case/subprojects/up_down.wrap 65 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/233 wrap case/subprojects/up_down/meson.build 84 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/233 wrap case/subprojects/up_down/up_down.h 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/234 get_file_contents/meson.build 517 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/234 get_file_contents/other/meson.build 116 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/234 get_file_contents/utf-16-text 150 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/234 get_file_contents/VERSION 6 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/235 invalid standard overridden to valid/main.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/235 invalid standard overridden to valid/meson.build 161 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/235 invalid standard overridden to valid/test.json 95 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/236 proper args splitting/main.c 131 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/236 proper args splitting/meson.build 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/236 proper args splitting/test.json 104 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/237 fstrings/meson.build 150 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/238 dependency include_type inconsistency/bar/meson.build 206 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/238 dependency include_type inconsistency/meson.build 84 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/238 dependency include_type inconsistency/subprojects/baz.wrap 85 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/238 dependency include_type inconsistency/subprojects/baz/meson.build 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/238 dependency include_type inconsistency/subprojects/foo.wrap 85 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/238 dependency include_type inconsistency/subprojects/foo/meson.build 206 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/239 includedir violation/meson.build 335 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/239 includedir violation/subprojects/sub/include/placeholder.h 87 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/239 includedir violation/subprojects/sub/meson.build 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/239 includedir violation/test.json 139 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/24 library versions/lib.c 340 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/24 library versions/meson.build 180 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/24 library versions/subdir/meson.build 328 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/24 library versions/test.json 197 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/240 dependency native host == build/meson.build 551 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/240 dependency native host == build/test.json 248 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/241 set and get variable/meson.build 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/241 set and get variable/test1.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/241 set and get variable/test2.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/242 custom target feed/data_source.txt 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/242 custom target feed/meson.build 685 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/242 custom target feed/my_compiler.py 375 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/242 custom target feed/test.json 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/243 escape++/meson.build 95 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/243 escape++/test.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/244 variable scope/meson.build 198 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/245 custom target index source/code_source.c 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/245 custom target index source/copyfile.py 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/245 custom target index source/copyfile2.py 134 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/245 custom target index source/header_source.h 26 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/245 custom target index source/main.c 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/245 custom target index source/meson.build 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/246 dependency fallbacks/meson.build 305 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/246 dependency fallbacks/subprojects/png/meson.build 74 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/247 deprecated option/meson.build 464 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/247 deprecated option/meson_options.txt 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/247 deprecated option/test.json 637 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/248 install_emptydir/meson.build 202 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/248 install_emptydir/test.json 148 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/249 install_symlink/datafile.dat 20 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/249 install_symlink/meson.build 471 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/249 install_symlink/test.json 234 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/25 config subdir/include/config.h.in 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/25 config subdir/include/meson.build 143 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/25 config subdir/meson.build 100 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/25 config subdir/src/meson.build 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/25 config subdir/src/prog.c 65 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/250 system include dir/lib/lib.hpp 110 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/250 system include dir/main.cpp 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/250 system include dir/meson.build 596 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/251 add_project_dependencies/inc/lib.h 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/251 add_project_dependencies/lib.c 229 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/251 add_project_dependencies/main.c 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/251 add_project_dependencies/meson.build 750 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/dir1/bad 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/dir1/file1 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/dir1/file2 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/dir1/file3 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/dir2/bad 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/dir2/file1 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/dir2/file2 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/dir2/file3 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/dir3/bad 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/dir3/file1 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/dir3/file2 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/dir3/file3 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/meson.build 339 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/pysrc/__init__.py 19 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/pysrc/bad.py 38 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/pysrc/bar.py 21 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/pysrc/foo.py 21 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/pysrc/meson.build 213 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/pysrc/submod/__init__.py 22 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/pysrc/submod/bad.py 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/pysrc/submod/baz.py 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/252 install data structured/test.json 894 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/253 subproject dependency variables/meson.build 370 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/253 subproject dependency variables/subprojects/subfiles/foo.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/253 subproject dependency variables/subprojects/subfiles/meson.build 994 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/253 subproject dependency variables/subprojects/subfiles/subdir/foo.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/253 subproject dependency variables/subprojects/subfiles/subdir2/foo.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/253 subproject dependency variables/test.json 270 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/254 long output/dumper.c 348 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/254 long output/meson.build 171 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/255 module warnings/meson.build 456 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/255 module warnings/test.json 784 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/256 subproject extracted objects/foo.c 202 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/256 subproject extracted objects/meson.build 175 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/256 subproject extracted objects/subprojects/myobjects/cpplib.cpp 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/256 subproject extracted objects/subprojects/myobjects/cpplib.h 384 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/256 subproject extracted objects/subprojects/myobjects/meson.build 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/256 subproject extracted objects/test.json 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/257 generated header dep/foo.c 17 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/257 generated header dep/meson.build 768 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/258 subsubproject inplace/meson.build 35 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/258 subsubproject inplace/subprojects/sub/meson.build 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/258 subsubproject inplace/subprojects/sub/subprojects/subsub-1.0/meson.build 18 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/258 subsubproject inplace/subprojects/sub/subprojects/subsub.wrap 35 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/259 preprocess/bar.c 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/259 preprocess/foo.c 17 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/259 preprocess/foo.x 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/259 preprocess/math.c 153 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/259 preprocess/meson.build 746 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/259 preprocess/src/file.map.in 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/259 preprocess/src/meson.build 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/26 find program/meson.build 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/26 find program/print-version-custom-argument.py 114 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/26 find program/print-version-with-prefix.py 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/26 find program/print-version.py 115 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/26 find program/scripts/test_subdir.py 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/26 find program/source.in 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/260 declare_dependency objects/bar.c 18 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/260 declare_dependency objects/foo.c 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/260 declare_dependency objects/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/260 declare_dependency objects/prog.c 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/261 testcase clause/meson.build 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/261 testcase clause/test.json 100 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/262 generator chain/data.txt 7 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/262 generator chain/meson.build 436 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/262 generator chain/stage1.py 153 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/262 generator chain/stage2.py 163 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/263 internal dependency includes in checks/include/test_262_header.h 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/263 internal dependency includes in checks/meson.build 208 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/264 required keyword in has functions/meson.build 2.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/264 required keyword in has functions/meson_options.txt 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/265 default_options dict/lib.c 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/265 default_options dict/meson.build 526 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/265 default_options dict/meson_options.txt 178 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/266 format string/meson.build 637 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/266 format string/meson_options.txt 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/266 format string/test.json 749 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/267 default_options in find_program/meson.build 159 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/267 default_options in find_program/subprojects/dummy.wrap 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/267 default_options in find_program/subprojects/dummy/dummy.c 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/267 default_options in find_program/subprojects/dummy/meson.build 163 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/267 default_options in find_program/subprojects/dummy/meson_options.txt 59 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/268 install functions and follow symlinks/foo/file1 5 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/268 install functions and follow symlinks/meson.build 657 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/268 install functions and follow symlinks/test.json 613 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/269 configure file output format/compare.py 183 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/269 configure file output format/expected/config.h 305 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/269 configure file output format/expected/config.json 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/269 configure file output format/expected/config.mg 353 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/269 configure file output format/expected/config.nasm 278 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/269 configure file output format/meson.build 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/27 multiline string/meson.build 569 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/270 int_to_str_fill/meson.build 195 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/271 env in generator.process/generate_main.py 286 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/271 env in generator.process/main.template 44 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/271 env in generator.process/meson.build 631 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/272 unity/meson.build 431 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/272 unity/slib.c 95 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/272 unity/slib1.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/272 unity/slib2.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/272 unity/test.json 85 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/273 customtarget exe for test/generate.py 238 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/273 customtarget exe for test/meson.build 349 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/274 environment/meson.build 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/274 environment/testenv.py 236 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/275 required keyword in compiles functions/invalid.c 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/275 required keyword in compiles functions/meson.build 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/275 required keyword in compiles functions/meson_options.txt 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/275 required keyword in compiles functions/valid.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/276 generator custom_tgt subdir/include/meson.build 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/276 generator custom_tgt subdir/meson.build 452 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/277 custom target private dir/meson.build 319 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/28 try compile/foo.h.in 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/28 try compile/invalid.c 74 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/28 try compile/meson.build 2.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/28 try compile/valid.c 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/29 compiler id/meson.build 314 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/3 static/lib3.c 181 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/3 static/libfile.c 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/3 static/libfile2.c 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/3 static/meson.build 702 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/3 static/meson_options.txt 93 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/30 sizeof/config.h.in 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/30 sizeof/meson.build 982 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/30 sizeof/prog.c.in 430 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/31 define10/config.h.in 35 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/31 define10/meson.build 246 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/31 define10/prog.c 229 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/32 has header/meson.build 2.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/32 has header/ouagadougou.h 35 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/33 run program/check-env.py 100 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/33 run program/get-version.py 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/33 run program/meson.build 2.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/33 run program/scripts/hello.bat 21 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/33 run program/scripts/hello.sh 22 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/33 run program/test.json 284 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/34 logic ops/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/35 string operations/meson.build 5.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/36 has function/meson.build 5.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/37 has member/meson.build 769 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/38 alignment/meson.build 868 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/39 library chain/main.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/39 library chain/meson.build 125 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/39 library chain/subdir/lib1.c 396 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/39 library chain/subdir/meson.build 120 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/39 library chain/subdir/subdir2/lib2.c 338 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/39 library chain/subdir/subdir2/meson.build 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/39 library chain/subdir/subdir3/lib3.c 339 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/39 library chain/subdir/subdir3/meson.build 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/39 library chain/test.json 114 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/4 shared/libfile.c 340 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/4 shared/libfile2.c 479 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/4 shared/meson.build 659 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/40 options/meson.build 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/40 options/meson_options.txt 965 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/40 options/test.json 183 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/41 test args/cmd_args.c 433 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/41 test args/copyfile.py 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/41 test args/env2vars.c 634 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/41 test args/envvars.c 624 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/41 test args/meson.build 1.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/41 test args/tester.c 736 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/41 test args/tester.py 228 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/41 test args/testfile.txt 9 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/42 subproject/meson.build 850 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/42 subproject/mylicense.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/42 subproject/subprojects/sublib/include/subdefs.h 451 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/42 subproject/subprojects/sublib/meson.build 682 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/42 subproject/subprojects/sublib/simpletest.c 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/42 subproject/subprojects/sublib/sublib.c 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/42 subproject/subprojects/sublib/sublicense1.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/42 subproject/subprojects/sublib/sublicense2.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/42 subproject/test.json 411 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/42 subproject/user.c 294 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/43 subproject options/meson.build 126 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/43 subproject options/meson_options.txt 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/43 subproject options/subprojects/subproject/meson.build 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/43 subproject options/subprojects/subproject/meson_options.txt 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/answer.c 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/dependencies/custom.c 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/dependencies/dummy.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/dependencies/exposed.c 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/dependencies/internal.c 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/dependencies/main.c 175 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/dependencies/meson.build 3.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/dependencies/test2.c 106 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/foo.c 163 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/inc1/inc1.h 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/inc2/inc2.h 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/meson.build 6.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/simple.c 65 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/simple.h 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/simple5.c 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/44 pkgconfig-gen/test.json 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/45 custom install dirs/datafile.cat 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/45 custom install dirs/meson.build 704 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/45 custom install dirs/prog.1 13 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/45 custom install dirs/prog.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/45 custom install dirs/sample.h 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/45 custom install dirs/subdir/datafile.dog 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/45 custom install dirs/test.json 688 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/46 subproject subproject/meson.build 263 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/46 subproject subproject/prog.c 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/46 subproject subproject/subprojects/a/a.c 357 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/46 subproject subproject/subprojects/a/meson.build 104 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/46 subproject subproject/subprojects/b/b.c 339 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/46 subproject subproject/subprojects/b/meson.build 51 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/46 subproject subproject/subprojects/c/meson.build 104 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/47 same file name/d1/file.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/47 same file name/d2/file.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/47 same file name/meson.build 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/47 same file name/prog.c 84 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/48 file grabber/a.c 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/48 file grabber/b.c 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/48 file grabber/c.c 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/48 file grabber/grabber.bat 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/48 file grabber/grabber.sh 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/48 file grabber/grabber2.bat 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/48 file grabber/meson.build 985 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/48 file grabber/prog.c 111 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/48 file grabber/subdir/meson.build 151 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/48 file grabber/subdir/suba.c 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/48 file grabber/subdir/subb.c 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/48 file grabber/subdir/subc.c 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/48 file grabber/subdir/subprog.c 111 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/49 custom target/data_source.txt 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/49 custom target/depfile/dep.py 375 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/49 custom target/depfile/meson.build 178 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/49 custom target/meson.build 1.9 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/49 custom target/my_compiler.py 657 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/49 custom target/test.json 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/5 linkstatic/libfile.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/5 linkstatic/libfile2.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/5 linkstatic/libfile3.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/5 linkstatic/libfile4.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/5 linkstatic/main.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/5 linkstatic/meson.build 234 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/50 custom target chain/data_source.txt 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/50 custom target chain/meson.build 883 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/50 custom target chain/my_compiler.py 424 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/50 custom target chain/my_compiler2.py 432 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/50 custom target chain/test.json 132 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/50 custom target chain/usetarget/meson.build 182 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/50 custom target chain/usetarget/myexe.c 81 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/50 custom target chain/usetarget/subcomp.py 157 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/51 run target/.clang-format 19 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/51 run target/.clang-tidy 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/51 run target/check-env.py 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/51 run target/check_exists.py 144 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/51 run target/configure.in 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/51 run target/converter.py 139 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/51 run target/fakeburner.py 356 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/51 run target/helloprinter.c 223 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/51 run target/meson.build 3.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/51 run target/subdir/textprinter.py 59 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/52 object generator/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/52 object generator/obj_generator.py 523 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/52 object generator/prog.c 194 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/52 object generator/source.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/52 object generator/source2.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/52 object generator/source3.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/52 object generator/source4.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/53 install script/customtarget.py 382 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/53 install script/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/53 install script/myinstall.py 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/53 install script/prog.c 203 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/53 install script/src/a file.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/53 install script/src/foo.c 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/53 install script/src/meson.build 152 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/53 install script/src/myinstall.py 283 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/53 install script/test.json 641 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/54 custom target source output/generator.py 313 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/54 custom target source output/main.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/54 custom target source output/meson.build 207 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/55 exe static shared/meson.build 655 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/55 exe static shared/prog.c 172 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/55 exe static shared/shlib2.c 156 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/55 exe static shared/stat.c 112 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/55 exe static shared/stat2.c 42 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/55 exe static shared/subdir/exports.h 306 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/55 exe static shared/subdir/meson.build 42 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/55 exe static shared/subdir/shlib.c 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/56 array methods/a.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/56 array methods/b.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/56 array methods/c.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/56 array methods/meson.build 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/57 custom header generator/input.def 2 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/57 custom header generator/makeheader.py 322 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/57 custom header generator/meson.build 861 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/57 custom header generator/prog.c 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/57 custom header generator/somefile.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/58 multiple generators/data2.dat 2 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/58 multiple generators/main.cpp 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/58 multiple generators/meson.build 383 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/58 multiple generators/mygen.py 439 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/58 multiple generators/subdir/data.dat 2 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/58 multiple generators/subdir/meson.build 140 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/meson.build 934 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/nested_elided/sub/dircheck/ninth.dat 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/nested_elided/sub/eighth.dat 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/sub/sub1/third.dat 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/sub1/second.dat 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/sub2/dircheck/excluded-three.dat 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/sub2/excluded-three.dat 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/sub2/excluded/two.dat 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/sub2/one.dat 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/sub3/data/data.txt 5 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/sub3/data/excluded.txt 9 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/sub3/data/excluded/excluded.txt 9 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/sub_elided/dircheck/fifth.dat 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/sub_elided/fourth.dat 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/subdir/meson.build 230 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/subdir/sub1/data1.dat 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/subdir/sub1/sub2/data2.dat 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/subdir/sub_elided/dircheck/seventh.dat 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/subdir/sub_elided/sixth.dat 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/59 install subdir/test.json 861 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/6 linkshared/cpplib.cpp 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/6 linkshared/cpplib.h 373 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/6 linkshared/cppmain.cpp 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/6 linkshared/libfile.c 337 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/6 linkshared/main.c 185 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/6 linkshared/meson.build 489 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/6 linkshared/test.json 118 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/60 foreach/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/60 foreach/prog1.c 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/60 foreach/prog2.c 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/60 foreach/prog3.c 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/60 foreach/test.json 300 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/61 number arithmetic/meson.build 1.9 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/62 string arithmetic/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/62 string arithmetic/test.json 208 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/63 array arithmetic/meson.build 401 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/64 arithmetic bidmas/meson.build 376 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/65 build always/main.c 120 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/65 build always/meson.build 304 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/65 build always/version.c.in 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/65 build always/version.h 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/65 build always/version_gen.py 824 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/66 vcstag/meson.build 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/66 vcstag/tagprog.c 119 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/66 vcstag/vcstag.c.in 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/66 vcstag/version.py 38 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/67 modules/meson.build 366 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/67 modules/meson_options.txt 98 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/68 should fail/failing.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/68 should fail/meson.build 108 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/69 configure file in custom target/inc/confdata.in 8 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/69 configure file in custom target/inc/meson.build 145 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/69 configure file in custom target/meson.build 67 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/69 configure file in custom target/src/meson.build 533 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/69 configure file in custom target/src/mycompiler.py 210 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/7 mixed/func.c 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/7 mixed/main.cc 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/7 mixed/meson.build 106 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/70 external test program/meson.build 93 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/70 external test program/mytest.py 173 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/71 ctarget dependency/gen1.py 232 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/71 ctarget dependency/gen2.py 228 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/71 ctarget dependency/input.dat 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/71 ctarget dependency/meson.build 660 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/72 shared subproject/a.c 191 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/72 shared subproject/meson.build 174 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/72 shared subproject/subprojects/B/b.c 429 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/72 shared subproject/subprojects/B/meson.build 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/72 shared subproject/subprojects/C/c.c 340 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/72 shared subproject/subprojects/C/meson.build 107 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/73 shared subproject 2/a.c 191 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/73 shared subproject 2/meson.build 244 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/73 shared subproject 2/subprojects/B/b.c 428 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/73 shared subproject 2/subprojects/B/meson.build 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/73 shared subproject 2/subprojects/C/c.c 340 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/73 shared subproject 2/subprojects/C/meson.build 107 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/74 file object/lib.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/74 file object/meson.build 442 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/74 file object/prog.c 249 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/74 file object/subdir1/lib.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/74 file object/subdir1/meson.build 243 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/74 file object/subdir1/prog.c 191 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/74 file object/subdir2/lib.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/74 file object/subdir2/meson.build 243 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/74 file object/subdir2/prog.c 191 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/75 custom subproject dir/a.c 191 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/75 custom subproject dir/custom_subproject_dir/B/b.c 428 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/75 custom subproject dir/custom_subproject_dir/B/meson.build 108 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/75 custom subproject dir/custom_subproject_dir/C/c.c 340 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/75 custom subproject dir/custom_subproject_dir/C/meson.build 114 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/75 custom subproject dir/meson.build 214 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/76 has type/meson.build 353 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/77 extract from nested subdir/meson.build 162 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/77 extract from nested subdir/src/first/lib_first.c 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/77 extract from nested subdir/src/first/meson.build 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/77 extract from nested subdir/src/meson.build 16 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/77 extract from nested subdir/tst/first/exe_first.c 64 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/77 extract from nested subdir/tst/first/meson.build 136 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/77 extract from nested subdir/tst/meson.build 16 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/78 internal dependency/meson.build 67 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/78 internal dependency/proj1/include/proj1.h 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/78 internal dependency/proj1/meson.build 287 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/78 internal dependency/proj1/proj1f1.c 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/78 internal dependency/proj1/proj1f2.c 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/78 internal dependency/proj1/proj1f3.c 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/78 internal dependency/src/main.c 170 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/78 internal dependency/src/meson.build 87 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/79 same basename/exe1.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/79 same basename/exe2.c 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/79 same basename/lib.c 451 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/79 same basename/meson.build 389 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/79 same basename/sharedsub/meson.build 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/79 same basename/staticsub/meson.build 174 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/8 install/gendir.py 165 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/8 install/meson.build 342 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/8 install/prog.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/8 install/stat.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/8 install/test.json 289 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/80 declare dep/entity/entity.h 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/80 declare dep/entity/entity1.c 143 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/80 declare dep/entity/entity2.c 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/80 declare dep/entity/meson.build 391 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/80 declare dep/main.c 330 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/80 declare dep/meson.build 705 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/81 extract all/extractor.h 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/81 extract all/four.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/81 extract all/meson.build 580 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/81 extract all/one.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/81 extract all/prog.c 202 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/81 extract all/three.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/81 extract all/two.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/82 add language/meson.build 339 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/82 add language/prog.c 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/82 add language/prog.cc 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/83 identical target name in subproject/bar.c 93 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/83 identical target name in subproject/meson.build 214 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/83 identical target name in subproject/subprojects/foo/bar.c 91 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/83 identical target name in subproject/subprojects/foo/meson.build 189 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/83 identical target name in subproject/subprojects/foo/true.py 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/83 identical target name in subproject/true.py 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/84 plusassign/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/85 skip subdir/meson.build 42 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/85 skip subdir/subdir1/meson.build 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/85 skip subdir/subdir1/subdir2/meson.build 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/86 private include/meson.build 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/86 private include/stlib/compiler.py 527 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/86 private include/stlib/foo1.def 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/86 private include/stlib/foo2.def 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/86 private include/stlib/meson.build 298 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/86 private include/user/libuser.c 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/86 private include/user/meson.build 121 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/87 default options/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/87 default options/subprojects/sub1/meson.build 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/87 default options/subprojects/sub1/meson_options.txt 126 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/88 dep fallback/gensrc.py 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/88 dep fallback/meson.build 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/88 dep fallback/subprojects/boblib/bob.c 110 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/88 dep fallback/subprojects/boblib/bob.h 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/88 dep fallback/subprojects/boblib/genbob.py 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/88 dep fallback/subprojects/boblib/meson.build 487 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/88 dep fallback/subprojects/dummylib/meson.build 103 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/88 dep fallback/tester.c 267 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/89 default library/ef.cpp 100 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/89 default library/ef.h 406 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/89 default library/eftest.cpp 245 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/89 default library/meson.build 334 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/9 header install/child/childdir.h 181 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/9 header install/meson.build 335 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/9 header install/rootdir.h 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/9 header install/sub/fileheader.h 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/9 header install/sub/meson.build 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/9 header install/subdir.h 74 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/9 header install/test.json 412 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/9 header install/vanishing_subdir/meson.build 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/9 header install/vanishing_subdir/vanished.h 145 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/90 gen extra/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/90 gen extra/name.dat 10 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/90 gen extra/name.l 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/90 gen extra/plain.c 65 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/90 gen extra/srcgen.py 678 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/90 gen extra/srcgen2.py 707 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/90 gen extra/srcgen3.py 281 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/90 gen extra/upper.c 65 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/91 benchmark/delayer.c 368 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/91 benchmark/meson.build 128 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/92 test workdir/meson.build 182 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/92 test workdir/opener.c 204 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/92 test workdir/subdir/checker.py 74 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/92 test workdir/subdir/meson.build 134 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/93 suites/exe1.c 85 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/93 suites/exe2.c 85 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/93 suites/meson.build 207 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/93 suites/subprojects/sub/meson.build 169 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/93 suites/subprojects/sub/sub1.c 85 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/93 suites/subprojects/sub/sub2.c 85 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/94 threads/meson.build 442 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/94 threads/threadprog.c 872 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/94 threads/threadprog.cpp 880 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/95 manygen/depuser.c 235 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/95 manygen/meson.build 304 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/95 manygen/subdir/funcinfo.def 9 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/95 manygen/subdir/manygen.py 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/95 manygen/subdir/meson.build 921 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/96 stringdef/meson.build 109 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/96 stringdef/stringdef.c 171 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/97 find program path/meson.build 841 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/97 find program path/program.py 39 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/meson.build 3.9 KiB numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/prog.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/subprojects/sub/lib/meson.build 173 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/subprojects/sub/lib/sub.c 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/subprojects/sub/lib/sub.h 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/subprojects/sub/meson.build 51 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/subprojects/sub_implicit.wrap 147 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/subprojects/sub_implicit/meson.build 427 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/subprojects/sub_implicit/meson_options.txt 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/subprojects/sub_implicit/subprojects/subsub/foo.h 17 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/subprojects/sub_implicit/subprojects/subsub/meson.build 263 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/subprojects/sub_implicit/subprojects/subsub/subprojects/packagefiles/subsubsub-1.0.zip 455 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/subprojects/sub_implicit/subprojects/subsub/subprojects/subsubsub.wrap 153 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/subprojects/sub_novar/meson.build 181 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/subprojects/sub_static/meson.build 427 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/98 subproject subdir/test.json 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/99 postconf/meson.build 118 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/99 postconf/postconf.py 400 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/99 postconf/prog.c 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/common/99 postconf/raw.dat 2 bytes numpy-2.1.3/vendored-meson/meson/test cases/csharp/1 basic/meson.build 106 bytes numpy-2.1.3/vendored-meson/meson/test cases/csharp/1 basic/prog.cs 159 bytes numpy-2.1.3/vendored-meson/meson/test cases/csharp/1 basic/test.json 119 bytes numpy-2.1.3/vendored-meson/meson/test cases/csharp/1 basic/text.cs 112 bytes numpy-2.1.3/vendored-meson/meson/test cases/csharp/2 library/helper.cs 123 bytes numpy-2.1.3/vendored-meson/meson/test cases/csharp/2 library/meson.build 450 bytes numpy-2.1.3/vendored-meson/meson/test cases/csharp/2 library/prog.cs 128 bytes numpy-2.1.3/vendored-meson/meson/test cases/csharp/2 library/test.json 309 bytes numpy-2.1.3/vendored-meson/meson/test cases/csharp/3 resource/meson.build 118 bytes numpy-2.1.3/vendored-meson/meson/test cases/csharp/3 resource/resprog.cs 258 bytes numpy-2.1.3/vendored-meson/meson/test cases/csharp/3 resource/TestRes.resx 1.9 KiB numpy-2.1.3/vendored-meson/meson/test cases/csharp/4 external dep/hello.txt 13 bytes numpy-2.1.3/vendored-meson/meson/test cases/csharp/4 external dep/meson.build 337 bytes numpy-2.1.3/vendored-meson/meson/test cases/csharp/4 external dep/prog.cs 169 bytes numpy-2.1.3/vendored-meson/meson/test cases/csharp/4 external dep/test.json 74 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/1 simple/meson.build 256 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/1 simple/prog.cu 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/cuda/10 cuda dependency/c/meson.build 91 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/10 cuda dependency/c/prog.c 347 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/10 cuda dependency/cpp/meson.build 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/10 cuda dependency/cpp/prog.cc 364 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/10 cuda dependency/meson.build 107 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/10 cuda dependency/modules/meson.build 113 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/10 cuda dependency/modules/prog.cc 757 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/10 cuda dependency/version_reqs/meson.build 152 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/10 cuda dependency/version_reqs/prog.cc 749 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/11 cuda dependency (nvcc)/meson.build 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/11 cuda dependency (nvcc)/modules/meson.build 113 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/11 cuda dependency (nvcc)/modules/prog.cu 757 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/11 cuda dependency (nvcc)/version_reqs/meson.build 146 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/11 cuda dependency (nvcc)/version_reqs/prog.cu 825 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/12 cuda dependency (mixed)/kernel.cu 111 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/12 cuda dependency (mixed)/meson.build 192 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/12 cuda dependency (mixed)/prog.cpp 806 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/13 cuda compiler setting/meson.build 104 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/13 cuda compiler setting/nativefile.ini 26 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/13 cuda compiler setting/prog.cu 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/cuda/14 cuda has header symbol/meson.build 1.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/cuda/15 sanitizer/meson.build 151 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/15 sanitizer/prog.cu 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/cuda/16 multistd/lib.cu 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/16 multistd/main.cu 400 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/16 multistd/meson.build 507 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/17 separate compilation linking/b.cu 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/17 separate compilation linking/b.h 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/17 separate compilation linking/main.cu 748 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/17 separate compilation linking/meson.build 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/cuda/2 split/lib.cu 165 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/2 split/main.cpp 91 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/2 split/meson.build 121 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/2 split/static/lib.cu 161 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/2 split/static/libsta.cu 161 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/2 split/static/main_static.cpp 91 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/2 split/static/meson.build 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/3 cudamodule/meson.build 2.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/cuda/3 cudamodule/prog.cu 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/cuda/4 shared/main.cu 380 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/4 shared/meson.build 148 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/4 shared/shared/kernels.cu 209 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/4 shared/shared/kernels.h 2.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/cuda/4 shared/shared/meson.build 416 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/5 threads/main.cu 380 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/5 threads/meson.build 197 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/5 threads/shared/kernels.cu 209 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/5 threads/shared/kernels.h 2.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/cuda/5 threads/shared/meson.build 326 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/6 std/main.cu 365 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/6 std/meson.build 143 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/7 static vs runtime/main.cu 364 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/7 static vs runtime/meson.build 152 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/8 release/main.cu 436 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/8 release/meson.build 554 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/9 optimize for space/main.cu 364 bytes numpy-2.1.3/vendored-meson/meson/test cases/cuda/9 optimize for space/meson.build 154 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/1 basic/cytest.py 354 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/1 basic/libdir/cstorer.pxd 216 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/1 basic/libdir/meson.build 133 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/1 basic/libdir/storer.c 350 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/1 basic/libdir/storer.h 243 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/1 basic/libdir/storer.pyx 401 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/1 basic/meson.build 487 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/1 basic/test.json 131 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/2 generated sources/configure.pyx.in 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/2 generated sources/g.in 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/2 generated sources/gen.py 303 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/2 generated sources/generator.py 280 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/2 generated sources/includestuff.pyx 20 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/2 generated sources/libdir/gen.py 303 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/2 generated sources/libdir/meson.build 219 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/2 generated sources/meson.build 2.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/cython/2 generated sources/simpleinclude.pyx 26 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/2 generated sources/simplestuff.pxi 38 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/2 generated sources/stuff.pxi.in 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/2 generated sources/test.py 264 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/3 cython_args/cythonargs.pyx 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/3 cython_args/meson.build 775 bytes numpy-2.1.3/vendored-meson/meson/test cases/cython/3 cython_args/test.py 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/1 simple/app.d 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/1 simple/meson.build 117 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/1 simple/test.json 143 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/1 simple/utils.d 132 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/10 d cpp/cppmain.cpp 346 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/10 d cpp/dmain.d 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/10 d cpp/libfile.cpp 125 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/10 d cpp/libfile.d 123 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/10 d cpp/meson.build 377 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/11 dub/meson.build 878 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/11 dub/test.d 267 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/12 root include directory/meson.build 106 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/12 root include directory/some/dlang/code.d 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/12 root include directory/some/dlang/meson.build 164 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/12 root include directory/some/meson.build 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/13 declare dep/meson.build 305 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/13 declare dep/test.d 204 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/13 declare dep/views/test.txt 11 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/14 dub with deps/meson.build 986 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/14 dub with deps/test.d 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/d/15 compiler run checks/meson.build 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/d/15 compiler run checks/test_sizeof.d 287 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/16 code generation/exe.d 151 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/16 code generation/generator.d 254 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/16 code generation/input.txt 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/16 code generation/meson.build 366 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/2 static library/app.d 107 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/2 static library/libstuff.d 156 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/2 static library/meson.build 197 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/2 static library/test.json 185 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/3 shared library/app.d 107 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/3 shared library/libstuff.d 236 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/3 shared library/libstuff.di 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/3 shared library/lld-test.py 506 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/3 shared library/meson.build 678 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/3 shared library/sub/libstuff.d 236 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/3 shared library/sub/meson.build 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/3 shared library/test.json 471 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/4 library versions/lib.d 243 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/4 library versions/meson.build 564 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/4 library versions/test.json 1.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/d/5 mixed/app.d 143 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/5 mixed/libstuff.c 421 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/5 mixed/meson.build 361 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/5 mixed/test.json 582 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/6 unittest/app.d 706 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/6 unittest/meson.build 245 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/6 unittest/second_unit.d 147 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/6 unittest/test.json 131 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/7 multilib/app.d 125 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/7 multilib/meson.build 556 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/7 multilib/say1.d 236 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/7 multilib/say1.di 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/7 multilib/say2.d 236 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/7 multilib/say2.di 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/7 multilib/test.json 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/d/8 has multi arguments/meson.build 521 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/9 features/app.d 1.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/d/9 features/data/food.txt 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/9 features/data/people.txt 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/9 features/extra.d 132 bytes numpy-2.1.3/vendored-meson/meson/test cases/d/9 features/meson.build 3.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/darwin/1 rpath removal on install/bar.c 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/darwin/1 rpath removal on install/foo/foo.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/darwin/1 rpath removal on install/foo/foo.h 10 bytes numpy-2.1.3/vendored-meson/meson/test cases/darwin/1 rpath removal on install/foo/meson.build 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/darwin/1 rpath removal on install/meson.build 103 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/1 hidden symbol/bob.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/1 hidden symbol/bob.h 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/1 hidden symbol/bobuser.c 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/1 hidden symbol/meson.build 310 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/2 pch disabled/c/meson.build 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/2 pch disabled/c/pch/prog.h 18 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/2 pch disabled/c/pch/prog_pch.c 95 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/2 pch disabled/c/prog.c 203 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/2 pch disabled/meson.build 247 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/3 cmake subproject isolation/incDir/fileA.hpp 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/3 cmake subproject isolation/main.cpp 154 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/3 cmake subproject isolation/meson.build 585 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/3 cmake subproject isolation/subprojects/cmMod/CMakeLists.txt 254 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/3 cmake subproject isolation/subprojects/cmMod/cmMod.cpp 184 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/3 cmake subproject isolation/subprojects/cmMod/cmMod.hpp 203 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/3 cmake subproject isolation/test.json 51 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/4 failed pickled/false.py 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing build/4 failed pickled/meson.build 157 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing test/1 trivial/main.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing test/1 trivial/meson.build 71 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing test/2 signal/main.c 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing test/2 signal/meson.build 200 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing test/3 ambiguous/main.c 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing test/3 ambiguous/meson.build 311 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing test/3 ambiguous/test_runner.sh 221 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing test/4 hard error/main.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing test/4 hard error/meson.build 132 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing test/5 tap tests/meson.build 520 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing test/5 tap tests/tester.c 208 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing test/5 tap tests/tester_with_status.c 142 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing test/6 xpass/meson.build 122 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing test/6 xpass/xpass.c 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/1 project not first/meson.build 113 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/1 project not first/prog.c 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/1 project not first/test.json 122 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/10 out of bounds/meson.build 42 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/10 out of bounds/test.json 152 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/100 compiler no lang/meson.build 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/100 compiler no lang/test.json 191 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/101 no fallback/meson.build 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/101 no fallback/subprojects/foob/meson.build 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/101 no fallback/test.json 220 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/102 feature require/meson.build 113 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/102 feature require/meson_options.txt 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/102 feature require/test.json 165 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/103 feature require.bis/meson.build 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/103 feature require.bis/meson_options.txt 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/103 feature require.bis/test.json 138 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/104 no build get_external_property/meson.build 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/104 no build get_external_property/test.json 177 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/105 enter subdir twice/meson.build 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/105 enter subdir twice/sub/meson.build 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/105 enter subdir twice/test.json 182 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/106 invalid fstring/109 invalid fstring/meson.build 85 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/106 invalid fstring/109 invalid fstring/test.json 260 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/106 invalid fstring/meson.build 58 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/106 invalid fstring/test.json 176 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/107 compiler argument checking/meson.build 198 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/107 compiler argument checking/test.json 193 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/108 empty fallback/meson.build 227 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/108 empty fallback/subprojects/foo/meson.build 71 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/108 empty fallback/test.json 188 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/109 cmake executable dependency/meson.build 247 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/109 cmake executable dependency/subprojects/cmlib/CMakeLists.txt 81 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/109 cmake executable dependency/subprojects/cmlib/main.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/109 cmake executable dependency/test.json 282 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/11 object arithmetic/meson.build 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/11 object arithmetic/test.json 209 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/110 allow_fallback with fallback/meson.build 98 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/110 allow_fallback with fallback/test.json 214 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/111 nonsensical bindgen/meson.build 478 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/111 nonsensical bindgen/src/header.h 156 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/111 nonsensical bindgen/src/source.c 185 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/111 nonsensical bindgen/test.json 208 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/112 run_target in test/meson.build 203 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/112 run_target in test/test.json 281 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/112 run_target in test/trivial.c 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/113 run_target in add_install_script/meson.build 206 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/113 run_target in add_install_script/test.json 337 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/113 run_target in add_install_script/trivial.c 193 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/114 pathsep in install_symlink/meson.build 105 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/114 pathsep in install_symlink/test.json 254 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/115 subproject version conflict/meson.build 150 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/115 subproject version conflict/subprojects/A/meson.build 108 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/115 subproject version conflict/subprojects/B/meson.build 59 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/115 subproject version conflict/test.json 191 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/116 structured source empty string/main.rs 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/116 structured source empty string/meson.build 271 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/116 structured source empty string/test.json 222 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/117 structured_sources conflicts/main.rs 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/117 structured_sources conflicts/meson.build 313 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/117 structured_sources conflicts/test.json 195 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/118 missing compiler/meson.build 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/118 missing compiler/subprojects/sub/main.c 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/118 missing compiler/subprojects/sub/meson.build 121 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/118 missing compiler/test.json 202 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/119 cmake subproject error/meson.build 209 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/119 cmake subproject error/subprojects/cmlib/CMakeLists.txt 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/119 cmake subproject error/test.json 249 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/12 string arithmetic/meson.build 44 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/12 string arithmetic/test.json 179 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/120 pkgconfig not relocatable outside prefix/meson.build 490 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/120 pkgconfig not relocatable outside prefix/test.json 291 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/121 subproject sandbox violation/meson.build 899 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/121 subproject sandbox violation/meson_options.txt 91 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/121 subproject sandbox violation/subprojects/subproj1/file.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/121 subproject sandbox violation/subprojects/subproj1/meson.build 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/121 subproject sandbox violation/subprojects/subproj1/nested/meson.build 103 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/121 subproject sandbox violation/subprojects/subproj2/file.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/121 subproject sandbox violation/subprojects/subproj2/meson.build 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/121 subproject sandbox violation/subprojects/subproj2/nested/meson.build 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/121 subproject sandbox violation/subprojects/subproj3/file.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/121 subproject sandbox violation/subprojects/subproj3/meson.build 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/121 subproject sandbox violation/test.json 372 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/122 override and add_project_dependency/inc/lib.h 27 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/122 override and add_project_dependency/lib.c 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/122 override and add_project_dependency/meson.build 239 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/122 override and add_project_dependency/subprojects/a/meson.build 215 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/122 override and add_project_dependency/subprojects/a/prog.c 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/122 override and add_project_dependency/test.json 190 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/123 targets before add_project_dependency/inc/lib.h 27 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/123 targets before add_project_dependency/lib.c 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/123 targets before add_project_dependency/meson.build 172 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/123 targets before add_project_dependency/test.json 215 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/124 extract from unity/meson.build 180 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/124 extract from unity/src1.c 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/124 extract from unity/src2.c 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/124 extract from unity/test.json 243 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/125 subproject object as a dependency/main.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/125 subproject object as a dependency/meson.build 87 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/125 subproject object as a dependency/subprojects/sub/meson.build 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/125 subproject object as a dependency/test.json 179 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/126 generator host binary/exe.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/126 generator host binary/lib.in 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/126 generator host binary/meson.build 393 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/126 generator host binary/test.json 168 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/127 invalid ast/meson.build 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/127 invalid ast/test.json 198 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/128 invalid project function/meson.build 98 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/128 invalid project function/test.json 211 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/129 utf8 with bom/meson.build 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/129 utf8 with bom/test.json 177 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/13 array arithmetic/meson.build 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/13 array arithmetic/test.json 211 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/130 utf8 with bom subdir/meson.build 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/130 utf8 with bom subdir/subdir/meson.build 23 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/130 utf8 with bom subdir/test.json 191 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/131 utf8 with bom options/meson.build 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/131 utf8 with bom options/meson.options 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/131 utf8 with bom options/test.json 187 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/132 module use inside project decl/meson.build 144 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/132 module use inside project decl/test.json 229 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/14 invalid option name/meson.build 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/14 invalid option name/meson_options.txt 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/14 invalid option name/test.json 180 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/15 kwarg before arg/meson.build 73 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/15 kwarg before arg/prog.c 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/15 kwarg before arg/test.json 171 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/16 extract from subproject/main.c 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/16 extract from subproject/meson.build 216 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/16 extract from subproject/subprojects/sub_project/meson.build 95 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/16 extract from subproject/subprojects/sub_project/sub_lib.c 42 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/16 extract from subproject/test.json 175 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/17 same target/file.c 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/17 same target/meson.build 93 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/17 same target/test.json 182 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/18 wrong plusassign/meson.build 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/18 wrong plusassign/test.json 150 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/19 target clash/clash.c 95 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/19 target clash/meson.build 562 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/19 target clash/test.json 132 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/2 missing file/meson.build 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/2 missing file/test.json 139 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/20 version/meson.build 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/20 version/test.json 182 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/21 subver/meson.build 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/21 subver/subprojects/foo/meson.build 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/21 subver/test.json 160 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/22 assert/meson.build 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/22 assert/test.json 129 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/23 rel testdir/meson.build 106 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/23 rel testdir/simple.c 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/23 rel testdir/test.json 167 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/24 int conversion/meson.build 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/24 int conversion/test.json 159 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/25 badlang/meson.build 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/25 badlang/test.json 151 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/26 output subdir/foo.in 14 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/26 output subdir/meson.build 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/26 output subdir/subdir/dummy.txt 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/26 output subdir/test.json 206 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/27 noprog use/meson.build 194 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/27 noprog use/test.json 162 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/28 no crossprop/meson.build 74 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/28 no crossprop/test.json 157 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/29 nested ternary/meson.build 58 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/29 nested ternary/test.json 154 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/3 missing subdir/meson.build 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/3 missing subdir/test.json 279 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/30 invalid man extension/foo.a1 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/30 invalid man extension/meson.build 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/30 invalid man extension/test.json 182 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/31 no man extension/foo 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/31 no man extension/meson.build 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/31 no man extension/test.json 177 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/32 exe static shared/meson.build 382 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/32 exe static shared/prog.c 181 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/32 exe static shared/shlib2.c 368 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/32 exe static shared/stat.c 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/32 exe static shared/test.json 241 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/33 non-root subproject/meson.build 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/33 non-root subproject/some/meson.build 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/33 non-root subproject/test.json 188 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/34 dependency not-required then required/meson.build 138 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/34 dependency not-required then required/test.json 240 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/35 project argument after target/exe.c 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/35 project argument after target/meson.build 247 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/35 project argument after target/test.json 203 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/36 pkgconfig dependency impossible conditions/meson.build 206 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/36 pkgconfig dependency impossible conditions/test.json 184 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/37 has function external dependency/meson.build 256 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/37 has function external dependency/mylib.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/37 has function external dependency/test.json 172 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/38 prefix absolute/meson.build 71 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/38 prefix absolute/test.json 326 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/39 kwarg assign/dummy.c 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/39 kwarg assign/meson.build 80 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/39 kwarg assign/prog.c 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/39 kwarg assign/test.json 158 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/4 missing meson.build/meson.build 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/4 missing meson.build/subdir/dummy.txt 59 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/4 missing meson.build/test.json 278 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/40 custom target plainname many inputs/1.txt 2 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/40 custom target plainname many inputs/2.txt 2 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/40 custom target plainname many inputs/catfiles.py 184 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/40 custom target plainname many inputs/meson.build 216 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/40 custom target plainname many inputs/test.json 266 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/41 custom target outputs not matching install_dirs/generator.py 438 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/41 custom target outputs not matching install_dirs/meson.build 413 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/41 custom target outputs not matching install_dirs/test.json 604 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/42 project name colon/meson.build 23 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/42 project name colon/test.json 163 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/43 abs subdir/bob/meson.build 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/43 abs subdir/meson.build 184 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/43 abs subdir/test.json 148 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/44 abspath to srcdir/meson.build 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/44 abspath to srcdir/test.json 174 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/45 pkgconfig variables reserved/meson.build 378 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/45 pkgconfig variables reserved/simple.c 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/45 pkgconfig variables reserved/simple.h 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/45 pkgconfig variables reserved/test.json 157 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/46 pkgconfig variables zero length/meson.build 375 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/46 pkgconfig variables zero length/simple.c 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/46 pkgconfig variables zero length/simple.h 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/46 pkgconfig variables zero length/test.json 198 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/47 pkgconfig variables not key value/meson.build 395 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/47 pkgconfig variables not key value/simple.c 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/47 pkgconfig variables not key value/simple.h 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/47 pkgconfig variables not key value/test.json 260 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/48 executable comparison/meson.build 169 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/48 executable comparison/prog.c 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/48 executable comparison/test.json 244 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/49 inconsistent comparison/meson.build 230 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/49 inconsistent comparison/test.json 210 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/5 misplaced option/meson.build 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/5 misplaced option/test.json 202 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/50 slashname/meson.build 322 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/50 slashname/sub/meson.build 21 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/50 slashname/sub/prog.c 112 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/50 slashname/test.json 194 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/51 reserved meson prefix/meson-foo/meson.build 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/51 reserved meson prefix/meson.build 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/51 reserved meson prefix/test.json 195 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/52 or on new line/meson.build 215 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/52 or on new line/meson_options.txt 80 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/52 or on new line/test.json 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/53 link with executable/meson.build 118 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/53 link with executable/module.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/53 link with executable/prog.c 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/53 link with executable/test.json 153 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/54 assign custom target index/meson.build 844 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/54 assign custom target index/test.json 157 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/55 getoption prefix/meson.build 67 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/55 getoption prefix/subprojects/abc/meson.build 20 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/55 getoption prefix/subprojects/abc/meson_options.txt 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/55 getoption prefix/test.json 231 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/56 bad option argument/meson.build 42 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/56 bad option argument/meson_options.txt 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/56 bad option argument/test.json 177 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/57 subproj filegrab/meson.build 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/57 subproj filegrab/prog.c 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/57 subproj filegrab/subprojects/a/meson.build 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/57 subproj filegrab/test.json 202 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/58 grab subproj/meson.build 134 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/58 grab subproj/subprojects/foo/meson.build 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/58 grab subproj/subprojects/foo/sub.c 121 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/58 grab subproj/test.json 179 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/59 grab sibling/meson.build 35 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/59 grab sibling/subprojects/a/meson.build 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/59 grab sibling/subprojects/b/meson.build 39 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/59 grab sibling/subprojects/b/sneaky.c 131 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/59 grab sibling/test.json 200 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/6 missing incdir/meson.build 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/6 missing incdir/test.json 148 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/60 string as link target/meson.build 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/60 string as link target/prog.c 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/60 string as link target/test.json 138 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/61 dependency not-found and required/meson.build 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/61 dependency not-found and required/test.json 176 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/62 subproj different versions/main.c 160 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/62 subproj different versions/meson.build 275 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/62 subproj different versions/subprojects/a/a.c 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/62 subproj different versions/subprojects/a/a.h 13 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/62 subproj different versions/subprojects/a/meson.build 232 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/62 subproj different versions/subprojects/b/b.c 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/62 subproj different versions/subprojects/b/b.h 13 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/62 subproj different versions/subprojects/b/meson.build 232 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/62 subproj different versions/subprojects/c/c.h 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/62 subproj different versions/subprojects/c/meson.build 110 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/62 subproj different versions/test.json 179 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/63 wrong boost module/meson.build 271 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/63 wrong boost module/test.json 161 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/64 install_data rename bad size/file1.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/64 install_data rename bad size/file2.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/64 install_data rename bad size/meson.build 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/64 install_data rename bad size/test.json 256 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/65 skip only subdir/meson.build 220 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/65 skip only subdir/subdir/meson.build 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/65 skip only subdir/test.json 143 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/66 dual override/meson.build 139 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/66 dual override/overrides.py 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/66 dual override/test.json 187 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/67 override used/meson.build 173 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/67 override used/other.py 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/67 override used/something.py 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/67 override used/test.json 197 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/68 run_command unclean exit/meson.build 117 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/68 run_command unclean exit/returncode.py 58 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/68 run_command unclean exit/test.json 292 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/69 int literal leading zero/meson.build 88 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/69 int literal leading zero/test.json 211 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/7 go to subproject/meson.build 38 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/7 go to subproject/subprojects/meson.build 8 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/7 go to subproject/test.json 186 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/70 configuration immutable/input 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/70 configuration immutable/meson.build 214 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/70 configuration immutable/test.json 185 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/71 link with shared module on osx/meson.build 225 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/71 link with shared module on osx/module.c 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/71 link with shared module on osx/prog.c 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/71 link with shared module on osx/test.json 206 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/72 non-ascii in ascii encoded configure file/config9.h.in 24 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/72 non-ascii in ascii encoded configure file/meson.build 272 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/72 non-ascii in ascii encoded configure file/test.json 306 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/73 subproj dependency not-found and required/meson.build 99 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/73 subproj dependency not-found and required/test.json 205 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/74 unfound run/meson.build 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/74 unfound run/test.json 164 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/75 framework dependency with version/meson.build 333 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/75 framework dependency with version/test.json 234 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/76 override exe config/foo.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/76 override exe config/meson.build 152 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/76 override exe config/test.json 230 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/77 gl dependency with version/meson.build 345 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/77 gl dependency with version/test.json 211 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/78 threads dependency with version/meson.build 155 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/78 threads dependency with version/test.json 221 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/79 gtest dependency with version/meson.build 284 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/79 gtest dependency with version/test.json 172 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/8 recursive/meson.build 42 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/8 recursive/subprojects/a/meson.build 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/8 recursive/subprojects/b/meson.build 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/8 recursive/test.json 166 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/80 dub library/meson.build 287 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/80 dub library/test.json 149 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/81 dub executable/meson.build 299 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/81 dub executable/test.json 158 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/82 dub compiler/meson.build 511 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/82 dub compiler/test.json 346 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/83 subproj not-found dep/meson.build 104 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/83 subproj not-found dep/subprojects/somesubproj/meson.build 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/83 subproj not-found dep/test.json 171 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/84 invalid configure file/input 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/84 invalid configure file/meson.build 181 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/84 invalid configure file/test.json 198 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/85 kwarg dupe/meson.build 122 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/85 kwarg dupe/prog.c 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/85 kwarg dupe/test.json 186 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/86 missing pch file/meson.build 102 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/86 missing pch file/prog.c 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/86 missing pch file/test.json 250 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/87 pch source different folder/include/pch.h 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/87 pch source different folder/meson.build 189 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/87 pch source different folder/prog.c 17 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/87 pch source different folder/src/pch.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/87 pch source different folder/test.json 169 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/88 unknown config tool/meson.build 87 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/88 unknown config tool/test.json 161 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/89 custom target install data/Info.plist.cpp 51 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/89 custom target install data/meson.build 230 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/89 custom target install data/preproc.py 229 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/89 custom target install data/test.json 224 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/9 missing extra file/meson.build 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/9 missing extra file/prog.c 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/9 missing extra file/test.json 147 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/90 add dict non string key/meson.build 199 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/90 add dict non string key/test.json 141 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/91 add dict duplicate keys/meson.build 208 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/91 add dict duplicate keys/test.json 153 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/92 no host get_external_property/meson.build 81 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/92 no host get_external_property/test.json 174 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/93 no native compiler/main.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/93 no native compiler/meson.build 344 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/93 no native compiler/test.json 156 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/94 subdir parse error/meson.build 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/94 subdir parse error/subdir/meson.build 7 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/94 subdir parse error/test.json 159 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/95 invalid option file/meson.build 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/95 invalid option file/meson_options.txt 2 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/95 invalid option file/test.json 128 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/96 no lang/main.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/96 no lang/meson.build 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/96 no lang/test.json 142 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/97 no glib-compile-resources/meson.build 292 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/97 no glib-compile-resources/test.json 184 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/97 no glib-compile-resources/trivial.gresource.xml 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/98 number in combo/meson.build 27 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/98 number in combo/nativefile.ini 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/98 number in combo/test.json 277 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/99 bool in combo/meson.build 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/99 bool in combo/meson_options.txt 73 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/99 bool in combo/nativefile.ini 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/failing/99 bool in combo/test.json 238 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/1 baseline/baseline.c 1.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/features/1 baseline/meson.build 374 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/2 multi_targets/dispatch.h 2.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/features/2 multi_targets/dispatch1.c 731 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/2 multi_targets/dispatch2.c 513 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/2 multi_targets/dispatch3.c 44 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/2 multi_targets/main.c 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/features/2 multi_targets/meson.build 597 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/init_features/checks/cpu_asimd.c 818 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/init_features/checks/cpu_neon.c 600 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/init_features/checks/cpu_neon_fp16.c 251 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/init_features/checks/cpu_neon_vfpv4.c 609 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/init_features/checks/cpu_sse.c 140 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/init_features/checks/cpu_sse2.c 149 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/init_features/checks/cpu_sse3.c 141 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/init_features/checks/cpu_sse41.c 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/init_features/checks/cpu_ssse3.c 155 bytes numpy-2.1.3/vendored-meson/meson/test cases/features/init_features/meson.build 3.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/format/1 default/crazy_comments.meson 680 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/1 default/gh13242.meson 324 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/1 default/indentation.meson 1.9 KiB numpy-2.1.3/vendored-meson/meson/test cases/format/1 default/meson.build 827 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/1 default/meson.options 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/2 muon/crazy_comments.meson 667 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/2 muon/indentation.meson 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/format/2 muon/meson.build 396 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/2 muon/muon.ini 364 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/3 editorconfig/.editorconfig 88 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/3 editorconfig/crazy_comments.meson 599 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/3 editorconfig/indentation.meson 833 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/3 editorconfig/meson.build 626 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/3 editorconfig/options.ini 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/3 editorconfig/subdir/.editorconfig 26 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/3 editorconfig/subdir/sub.meson 128 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/4 config/crazy_comments.meson 638 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/4 config/indentation.meson 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/format/4 config/meson.build 447 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/4 config/meson.format 227 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/5 transform/default.expected.meson 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/format/5 transform/default.ini 356 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/5 transform/file_compare.py 731 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/5 transform/genexpected.cmd 370 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/5 transform/meson.build 578 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/5 transform/meson.options 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/5 transform/muon.expected.meson 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/format/5 transform/muon.ini 363 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/5 transform/options.expected.meson 919 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/5 transform/options.ini 333 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/5 transform/source.meson 905 bytes numpy-2.1.3/vendored-meson/meson/test cases/format/5 transform/test.json 206 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/1 basic/meson.build 368 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/1 basic/simple.f90 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/10 find library/gzip.f90 665 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/10 find library/main.f90 980 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/10 find library/meson.build 322 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/11 compiles links runs/meson.build 350 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/12 submodule/a1.f90 316 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/12 submodule/a2.f90 146 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/12 submodule/a3.f90 213 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/12 submodule/child.f90 177 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/12 submodule/meson.build 452 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/12 submodule/parent.f90 340 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/13 coarray/main.f90 223 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/13 coarray/meson.build 954 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/14 fortran links c/clib.c 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/14 fortran links c/clib.def 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/14 fortran links c/f_call_c.f90 129 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/14 fortran links c/meson.build 538 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/15 include/inc1.f90 84 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/15 include/inc2.f90 12 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/15 include/include_hierarchy.f90 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/15 include/include_syntax.f90 489 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/15 include/meson.build 843 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/15 include/subprojects/cmake_inc/CMakeLists.txt 105 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/15 include/subprojects/cmake_inc/main.f90 141 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/15 include/subprojects/cmake_inc/thousand.f90 38 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/15 include/timestwo.f90 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/16 openmp/main.f90 545 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/16 openmp/meson.build 1000 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/17 add_languages/meson.build 226 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/18 first_arg/main.f90 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/18 first_arg/meson.build 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/fortran/19 fortran_std/legacy.f 157 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/19 fortran_std/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/fortran/19 fortran_std/std2003.f90 667 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/19 fortran_std/std2008.f90 594 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/19 fortran_std/std2018.f90 662 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/19 fortran_std/std95.f90 152 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/2 modules/comment_mod.f90 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/2 modules/meson.build 280 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/2 modules/mymod.F90 172 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/2 modules/prog.f90 131 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/20 buildtype/main.f90 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/20 buildtype/meson.build 210 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/21 install static/main.f90 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/21 install static/main_lib.f90 244 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/21 install static/meson.build 852 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/21 install static/subprojects/static_hello/meson.build 348 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/21 install static/subprojects/static_hello/static_hello.f90 276 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/21 install static/test.json 198 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/22 extract_objects/bar.f90 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/22 extract_objects/foo1.f90 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/22 extract_objects/foo2.f90 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/22 extract_objects/meson.build 352 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/23 preprocess/main.f90 78 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/23 preprocess/meson.build 156 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/3 module procedure/meson.build 176 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/3 module procedure/use_syntax.f90 459 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/4 self dependency/meson.build 154 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/4 self dependency/selfdep.f90 215 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/4 self dependency/src/selfdep_mod.f90 51 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/4 self dependency/subprojects/sub1/main.f90 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/4 self dependency/subprojects/sub1/meson.build 74 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/5 static/main.f90 81 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/5 static/meson.build 204 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/5 static/static_hello.f90 276 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/6 dynamic/dynamic.f90 219 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/6 dynamic/main.f90 78 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/6 dynamic/meson.build 628 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/7 generated/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/fortran/7 generated/mod1.fpp 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/7 generated/mod2.fpp 107 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/7 generated/mod3.f90 78 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/7 generated/prog.f90 164 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/8 module names/meson.build 155 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/8 module names/mod1.f90 84 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/8 module names/mod2.f90 84 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/8 module names/test.f90 141 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/9 cpp/fortran.f 224 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/9 cpp/main.c 138 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/9 cpp/main.cpp 155 bytes numpy-2.1.3/vendored-meson/meson/test cases/fortran/9 cpp/meson.build 612 bytes numpy-2.1.3/vendored-meson/meson/test cases/fpga/1 simple/meson.build 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/fpga/1 simple/spin.pcf 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/fpga/1 simple/spin.v 696 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/1 boost/extralib.cpp 689 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/1 boost/linkexe.cc 293 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/1 boost/meson.build 3.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/1 boost/meson_options.txt 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/1 boost/nomod.cpp 400 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/1 boost/partial_dep/foo.cpp 662 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/1 boost/partial_dep/foo.hpp 804 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/1 boost/partial_dep/main.cpp 823 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/1 boost/partial_dep/meson.build 935 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/1 boost/python_module.cpp 531 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/1 boost/test.json 614 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/1 boost/test_python_module.py 606 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/1 boost/unit_test.cpp 201 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/foobar-docs.sgml 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/foobar1/baz.jpg 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/foobar1/baz.png.in 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/foobar1/foobar-docs.sgml 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/foobar1/foobar-sections.txt 216 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/foobar1/foobar.types 136 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/foobar1/meson.build 435 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/foobar2/foobar-docs.sgml 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/foobar2/meson.build 314 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/foobar3/foobar-docs.sgml 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/foobar3/meson.build 160 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/foobar4/foobar-docs.sgml 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/foobar4/meson.build 188 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/meson.build 290 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/doc/version.xml.in 10 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/foo.c 357 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/include/foo-version.h.in 486 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/include/foo.h 448 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/include/generate-enums-docbook.py 2.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/include/meson.build 589 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/10 gtk-doc/test.json 4.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/11 gir subproject/gir/meson-subsample.c 2.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/11 gir subproject/gir/meson-subsample.h 452 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/11 gir subproject/gir/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/11 gir subproject/gir/prog.c 229 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/11 gir subproject/gir/prog.py 160 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/11 gir subproject/meson.build 569 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/11 gir subproject/subprojects/mesongir/meson-sample.c 2.9 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/11 gir subproject/subprojects/mesongir/meson-sample.h 512 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/11 gir subproject/subprojects/mesongir/meson.build 695 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/11 gir subproject/test.json 669 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/12 multiple gir/gir/meson-subsample.c 2.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/12 multiple gir/gir/meson-subsample.h 385 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/12 multiple gir/gir/meson.build 670 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/12 multiple gir/gir/prog.c 229 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/12 multiple gir/meson.build 295 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/12 multiple gir/mesongir/meson-sample.c 2.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/12 multiple gir/mesongir/meson-sample.h.in 440 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/12 multiple gir/mesongir/meson.build 909 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/12 multiple gir/test.json 769 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/13 yelp/help/C/index.page 174 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/13 yelp/help/C/index2.page 175 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/13 yelp/help/C/index3.page 175 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/13 yelp/help/C/media/test.txt 6 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/13 yelp/help/de/de.po 302 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/13 yelp/help/es/es.po 303 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/13 yelp/help/es/media/test.txt 6 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/13 yelp/help/LINGUAS 6 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/13 yelp/help/meson.build 403 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/13 yelp/meson.build 164 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/13 yelp/test.json 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/14 doxygen/doc/Doxyfile.in 105.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/14 doxygen/doc/meson.build 636 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/14 doxygen/include/comedian.h 269 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/14 doxygen/include/spede.h 607 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/14 doxygen/meson.build 736 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/14 doxygen/src/spede.cpp 833 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/14 doxygen/test.json 148 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/15 llvm/meson.build 4.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/15 llvm/meson_options.txt 156 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/15 llvm/sum.c 2.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/15 llvm/test.json 528 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/16 sdl2/meson.build 306 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/16 sdl2/meson_options.txt 157 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/16 sdl2/sdl2prog.c 872 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/16 sdl2/test.json 428 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/17 mpi/main.c 582 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/17 mpi/main.cpp 224 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/17 mpi/main.f90 504 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/17 mpi/meson.build 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/17 mpi/meson_options.txt 127 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/17 mpi/test.json 384 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/18 vulkan/meson.build 366 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/18 vulkan/test.json 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/18 vulkan/vulkanprog.c 703 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/19 pcap/meson.build 808 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/19 pcap/pcap_prog.c 289 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/19 pcap/test.json 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/2 gtest/meson.build 506 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/2 gtest/test.cc 247 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/2 gtest/test.json 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/2 gtest/test_nomain.cc 352 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/20 cups/cups_prog.c 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/20 cups/meson.build 778 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/20 cups/test.json 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/21 libwmf/libwmf_prog.c 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/21 libwmf/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/21 libwmf/test.json 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/22 gir link order/fake-gthread/fake-gthread.c 81 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/22 gir link order/fake-gthread/fake-gthread.h 115 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/22 gir link order/fake-gthread/meson.build 333 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/22 gir link order/get-prgname/get-prgname.c 116 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/22 gir link order/get-prgname/get-prgname.h 114 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/22 gir link order/get-prgname/meson.build 349 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/22 gir link order/meson-sample.c 822 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/22 gir link order/meson-sample.h 366 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/22 gir link order/meson.build 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/22 gir link order/test.json 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/23 hotdoc/doc/index.md 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/23 hotdoc/doc/meson.build 480 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/23 hotdoc/doc/sitemap.txt 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/23 hotdoc/meson.build 431 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/23 hotdoc/test.json 163 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/24 libgcrypt/libgcrypt_prog.c 80 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/24 libgcrypt/meson.build 939 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/24 libgcrypt/test.json 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/25 hdf5/main.c 544 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/25 hdf5/main.cpp 452 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/25 hdf5/main.f90 404 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/25 hdf5/meson.build 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/25 hdf5/meson_options.txt 114 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/25 hdf5/test.json 302 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/26 netcdf/main.c 176 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/26 netcdf/main.cpp 207 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/26 netcdf/main.f90 303 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/26 netcdf/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/26 netcdf/test.json 112 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/27 gpgme/gpgme_prog.c 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/27 gpgme/meson.build 884 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/27 gpgme/test.json 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/28 gir link order 2/meson-sample.c 655 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/28 gir link order 2/meson-sample.h 366 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/28 gir link order 2/meson.build 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/28 gir link order 2/samelibname/dummy.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/28 gir link order 2/samelibname/meson.build 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/28 gir link order 2/test.json 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/29 blocks/main.c 116 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/29 blocks/meson.build 327 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/29 blocks/test.json 58 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/3 gmock/gmocktest.cc 453 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/3 gmock/meson.build 478 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/3 gmock/test.json 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/30 scalapack/cmake/FindSCALAPACK.cmake 5.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/30 scalapack/main.c 895 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/30 scalapack/main.f90 508 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/30 scalapack/meson.build 791 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/30 scalapack/test.json 93 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/31 curses/main.c 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/31 curses/meson.build 481 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/31 curses/meson_options.txt 125 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/31 curses/test.json 286 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/32 boost root/boost/include/boost/version.hpp 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/32 boost root/boost/lib/boost_regex-vc142-mt-gd-x32-0_1.lib 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/32 boost root/boost/lib/boost_regex-vc142-mt-gd-x64-0_1.lib 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/32 boost root/boost/lib/libboost_regex.so.0.1.0 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/32 boost root/meson.build 223 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/32 boost root/nativefile.ini.in 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/33 boost split root/boost/extra-dir/include/boost/version.hpp 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/33 boost split root/boost/lib/boost_regex-vc142-mt-gd-x32-0_2.lib 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/33 boost split root/boost/lib/boost_regex-vc142-mt-gd-x64-0_2.lib 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/33 boost split root/boost/lib/libboost_regex.so.0.2.0 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/33 boost split root/meson.build 223 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/33 boost split root/nativefile.ini.in 125 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/34 gir static lib/meson.build 603 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/34 gir static lib/statichelper/meson-sample.c 2.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/34 gir static lib/statichelper/meson-sample.h.in 440 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/34 gir static lib/statichelper/meson.build 556 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/34 gir static lib/subdir/gir/meson-subsample.c 2.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/34 gir static lib/subdir/gir/meson-subsample.h 385 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/34 gir static lib/subdir/gir/meson.build 606 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/34 gir static lib/subdir/gir/prog.c 229 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/34 gir static lib/test.json 376 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/35 boost symlinks/boost/Cellar/boost-python/0.3.0/lib/boost_python-vc142-mt-gd-x32-0_3.lib 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/35 boost symlinks/boost/Cellar/boost-python/0.3.0/lib/boost_python-vc142-mt-gd-x64-0_3.lib 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/35 boost symlinks/boost/Cellar/boost-python/0.3.0/lib/libboost_python.so.0.3.0 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/35 boost symlinks/boost/Cellar/boost/0.3.0/include/boost/version.hpp 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/35 boost symlinks/boost/Cellar/boost/0.3.0/lib/boost_regex-vc142-mt-gd-x32-0_3.lib 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/35 boost symlinks/boost/Cellar/boost/0.3.0/lib/boost_regex-vc142-mt-gd-x64-0_3.lib 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/35 boost symlinks/boost/Cellar/boost/0.3.0/lib/libboost_regex.so.0.3.0 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/35 boost symlinks/meson.build 243 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/35 boost symlinks/nativefile.ini.in 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/36 gtkdoc cpp/foo-docs.xml 554 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/36 gtkdoc cpp/foo.cpp 64 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/36 gtkdoc cpp/foo.h 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/36 gtkdoc cpp/meson.build 295 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/36 gtkdoc cpp/test.json 945 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/37 gir cpp/foo.cpp 64 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/37 gir cpp/foo.h 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/37 gir cpp/meson.build 583 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/37 gir cpp/test.json 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/38 blas-lapack/cblas_lapack.c 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/38 blas-lapack/cblas_lapack.h 3.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/38 blas-lapack/main.f90 413 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/38 blas-lapack/meson.build 2.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/38 blas-lapack/test.json 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/main.cpp 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/mainWindow.cpp 141 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/mainWindow.h 315 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/manualinclude.cpp 463 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/manualinclude.h 300 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/meson.build 6.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/meson_options.txt 214 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/mocdep/meson.build 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/mocdep/mocdep.h 18 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/plugin/plugin.cpp 172 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/plugin/plugin.h 289 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/plugin/plugin.json 27 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/pluginInterface/plugin_if.h 340 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/q5core.cpp 715 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/qt4_lang.qrc 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/qt4core_fr.ts 311 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/qt4embedded_fr.ts 311 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/qt5_lang.qrc 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/qt5core_fr.ts 311 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/qt5embedded_fr.ts 311 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/qt6_lang.qrc 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/qt6core_fr.ts 311 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/qt6embedded_fr.ts 311 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/qtinterface.cpp 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/stuff.qrc 100 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/stuff2.qrc 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/subfolder/generator.py 136 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/subfolder/main.cpp 582 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/subfolder/meson.build 955 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/subfolder/resources/stuff3.qrc 100 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/subfolder/resources/stuff4.qrc.in 240 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/subfolder/resources/thing.png 39.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/test.json 223 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/thing.png 39.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/thing2.png 39.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/4 qt/ui/mainWindow.ui 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/5 protocol buffers/asubdir/defs.proto 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/5 protocol buffers/asubdir/main.cpp 197 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/5 protocol buffers/asubdir/meson.build 323 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/5 protocol buffers/defs.proto 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/5 protocol buffers/main.cpp 197 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/5 protocol buffers/meson.build 664 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/5 protocol buffers/sidedir/meson.build 200 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/5 protocol buffers/sidedir/sideprog.cpp 433 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/5 protocol buffers/test.json 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/5 protocol buffers/withpath/com/mesonbuild/simple.proto 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/5 protocol buffers/withpath/com/mesonbuild/subsite/complex.proto 159 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/5 protocol buffers/withpath/meson.build 442 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/5 protocol buffers/withpath/pathprog.cpp 433 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/data/data3/meson.build 241 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/data/data3/test.desktop.in 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/data/meson.build 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/data/test.desktop.in 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/data/test2.desktop.in 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/data/test5.desktop.in.in 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/data/test6.desktop.in.in 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/data2/meson.build 249 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/data2/test.desktop.in 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/data3/com.mesonbuild.test.intlprog.metainfo.xml 697 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/data3/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/data3/metainfo.its 1.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/data3/verify.py 226 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/generated/desktopgenerator.py 177 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/generated/meson.build 421 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/generated/something.desktop.in.in 528 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/meson.build 624 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/meson_options.txt 100 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/po/de.po 920 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/po/fi.po 717 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/po/intltest.pot 943 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/po/LINGUAS 9 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/po/meson.build 122 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/po/POTFILES 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/po/ru.po 904 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/src/intlmain.c 388 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/src/meson.build 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/6 gettext/test.json 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/copyfile.py 88 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gdbus/data/com.example.Sample.xml 490 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gdbus/gdbusprog.c 170 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gdbus/meson.build 2.9 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/genmarshal/main.c.in 3.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/genmarshal/marshaller.list 39 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/genmarshal/meson.build 1.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/copy.py 362 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/dep1/dep1.c 949 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/dep1/dep1.h 496 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/dep1/dep2/dep2.c 2.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/dep1/dep2/dep2.h 429 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/dep1/dep2/meson.build 439 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/dep1/dep3/dep3.c 2.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/dep1/dep3/dep3.h 429 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/dep1/dep3/meson.build 439 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/dep1/meson.build 755 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/meson-sample.c 2.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/meson-sample.h 647 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/meson-sample2.c 680 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/meson-sample2.h 450 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/meson.build 1.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/prog.c 767 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/gir/prog.py 299 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/meson.build 2.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/mkenums/enums.c.in 943 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/mkenums/enums.h.in 498 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/mkenums/enums2.c.in 943 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/mkenums/enums2.h.in 498 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/mkenums/main.c 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/mkenums/main4.c 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/mkenums/main5.c 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/mkenums/meson-decls.h 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/mkenums/meson-sample.h 383 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/mkenums/meson.build 4.9 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/mkenums/subdir/h2.h.in 64 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/mkenums/subdir/h3.h 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/mkenums/subdir/meson.build 85 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources-data/meson.build 504 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources-data/res1.txt 20 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources-data/res3.txt.in 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources-data/subdir/meson.build 155 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources-data/subdir/res2.txt 38 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources-data/subdir/res4.txt.in 24 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources/generated-main.c 763 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources/generated.gresource.xml 242 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources/generated/meson.build 159 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources/meson.build 2.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources/myresource.gresource.xml 242 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources/res3.txt 39 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources/resources.py 363 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources/simple-main.c 748 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/resources/simple.gresource.xml 183 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/schemas/com.github.meson.gschema.xml 339 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/schemas/meson.build 248 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/schemas/schemaprog.c 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/7 gnome/test.json 2.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/8 flex/lexer.l 190 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/8 flex/meson.build 883 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/8 flex/parser.y 103 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/8 flex/prog.c 517 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/8 flex/test.json 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/8 flex/test.txt 5 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/8 flex/testfile 5 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/9 wxwidgets/mainwin.h 395 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/9 wxwidgets/meson.build 666 bytes numpy-2.1.3/vendored-meson/meson/test cases/frameworks/9 wxwidgets/wxprog.cpp 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/frameworks/9 wxwidgets/wxstc.cpp 118 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/1 basic/com/mesonbuild/Simple.java 144 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/1 basic/meson.build 289 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/1 basic/test.json 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/10 resources/meson.build 154 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/10 resources/src/com/mesonbuild/Resources.java 880 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/10 resources/src/meson.build 295 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/10 resources/src/resources/resource1.txt 2 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/10 resources/src/resources/subdir/resource2.txt 2 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/2 subdir/meson.build 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/2 subdir/sub/com/mesonbuild/Simple.java 177 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/2 subdir/sub/com/mesonbuild/TextPrinter.java 190 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/2 subdir/sub/meson.build 161 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/3 args/com/mesonbuild/Simple.java 144 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/3 args/meson.build 245 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/4 inner class/com/mesonbuild/Simple.java 331 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/4 inner class/meson.build 151 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/5 includedirs/com/mesonbuild/Simple.java 177 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/5 includedirs/com/mesonbuild/TextPrinter.java 190 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/5 includedirs/meson.build 585 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/6 codegen/com/mesonbuild/Config.java.in 100 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/6 codegen/com/mesonbuild/meson.build 230 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/6 codegen/com/mesonbuild/Simple.java 255 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/6 codegen/com/mesonbuild/TextPrinter.java 190 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/6 codegen/meson.build 497 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/7 linking/com/mesonbuild/Linking.java 155 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/7 linking/meson.build 193 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/7 linking/sub/com/mesonbuild/SimpleLib.java 148 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/7 linking/sub/meson.build 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/8 codegen custom target/com/mesonbuild/Config.java.in 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/8 codegen custom target/com/mesonbuild/meson.build 398 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/8 codegen custom target/com/mesonbuild/Simple.java 255 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/8 codegen custom target/com/mesonbuild/TextPrinter.java 190 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/8 codegen custom target/meson.build 500 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/9 jni/lib/com_mesonbuild_JniTest.c 179 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/9 jni/lib/meson.build 281 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/9 jni/lib/native.c 180 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/9 jni/meson.build 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/java/9 jni/src/com/mesonbuild/Configured.java.in 116 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/9 jni/src/com/mesonbuild/JniTest.java 342 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/9 jni/src/com/mesonbuild/meson.build 340 bytes numpy-2.1.3/vendored-meson/meson/test cases/java/9 jni/src/meson.build 156 bytes numpy-2.1.3/vendored-meson/meson/test cases/keyval/1 basic/.config 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/keyval/1 basic/meson.build 421 bytes numpy-2.1.3/vendored-meson/meson/test cases/keyval/1 basic/test.json 312 bytes numpy-2.1.3/vendored-meson/meson/test cases/keyval/2 subdir/.config 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/keyval/2 subdir/dir/meson.build 279 bytes numpy-2.1.3/vendored-meson/meson/test cases/keyval/2 subdir/meson.build 71 bytes numpy-2.1.3/vendored-meson/meson/test cases/keyval/3 load_config files/dir/config 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/keyval/3 load_config files/dir/meson.build 263 bytes numpy-2.1.3/vendored-meson/meson/test cases/keyval/3 load_config files/meson.build 71 bytes numpy-2.1.3/vendored-meson/meson/test cases/keyval/4 load_config builddir/config 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/keyval/4 load_config builddir/meson.build 365 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/1 pkg-config/incdir/myinc.h 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/1 pkg-config/meson.build 2.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/1 pkg-config/prog-checkver.c 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/1 pkg-config/prog.c 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/10 large file support/meson.build 493 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/11 runpath rpath ldlibrarypath/lib.c 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/11 runpath rpath ldlibrarypath/lib1/meson.build 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/11 runpath rpath ldlibrarypath/lib2/meson.build 95 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/11 runpath rpath ldlibrarypath/main.c 190 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/11 runpath rpath ldlibrarypath/meson.build 277 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/12 subprojects in subprojects/main.c 143 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/12 subprojects in subprojects/meson.build 296 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/12 subprojects in subprojects/subprojects/a/a.c 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/12 subprojects in subprojects/subprojects/a/a.h 17 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/12 subprojects in subprojects/subprojects/a/meson.build 247 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/12 subprojects in subprojects/subprojects/b/b.c 121 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/12 subprojects in subprojects/subprojects/b/b.h 17 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/12 subprojects in subprojects/subprojects/b/meson.build 416 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/12 subprojects in subprojects/subprojects/c/c.h 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/12 subprojects in subprojects/subprojects/c/meson.build 110 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/cmake/FindImportedOldStyle.cmake 155 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/cmake/FindImportedTarget.cmake 853 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/cmake/FindSomethingLikeZLIB.cmake 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/cmake_fake1/cmMesonTestF1Config.cmake 323 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/cmake_fake2/cmMesonTestF2Config.cmake 242 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/cmake_fake3/bin/.gitkeep 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/cmake_fake3/lib/cmake/cmMesonTestF3/cmMesonTestF3Config.cmake 242 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/cmake_pref_env/lib/cmake/cmMesonTestDep/cmMesonTestDepConfig.cmake 246 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/cmake_pref_env/lib/cmake/cmMesonVersionedTestDep/cmMesonVersionedTestDepConfig.cmake 282 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/cmake_pref_env/lib/cmake/cmMesonVersionedTestDep/cmMesonVersionedTestDepConfigVersion.cmake 314 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/incdir/myinc.h 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/meson.build 4.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/prog-checkver.c 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/prog.c 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/test.json 355 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/13 cmake dependency/testFlagSet.c 309 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/14 static dynamic linkage/main.c 106 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/14 static dynamic linkage/meson.build 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/14 static dynamic linkage/verify_static.py 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/15 ld binary/meson.build 115 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/2 external library/meson.build 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/2 external library/prog.c 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/3 linker script/bob.c 114 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/3 linker script/bob.h 59 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/3 linker script/bob.map 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/3 linker script/bob.map.in 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/3 linker script/copy.py 95 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/3 linker script/meson.build 1.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/3 linker script/prog.c 65 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/3 linker script/sub/foo.map 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/3 linker script/sub/meson.build 256 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/4 extdep static lib/lib.c 131 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/4 extdep static lib/meson.build 260 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/4 extdep static lib/prog.c 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/5 dependency versions/meson.build 5.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/5 dependency versions/subprojects/fakezlib/meson.build 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/5 dependency versions/subprojects/somelib/lib.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/5 dependency versions/subprojects/somelib/meson.build 360 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/5 dependency versions/subprojects/somelibnover/lib.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/5 dependency versions/subprojects/somelibnover/meson.build 221 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/5 dependency versions/subprojects/somelibver/lib.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/5 dependency versions/subprojects/somelibver/meson.build 240 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/6 subdir include order/meson.build 375 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/6 subdir include order/prog.c 95 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/6 subdir include order/subdir/glib.h 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/7 library versions/exe.orig.c 87 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/7 library versions/lib.c 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/7 library versions/meson.build 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/7 library versions/test.json 608 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/8 subproject library install/meson.build 290 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/8 subproject library install/subprojects/sublib/include/subdefs.h 451 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/8 subproject library install/subprojects/sublib/meson.build 277 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/8 subproject library install/subprojects/sublib/sublib.c 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/8 subproject library install/test.json 194 bytes numpy-2.1.3/vendored-meson/meson/test cases/linuxlike/9 compiler checks with dependencies/meson.build 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/nasm/1 configure file/hello-x86.asm 1006 bytes numpy-2.1.3/vendored-meson/meson/test cases/nasm/1 configure file/hello-x86_64.asm 370 bytes numpy-2.1.3/vendored-meson/meson/test cases/nasm/1 configure file/meson.build 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/nasm/2 asm language/hello-x86.asm 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/nasm/2 asm language/hello-x86_64.asm 410 bytes numpy-2.1.3/vendored-meson/meson/test cases/nasm/2 asm language/meson.build 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/nasm/3 nasm only/dummy.asm 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/nasm/3 nasm only/dummy.def 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/nasm/3 nasm only/meson.build 475 bytes numpy-2.1.3/vendored-meson/meson/test cases/nasm/4 through configure/dummy.asm.in 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/nasm/4 through configure/dummy.def 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/nasm/4 through configure/meson.build 684 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/1 trivial/meson.build 265 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/1 trivial/trivial.c 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/2 global arg/meson.build 478 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/2 global arg/prog.c 822 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/2 global arg/prog.cc 215 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/3 pipeline/depends/copyrunner.py 133 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/3 pipeline/depends/filecopier.c 521 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/3 pipeline/depends/libsrc.c.in 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/3 pipeline/depends/meson.build 316 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/3 pipeline/depends/prog.c 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/3 pipeline/input_src.dat 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/3 pipeline/meson.build 661 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/3 pipeline/prog.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/3 pipeline/src/input_src.dat 18 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/3 pipeline/src/meson.build 302 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/3 pipeline/src/prog.c 118 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/3 pipeline/src/srcgen.c 901 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/3 pipeline/srcgen.c 1.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/native/4 tryrun/error.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/4 tryrun/meson.build 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/native/4 tryrun/no_compile.c 17 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/4 tryrun/ok.c 115 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/5 install script/file.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/5 install script/meson.build 393 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/5 install script/src/exe.c 576 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/5 install script/src/meson.build 65 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/5 install script/test.json 220 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/5 install script/wrap.py 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/6 add language/meson.build 175 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/6 add language/prog.cc 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/7 selfbuilt custom/checkarg.cpp 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/7 selfbuilt custom/data.dat 19 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/7 selfbuilt custom/mainprog.cpp 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/7 selfbuilt custom/meson.build 916 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/7 selfbuilt custom/tool.cpp 735 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/8 external program shebang parsing/input.txt 16 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/8 external program shebang parsing/main.c 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/native/8 external program shebang parsing/meson.build 653 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/8 external program shebang parsing/script.int.in 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/9 override with exe/main2.input 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/9 override with exe/meson.build 647 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/9 override with exe/subprojects/sub/foobar.c 316 bytes numpy-2.1.3/vendored-meson/meson/test cases/native/9 override with exe/subprojects/sub/meson.build 141 bytes numpy-2.1.3/vendored-meson/meson/test cases/objc/1 simple/meson.build 234 bytes numpy-2.1.3/vendored-meson/meson/test cases/objc/1 simple/prog.m 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/objc/2 nsstring/meson.build 889 bytes numpy-2.1.3/vendored-meson/meson/test cases/objc/2 nsstring/stringprog.m 158 bytes numpy-2.1.3/vendored-meson/meson/test cases/objc/3 objc args/meson.build 245 bytes numpy-2.1.3/vendored-meson/meson/test cases/objc/3 objc args/prog.m 113 bytes numpy-2.1.3/vendored-meson/meson/test cases/objc/4 c++ project objc subproject/master.cpp 135 bytes numpy-2.1.3/vendored-meson/meson/test cases/objc/4 c++ project objc subproject/meson.build 254 bytes numpy-2.1.3/vendored-meson/meson/test cases/objc/4 c++ project objc subproject/subprojects/foo/foo.m 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/objc/4 c++ project objc subproject/subprojects/foo/meson.build 219 bytes numpy-2.1.3/vendored-meson/meson/test cases/objc/5 objfw/meson.build 544 bytes numpy-2.1.3/vendored-meson/meson/test cases/objc/5 objfw/SimpleTest.m 151 bytes numpy-2.1.3/vendored-meson/meson/test cases/objc/5 objfw/TestApplication.m 276 bytes numpy-2.1.3/vendored-meson/meson/test cases/objcpp/1 simple/meson.build 247 bytes numpy-2.1.3/vendored-meson/meson/test cases/objcpp/1 simple/prog.mm 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/objcpp/2 objc++ args/meson.build 263 bytes numpy-2.1.3/vendored-meson/meson/test cases/objcpp/2 objc++ args/prog.mm 141 bytes numpy-2.1.3/vendored-meson/meson/test cases/objcpp/3 objfw/meson.build 550 bytes numpy-2.1.3/vendored-meson/meson/test cases/objcpp/3 objfw/SimpleTest.mm 151 bytes numpy-2.1.3/vendored-meson/meson/test cases/objcpp/3 objfw/TestApplication.mm 276 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/1 basic/main.c 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/1 basic/meson.build 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/10 global variable ar/libfile.c 155 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/10 global variable ar/libfile2.c 119 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/10 global variable ar/meson.build 241 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/10 global variable ar/nativefile.ini 21 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/10 global variable ar/prog.c 126 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/2 library versions/CMakeLists.txt 820 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/2 library versions/exe.orig.c 88 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/2 library versions/lib.c 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/2 library versions/meson.build 2.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/osx/2 library versions/require_pkgconfig.py 141 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/2 library versions/test.json 509 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/3 has function xcode8/meson.build 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/osx/4 framework/meson.build 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/osx/4 framework/prog.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/4 framework/stat.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/4 framework/test.json 121 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/4 framework/xcode-frameworks.png 411.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/osx/5 extra frameworks/meson.build 696 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/5 extra frameworks/prog.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/5 extra frameworks/stat.c 102 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/5 extra frameworks/test.json 121 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/6 multiframework/main.m 111 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/6 multiframework/meson.build 441 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/7 bitcode/libbar.mm 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/7 bitcode/libfile.c 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/7 bitcode/libfoo.m 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/7 bitcode/meson.build 312 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/7 bitcode/test.json 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/7 bitcode/vis.h 189 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/8 pie/main.c 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/8 pie/meson.build 84 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/9 framework recasting/main.cpp 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/9 framework recasting/meson.build 144 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/9 global variable ar/libfile.c 155 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/9 global variable ar/libfile2.c 119 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/9 global variable ar/meson.build 241 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/9 global variable ar/nativefile.ini 21 bytes numpy-2.1.3/vendored-meson/meson/test cases/osx/9 global variable ar/prog.c 126 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/1 basic/gluon/__init__.py 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/1 basic/gluon/gluonator.py 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/1 basic/meson.build 859 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/1 basic/prog.py 158 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/1 basic/subdir/meson.build 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/1 basic/subdir/subprog.py 239 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/10 extmodule limited api disabled/meson.build 276 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/10 extmodule limited api disabled/module.c 322 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/2 extmodule/blaster.py.in 270 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/2 extmodule/ext/meson.build 322 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/2 extmodule/ext/nested/meson.build 682 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/2 extmodule/ext/tachyon_module.c 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/python/2 extmodule/ext/wrongdir/meson.build 307 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/2 extmodule/meson.build 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/python/2 extmodule/meson_options.txt 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/2 extmodule/subinst/printer.py 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/2 extmodule/subinst/submod/printer.py 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/2 extmodule/test.json 843 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/3 cython/cytest.py 354 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/3 cython/libdir/cstorer.pxd 216 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/3 cython/libdir/meson.build 243 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/3 cython/libdir/storer.c 350 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/3 cython/libdir/storer.h 174 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/3 cython/libdir/storer.pyx 401 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/3 cython/meson.build 590 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/4 custom target depends extmodule/blaster.py 762 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/4 custom target depends extmodule/ext/lib/meson-tachyonlib.c 111 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/4 custom target depends extmodule/ext/lib/meson-tachyonlib.h 102 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/4 custom target depends extmodule/ext/lib/meson.build 209 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/4 custom target depends extmodule/ext/meson.build 123 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/4 custom target depends extmodule/ext/tachyon_module.c 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/python/4 custom target depends extmodule/meson.build 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/python/5 modules kwarg/a.py 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/5 modules kwarg/meson.build 782 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/5 modules kwarg/test.json 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/6 failing subproject/meson.build 218 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/6 failing subproject/subprojects/bar/meson.build 115 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/7 install path/meson.build 833 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/7 install path/structured/alpha/one.py 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/7 install path/structured/alpha/three.py 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/7 install path/structured/alpha/two.py 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/7 install path/structured/beta/one.py 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/7 install path/structured/meson.build 142 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/7 install path/structured/one.py 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/7 install path/structured/two.py 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/7 install path/target/meson.build 157 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/7 install path/test.json 731 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/7 install path/test.py 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/8 different python versions/blaster.py 270 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/8 different python versions/ext/meson.build 127 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/8 different python versions/ext/tachyon_module.c 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/python/8 different python versions/meson.build 946 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/8 different python versions/meson_options.txt 152 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/8 different python versions/test.json 210 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/9 extmodule limited api/limited.c 614 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/9 extmodule limited api/meson.build 495 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/9 extmodule limited api/not_limited.c 1.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/python/9 extmodule limited api/test.json 318 bytes numpy-2.1.3/vendored-meson/meson/test cases/python/9 extmodule limited api/test_limited.py 95 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/1 basic/gluon/__init__.py 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/1 basic/gluon/gluonator.py 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/1 basic/meson.build 980 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/1 basic/prog.py 155 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/1 basic/subdir/meson.build 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/1 basic/subdir/subprog.py 236 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/2 extmodule/blaster.py 263 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/2 extmodule/ext/meson.build 133 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/2 extmodule/ext/tachyon_module.c 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/python3/2 extmodule/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/python3/3 cython/cytest.py 380 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/3 cython/libdir/cstorer.pxd 216 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/3 cython/libdir/meson.build 297 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/3 cython/libdir/storer.c 350 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/3 cython/libdir/storer.h 174 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/3 cython/libdir/storer.pyx 401 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/3 cython/meson.build 848 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/4 custom target depends extmodule/blaster.py 773 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson-tachyonlib.c 111 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson-tachyonlib.h 102 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson.build 209 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/4 custom target depends extmodule/ext/meson.build 127 bytes numpy-2.1.3/vendored-meson/meson/test cases/python3/4 custom target depends extmodule/ext/tachyon_module.c 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/python3/4 custom target depends extmodule/meson.build 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/rewrite/1 basic/addSrc.json 1.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/rewrite/1 basic/addTgt.json 173 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/1 basic/info.json 907 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/1 basic/meson.build 654 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/1 basic/rmSrc.json 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/rewrite/1 basic/rmTgt.json 265 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/2 subdirs/addSrc.json 198 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/2 subdirs/addTgt.json 188 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/2 subdirs/info.json 164 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/2 subdirs/meson.build 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/2 subdirs/rmTgt.json 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/2 subdirs/sub1/meson.build 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/2 subdirs/sub2/meson.build 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/3 kwargs/add.json 576 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/3 kwargs/defopts_delete.json 314 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/3 kwargs/defopts_set.json 364 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/3 kwargs/delete.json 309 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/3 kwargs/info.json 302 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/3 kwargs/meson.build 191 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/3 kwargs/remove.json 610 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/3 kwargs/remove_regex.json 539 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/3 kwargs/set.json 611 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/4 same name targets/addSrc.json 121 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/4 same name targets/info.json 157 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/4 same name targets/meson.build 114 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/4 same name targets/sub1/meson.build 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/5 sorting/meson.build 461 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/6 extra_files/addExtraFiles.json 2.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/rewrite/6 extra_files/info.json 907 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/6 extra_files/meson.build 910 bytes numpy-2.1.3/vendored-meson/meson/test cases/rewrite/6 extra_files/rmExtraFiles.json 1.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/rust/1 basic/clippy.toml 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/1 basic/meson.build 484 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/1 basic/prog.rs 128 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/1 basic/subdir/meson.build 80 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/1 basic/subdir/prog.rs 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/1 basic/test.json 238 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/10 language stds/2015.rs 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/10 language stds/2018.rs 129 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/10 language stds/meson.build 282 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/11 generated main/gen.py 539 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/11 generated main/generated_lib_main.rs 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/11 generated main/meson.build 590 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/11 generated main/sub/meson.build 253 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/cpp/meson.build 424 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/dependencies/clib2.c 115 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/dependencies/external_dep.h 147 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/dependencies/internal_dep.h 142 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/dependencies/internal_main.rs 328 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/dependencies/meson.build 1017 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/include/other.h 113 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/meson.build 3.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/src/cpp.rs 488 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/src/gen_header.py 377 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/src/global-project.h 161 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/src/global.c 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/src/global.rs 276 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/src/header.h 155 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/src/header.hpp 106 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/src/header3.h 232 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/src/impl.cpp 104 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/src/main.rs 268 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/src/main2.rs 266 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/src/main3.rs 272 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/src/source.c 185 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/sub/meson.build 667 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/12 bindgen/test.json 288 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/13 external c dependencies/c_accessing_zlib.c 221 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/13 external c dependencies/meson.build 595 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/13 external c dependencies/meson_options.txt 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/13 external c dependencies/prog.rs 104 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/13 external c dependencies/test.json 355 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/14 external libm/meson.build 576 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/14 external libm/meson_options.txt 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/14 external libm/prog.rs 81 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/14 external libm/rs_math.rs 198 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/14 external libm/test.json 121 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/15 polyglot sharedlib/adder.c 405 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/15 polyglot sharedlib/adder.h 733 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/15 polyglot sharedlib/adder.rs 270 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/15 polyglot sharedlib/addertest.c 222 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/15 polyglot sharedlib/meson.build 360 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/15 polyglot sharedlib/zero/meson.build 355 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/15 polyglot sharedlib/zero/zero.c 164 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/15 polyglot sharedlib/zero/zero_static.c 64 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/16 internal c dependencies/lib.c 105 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/16 internal c dependencies/lib.h 508 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/16 internal c dependencies/main.rs 84 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/16 internal c dependencies/meson.build 921 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/16 internal c dependencies/test.py 557 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/17 staticlib link staticlib/branch.rs 102 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/17 staticlib link staticlib/leaf.rs 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/17 staticlib link staticlib/meson.build 494 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/17 staticlib link staticlib/prog.c 115 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/17 staticlib link staticlib/test.json 167 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/18 proc-macro/lib.rs 128 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/18 proc-macro/meson.build 881 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/18 proc-macro/proc.rs 176 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/18 proc-macro/subdir/meson.build 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/18 proc-macro/transitive-proc-macro.rs 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/18 proc-macro/use.rs 134 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/19 structured sources/gen.py 393 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/19 structured sources/main-gen-copy.rs 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/19 structured sources/meson.build 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/rust/19 structured sources/no_copy_test.py 324 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/19 structured sources/priv.rs 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/19 structured sources/src/foo.rs.in 51 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/19 structured sources/src/main.rs 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/19 structured sources/src2/foo/mod.rs 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/19 structured sources/src2/main-unique.rs 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/19 structured sources/src2/meson.build 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/2 sharedlib/meson.build 505 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/2 sharedlib/prog.rs 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/2 sharedlib/stuff.rs 167 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/2 sharedlib/test.json 378 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/2 sharedlib/value.c 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/20 rust and cpp/lib.cpp 292 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/20 rust and cpp/lib.hpp 169 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/20 rust and cpp/main.rs 433 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/20 rust and cpp/meson.build 310 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/20 rust and cpp/test.json 281 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/app.rs 93 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/diamond/func.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/diamond/main.c 71 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/diamond/meson.build 899 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/diamond/r1.rs 99 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/diamond/r2.rs 99 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/diamond/r3.rs 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/foo.c 99 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/foo.rs 109 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/liba/lib.rs 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/liba/meson.build 119 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/libb/lib.rs 44 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/libb/meson.build 148 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/main.rs 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/proc.rs 176 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/static1.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/static2.c 87 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/21 transitive dependencies/test.json 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/22 cargo subproject/main.c 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/22 cargo subproject/meson.build 152 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/22 cargo subproject/subprojects/bar-0.1-rs.wrap 27 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/22 cargo subproject/subprojects/bar-0.1-rs/Cargo.toml 272 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/22 cargo subproject/subprojects/bar-0.1-rs/src/lib.rs 26 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/22 cargo subproject/subprojects/extra-dep-1-rs/lib.c 39 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/22 cargo subproject/subprojects/extra-dep-1-rs/meson.build 262 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/22 cargo subproject/subprojects/extra-dep-1-rs/meson_options.txt 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/22 cargo subproject/subprojects/foo-0-rs.wrap 27 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/22 cargo subproject/subprojects/foo-0-rs/Cargo.toml 575 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/22 cargo subproject/subprojects/foo-0-rs/lib.rs 206 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/22 cargo subproject/subprojects/foo-0-rs/meson/meson.build 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/23 crt-static/lib.c 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/23 crt-static/main.rs 102 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/23 crt-static/meson.build 221 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/23 crt-static/test.json 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/24 system deps/main.rs 58 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/24 system deps/meson.build 282 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/24 system deps/wrapper.rs 133 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/25 cargo lock/Cargo.lock 197 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/25 cargo lock/meson.build 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/25 cargo lock/subprojects/packagecache/bar-0.1.tar.gz 288 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/3 staticlib/meson.build 286 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/3 staticlib/other.rs 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/3 staticlib/prog.rs 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/3 staticlib/stuff.rs 189 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/3 staticlib/test.json 169 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/3 staticlib/value.c 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/4 polyglot/meson.build 2.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/rust/4 polyglot/proc.rs 176 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/4 polyglot/prog.c 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/4 polyglot/stuff.rs 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/4 polyglot/test.json 6.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/rust/5 polyglot static/clib.c 292 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/5 polyglot static/meson.build 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/rust/5 polyglot static/overflow_size_checks.py 719 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/5 polyglot static/prog.c 87 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/5 polyglot static/stuff.rs 84 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/5 polyglot static/test.json 114 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/6 named staticlib/meson.build 187 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/6 named staticlib/prog.rs 91 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/6 named staticlib/stuff.rs 53 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/6 named staticlib/test.json 175 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/7 private crate collision/meson.build 188 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/7 private crate collision/prog.rs 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/7 private crate collision/rand.rs 146 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/7 private crate collision/test.json 168 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/8 many files/foo.rs 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/8 many files/main.rs 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/8 many files/meson.build 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/9 unit tests/helper.rs 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/9 unit tests/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/rust/9 unit tests/test.rs 370 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/9 unit tests/test2.rs 337 bytes numpy-2.1.3/vendored-meson/meson/test cases/rust/9 unit tests/test3.rs 496 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/1 exe/main.swift 38 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/1 exe/meson.build 88 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/2 multifile/libfile.swift 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/2 multifile/main.swift 105 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/2 multifile/meson.build 99 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/3 library/exe/main.swift 133 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/3 library/exe/meson.build 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/3 library/lib/datasource.swift 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/3 library/lib/meson.build 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/3 library/lib/othersource.swift 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/3 library/meson.build 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/4 generate/gen/main.swift 330 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/4 generate/gen/meson.build 126 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/4 generate/meson.build 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/4 generate/user/main.swift 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/4 generate/user/meson.build 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/5 mixed/main.swift 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/5 mixed/meson.build 167 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/5 mixed/mylib.c 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/5 mixed/mylib.h 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/6 modulemap/main.swift 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/6 modulemap/meson.build 211 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/6 modulemap/module.modulemap 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/6 modulemap/mylib.c 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/6 modulemap/mylib.h 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/7 modulemap subdir/main.swift 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/7 modulemap subdir/meson.build 190 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/7 modulemap subdir/mylib/meson.build 138 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/7 modulemap subdir/mylib/module.modulemap 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/7 modulemap subdir/mylib/mylib.c 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/7 modulemap subdir/mylib/mylib.h 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/8 extra args/main.swift 14 bytes numpy-2.1.3/vendored-meson/meson/test cases/swift/8 extra args/meson.build 344 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/1 soname/CMakeLists.txt 960 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/1 soname/main.c 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/1 soname/meson.build 821 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/1 soname/versioned.c 39 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/10 build_rpath/meson.build 298 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/10 build_rpath/prog.c 78 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/10 build_rpath/prog.cc 150 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/10 build_rpath/sub/meson.build 39 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/10 build_rpath/sub/stuff.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/100 custom target name/file.txt.in 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/100 custom target name/meson.build 291 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/100 custom target name/subdir/meson.build 266 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/101 relative find program/foo.py 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/101 relative find program/meson.build 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/101 relative find program/subdir/meson.build 73 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/102 rlib linkage/lib2.rs 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/102 rlib linkage/main.rs 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/102 rlib linkage/meson.build 321 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/103 python without pkgconfig/meson.build 141 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/104 strip/lib.c 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/104 strip/meson.build 67 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/105 debug function/meson.build 180 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/106 pkgconfig relocatable with absolute path/meson.build 320 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/107 subproject symlink/cp.py 93 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/107 subproject symlink/main.c 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/107 subproject symlink/meson.build 389 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/107 subproject symlink/symlinked_subproject/datadir/datafile 12 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/107 subproject symlink/symlinked_subproject/datadir/meson.build 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/107 subproject symlink/symlinked_subproject/meson.build 209 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/107 subproject symlink/symlinked_subproject/src.c 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/108 new subproject on reconfigure/meson.build 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/108 new subproject on reconfigure/meson_options.txt 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/108 new subproject on reconfigure/subprojects/foo/foo.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/108 new subproject on reconfigure/subprojects/foo/meson.build 274 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/109 configure same noop/meson.build 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/109 configure same noop/meson_options.txt 332 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/11 cross prog/meson.build 622 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/11 cross prog/some_cross_tool.py 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/11 cross prog/sometool.py 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/110 freeze/freeze.c 486 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/110 freeze/meson.build 91 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/111 replace unencodable xml chars/meson.build 123 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/111 replace unencodable xml chars/script.py 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/unit/112 classpath/com/mesonbuild/Simple.java 144 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/112 classpath/meson.build 341 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/113 list build options/meson.build 168 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/113 list build options/meson_options.txt 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/114 complex link cases/main.c 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/114 complex link cases/meson.build 4.9 KiB numpy-2.1.3/vendored-meson/meson/test cases/unit/114 complex link cases/s1.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/114 complex link cases/s2.c 53 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/114 complex link cases/s3.c 53 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/115 c cpp stds/meson.build 127 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/116 empty project/expected_mods.json 5.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/unit/116 empty project/meson.build 25 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/117 genvslite/main.cpp 125 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/117 genvslite/meson.build 131 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/117 openssl cmake bug/meson.build 134 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/117 openssl cmake bug/nativefile.ini 80 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/118 meson package cache dir/cache_dir/bar/meson.build 15 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/118 meson package cache dir/cache_dir/foo.zip 373 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/118 meson package cache dir/meson.build 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/118 meson package cache dir/subprojects/bar.wrap 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/118 meson package cache dir/subprojects/foo.wrap 176 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/119 openssl cmake bug/meson.build 134 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/119 openssl cmake bug/nativefile.ini 80 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/12 promote/meson.build 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/12 promote/subprojects/s1/meson.build 158 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/12 promote/subprojects/s1/s1.c 91 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/12 promote/subprojects/s1/subprojects/s3/meson.build 53 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/12 promote/subprojects/s1/subprojects/s3/s3.c 32 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/12 promote/subprojects/s1/subprojects/scommon/meson.build 78 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/12 promote/subprojects/s1/subprojects/scommon/scommon_broken.c 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/12 promote/subprojects/s2/meson.build 110 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/12 promote/subprojects/s2/s2.c 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/12 promote/subprojects/s2/subprojects/athing.wrap 12 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/12 promote/subprojects/s2/subprojects/scommon/meson.build 74 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/12 promote/subprojects/s2/subprojects/scommon/scommon_ok.c 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/120 rewrite/meson.build 4.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/unit/121 executable suffix/main.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/121 executable suffix/meson.build 126 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/122 reconfigure base options/meson.build 168 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/122 reconfigure base options/subprojects/sub/meson.build 141 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/13 reconfigure/meson.build 108 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/14 testsetup selection/main.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/14 testsetup selection/meson.build 183 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/14 testsetup selection/subprojects/bar/bar.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/14 testsetup selection/subprojects/bar/meson.build 166 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/14 testsetup selection/subprojects/foo/foo.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/14 testsetup selection/subprojects/foo/meson.build 105 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/15 prebuilt object/cp.py 88 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/15 prebuilt object/main.c 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/15 prebuilt object/meson.build 1.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/unit/15 prebuilt object/source.c 152 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/16 prebuilt static/libdir/best.c 51 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/16 prebuilt static/libdir/best.h 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/16 prebuilt static/libdir/meson.build 199 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/16 prebuilt static/main.c 113 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/16 prebuilt static/meson.build 129 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/17 prebuilt shared/alexandria.c 153 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/17 prebuilt shared/alexandria.h 463 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/17 prebuilt shared/another_visitor.c 263 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/17 prebuilt shared/meson.build 935 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/17 prebuilt shared/meson_options.txt 176 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/17 prebuilt shared/patron.c 235 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/17 prebuilt shared/rejected.c 245 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/17 prebuilt shared/rejected.h 74 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/17 prebuilt shared/rejected_main.c 67 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/18 pkgconfig static/foo.c 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/18 pkgconfig static/foo.pc.in 206 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/18 pkgconfig static/include/foo.h 38 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/18 pkgconfig static/main.c 253 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/18 pkgconfig static/meson.build 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/unit/19 array option/meson.build 614 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/19 array option/meson_options.txt 694 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/2 testsetups/buggy.c 245 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/2 testsetups/envcheck.py 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/2 testsetups/impl.c 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/2 testsetups/impl.h 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/2 testsetups/meson.build 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/unit/20 subproj dep variables/meson.build 530 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/20 subproj dep variables/subprojects/failingsubproj/meson.build 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/20 subproj dep variables/subprojects/nestedsubproj/meson.build 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/20 subproj dep variables/subprojects/nestedsubproj/subprojects/subsubproject.wrap 12 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/20 subproj dep variables/subprojects/somesubproj/meson.build 109 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/21 exit status/meson.build 35 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/22 warning location/a.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/22 warning location/b.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/22 warning location/conf.in 10 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/22 warning location/main.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/22 warning location/meson.build 357 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/22 warning location/sub/c.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/22 warning location/sub/d.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/22 warning location/sub/meson.build 135 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/22 warning location/sub/sub.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/23 unfound pkgconfig/meson.build 289 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/23 unfound pkgconfig/some.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/24 compiler run_command/meson.build 444 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/25 non-permitted kwargs/meson.build 199 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/26 install umask/datafile.cat 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/26 install umask/meson.build 335 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/26 install umask/myinstall.py 321 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/26 install umask/prog.1 13 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/26 install umask/prog.c 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/26 install umask/sample.h 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/26 install umask/subdir/datafile.dog 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/26 install umask/subdir/sayhello 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/27 pkgconfig usage/dependee/meson.build 126 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/27 pkgconfig usage/dependee/pkguser.c 102 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/27 pkgconfig usage/dependency/meson.build 618 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/27 pkgconfig usage/dependency/pkgdep.c 91 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/27 pkgconfig usage/dependency/pkgdep.h 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/27 pkgconfig usage/dependency/privatelib.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/28 ndebug if-release/main.c 152 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/28 ndebug if-release/meson.build 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/29 guessed linker dependencies/exe/app.c 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/29 guessed linker dependencies/exe/meson.build 175 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/29 guessed linker dependencies/lib/lib.c 365 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/29 guessed linker dependencies/lib/meson.build 302 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/29 guessed linker dependencies/lib/meson_options.txt 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/3 subproject defaults/meson.build 684 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/3 subproject defaults/meson_options.txt 303 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/3 subproject defaults/subprojects/foob/meson.build 957 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/3 subproject defaults/subprojects/foob/meson_options.txt 513 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/30 shared_mod linking/libfile.c 333 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/30 shared_mod linking/main.c 197 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/30 shared_mod linking/meson.build 162 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/31 forcefallback/meson.build 369 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/31 forcefallback/subprojects/notzlib/meson.build 204 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/31 forcefallback/subprojects/notzlib/notzlib.c 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/31 forcefallback/subprojects/notzlib/notzlib.h 431 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/31 forcefallback/test_not_zlib.c 117 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/32 pkgconfig use libraries/app/app.c 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/32 pkgconfig use libraries/app/meson.build 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/32 pkgconfig use libraries/lib/liba.c 21 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/32 pkgconfig use libraries/lib/libb.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/32 pkgconfig use libraries/lib/meson.build 307 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/33 cross file overrides always args/meson.build 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/33 cross file overrides always args/test.c 129 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/33 cross file overrides always args/ubuntu-armhf-overrides.txt 656 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/34 command line/meson.build 227 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/34 command line/meson_options.txt 116 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/34 command line/subprojects/subp/meson.build 60 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/34 command line/subprojects/subp/meson_options.txt 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/35 dist script/meson.build 274 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/35 dist script/prog.c 128 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/35 dist script/replacer.py 350 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/35 dist script/subprojects/sub/dist-script.py 494 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/35 dist script/subprojects/sub/meson.build 539 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/35 dist script/subprojects/sub/meson_options.txt 59 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/35 dist script/subprojects/sub/prog.c 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/35 dist script/subprojects/sub/version-test.py 74 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/36 exe_wrapper behaviour/broken-cross.txt 612 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/36 exe_wrapper behaviour/meson.build 504 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/36 exe_wrapper behaviour/meson_options.txt 105 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/36 exe_wrapper behaviour/prog.c 292 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/37 mixed command line args/meson.build 40 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/37 mixed command line args/meson_options.txt 120 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/38 pkgconfig format/meson.build 502 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/38 pkgconfig format/somelib.c 98 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/38 pkgconfig format/someret.c 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/39 external, internal library rpath/built library/bar.c 149 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/39 external, internal library rpath/built library/foo.py 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/39 external, internal library rpath/built library/meson.build 836 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/39 external, internal library rpath/built library/meson_options.txt 53 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/39 external, internal library rpath/built library/prog.c 151 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/39 external, internal library rpath/external library/bar.c 98 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/39 external, internal library rpath/external library/faa.c 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/39 external, internal library rpath/external library/foo.c 47 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/39 external, internal library rpath/external library/meson.build 750 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/4 suite selection/failing_test.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/4 suite selection/meson.build 411 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/4 suite selection/subprojects/subprjfail/failing_test.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/4 suite selection/subprojects/subprjfail/meson.build 239 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/4 suite selection/subprojects/subprjmix/failing_test.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/4 suite selection/subprojects/subprjmix/meson.build 234 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/4 suite selection/subprojects/subprjmix/successful_test.c 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/4 suite selection/subprojects/subprjsucc/meson.build 260 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/4 suite selection/subprojects/subprjsucc/successful_test.c 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/4 suite selection/successful_test.c 30 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/40 featurenew subprojects/meson.build 123 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/40 featurenew subprojects/subprojects/bar/meson.build 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/40 featurenew subprojects/subprojects/baz/meson.build 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/40 featurenew subprojects/subprojects/foo/meson.build 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/41 rpath order/meson.build 248 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/41 rpath order/myexe.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/41 rpath order/subprojects/sub1/lib.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/41 rpath order/subprojects/sub1/meson.build 111 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/41 rpath order/subprojects/sub2/lib.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/41 rpath order/subprojects/sub2/meson.build 111 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/42 dep order/lib1.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/42 dep order/lib2.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/42 dep order/meson.build 182 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/42 dep order/myexe.c 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/43 promote wrap/meson.build 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/43 promote wrap/subprojects/s1/meson.build 19 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/43 promote wrap/subprojects/s1/subprojects/ambiguous/meson.build 26 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/43 promote wrap/subprojects/s2/meson.build 19 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/43 promote wrap/subprojects/s2/subprojects/ambiguous.wrap 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/44 vscpp17/main.cpp 766 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/44 vscpp17/meson.build 133 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/45 native dep pkgconfig var/cross_pkgconfig.py 291 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/45 native dep pkgconfig var/cross_pkgconfig/dep_tester.pc 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/45 native dep pkgconfig var/meson.build 592 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/45 native dep pkgconfig var/meson_options.txt 138 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/45 native dep pkgconfig var/native_pkgconfig/dep_tester.pc 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/46 native file binary/meson.build 897 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/46 native file binary/meson_options.txt 102 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/47 reconfigure/main.c 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/47 reconfigure/meson.build 269 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/47 reconfigure/meson_options.txt 208 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/47 reconfigure/subprojects/sub1/meson.build 73 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/48 testsetup default/envcheck.py 240 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/48 testsetup default/meson.build 685 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/49 pkgconfig csharp library/meson.build 225 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/49 pkgconfig csharp library/somelib.cs 181 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/5 compiler detection/compiler wrapper.py 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/5 compiler detection/meson.build 257 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/5 compiler detection/trivial.c 111 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/5 compiler detection/trivial.cc 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/5 compiler detection/trivial.m 67 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/5 compiler detection/trivial.mm 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/50 noncross options/meson.build 392 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/50 noncross options/prog.c 46 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/50 noncross options/ylib.pc 264 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/51 ldflagdedup/bob.c 50 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/51 ldflagdedup/meson.build 272 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/51 ldflagdedup/prog.c 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/52 pkgconfig static link order/dummy.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/52 pkgconfig static link order/meson.build 254 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/53 clang-format/.clang-format 56 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/53 clang-format/dummydir.h/dummy.dat 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/53 clang-format/header_expected_h 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/53 clang-format/header_orig_h 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/53 clang-format/meson.build 58 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/53 clang-format/prog_expected_c 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/53 clang-format/prog_orig_c 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/54 introspect buildoptions/subprojects/projectBad/meson.build 65 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/54 introspect buildoptions/subprojects/projectBad/meson_options.txt 65 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/55 dedup compiler libs/app/app.c 203 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/55 dedup compiler libs/app/meson.build 65 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/55 dedup compiler libs/liba/liba.c 149 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/55 dedup compiler libs/liba/liba.h 105 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/55 dedup compiler libs/liba/meson.build 248 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/55 dedup compiler libs/libb/libb.c 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/55 dedup compiler libs/libb/libb.h 65 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/55 dedup compiler libs/libb/meson.build 179 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/55 dedup compiler libs/meson.build 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/56 introspection/cp.py 88 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/56 introspection/meson.build 2.6 KiB numpy-2.1.3/vendored-meson/meson/test cases/unit/56 introspection/meson_options.txt 174 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/56 introspection/sharedlib/meson.build 113 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/56 introspection/sharedlib/shared.cpp 124 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/56 introspection/sharedlib/shared.hpp 154 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/56 introspection/staticlib/meson.build 144 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/56 introspection/staticlib/static.c 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/56 introspection/staticlib/static.h 114 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/56 introspection/t1.cpp 196 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/56 introspection/t2.cpp 111 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/56 introspection/t3.cpp 294 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/57 pkg_config_path option/build_extra_path/totally_made_up_dep.pc 161 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/57 pkg_config_path option/host_extra_path/totally_made_up_dep.pc 160 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/57 pkg_config_path option/meson.build 354 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/58 introspect buildoptions/c_compiler.py 35 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/58 introspect buildoptions/main.c 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/58 introspect buildoptions/meson.build 494 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/58 introspect buildoptions/meson_options.txt 126 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/58 introspect buildoptions/subprojects/evilFile.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/58 introspect buildoptions/subprojects/projectA/meson.build 117 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/58 introspect buildoptions/subprojects/projectA/meson_options.txt 53 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/58 introspect buildoptions/subprojects/projectBad/meson.build 64 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/58 introspect buildoptions/subprojects/projectBad/meson_options.txt 65 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/59 native file override/crossfile 327 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/59 native file override/crossfile2 45 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/59 native file override/meson.build 416 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/59 native file override/meson_options.txt 795 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/59 native file override/nativefile 327 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/6 std override/meson.build 320 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/6 std override/prog11.cpp 119 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/6 std override/prog98.cpp 119 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/6 std override/progp.cpp 139 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/60 identity cross/build_wrapper.py 253 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/60 identity cross/host_wrapper.py 252 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/60 identity cross/meson.build 513 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/60 identity cross/stuff.h 683 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/61 pkgconfig relative paths/pkgconfig/librelativepath.pc 183 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/62 cmake_prefix_path/meson.build 138 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/62 cmake_prefix_path/prefix/lib/cmake/mesontest/mesontest-config.cmake 123 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/63 cmake parser/meson.build 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/unit/63 cmake parser/prefix/lib/cmake/mesontest/mesontest-config.cmake 2.5 KiB numpy-2.1.3/vendored-meson/meson/test cases/unit/64 alias target/main.c 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/64 alias target/meson.build 375 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/64 alias target/subdir/meson.build 125 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/65 static archive stripping/app/appA.c 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/65 static archive stripping/app/appB.c 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/65 static archive stripping/app/meson.build 182 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/65 static archive stripping/lib/libA.c 115 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/65 static archive stripping/lib/libA.h 21 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/65 static archive stripping/lib/libB.c 115 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/65 static archive stripping/lib/libB.h 21 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/65 static archive stripping/lib/meson.build 574 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func1.c 58 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func10.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func11.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func12.c 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func14.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func15.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func16.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func17.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func18.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func19.c 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func2.c 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func3.c 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func4.c 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func5.c 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func6.c 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func7.c 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func8.c 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/func9.c 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/lib/meson.build 2.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/meson.build 1.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/test1.c 107 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/test2.c 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/test3.c 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/test4.c 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/66 static link/test5.c 84 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/67 test env value/meson.build 321 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/67 test env value/test.py 91 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/68 clang-tidy/.clang-tidy 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/68 clang-tidy/cttest.cpp 125 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/68 clang-tidy/cttest_fixed.cpp 122 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/68 clang-tidy/dummydir.h/dummy.dat 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/68 clang-tidy/meson.build 102 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/69 cross/crossfile.in 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/69 cross/meson.build 525 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/69 cross/meson_options.txt 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/7 run installed/foo/foo.c 28 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/7 run installed/foo/meson.build 227 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/7 run installed/meson.build 139 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/7 run installed/prog.c 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/70 cross test passed/exewrapper.py 546 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/70 cross test passed/meson.build 403 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/70 cross test passed/meson_options.txt 65 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/70 cross test passed/script.py 135 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/70 cross test passed/src/main.c 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/71 summary/meson.build 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/unit/71 summary/meson_options.txt 87 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/71 summary/subprojects/sub/meson.build 111 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/71 summary/subprojects/sub2/meson.build 112 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/71 summary/subprojects/sub2/subprojects/subsub/meson.build 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/72 wrap file url/meson.build 103 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/72 wrap file url/subprojects/foo-patch.tar.xz 228 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/72 wrap file url/subprojects/foo.tar.xz 216 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/73 dep files/foo.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/73 dep files/meson.build 410 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/74 pkgconfig prefixes/client/client.c 112 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/74 pkgconfig prefixes/client/meson.build 128 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/74 pkgconfig prefixes/val1/meson.build 197 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/74 pkgconfig prefixes/val1/val1.c 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/74 pkgconfig prefixes/val1/val1.h 16 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/74 pkgconfig prefixes/val2/meson.build 258 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/74 pkgconfig prefixes/val2/val2.c 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/74 pkgconfig prefixes/val2/val2.h 16 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/75 subdir libdir/meson.build 44 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/75 subdir libdir/subprojects/flub/meson.build 24 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/76 as link whole/bar.c 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/76 as link whole/foo.c 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/76 as link whole/meson.build 351 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/77 nostdlib/meson.build 439 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/77 nostdlib/prog.c 146 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/77 nostdlib/subprojects/mylibc/libc.c 747 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/77 nostdlib/subprojects/mylibc/meson.build 339 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/77 nostdlib/subprojects/mylibc/stdio.h 106 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/77 nostdlib/subprojects/mylibc/stubstart.s 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/78 user options for subproject/75 user options for subproject/meson.build 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/79 global-rpath/meson.build 151 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/79 global-rpath/rpathified.cpp 117 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/79 global-rpath/yonder/meson.build 175 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/79 global-rpath/yonder/yonder.cpp 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/79 global-rpath/yonder/yonder.h 20 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/8 -L -l order/first.pc 259 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/8 -L -l order/meson.build 156 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/8 -L -l order/prog.c 67 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/8 -L -l order/second.pc 261 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/80 wrap-git/meson.build 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/80 wrap-git/subprojects/packagefiles/wrap_git_builddef/meson.build 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/80 wrap-git/subprojects/wrap_git_upstream/main.c 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/81 meson version compare/meson.build 682 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/81 meson version compare/subprojects/foo/meson.build 264 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/82 cross only introspect/meson.build 67 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/83 change option choices/meson.build 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/83 change option choices/meson_options.1.txt 185 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/83 change option choices/meson_options.2.txt 185 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/84 nested subproject regenerate depends/main.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/84 nested subproject regenerate depends/meson.build 301 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/84 nested subproject regenerate depends/subprojects/sub1/meson.build 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/84 nested subproject regenerate depends/subprojects/sub2/CMakeLists.txt 14 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/gcc/main.cpp 98 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/gcc/meson.build 350 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/gcc/src0.cxx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/gcc/src1.cxx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/gcc/src2.cxx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/gcc/src3.cxx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/gcc/src4.cxx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/gcc/src5.cxx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/gcc/src6.cxx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/gcc/src7.cxx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/gcc/src8.cxx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/gcc/src9.cxx 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/meson.build 232 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/vs/main.cpp 98 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/vs/meson.build 228 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/vs/src0.ixx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/vs/src1.ixx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/vs/src2.ixx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/vs/src3.ixx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/vs/src4.ixx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/vs/src5.ixx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/vs/src6.ixx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/vs/src7.ixx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/vs/src8.ixx 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/85 cpp modules/vs/src9.ixx 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/86 prelinking/file1.c 185 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/86 prelinking/file2.c 113 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/86 prelinking/file3.c 113 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/86 prelinking/file4.c 105 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/86 prelinking/main.c 188 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/86 prelinking/meson.build 209 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/86 prelinking/private_header.h 143 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/86 prelinking/public_header.h 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/87 run native test/main.c 292 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/87 run native test/meson.build 201 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/88 multiple envvars/meson.build 95 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/88 multiple envvars/prog.c 243 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/88 multiple envvars/prog.cpp 241 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/89 pkgconfig build rpath order/dummy.pc 136 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/89 pkgconfig build rpath order/meson.build 393 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/89 pkgconfig build rpath order/prog.c 78 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/89 pkgconfig build rpath order/prog.cc 150 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/89 pkgconfig build rpath order/sub/meson.build 39 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/89 pkgconfig build rpath order/sub/stuff.c 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/9 d dedup/meson.build 119 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/9 d dedup/prog.c 193 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/90 devenv/main.c 204 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/90 devenv/meson.build 833 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/90 devenv/subprojects/sub/foo.c 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/90 devenv/subprojects/sub/meson.build 168 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/90 devenv/test-devenv.py 273 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/92 install skip subprojects/foo.c 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/92 install skip subprojects/foo.dat 6 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/92 install skip subprojects/foo.h 12 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/92 install skip subprojects/foo/foofile 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/92 install skip subprojects/meson.build 170 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/92 install skip subprojects/subprojects/bar/bar.c 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/92 install skip subprojects/subprojects/bar/bar.dat 6 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/92 install skip subprojects/subprojects/bar/bar.h 12 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/92 install skip subprojects/subprojects/bar/bar/barfile 6 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/92 install skip subprojects/subprojects/bar/meson.build 151 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/93 new subproject in configured project/meson.build 187 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/93 new subproject in configured project/meson_options.txt 127 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/93 new subproject in configured project/subprojects/sub/foo.c 118 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/93 new subproject in configured project/subprojects/sub/meson.build 177 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/94 clangformat/.clang-format 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/94 clangformat/.clang-format-ignore 22 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/94 clangformat/.clang-format-include 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/94 clangformat/meson.build 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/94 clangformat/not-included/badformat.cpp 11 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/94 clangformat/src/badformat.c 12 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/94 clangformat/src/badformat.cpp 11 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/95 custominc/easytogrepfor/genh.py 107 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/95 custominc/easytogrepfor/meson.build 106 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/95 custominc/helper.c 67 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/95 custominc/meson.build 294 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/95 custominc/prog.c 126 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/95 custominc/prog2.c 163 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/96 implicit force fallback/meson.build 393 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/96 implicit force fallback/subprojects/something/meson.build 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/97 compiler.links file arg/meson.build 309 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/97 compiler.links file arg/test.c 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/98 link full name/libtestprovider/meson.build 466 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/98 link full name/libtestprovider/provider.c 223 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/98 link full name/proguser/meson.build 250 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/98 link full name/proguser/receiver.c 345 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/bar-custom.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/bar-devel.h 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/bar-notag.txt 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/custom_files/data.txt 12 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/excludes/excluded.txt 9 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/excludes/excluded/placeholder.txt 12 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/excludes/installed.txt 10 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/foo.in 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/foo1-devel.h 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/lib.c 156 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/main.c 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/meson.build 2.9 KiB numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/script.py 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/subdir/bar2-devel.h 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/subdir/foo2.in 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/subdir/foo3-devel.h 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/subdir/lib.c 156 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/subdir/main.c 49 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/subdir/meson.build 497 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/subdir/script.py 96 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/subprojects/subproject/aaa.txt 4 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/subprojects/subproject/bbb.txt 4 bytes numpy-2.1.3/vendored-meson/meson/test cases/unit/99 install all targets/subprojects/subproject/meson.build 93 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/1 basic/meson.build 253 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/1 basic/prog.vala 147 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/10 mixed sources/c/foo.c 62 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/10 mixed sources/c/meson.build 126 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/10 mixed sources/c/writec.py 130 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/10 mixed sources/meson.build 172 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/10 mixed sources/vala/bar.vala 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/11 generated vapi/libbar/bar.c 356 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/11 generated vapi/libbar/bar.h 176 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/11 generated vapi/libbar/meson.build 544 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/11 generated vapi/libfoo/foo.c 316 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/11 generated vapi/libfoo/foo.h 176 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/11 generated vapi/libfoo/foo.metadata 17 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/11 generated vapi/libfoo/meson.build 764 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/11 generated vapi/main.vala 190 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/11 generated vapi/meson.build 269 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/11 generated vapi/test.json 597 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/12 custom output/bar.vala 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/12 custom output/foo.vala 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/12 custom output/meson.build 369 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/13 find library/meson.build 242 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/13 find library/test.vala 134 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/14 target glib version and gresources/gres/meson.build 140 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/14 target glib version and gresources/gres/test-resources.xml 187 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/14 target glib version and gresources/gres/test.ui 617 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/14 target glib version and gresources/meson.build 333 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/14 target glib version and gresources/test.vala 658 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/15 static vapi in source tree/meson.build 314 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/15 static vapi in source tree/test.vala 103 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/15 static vapi in source tree/vapi/config.vapi 131 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/16 mixed dependence/app.vala 180 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/16 mixed dependence/meson.build 447 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/16 mixed dependence/mixer-glue.c 76 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/16 mixed dependence/mixer.vala 69 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/17 plain consumer/app.c 237 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/17 plain consumer/badger.vala 147 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/17 plain consumer/meson.build 287 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/18 vapi consumed twice/app.vala 302 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/18 vapi consumed twice/beer.vala 168 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/18 vapi consumed twice/meson.build 518 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/18 vapi consumed twice/person.vala 272 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/19 genie/meson.build 184 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/19 genie/prog.gs 34 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/2 multiple files/class1.vala 115 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/2 multiple files/class2.vala 129 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/2 multiple files/main.vala 153 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/2 multiple files/meson.build 279 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/20 genie multiple mixed sources/c_test_one.c 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/20 genie multiple mixed sources/c_test_two.c 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/20 genie multiple mixed sources/init.gs 306 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/20 genie multiple mixed sources/meson.build 476 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/20 genie multiple mixed sources/test_one.gs 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/20 genie multiple mixed sources/test_two.gs 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/20 genie multiple mixed sources/vala_test_one.vala 119 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/20 genie multiple mixed sources/vala_test_two.vala 119 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/21 type module/foo.vala 352 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/21 type module/meson.build 717 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/21 type module/plugin-bar.vala 210 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/21 type module/plugin-module.vala 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/vala/21 type module/plugin.vala 82 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/22 same target in directories/meson.build 322 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/22 same target in directories/prog.vala 216 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/22 same target in directories/Subdir/Subdir2/Test.vala 127 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/22 same target in directories/Subdir/Test.vala 111 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/22 same target in directories/Subdir2/Test.vala 113 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/22 same target in directories/Test.vala 111 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/23 thread flags/meson.build 217 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/23 thread flags/prog.vala 17 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/24 export dynamic shared module/app.vala 367 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/24 export dynamic shared module/meson.build 304 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/24 export dynamic shared module/module.vala 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/25 extract_all_objects/meson.build 538 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/25 extract_all_objects/prog.vala 147 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/26 vala and asm/meson.build 658 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/26 vala and asm/prog.vala 184 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/26 vala and asm/retval-arm.S 178 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/26 vala and asm/retval-x86.S 216 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/26 vala and asm/retval-x86_64.S 177 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/26 vala and asm/symbol-underscore.h 123 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/27 file as command line argument/meson.build 403 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/27 file as command line argument/my-resources.xml 192 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/27 file as command line argument/mywidget.ui 2.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/vala/27 file as command line argument/mywidget.vala 871 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/28 generated ui file/meson.build 612 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/28 generated ui file/test.gresource.xml 153 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/28 generated ui file/test.vala 112 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/28 generated ui file/TestBox.ui.in 161 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/29 compiler.links/meson.build 654 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/3 dep/gioprog.vala 244 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/3 dep/meson.build 394 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/30 dependencies for compiler.links/meson.build 1.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/vala/4 config/config.vapi 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/4 config/meson-something-else.vapi 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/4 config/meson.build 488 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/4 config/prog.vala 236 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/5 target glib/GLib.Thread.vala 1.1 KiB numpy-2.1.3/vendored-meson/meson/test cases/vala/5 target glib/meson.build 223 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/5 target glib/retcode.c 59 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/6 static library/meson.build 598 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/6 static library/mylib.vala 122 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/6 static library/prog.vala 150 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/6 static library/test.json 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/7 shared library/lib/meson.build 1.3 KiB numpy-2.1.3/vendored-meson/meson/test cases/vala/7 shared library/lib/mylib.vala 122 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/7 shared library/lib/source.py 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/7 shared library/meson.build 197 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/7 shared library/prog/meson.build 116 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/7 shared library/prog/prog.vala 150 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/7 shared library/test.json 944 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/dependency-generated/enum-types.c.template 913 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/dependency-generated/enum-types.h.template 551 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/dependency-generated/enums.h 264 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/dependency-generated/lib.vala 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/dependency-generated/main.vala 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/dependency-generated/meson.build 1.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/dependency-generated/null.c 3 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/meson.build 314 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/onlygen/maingen.in 29 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/onlygen/meson.build 240 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/src/config.vala.in 63 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/src/copy_file.py 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/src/meson.build 435 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/src/returncode.in 36 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/src/test.vala 72 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/src/write_wrapper.py 164 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/test.json 190 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/8 generated sources/tools/meson.build 151 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/9 gir/foo.vala 70 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/9 gir/meson.build 619 bytes numpy-2.1.3/vendored-meson/meson/test cases/vala/9 gir/test.json 234 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/1 version for string div/a/b.c 19 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/1 version for string div/meson.build 100 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/1 version for string div/test.json 314 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/2 languages missing native/meson.build 90 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/2 languages missing native/test.json 209 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/3 fallback consistency/meson.build 283 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/3 fallback consistency/subprojects/sub/meson.build 117 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/3 fallback consistency/test.json 189 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/4 fallback consistency/meson.build 148 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/4 fallback consistency/subprojects/sub/meson.build 117 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/4 fallback consistency/test.json 189 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/5 fallback consistency/meson.build 142 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/5 fallback consistency/subprojects/foo.wrap 110 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/5 fallback consistency/subprojects/foo/meson.build 121 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/5 fallback consistency/test.json 192 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/6 list add/meson.build 101 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/6 list add/test.json 224 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/7 module without unstable/meson.build 87 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/7 module without unstable/test.json 331 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/8 target with no sources/meson.build 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/8 target with no sources/test.json 216 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/9 meson.options/meson.build 77 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/9 meson.options/meson.options 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/9 meson.options/subprojects/no-warn/meson.build 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/9 meson.options/subprojects/no-warn/meson.options 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/9 meson.options/subprojects/no-warn/meson_options.txt 31 bytes numpy-2.1.3/vendored-meson/meson/test cases/warning/9 meson.options/test.json 173 bytes numpy-2.1.3/vendored-meson/meson/test cases/wasm/1 basic/hello.c 74 bytes numpy-2.1.3/vendored-meson/meson/test cases/wasm/1 basic/hello.cpp 94 bytes numpy-2.1.3/vendored-meson/meson/test cases/wasm/1 basic/hello.html 117 bytes numpy-2.1.3/vendored-meson/meson/test cases/wasm/1 basic/meson.build 164 bytes numpy-2.1.3/vendored-meson/meson/test cases/wasm/2 threads/meson.build 249 bytes numpy-2.1.3/vendored-meson/meson/test cases/wasm/2 threads/threads.c 423 bytes numpy-2.1.3/vendored-meson/meson/test cases/wasm/2 threads/threads.cpp 286 bytes numpy-2.1.3/vendored-meson/meson/test cases/wasm/3 jslib/meson.build 187 bytes numpy-2.1.3/vendored-meson/meson/test cases/wasm/3 jslib/prog.c 158 bytes numpy-2.1.3/vendored-meson/meson/test cases/wasm/3 jslib/somefuncs.js 150 bytes numpy-2.1.3/vendored-meson/meson/test cases/wayland/1 client/both.c 256 bytes numpy-2.1.3/vendored-meson/meson/test cases/wayland/1 client/client.c 127 bytes numpy-2.1.3/vendored-meson/meson/test cases/wayland/1 client/local.c 121 bytes numpy-2.1.3/vendored-meson/meson/test cases/wayland/1 client/meson.build 2.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/wayland/1 client/server.c 143 bytes numpy-2.1.3/vendored-meson/meson/test cases/wayland/1 client/test.xml 179 bytes numpy-2.1.3/vendored-meson/meson/test cases/wayland/2 core only/core.c 206 bytes numpy-2.1.3/vendored-meson/meson/test cases/wayland/2 core only/meson.build 503 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/1 basic/meson.build 99 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/1 basic/prog.c 55 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/1 basic/test.json 119 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/10 vs module defs generated custom target/meson.build 135 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/10 vs module defs generated custom target/prog.c 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/10 vs module defs generated custom target/subdir/make_def.py 139 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/10 vs module defs generated custom target/subdir/meson.build 292 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/10 vs module defs generated custom target/subdir/somedll.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/11 exe implib/meson.build 333 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/11 exe implib/prog.c 78 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/11 exe implib/test.json 508 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/12 resources with custom targets/meson.build 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/windows/12 resources with custom targets/prog.c 431 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/12 resources with custom targets/res/gen-res.py 163 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/12 resources with custom targets/res/meson.build 517 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/12 resources with custom targets/res/myres.rc.in 58 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/12 resources with custom targets/res/myres_static.rc 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/12 resources with custom targets/res/resource.h 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/12 resources with custom targets/res/sample.ico 9.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/windows/13 test argument extra paths/exe/main.c 61 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/13 test argument extra paths/exe/meson.build 89 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/13 test argument extra paths/lib/foo.c 57 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/13 test argument extra paths/lib/foo.h 341 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/13 test argument extra paths/lib/meson.build 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/13 test argument extra paths/meson.build 86 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/13 test argument extra paths/test/meson.build 105 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/13 test argument extra paths/test/test_run_exe.py 247 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/14 resources with custom target depend_files/ico/gen-ico.py 145 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/14 resources with custom target depend_files/ico/meson.build 246 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/14 resources with custom target depend_files/ico/sample.ico.in 9.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/windows/14 resources with custom target depend_files/meson.build 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/windows/14 resources with custom target depend_files/prog.c 431 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/14 resources with custom target depend_files/res/meson.build 87 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/14 resources with custom target depend_files/res/myres.rc 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/a/meson.build 37 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/a/rsrc.rc 17 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/b/meson.build 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/b/rsrc.rc 17 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/c/meson.build 52 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/c/rsrc.rc 17 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/exe3/meson.build 205 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/exe3/src_dll/main.c 245 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/exe3/src_dll/version.rc 225 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/exe3/src_exe/main.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/exe3/src_exe/version.rc 225 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/exe4/meson.build 219 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/exe4/src_dll/main.c 245 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/exe4/src_dll/version.rc 225 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/exe4/src_exe/main.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/exe4/src_exe/version.rc 225 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/meson.build 460 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/rsrc.rc 23 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/15 resource scripts with duplicate filenames/verify.c 512 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/16 gui app/console_prog.c 33 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/16 gui app/dummy.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/16 gui app/gui_app_tester.py 427 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/16 gui app/gui_prog.c 309 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/16 gui app/meson.build 1.0 KiB numpy-2.1.3/vendored-meson/meson/test cases/windows/17 msvc ndebug/main.cpp 123 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/17 msvc ndebug/meson.build 132 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/18 msvc charset/iso-8859-1.c 114 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/18 msvc charset/meson.build 318 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/18 msvc charset/meson_options.txt 54 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/18 msvc charset/utf8.c 110 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/19 msvc cplusplus define/main.cpp 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/19 msvc cplusplus define/meson.build 381 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/2 winmain/meson.build 97 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/2 winmain/prog.c 308 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/20 vs install static lib with generated obj deps/both_lib_source.c 163 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/20 vs install static lib with generated obj deps/copyfile.py 75 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/20 vs install static lib with generated obj deps/generated_source.c 48 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/20 vs install static lib with generated obj deps/meson.build 439 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/20 vs install static lib with generated obj deps/static_lib_source.c 105 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/20 vs install static lib with generated obj deps/test.json 520 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/21 masm/hello.masm 857 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/21 masm/meson.build 394 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/22 msvc library argument order/meson.build 826 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/22 msvc library argument order/nativefile.ini.in 234 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/22 msvc library argument order/source.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/3 cpp/meson.build 120 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/3 cpp/prog.cpp 66 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/4 winmaincpp/meson.build 107 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/4 winmaincpp/prog.cpp 320 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/5 resources/inc/meson.build 38 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/5 resources/inc/resource/resource.h 18 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/5 resources/meson.build 1.8 KiB numpy-2.1.3/vendored-meson/meson/test cases/windows/5 resources/prog.c 576 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/5 resources/res/dummy.c 0 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/5 resources/res/meson.build 315 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/5 resources/res/myres.rc 68 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/5 resources/res/sample.ico 9.4 KiB numpy-2.1.3/vendored-meson/meson/test cases/windows/6 vs module defs/meson.build 125 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/6 vs module defs/prog.c 83 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/6 vs module defs/subdir/meson.build 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/6 vs module defs/subdir/somedll.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/6 vs module defs/subdir/somedll.def 21 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/7 dll versioning/copyfile.py 92 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/7 dll versioning/exe.orig.c 87 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/7 dll versioning/lib.c 79 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/7 dll versioning/meson.build 1.7 KiB numpy-2.1.3/vendored-meson/meson/test cases/windows/7 dll versioning/test.json 2.2 KiB numpy-2.1.3/vendored-meson/meson/test cases/windows/8 find program/meson.build 357 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/8 find program/test-script 35 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/8 find program/test-script-ext.py 43 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/9 vs module defs generated/exe.def 20 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/9 vs module defs generated/meson.build 163 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/9 vs module defs generated/prog.c 128 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/9 vs module defs generated/subdir/meson.build 313 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/9 vs module defs generated/subdir/somedll.c 41 bytes numpy-2.1.3/vendored-meson/meson/test cases/windows/9 vs module defs generated/subdir/somedll.def.in 19 bytes numpy-2.1.3/vendored-meson/meson/tools/ac_converter.py 18.3 KiB numpy-2.1.3/vendored-meson/meson/tools/boost_names.py 8.7 KiB numpy-2.1.3/vendored-meson/meson/tools/build_website.py 1.7 KiB numpy-2.1.3/vendored-meson/meson/tools/cmake2meson.py 11.6 KiB numpy-2.1.3/vendored-meson/meson/tools/copy_files.py 1.2 KiB numpy-2.1.3/vendored-meson/meson/tools/dircondenser.py 2.3 KiB numpy-2.1.3/vendored-meson/meson/tools/regenerate_docs.py 6.4 KiB numpy-2.1.3/vendored-meson/meson/tools/run_with_cov.py 1.3 KiB numpy-2.1.3/vendored-meson/meson/unittests/__init__.py 0 bytes numpy-2.1.3/vendored-meson/meson/unittests/allplatformstests.py 223.5 KiB numpy-2.1.3/vendored-meson/meson/unittests/baseplatformtests.py 21.6 KiB numpy-2.1.3/vendored-meson/meson/unittests/cargotests.py 9.4 KiB numpy-2.1.3/vendored-meson/meson/unittests/darwintests.py 7.5 KiB numpy-2.1.3/vendored-meson/meson/unittests/datatests.py 10.4 KiB numpy-2.1.3/vendored-meson/meson/unittests/failuretests.py 17.4 KiB numpy-2.1.3/vendored-meson/meson/unittests/featurestests.py 12.4 KiB numpy-2.1.3/vendored-meson/meson/unittests/helpers.py 6.9 KiB numpy-2.1.3/vendored-meson/meson/unittests/internaltests.py 86.7 KiB numpy-2.1.3/vendored-meson/meson/unittests/linuxcrosstests.py 7.6 KiB numpy-2.1.3/vendored-meson/meson/unittests/linuxliketests.py 81.0 KiB numpy-2.1.3/vendored-meson/meson/unittests/machinefiles/constant1.txt 29 bytes numpy-2.1.3/vendored-meson/meson/unittests/machinefiles/constant2.txt 341 bytes numpy-2.1.3/vendored-meson/meson/unittests/machinefiletests.py 43.1 KiB numpy-2.1.3/vendored-meson/meson/unittests/platformagnostictests.py 23.1 KiB numpy-2.1.3/vendored-meson/meson/unittests/pythontests.py 4.6 KiB numpy-2.1.3/vendored-meson/meson/unittests/rewritetests.py 21.9 KiB numpy-2.1.3/vendored-meson/meson/unittests/subprojectscommandtests.py 13.6 KiB numpy-2.1.3/vendored-meson/meson/unittests/taptests.py 11.6 KiB numpy-2.1.3/vendored-meson/meson/unittests/windowstests.py 23.1 KiB