summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-09setuptools: don't hardcode list of modules to install, use find_packagesEli Schwartz
2021-03-09change RSP quote style decision logicRemi Thebault
2021-03-09Add str.replace() methodTristan Partin
2021-03-08remove unused environment functionEli Schwartz
2021-03-08Add /Od flag to msvc optimization 0 argsVili Väinölä
2021-03-06minstall: Correctly set uid/gid of installed filesPeter Kjellerstedt
2021-03-06Refactor subdir visitation to track files instead of dirs.Jussi Pakkanen
2021-03-06Fix Fortran dep scanner for upper case file extensions. Closes #8395.Jussi Pakkanen
2021-03-05Port CUDA module to new API.Olexa Bilaniuk
2021-03-04compilers: Use EnvironmentException not EnvironmentError/OSErrorDylan Baker
2021-03-04use python2-compatible syntax because needed on macOSEli Schwartz
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-03-04raw string literals are next to godlinessEli Schwartz
2021-03-04Fix release notes typo [skip ci]Michael Brockus
2021-03-04ci: Downgrade Qt on MacOS from Qt6 to Qt5Daniel Mensinger
2021-03-04docs: Clarify compiler.cmd_array() (#8454)Chris Mayo
2021-03-04Improved a paragraph [skip ci]Amr Ojjeh
2021-03-04mintro: include the correct target filenames for flat layoutPaolo Bonzini
2021-03-04mintro: fix flake8 issuesPaolo Bonzini
2021-03-04Simplify module APIXavier Claessens
2021-03-04interpreter: Fix process_new_values()Xavier Claessens
2021-03-04build: Fix backend typeXavier Claessens
2021-03-03pkgconfig: Add missing permitted kwargsXavier Claessens
2021-03-03Windows Subsystem for Linux can run .exe without mono interpreterXavier Claessens
2021-03-02wrap: sha256 digest is not case sensitiveXavier Claessens
2021-03-02fix missing versions with generated sourceRemi Thebault
2021-03-02exernal_project: Fix default cross compile parametersLeif Middelschulte
2021-03-01docs/faq: Add a section on user defined functions and macros [skip ci]Dylan Baker
2021-03-02mtest: create separate runners for multiple repeatsPaolo Bonzini
2021-03-01D add build dir to -J switchRemi Thebault
2021-02-28Require Windows 10 or newer for the MSI package. [skip ci]Jussi Pakkanen
2021-02-28Add filecmp to list of bundled modules. Closes #8431. [skip ci]Jussi Pakkanen
2021-02-28Remove remnants of 32 bit support. [skip ci]Jussi Pakkanen
2021-02-27Merge pull request #8389 from dcbaker/submit/single-test-runnerJussi Pakkanen
2021-02-27install_man locale supportJason Woodward
2021-02-26pkg-config: dump all PKG_CONFIG environment variables to simplify debuggingJeff Moguillansky
2021-02-26Merge pull request #8429 from dcbaker/submit/rust-fix-linking-with-find-libraryDylan Baker
2021-02-26interpreter: Clean up and simplify/optimize get_(external|cross)_propertyDylan Baker
2021-02-26rust: a meson -l argument could be etiher a static or dynamic libraryDylan Baker
2021-02-26hdf5: get include directory from config-toolMichael Kuhn
2021-02-26tests/rust: Add rust case linking to libm in rust static libraryJordan Justen
2021-02-26modules/fs: Use typed_pos_argsDylan Baker
2021-02-26interpreter: correctly track whether a subproject is initializedDylan Baker
2021-02-26Allow printing UserOptions in the summaryStephen Gregoratto
2021-02-26meson: add .has_external_property() methodsTim-Philipp Müller
2021-02-26Add Rizin to the list of meson usersRiccardo Schirone
2021-02-25deprecated `meson.get_cross_property`Dylan Baker
2021-02-26Merge pull request #8404 from dcbaker/submit/rust-c-dependenciesJussi Pakkanen
2021-02-25interpreter: stop using hasattr for held_objectDylan Baker