aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-06devenv: Add --workdir optionXavier Claessens1-7/+10
2022-12-05mtest: warn on invalid TAP outputEli Schwartz2-1/+36
2022-12-05mtest: early return when parsing blank lines in TAPEli Schwartz1-1/+1
2022-12-05when generating optional utility targets in ninja, skip existing aliases tooEli Schwartz6-13/+14
2022-12-05on newer versions of clang-format, use builtin --check handlingEli Schwartz1-2/+10
2022-12-05modules/rust: Add support for dependencies in bindgenDylan Baker9-5/+103
2022-12-05modules/rust: Use `__future__.annotations`Dylan Baker1-6/+7
2022-12-05modules/rust: use the shared DEPENDENCIES_KWDylan Baker1-6/+2
2022-12-05modules/rust: Add support for string include_directoriesDylan Baker5-9/+20
2022-12-05modules: Add a method to the state object for include_dirsDylan Baker1-1/+15
2022-12-05type_checking: add a type checking helper for strings in include_directoriesDylan Baker1-0/+9
2022-12-05interpreter: add a feature_validator to KwargInfoDylan Baker1-0/+9
2022-12-05interpreter: move TEST_KW from interpreter.py to type_checking.pyDylan Baker3-23/+24
2022-12-05Use meson setup [options] in meson RPM macroJani Välimaa1-1/+1
2022-12-05Users.md:add aawordsearch projectandy59951-0/+1
2022-12-05docs: change old SourceForge link to GitHubTony Finch1-4/+4
2022-12-04dependencies: only print not_found_message onceMichael Champanis1-1/+0
2022-12-04hdf5 dependency: correctly use machine files and respect crossEli Schwartz1-4/+5
2022-12-04refactor pkg-config dependency to allow statically finding the programEli Schwartz2-33/+37
2022-11-30build: harden workflow permissionsAlex3-0/+9
2022-11-30docs: clarify prog.full_path even moreEli Schwartz1-6/+8
2022-11-30docs: clarify that prog.full_path has potentially valid usesEli Schwartz1-4/+10
2022-11-30pylint: enable the set_membership pluginDylan Baker34-63/+63
2022-11-30devenv: avoid overwriting internal variables of the global argparseEli Schwartz1-3/+3
2022-11-30tests: Write out LD_LIBRARY_PATH for built shared librariesDaniel Stone1-1/+14
2022-11-30pylint: enable simplifiable-if-statementDylan Baker3-10/+2
2022-11-30pylint: enable use-implicit-booleaness-not-comparisonDylan Baker2-2/+1
2022-11-29pylint: enable the bad_builtin checkerDylan Baker12-17/+17
2022-11-29pylint: enable useless-returnDylan Baker3-3/+0
2022-11-29pylint: enable used-before-assignmentDylan Baker2-2/+3
2022-11-29pylint: enable implicit-str-concatDylan Baker2-2/+1
2022-11-29CUDA: Update minimum driver version table to include CUDA 11.8Olexa Bilaniuk1-0/+2
2022-11-29CUDA: Bugfix to architectural limit checks.Olexa Bilaniuk1-2/+2
2022-11-29CUDA: Add Orin, Lovelace and Hopper architecture names for CUDA 11.8Olexa Bilaniuk1-3/+15
2022-11-28github workflows: upgrade actions/upload-artifact to version 3Eli Schwartz3-4/+4
2022-11-28github workflows: upgrade actions/checkout to version 3Eli Schwartz10-16/+16
2022-11-28github workflows: upgrade setup-python to version 4Eli Schwartz4-8/+8
2022-11-29Fix crash when toolchain is missingSmallWood-D8-15/+26
2022-11-29Don't ignore documentation-related flags for D compilersAxel Ricard1-1/+3
2022-11-28utils: Popen_safe: Handle ENOEXEC to fail with an error messageMarvin Scholz1-6/+14
2022-11-28Add github's CodeQL scanner to CI.Eli Schwartz3-0/+40
2022-11-27Add warning_level=everythingDavid Robillard20-43/+335
2022-11-26add missing documentation for python installation default pure kwargEli Schwartz1-1/+8
2022-11-24Ignore unused compiler options for "meson configure"Loïc Yhuel1-1/+1
2022-11-24Fix various spelling errorsDavid Robillard16-19/+19
2022-11-24migrate some type comments to modern type annotationsEli Schwartz1-54/+54
2022-11-24remove a couple of unneeded type annotationsEli Schwartz1-8/+8
2022-11-24python module: fix broken non-embed dependencyEli Schwartz1-11/+13
2022-11-24Fix broken link in release notesDavid Robillard1-1/+1
2022-11-23python: Use correct extension filename suffix on Python < 3.8.7Daniele Nicolodi2-6/+20