Age | Commit message (Expand) | Author | Files | Lines |
2022-03-29 | move a bunch of imports into TYPE_CHECKING blocks | Eli Schwartz | 2 | -7/+14 |
2022-03-13 | Merge pull request #9339 from dcbaker/submit/structured_sources | Jussi Pakkanen | 1 | -0/+18 |
2022-03-09 | Add new env2mfile command. | Jussi Pakkanen | 1 | -0/+368 |
2022-03-08 | Revert "Add new env2cross command." | Eli Schwartz | 1 | -368/+0 |
2022-03-08 | Add new env2cross command. | Jussi Pakkanen | 1 | -0/+368 |
2022-03-07 | scripts: Add a script to copy files. | Dylan Baker | 1 | -0/+18 |
2022-03-06 | scripts: accept the path of the gettext commands to run as an argument | Eli Schwartz | 3 | -11/+18 |
2022-01-22 | Merge pull request #9742 from ximion/wip/itstool | Jussi Pakkanen | 1 | -0/+82 |
2022-01-21 | i18n: Add support for joining XML localization via itstool | Matthias Klumpp | 1 | -0/+82 |
2022-01-02 | modules/gnome: replace yelphelper with run and custom targets | Pablo Correa Gómez | 1 | -133/+0 |
2021-12-05 | rename exe_runner to exe_wrapper everywhere | Eli Schwartz | 1 | -6/+6 |
2021-11-14 | Share common code between clang tidy and format | Xavier Claessens | 3 | -89/+84 |
2021-11-09 | depfixer: always print the file name in messages | Zbigniew Jędrzejewski-Szmek | 1 | -6/+6 |
2021-11-09 | depfixer: convert unused printing code to debugging functions | Zbigniew Jędrzejewski-Szmek | 1 | -31/+23 |
2021-11-09 | depfixer: f-strings | Zbigniew Jędrzejewski-Szmek | 1 | -3/+3 |
2021-11-01 | coverage generator: obey the documentation and only generate supported outputs | Eli Schwartz | 1 | -6/+6 |
2021-10-27 | fix various flake8 whitespace errors | Eli Schwartz | 2 | -2/+2 |
2021-10-10 | Fix typos discovered by codespell | Christian Clauss | 2 | -2/+2 |
2021-10-10 | clangformat: Only format files tracked by git by default | Xavier Claessens | 1 | -4/+12 |
2021-10-04 | fix extra whitespace | Eli Schwartz | 1 | -1/+0 |
2021-10-04 | various python neatness cleanups | Eli Schwartz | 3 | -3/+3 |
2021-09-24 | scripts/meson_exe: narrow type annotation | Dylan Baker | 1 | -1/+1 |
2021-09-24 | scripts/meson_exe: close fd if we open it | Dylan Baker | 1 | -0/+3 |
2021-09-14 | unused variable -- open() does not need "as f" | Eli Schwartz | 1 | -1/+1 |
2021-08-31 | pylint: turn on superflous-parens | Dylan Baker | 3 | -6/+6 |
2021-08-20 | external-project: Add support for WAF build system | Xavier Claessens | 1 | -11/+21 |
2021-08-18 | backends/ninja: write depscan input files to json | Dylan Baker | 1 | -4/+6 |
2021-08-09 | i18n: use real build/install targets for gmo files | Eli Schwartz | 1 | -32/+0 |
2021-08-04 | Escape path in exclude filter passed to gcovr | Alois Wohlschlager | 1 | -5/+5 |
2021-07-23 | Add support for gcovr --sonarqube report | Weston Schmidt | 1 | -0/+14 |
2021-07-05 | use modern set syntax | Eli Schwartz | 1 | -1/+1 |
2021-06-29 | Add feed arg to custom_target() | Simon Ser | 1 | -3/+8 |
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 8 | -19/+19 |
2021-06-02 | Do not delete workdir in case scan-build fails. | Jussi Pakkanen | 1 | -8/+13 |
2021-05-01 | Do not accidentally format files when only checking if they are formatted. | Jussi Pakkanen | 1 | -1/+6 |
2021-04-19 | Xcode: regenerato project file when build conf changes. | Jussi Pakkanen | 1 | -1/+1 |
2021-03-30 | scripts/meson_exe: fix stdout and stderr decoding | Aleksandr Mezin | 1 | -2/+4 |
2021-03-24 | depfixer: temporarily modify file permissions | Hemmo Nieminen | 1 | -8/+33 |
2021-03-16 | clangformat: Add clang-format-check target | Xavier Claessens | 1 | -6/+15 |
2021-03-16 | clangformat: Add include and ignore files | Xavier Claessens | 1 | -11/+39 |
2021-03-16 | Add `meson devenv` command and meson.add_devenv() | Xavier Claessens | 1 | -0/+22 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 11 | -23/+23 |
2021-03-04 | various python neatness cleanups | Eli Schwartz | 2 | -2/+2 |
2021-03-04 | raw string literals are next to godliness | Eli Schwartz | 1 | -2/+2 |
2021-02-05 | run_target: Add env kwarg | Xavier Claessens | 2 | -87/+8 |
2021-01-30 | Merge pull request #8264 from xclaesse/ep-misc | Jussi Pakkanen | 1 | -6/+19 |
2021-01-30 | Fix executable as script on Windows | Xavier Claessens | 1 | -10/+16 |
2021-01-29 | external_project: Improve logging | Xavier Claessens | 1 | -6/+19 |
2021-01-27 | custom_target: Add env kwarg | Xavier Claessens | 1 | -1/+2 |
2021-01-20 | Use case-insensitive suffix check for fortran | Jonas Lundholm Bertelsen | 1 | -2/+2 |