summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-10Fix release snippet still using the old fstring syntaxLaurin-Luis Lehning
2021-03-10Add syntax documentation with tentative version targetLaurin-Luis Lehning
2021-03-10Formatting fixLaurin-Luis Lehning
2021-03-10Add failing test cases & release snippetLaurin-Luis Lehning
2021-03-10Use interpreter exceptions instead of MesonExceptionLaurin-Luis Lehning
2021-03-10Switch fstring syntax to @..@ & limit fstring captures to int, str, float and...Laurin-Luis Lehning
2021-03-10Add support for basic format stringsLaurin-Luis Lehning
2021-03-09dependencies: Add docstring explaining how to write a system dependencyDylan Baker
2021-03-09docs: add a couple words about system dependenciesDylan Baker
2021-03-10setuptools: move stuff to declarative cfg if possible [skip ci]Eli Schwartz
2021-03-10Disable broken asm test on Cygwin as nobody knows how to fix it.Jussi Pakkanen
2021-03-09Add address sanitizer support for Visual Studio.Jussi Pakkanen
2021-03-09setup.py: remove pointless __main__ guardEli Schwartz
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