Age | Commit message (Expand) | Author | Files | Lines |
2021-01-27 | Can read project version from a file.versionfromfile | Jussi Pakkanen | 6 | -6/+41 |
2021-01-27 | custom_target: Add env kwarg | Xavier Claessens | 10 | -9/+37 |
2021-01-27 | test: Make timeout <= 0 infinite duraction | Xavier Claessens | 4 | -10/+28 |
2021-01-26 | dist: Use windows_proof_rmtree() instead of shutil.rmtree() | Xavier Claessens | 1 | -4/+4 |
2021-01-26 | dist: Allow packaging subproject in same git repo as main project | Xavier Claessens | 4 | -21/+107 |
2021-01-26 | do not require git installed in order to use wraps | Eli Schwartz | 1 | -1/+3 |
2021-01-26 | docs: Fix sentence in Machine-files.md [skip ci] | Florian Schmaus | 1 | -1/+1 |
2021-01-26 | Warn about .C and .H files (#8249) | Volker-Weissmann | 1 | -0/+7 |
2021-01-25 | Merge pull request #8236 from dcbaker/submit/rust-fix-generated-sources-in-su... | Jussi Pakkanen | 5 | -4/+31 |
2021-01-25 | Add ARM64EC as a new conceptual cpu type of arm64 | Ben Niu | 1 | -1/+7 |
2021-01-23 | Merge pull request #8226 from jonaslb/fortranstatic | Jussi Pakkanen | 9 | -13/+94 |
2021-01-23 | docs: Fix typo in Syntax.md [skip ci] | Evgeny Ermakov | 1 | -1/+1 |
2021-01-23 | split mesonlib into a package | Dylan Baker | 14 | -63/+281 |
2021-01-21 | tests/rust: Add a generated library to generated main test | Dylan Baker | 4 | -1/+19 |
2021-01-21 | ninjabackend: Correctly reference custom_target outputs in subdirs with rust | Dylan Baker | 1 | -1/+1 |
2021-01-21 | tests/rust: Add subdir to generated sources test | Dylan Baker | 2 | -2/+11 |
2021-01-21 | interpreter: accept external programs and dependencies for summary | Paolo Bonzini | 7 | -8/+60 |
2021-01-21 | mlog: add __len__ to AnsiDecorator | Paolo Bonzini | 2 | -9/+4 |
2021-01-21 | mlog: add __str__ method to AnsiDecorator | Paolo Bonzini | 3 | -19/+7 |
2021-01-21 | Add fortran test with an install:yes static library | Jonas Lundholm Bertelsen | 6 | -0/+74 |
2021-01-21 | Unity build reverts to normal for fortran fix | Jonas Lundholm Bertelsen | 2 | -7/+10 |
2021-01-20 | external_project: Log configure command | Xavier Claessens | 1 | -0/+4 |
2021-01-20 | MSVC and Clang-Cl Compiler Argument Cleanup | Marios Staikopoulos | 2 | -27/+22 |
2021-01-20 | Avoid accidental use of STANDALONE_WASM mode on compiler tests | Brion Vibber | 1 | -1/+1 |
2021-01-20 | Added "How do I use a library before declaring it?" in the FAQ. | Volker Weißmann | 1 | -0/+17 |
2021-01-20 | Merge pull request #8225 from bonzini/mtest-asyncio-cleanups | Jussi Pakkanen | 1 | -151/+232 |
2021-01-20 | unittests: Remove double install for case 10 | Fini Jastrow | 1 | -5/+2 |
2021-01-20 | ninjabackend: Correct RPATH order | Fini Jastrow | 8 | -19/+86 |
2021-01-20 | Merge pull request #8158 from dcbaker/submit/rust-generated-main | Jussi Pakkanen | 5 | -22/+70 |
2021-01-20 | When iterating link_targets, include link_whole_targets too (fortran) | Jonas Lundholm Bertelsen | 2 | -2/+6 |
2021-01-20 | Use case-insensitive suffix check for fortran | Jonas Lundholm Bertelsen | 2 | -4/+4 |
2021-01-20 | mtest: collect stdout/stderr even in verbose mode | Paolo Bonzini | 1 | -14/+27 |
2021-01-19 | Keep buildtype the same even if user changes debug and/or optimization. | Jussi Pakkanen | 5 | -60/+86 |
2021-01-19 | backend/ninja: Add order dependencies for generated sources in rust | Dylan Baker | 1 | -2/+5 |
2021-01-19 | rust: Accept generated sources for main.rs | Dylan Baker | 4 | -8/+60 |
2021-01-19 | Replace NinjaBackend is_rust_target with build.uses_rust | Dylan Baker | 3 | -12/+5 |
2021-01-18 | Fix cases where text leaks to stdout in unit tests. | Jussi Pakkanen | 1 | -2/+2 |
2021-01-17 | Do not store config parser object in Wrap object. Closes: #7920. | Jussi Pakkanen | 1 | -11/+11 |
2021-01-17 | Removal of /ZI on MSVC Debug | Marios Staikopoulos | 3 | -6/+21 |
2021-01-17 | external_project: Write output in log files when not verbose | Xavier Claessens | 1 | -2/+7 |
2021-01-15 | mtest: move I/O handling to TestSubprocess | Paolo Bonzini | 1 | -36/+44 |
2021-01-15 | mtest: tweak the gathering of stdo_task/stde_task results | Paolo Bonzini | 1 | -9/+14 |
2021-01-15 | mtest: disable the progress report in gdb mode | Paolo Bonzini | 1 | -3/+5 |
2021-01-15 | mtest: introduce ConsoleUser | Paolo Bonzini | 1 | -2/+22 |
2021-01-15 | mtest: turn TestRun into a hierarchy | Paolo Bonzini | 1 | -91/+128 |
2021-01-15 | mtest: pass command line to TestRun.start | Paolo Bonzini | 1 | -18/+16 |
2021-01-15 | mtest: add complete_skip to TestRun | Paolo Bonzini | 1 | -1/+4 |
2021-01-15 | mtest: simplify complete_exitcode | Paolo Bonzini | 1 | -8/+5 |
2021-01-15 | mtest: store the environment in the TestRun | Paolo Bonzini | 1 | -1/+1 |
2021-01-15 | mtest: do not print time out message twice | Paolo Bonzini | 1 | -2/+0 |