aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-09Add test to build a mixed C/Rust shared library.sharedwithrustJussi Pakkanen5-0/+89
2021-03-09Add str.replace() methodTristan Partin5-1/+36
2021-03-08remove unused environment functionEli Schwartz1-4/+0
2021-03-08Add /Od flag to msvc optimization 0 argsVili Väinölä1-1/+1
2021-03-06minstall: Correctly set uid/gid of installed filesPeter Kjellerstedt2-2/+2
2021-03-06Refactor subdir visitation to track files instead of dirs.Jussi Pakkanen5-9/+22
2021-03-06Fix Fortran dep scanner for upper case file extensions. Closes #8395.Jussi Pakkanen3-2/+3
2021-03-05Port CUDA module to new API.Olexa Bilaniuk1-11/+23
2021-03-04compilers: Use EnvironmentException not EnvironmentError/OSErrorDylan Baker1-8/+8
2021-03-04use python2-compatible syntax because needed on macOSEli Schwartz1-2/+2
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz109-917/+917
2021-03-04various python neatness cleanupsEli Schwartz45-140/+134
2021-03-04raw string literals are next to godlinessEli Schwartz4-6/+6
2021-03-04Fix release notes typo [skip ci]Michael Brockus1-1/+1
2021-03-04ci: Downgrade Qt on MacOS from Qt6 to Qt5Daniel Mensinger1-4/+6
2021-03-04docs: Clarify compiler.cmd_array() (#8454)Chris Mayo1-2/+1
2021-03-04Improved a paragraph [skip ci]Amr Ojjeh1-3/+3
2021-03-04mintro: include the correct target filenames for flat layoutPaolo Bonzini2-2/+23
2021-03-04mintro: fix flake8 issuesPaolo Bonzini1-1/+1
2021-03-04Simplify module APIXavier Claessens5-103/+85
2021-03-04interpreter: Fix process_new_values()Xavier Claessens1-7/+3
2021-03-04build: Fix backend typeXavier Claessens1-1/+2
2021-03-03pkgconfig: Add missing permitted kwargsXavier Claessens1-1/+1
2021-03-03Windows Subsystem for Linux can run .exe without mono interpreterXavier Claessens2-1/+4
2021-03-02wrap: sha256 digest is not case sensitiveXavier Claessens1-2/+2
2021-03-02fix missing versions with generated sourceRemi Thebault1-0/+6
2021-03-02exernal_project: Fix default cross compile parametersLeif Middelschulte1-1/+1
2021-03-01docs/faq: Add a section on user defined functions and macros [skip ci]Dylan Baker1-1/+78
2021-03-02mtest: create separate runners for multiple repeatsPaolo Bonzini2-18/+27
2021-03-01D add build dir to -J switchRemi Thebault1-2/+6
2021-02-28Require Windows 10 or newer for the MSI package. [skip ci]Jussi Pakkanen1-0/+12
2021-02-28Add filecmp to list of bundled modules. Closes #8431. [skip ci]Jussi Pakkanen1-0/+1
2021-02-28Remove remnants of 32 bit support. [skip ci]Jussi Pakkanen1-8/+4
2021-02-27Merge pull request #8389 from dcbaker/submit/single-test-runnerJussi Pakkanen4-129/+244
2021-02-27install_man locale supportJason Woodward9-6/+39
2021-02-26pkg-config: dump all PKG_CONFIG environment variables to simplify debuggingJeff Moguillansky1-2/+4
2021-02-26Merge pull request #8429 from dcbaker/submit/rust-fix-linking-with-find-libraryDylan Baker6-2/+55
2021-02-26interpreter: Clean up and simplify/optimize get_(external|cross)_propertyDylan Baker7-47/+38
2021-02-26rust: a meson -l argument could be etiher a static or dynamic libraryDylan Baker1-2/+2
2021-02-26hdf5: get include directory from config-toolMichael Kuhn1-2/+5
2021-02-26tests/rust: Add rust case linking to libm in rust static libraryJordan Justen5-0/+53
2021-02-26modules/fs: Use typed_pos_argsDylan Baker1-75/+40
2021-02-26interpreter: correctly track whether a subproject is initializedDylan Baker6-1/+35
2021-02-26Allow printing UserOptions in the summaryStephen Gregoratto6-0/+10
2021-02-26meson: add .has_external_property() methodsTim-Philipp Müller5-2/+51
2021-02-26Add Rizin to the list of meson usersRiccardo Schirone1-0/+1
2021-02-25deprecated `meson.get_cross_property`Dylan Baker4-4/+10
2021-02-26Merge pull request #8404 from dcbaker/submit/rust-c-dependenciesJussi Pakkanen6-4/+80
2021-02-25interpreter: stop using hasattr for held_objectDylan Baker1-10/+4
2021-02-25interpreter: Fix ObjectHolder usageDylan Baker1-48/+52