Age | Commit message (Expand) | Author | Files | Lines |
2021-04-17 | msetup: Restore .gitignore after wipe | Xavier Claessens | 1 | -0/+1 |
2021-04-06 | environment: don't load project options from a native file in a cross build | Dylan Baker | 1 | -1/+17 |
2021-04-03 | Merge pull request #8606 from dcbaker/submit/fix-for-build-env-variables | Jussi Pakkanen | 1 | -3/+28 |
2021-04-01 | interpreter: Move to its own folder and split it | Xavier Claessens | 1 | -2/+2 |
2021-04-01 | tests: Add a test for the _FOR_BUILD env vars | Dylan Baker | 1 | -0/+20 |
2021-04-01 | unittests: extend machine file override tests for CFLAGS (and friends) | Dylan Baker | 1 | -5/+10 |
2021-03-30 | Split environment variable and command line cflags | Dylan Baker | 1 | -0/+22 |
2021-03-29 | Do not add custom target dir automatically when implicit false. | Jussi Pakkanen | 1 | -0/+17 |
2021-03-26 | pkgconfig: Allow setting prefix in dataonly pc file | Xavier Claessens | 1 | -0/+1 |
2021-03-24 | Merge pull request #8568 from dcbaker/submit/qt-dependency-factory | Jussi Pakkanen | 1 | -4/+4 |
2021-03-23 | Refactor Qt Dependency into proper split classes with factories | Dylan Baker | 1 | -4/+4 |
2021-03-23 | environment(): Allow stacking append() and prepend() (#8547) | Xavier Claessens | 1 | -11/+0 |
2021-03-22 | mlog: Add a space after 'subproject|' | Xavier Claessens | 1 | -3/+3 |
2021-03-19 | split program related classes and functions out of dependencies | Dylan Baker | 1 | -1/+2 |
2021-03-18 | add test case for installed targets uninstalling a single directory | Eli Schwartz | 1 | -0/+2 |
2021-03-18 | Allow add_dist_script() in subprojects | Xavier Claessens | 1 | -0/+4 |
2021-03-16 | clangformat: Add clang-format-check target | Xavier Claessens | 1 | -0/+13 |
2021-03-16 | clangformat: Add include and ignore files | Xavier Claessens | 1 | -0/+16 |
2021-03-16 | Update VS module version check. | Jussi Pakkanen | 1 | -1/+1 |
2021-03-16 | Delete leftover files from some tests. | Jussi Pakkanen | 1 | -2/+6 |
2021-03-16 | msetup: do not print bogus "Option ... is:" messages | Paolo Bonzini | 1 | -1/+2 |
2021-03-16 | Add `meson devenv` command and meson.add_devenv() | Xavier Claessens | 1 | -0/+11 |
2021-03-14 | Fix run_targets running scripts from different subdirs. | Jussi Pakkanen | 1 | -0/+9 |
2021-03-12 | Fix duplicate pkg_config_path entries | Tristan Partin | 1 | -0/+12 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -105/+105 |
2021-03-04 | various python neatness cleanups | Eli Schwartz | 1 | -31/+31 |
2021-03-04 | raw string literals are next to godliness | Eli Schwartz | 1 | -1/+1 |
2021-03-04 | mintro: include the correct target filenames for flat layout | Paolo Bonzini | 1 | -0/+13 |
2021-03-02 | mtest: create separate runners for multiple repeats | Paolo Bonzini | 1 | -0/+6 |
2021-02-26 | interpreter: correctly track whether a subproject is initialized | Dylan Baker | 1 | -0/+7 |
2021-02-26 | Allow printing UserOptions in the summary | Stephen Gregoratto | 1 | -0/+1 |
2021-02-25 | Support multiple args in error() | Xavier Claessens | 1 | -0/+5 |
2021-02-22 | minstall: Add --skip-subprojects option | Xavier Claessens | 1 | -0/+47 |
2021-02-18 | allow build.b_* options | Dylan Baker | 1 | -0/+5 |
2021-02-18 | Disable failing Cygwin GIR test. | Jussi Pakkanen | 1 | -0/+2 |
2021-02-17 | ci: Fix failure in unit tests with vs backend | Xavier Claessens | 1 | -1/+1 |
2021-02-17 | unittests: expect mtest logs to be utf-8 | Paolo Bonzini | 1 | -7/+7 |
2021-02-17 | compilers: Only insert -flto-jobs in clang's link arguments | Dylan Baker | 1 | -5/+9 |
2021-02-17 | Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target() | Xavier Claessens | 1 | -0/+1 |
2021-02-17 | Environment: Fix passing envrionment variables CPPFLAGS and CFLAGS | Dylan Baker | 1 | -0/+8 |
2021-02-16 | Small patch to unittests to initialize CUDA compiler correctly. | Olexa Bilaniuk | 1 | -1/+1 |
2021-02-09 | mtest: TestSetup can have [] as an exe_wrapper | Paolo Bonzini | 1 | -0/+2 |
2021-02-09 | Condense test directory names in preparation for rc1. | Jussi Pakkanen | 1 | -3/+3 |
2021-02-08 | Fix exe wrapper detection for run targets. | Jussi Pakkanen | 1 | -2/+1 |
2021-02-07 | Add Qt6 module | Luca Weiss | 1 | -0/+20 |
2021-02-07 | Make installing non-existing subdirs a supported feature | Peter Hutterer | 1 | -0/+1 |
2021-02-07 | Merge pull request #8288 from bonzini/test-setup-exclude-suites | Jussi Pakkanen | 1 | -0/+10 |
2021-02-07 | Merge pull request #8305 from xclaesse/run-target-env | Jussi Pakkanen | 1 | -0/+1 |
2021-02-06 | interpreterbase: Add support for optional arguments to typed_pos_args | Dylan Baker | 1 | -0/+60 |
2021-02-06 | interpreterbase: Add support for variadic arguments to typed_pos_args | Dylan Baker | 1 | -0/+96 |