12856 Commits (e121cd123ccc1ee2f33a76d736ee91770a0debe2)
 

Author SHA1 Message Date
aleksander e121cd123c modules/cmake: Fix typo 3 years ago
Eli Schwartz 78bf1ec56e
fix obscure crash on unbound variable 3 years ago
Samay Sharma 2c1ac8ac1d Add LLVM_CONFIG support 3 years ago
Eli Schwartz 8059908888 flake8: run in CI 3 years ago
Eli Schwartz c5db96e051 flake8: fix typing casts to not have actual objects 3 years ago
Eli Schwartz f4cc60bf20 flake8: move typing-only imports into T.TYPE_CHECKING 3 years ago
Eli Schwartz 14b2457627 flake8: fix warnings for unused imports 3 years ago
Eli Schwartz ff7d86d05f flake8: fix unnecessary f-strings without any format placeholders 3 years ago
Eli Schwartz 520bb7abbc flake8: fix lingering whitespace errors 3 years ago
Eli Schwartz af28826c24 flake8: fix missing import 3 years ago
Eli Schwartz 4f05f877fc
docs: make note of the path restriction on subdir() 3 years ago
Eli Schwartz e8d42bd9a8
docs: mention in the native-file docs, the command line argument to use 3 years ago
Thomas Lange d4733984e9 Users.md: Add Audacious 3 years ago
Alf Henrik Sauge 28dff2ca6d Fix indentation issues reported by flake8, requiring code restructuring 3 years ago
Alf Henrik Sauge 9ad5d0df4a Remove redundant backslash and fix white space issue 3 years ago
Alf Henrik Sauge 06bf9a5cda Fix purely white space issues reported by flake8 3 years ago
Eli Schwartz 47a0ed5924
Revert "Windows: Improve Python 3.8+ module check on Windows" 3 years ago
Fabian Orccon 83c6fc5b02 wrap: Support netrc files 3 years ago
Eli Schwartz 27748f9cd1
fix linker regression for compilers that don't accept LDFLAGS directly 3 years ago
Eli Schwartz 9e2d4994c4
fix incorrect type annotations for coredata compile/link args 3 years ago
Dylan Baker c94c492089 build: don't add targets to link_whole_targets if we took their objects 3 years ago
Dylan Baker c02d7fe119 backend/ninja: properly track objects extracted from fortran sources 3 years ago
Dylan Baker a044f42308 build: add a `uses_fortran()` convenience method 3 years ago
Dylan Baker 741de25462 build: Don't attempt to link-whole with rust convenience libraries 3 years ago
Eli Schwartz f8ebfdf7b1
install modes should not apply sticky bit to files 3 years ago
Eli Schwartz b7245d3f27 tests: remove compiler requirement in various unneeded cases 3 years ago
Xavier Claessens 75b8dc5c9e pkgconfig: Variables can be a single string 3 years ago
Eli Schwartz 3e73d4d77d
introspection: untangle install_plan implemetation, fix a bunch of wrong ones 3 years ago
Eli Schwartz e19e9ce6f1
interpreter: add a special class to track the lifecycle of get_option() strings 3 years ago
Eli Schwartz d395b1a768
fix up some message strings that don't include "setup" in the configure command 3 years ago
Dylan Baker a572734330 modules/pkgconfig: make it a NewExtensionModule 3 years ago
Dylan Baker 4135925b60 run_mypy: Add modules/pkgconfig to the list of checked modules 3 years ago
Dylan Baker 7c12066e73 modules/pkgconfig: mypy clean! 3 years ago
Dylan Baker 9bd3c1957d modules/pkgconfig: Fix code to handle CustomTarget and CustomTargetIndex 3 years ago
Dylan Baker 2fb0c0e4d8 modules/pkgconfig: remove type checking abstraction 3 years ago
Dylan Baker e15f15d904 modules/pkgconfig: get rid of modifications to the BuildTarget objects 3 years ago
Dylan Baker 3f63827527 modules/pkgconfig: ensure "name" is not None 3 years ago
Dylan Baker 26f02f50b8 modules/pkgconfig: Get most type annotations added 3 years ago
Dylan Baker e84f293f67 modules/pkgconfig: Use typed_kwargs 3 years ago
Dylan Baker ddb95b0ed8 modules/pkgconfig: use typed_pos_args 3 years ago
Dylan Baker 6e75456a75 modules/pkgconfig: fix typo in blocked variable 3 years ago
Dylan Baker 48222c45b2 modules/pkgconfig: Fix some low hanging typing issues 3 years ago
Dylan Baker 394f734b1d build: Add a Union alias for all build targets 3 years ago
Dylan Baker f10967e3f4 unittests: Add additional tests for KwargInfo::since values 3 years ago
Dylan Baker 25a3eff797 interpreterbase: fix type annotations for KwargInfo::since_values 3 years ago
Dylan Baker 991baf56e9 modules/fs: Replace configure_file(copy:) with fs.copyfile 3 years ago
Eli Schwartz f93886192e
minstall: do not trample install_mode by rpath fixer 3 years ago
Dylan Baker 5ca5e0c900 build: actually check for targets with no sources 3 years ago
Dylan Baker fd9ee31d14 tests/common/215: Save some time by only checking pkg-config 3 years ago
Dylan Baker 6d50fadde5 tests: fix targets with no sources 3 years ago