aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-21LGTM is discontinued. Remove badge and configMichael Hirsch2-6/+0
2022-12-21doc: Add missing include_directories kwarg to compiler.preprocess()Xavier Claessens1-0/+2
2022-12-19Users.md: Add PostgreSQLAmit D1-0/+1
2022-12-17Bump version number for rc2.1.0.0rc2Jussi Pakkanen1-1/+1
2022-12-17mtest: handle TAP tests with unknown version.Eli Schwartz1-1/+4
2022-12-16Merge pull request #11174 from bgilbert/jar-manifestJussi Pakkanen5-2/+63
2022-12-16Merge pull request #11181 from tristan957/backendsJussi Pakkanen3-16/+36
2022-12-15Enable Java project tests on DarwimTristan Partin1-1/+1
2022-12-15Change double quote doc comment to sinqle quoteTristan Partin1-2/+2
2022-12-15Try to find the jni dependency when javac is a Darwin stubTristan Partin2-11/+31
2022-12-15delay importing ctypes unless it is actually usedEli Schwartz1-1/+1
2022-12-14Deduplicate code in JNISystemDependency conditionalTristan Partin1-2/+2
2022-12-14docs: clarify the semantics of the required: kwarg everywhereEli Schwartz3-8/+23
2022-12-14docs: simplify the documentation on required kwarg for subprojectEli Schwartz1-4/+1
2022-12-14docs: update description of supported functions for feature optionsEli Schwartz1-3/+7
2022-12-14depfixer: silence fix_jar() and make it do somethingBenjamin Gilbert5-1/+62
2022-12-13depfixer: don't extract MANIFEST.MF verboselyBenjamin Gilbert1-1/+1
2022-12-13Revert "openbsd: execinfo is not a compiler lib"Brad Smith1-6/+2
2022-12-12Fixing typosAndreas Deininger5-5/+5
2022-12-12mlog: set LV environment variable for pager.Phil Jones1-0/+3
2022-12-12mlog: set LESS environment variable for pager.Phil Jones1-5/+11
2022-12-11fix broken fs.copyfile function that crashed if you tried to use itEli Schwartz5-8/+11
2022-12-11typing: fix some broken Sequence annotationsEli Schwartz5-6/+6
2022-12-11simplify install_tag handling according to the accepted APIEli Schwartz2-5/+5
2022-12-12Merge pull request #11071 from tristan957/java-moduleJussi Pakkanen4-47/+70
2022-12-11DOCS: Rust-module: Remove note about unstable APIEwout ter Hoeven1-2/+0
2022-12-11Fix package kwarg typeTristan Partin1-2/+3
2022-12-11Rename java.generate_native_headers to java.native_headersTristan Partin4-1/+67
2022-12-11Remove java.generate_native_headerTristan Partin2-45/+1
2022-12-11CI: skip libgcrypt test on msys2Eli Schwartz1-1/+1
2022-12-11debug cygwin CIEli Schwartz1-0/+1
2022-12-11CUDA: Update compute-capability limits logic for CUDA 12.Olexa Bilaniuk1-0/+8
2022-12-11CUDA: Add listing for newly-released CUDA 12 in minimum driver version table.Olexa Bilaniuk1-0/+1
2022-12-11Merge pull request #11024 from dcbaker/submit/bindgen-dependenciesJussi Pakkanen9-17/+112
2022-12-10Bump version numbers for rc1.1.0.0rc1Jussi Pakkanen2-2/+2
2022-12-09doc: Add date in release notesXavier Claessens1-0/+5
2022-12-09Merge pull request #10990 from xclaesse/devenvJussi Pakkanen8-63/+84
2022-12-09python module: don't overwrite and destroy the .pc dependency nameEli Schwartz1-1/+0
2022-12-07utils: Fix pylint warning using-constant-testL. E. Segovia1-1/+1
2022-12-07wrap: Don't use --branch with shallow clones against HEADL. E. Segovia2-4/+21
2022-12-07devenv: Document recent changesXavier Claessens2-0/+17
2022-12-07devenv: Set QEMU_LD_PREFIX to sys_rootXavier Claessens1-1/+6
2022-12-07Remove useless EmptyExternalProgramXavier Claessens4-31/+6
2022-12-07devenv: Always include env for HOST machineXavier Claessens2-3/+9
2022-12-07devenv: Add executables locations to both PATH and WINEPATHXavier Claessens1-7/+12
2022-12-07devenv: Do not include system values in --dumpXavier Claessens2-13/+14
2022-12-06test: Add get_define test with prefix arrayMarvin Scholz1-0/+7
2022-12-06interpreter: compiler: Allow array for the prefix kwargMarvin Scholz3-6/+32
2022-12-06docs: Add missing import to the windows module example.Angelo Haller1-0/+1
2022-12-06devenv: Add more info how to get gdb scripts workingXavier Claessens1-3/+12