176 Commits (5c6e9d2d8fa25d62f1d249d265611a6dbbc03a4b)

Author SHA1 Message Date
Mads Andreasen 50704bced3 Replace exe_exists function with shutil.which() 4 months ago
Eli Schwartz 7b43a2e196
depfixer: fix darwin regression when install rpaths are used 5 months ago
Ralf Gommers a111c28ece Add support for detecting free-threaded Python on Windows 5 months ago
Mark A. Tsuchida 1951fe5cf0 clang-tidy: use -quiet 5 months ago
Walkusz 783183260d coverage: Change --html-details to --html-nested (gcovr) 5 months ago
Ralf Gommers bcbf068549 Improve `nm` usage in symbolextractor script on macOS 5 months ago
Jussi Pakkanen 41a445c228 Extract native file parser to machinefile source file. 5 months ago
Ole André Vadla Ravnås e00710a0a9 env2mfile: Only consume LDFLAGS for relevant languages 7 months ago
Fabian Groffen 78e9009ff9
depfixer: change fix_darwin to act like fix_rpathtype_entry 8 months ago
Dylan Baker 3e9021a4c4 scripts/depscan: remove unnecessary function 8 months ago
Dylan Baker 433117fc5a scripts/depscan: pick language once, at configure time 8 months ago
Dylan Baker fae1363bd3 scripts/depscan: combine pickle and JSON data into a single file 8 months ago
Dylan Baker 458827a5b2 depscan: use a defaultdict to simplify append action 8 months ago
dragonmux cfada46694 scripts/coverage: Implemented handling for passing the gcovr and llvm-cov binaries to use to the script 9 months ago
Ole André Vadla Ravnås 6cd2ba42ff env2mfile: move language args to `built-in options` 9 months ago
Esther Dalhuisen abdb3afd73 coverage: pass .lcovrc config file to genhtml 9 months ago
Eli Schwartz 708a108cde
python module: correct the embedded path for bytecompiled files 10 months ago
Dylan Baker e991c4d454 Use SPDX-License-Identifier consistently 11 months ago
David Robillard 254abb999f Fix coverage with lcov 2.0 and uncovered subprojects 11 months ago
Andrew McNulty 74712f2dbc scan-build: Exclude subprojects from scan-build report 1 year ago
Luke Elliott ce691f8c98 Add comments suggesting to keep shell completion scripts up-to-date near cmd line argument code 1 year ago
Chun-wei Fan ada6236f76 i18n module: Invoke itstool with the full command line 1 year ago
Eli Schwartz 1cf0ed0997 add missing imports for future annotations 1 year ago
Nigel Kukard 2c4a1b6324 Add support for lcov 2.0 1 year ago
Eli Schwartz 2d6c10908b
python module: stop using distutils "link to libpython" probe on recent python 1 year ago
Eli Schwartz 3d3a10ef02
python module: refactor pypy detection into a consistent variable 1 year ago
Eli Schwartz 40f897fa92
python module: stop using distutils schemes on sufficiently new Debian 1 year ago
Charles Brunet a843a99743
mypy: replace fchmod by chmod 1 year ago
Lei YU 8d6b474bf6 Add clang-tidy-fix target 1 year ago
L. E. Segovia 878d950887 environment, env2mfile: Don't shell split paths if they point to a valid executable 1 year ago
Andrew McNulty c730807696 Python: Add 'limited_api' kwarg to extension_module 1 year ago
Eli Schwartz 90ce084144
treewide: automatic rewriting of all comment-style type annotations 1 year ago
Eli Schwartz 13f8eba9b6
treewide: internally avoid deprecated machine file uses of "pkgconfig" 1 year ago
Jussi Pakkanen b0d2a92584 Add kernel and subsystem properties to machine objects. 1 year ago
Xavier Claessens dbb857dd71
env2mfile: Take pkg-config properties from env 1 year ago
Xavier Claessens 62a5673b98
env2mfile: Take binaries from env for cross file too 1 year ago
Xavier Claessens 1ab7d3b28e
env2mfile: Not all compilers have env for flags 1 year ago
Eli Schwartz 0b5e95ae71 meson_exe: print suitable debug information for DLL not found errors 2 years ago
Eli Schwartz 877d5ea8e0
bytecompile: switch to handling destdir in the script launcher env 2 years ago
Eli Schwartz 0e7fb07f91
python module: add an automatic byte-compilation step 2 years ago
Jakob Widauer 07bd28732e Fix html coverage report generation when using clang on linux 2 years ago
Josh Soref cf9fd56bc9 fix various spelling issues 2 years ago
Jussi Pakkanen 65482497d3 Import cpu detection fix from Debian. 2 years ago
Alyssa Ross b85ffbacb1 Fix run_tool() when git is not installed 2 years ago
Xavier Claessens 340aedc0d9 hotdoc: Install devhelp files at the right location 2 years ago
Jussi Pakkanen 5ccac0699f Add detection code for powerpc64le. 2 years ago
Jussi Pakkanen 38b6d6d61a Add a deb_ prefix to constants that are only used in Debian system detection. 2 years ago
Jussi Pakkanen 2aa4d6e54e Handle a cross compilation setup that only has a C compiler. 2 years ago
Jussi Pakkanen bc38db035e Add Debian platform autodetect to env2mfile. 2 years ago
Eli Schwartz 9f05d45b70 work around circular imports in python probe script 2 years ago