12867 Commits (e6122ba7864cf7b4c20091651e69d33ba2f7b463)
 

Author SHA1 Message Date
Eli Schwartz e6122ba786 interpreter: name typing-only kwargs import with an underscore 2 years ago
Eli Schwartz c1182b3f74 interpreter: add a few small func annotations 2 years ago
Andres Freund 628effb369 mtest: Run ninja build.ninja before loading tests 2 years ago
Andres Freund f501e3b187 mtest: pull detection of ninja into TestHarness 2 years ago
Andres Freund 2096e394fc mtest: Move loading of test data into its own function 2 years ago
Jan Alexander Steffens (heftig) d682d3f837 Add missing cdata update in genmarshal tests 2 years ago
Nirbheek Chauhan f70895a441 tests/7 gnome: Fix incorrect unref of GResource 2 years ago
Nirbheek Chauhan cc1dd6c1dd ci: Fix macOS qt4 detection 2 years ago
Konstantin Kharlamov 251113fa67 backend/ninja: omit --backend when regenerating build dir 2 years ago
Jehan a692395186 Fix 2 typos in a single string which can be shown in error messages. 2 years ago
Eli Schwartz 388cb0f805 env2mfile: reuse logical lists of interesting facts from meson itself 2 years ago
aleksander e121cd123c modules/cmake: Fix typo 2 years ago
Eli Schwartz 78bf1ec56e
fix obscure crash on unbound variable 2 years ago
Samay Sharma 2c1ac8ac1d Add LLVM_CONFIG support 2 years ago
Eli Schwartz 8059908888 flake8: run in CI 2 years ago
Eli Schwartz c5db96e051 flake8: fix typing casts to not have actual objects 2 years ago
Eli Schwartz f4cc60bf20 flake8: move typing-only imports into T.TYPE_CHECKING 2 years ago
Eli Schwartz 14b2457627 flake8: fix warnings for unused imports 2 years ago
Eli Schwartz ff7d86d05f flake8: fix unnecessary f-strings without any format placeholders 2 years ago
Eli Schwartz 520bb7abbc flake8: fix lingering whitespace errors 2 years ago
Eli Schwartz af28826c24 flake8: fix missing import 2 years ago
Eli Schwartz 4f05f877fc
docs: make note of the path restriction on subdir() 2 years ago
Eli Schwartz e8d42bd9a8
docs: mention in the native-file docs, the command line argument to use 2 years ago
Thomas Lange d4733984e9 Users.md: Add Audacious 2 years ago
Alf Henrik Sauge 28dff2ca6d Fix indentation issues reported by flake8, requiring code restructuring 2 years ago
Alf Henrik Sauge 9ad5d0df4a Remove redundant backslash and fix white space issue 2 years ago
Alf Henrik Sauge 06bf9a5cda Fix purely white space issues reported by flake8 2 years ago
Eli Schwartz 47a0ed5924
Revert "Windows: Improve Python 3.8+ module check on Windows" 2 years ago
Fabian Orccon 83c6fc5b02 wrap: Support netrc files 2 years ago
Eli Schwartz 27748f9cd1
fix linker regression for compilers that don't accept LDFLAGS directly 2 years ago
Eli Schwartz 9e2d4994c4
fix incorrect type annotations for coredata compile/link args 2 years ago
Dylan Baker c94c492089 build: don't add targets to link_whole_targets if we took their objects 2 years ago
Dylan Baker c02d7fe119 backend/ninja: properly track objects extracted from fortran sources 2 years ago
Dylan Baker a044f42308 build: add a `uses_fortran()` convenience method 2 years ago
Dylan Baker 741de25462 build: Don't attempt to link-whole with rust convenience libraries 2 years ago
Eli Schwartz f8ebfdf7b1
install modes should not apply sticky bit to files 2 years ago
Eli Schwartz b7245d3f27 tests: remove compiler requirement in various unneeded cases 2 years ago
Xavier Claessens 75b8dc5c9e pkgconfig: Variables can be a single string 2 years ago
Eli Schwartz 3e73d4d77d
introspection: untangle install_plan implemetation, fix a bunch of wrong ones 2 years ago
Eli Schwartz e19e9ce6f1
interpreter: add a special class to track the lifecycle of get_option() strings 2 years ago
Eli Schwartz d395b1a768
fix up some message strings that don't include "setup" in the configure command 2 years ago
Dylan Baker a572734330 modules/pkgconfig: make it a NewExtensionModule 2 years ago
Dylan Baker 4135925b60 run_mypy: Add modules/pkgconfig to the list of checked modules 2 years ago
Dylan Baker 7c12066e73 modules/pkgconfig: mypy clean! 2 years ago
Dylan Baker 9bd3c1957d modules/pkgconfig: Fix code to handle CustomTarget and CustomTargetIndex 2 years ago
Dylan Baker 2fb0c0e4d8 modules/pkgconfig: remove type checking abstraction 2 years ago
Dylan Baker e15f15d904 modules/pkgconfig: get rid of modifications to the BuildTarget objects 2 years ago
Dylan Baker 3f63827527 modules/pkgconfig: ensure "name" is not None 2 years ago
Dylan Baker 26f02f50b8 modules/pkgconfig: Get most type annotations added 2 years ago
Dylan Baker e84f293f67 modules/pkgconfig: Use typed_kwargs 2 years ago