aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Add tutorial for building an SDL app from scratch.sdldocJussi Pakkanen9-0/+195
2021-10-31Add 64-bit paths to check for unsupported Watcom cl.exe clones.William D. Jones1-1/+4
2021-11-01migrate python 3.5 compatible superclass variable annotations to 3.6Eli Schwartz2-8/+4
2021-11-01Revert "known Python 3.5 on windows workaround for subprocess(cwd=str(Path))"Eli Schwartz1-2/+1
2021-10-31Fix cygwin test failure due to shortpath usageNirbheek Chauhan3-8/+26
2021-10-30delete PLATFORM env only if setavitex1-2/+3
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann30-59/+83
2021-10-30Typo fixes (CustomTaget -> CustomTarget)rusty-snake1-2/+2
2021-10-30Typo fixes (CustomTaget -> CustomTarget)rusty-snake1-1/+1
2021-10-30Typo fixes (CustomTaget -> CustomTarget)rusty-snake1-1/+1
2021-10-29Fix version requirement on Ninja feature.Jussi Pakkanen1-1/+1
2021-10-29Make environment objects hash deterministically.Jussi Pakkanen2-3/+16
2021-10-29Merge pull request #9375 from dcbaker/submit/windows-module-typingJussi Pakkanen6-58/+125
2021-10-29Remove duplicated CEXE_MAPPING tableXavier Claessens2-8/+4
2021-10-29Add note in release notes that thin archives has been revertedXavier Claessens1-0/+4
2021-10-29Fix "meson compile" not activating vsenvXavier Claessens1-2/+3
2021-10-28configure_file: upgrade deprecation message to FeatureDeprecatedEli Schwartz1-2/+2
2021-10-28modules/gnome: use `install_dir = []` instead of falseDylan Baker1-1/+1
2021-10-28modules/gnome: fix missing install_dir, again, harderDylan Baker1-8/+10
2021-10-28mtest: accept very long linesPaolo Bonzini1-1/+8
2021-10-27modules/gnome: ensure that `install_dir` is setDylan Baker2-11/+17
2021-10-27Fix add_install_script() ignoring install_tagXavier Claessens3-10/+16
2021-10-27Changing xc16's linker from 'xc16-gcc.exe' to 'xc16-gcc'. Windows willgeorgev931-2/+2
2021-10-27test_clang_format: Do not assume meson source is in gitXavier Claessens1-0/+8
2021-10-27Fix crash when getting cuda optionsXavier Claessens4-16/+17
2021-10-27wrap: fix support for git < 2.28Eli Schwartz1-1/+1
2021-10-27Fix markdown list in Bultin-options.md [skip ci]Matthieu Gautier1-3/+4
2021-10-27remove public export of private functionEli Schwartz1-1/+0
2021-10-27do not repeat magic regexes for cmake define replacementsEli Schwartz1-2/+2
2021-10-27Revert "mark a couple of typing-only imports as noqa, to appease pyflakes"Eli Schwartz2-6/+2
2021-10-27fix various flake8 whitespace errorsEli Schwartz38-83/+81
2021-10-26remove unused importsEli Schwartz2-3/+1
2021-10-26fix lgtm.com "Use of the return value of a procedure"Eli Schwartz1-2/+3
2021-10-26unittests: use better assert methodsEli Schwartz3-25/+25
2021-10-26do not save unused variableEli Schwartz1-1/+1
2021-10-26remove unused variableEli Schwartz1-1/+1
2021-10-26remove dead code that is immediately overriddenEli Schwartz1-4/+0
2021-10-26do not save variable when all we want is the side effect of popping itEli Schwartz1-1/+1
2021-10-26interpreter: Revert old path joining behavior (fixes #9450)Daniel Mensinger2-1/+5
2021-10-26doc: Requires hotdoc >=0.13.7Xavier Claessens1-1/+3
2021-10-26message: Allow boolXavier Claessens2-5/+5
2021-10-26dep.name(): return dependency name even if dependency is not foundThomas Heijligen4-6/+5
2021-10-25make sure the devenv powershell script is actually distributedEli Schwartz1-0/+3
2021-10-25Add sccache support.Jussi Pakkanen3-2/+31
2021-10-25mcompile: Load coredata first because it checks major versionXavier Claessens1-9/+3
2021-10-25Fix typos in release notes for 0.60.0Nirbheek Chauhan1-2/+2
2021-10-24Bump version number for new development.Jussi Pakkanen1-1/+1
2021-10-24Create release notes page for 0.60.Jussi Pakkanen33-360/+399
2021-10-24Bump version number for release.0.60.0Jussi Pakkanen1-1/+2
2021-10-24Merge pull request #9377 from mensinda/jsonDocsJussi Pakkanen10-17/+511