Age | Commit message (Expand) | Author | Files | Lines |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -36/+36 |
2021-03-04 | various python neatness cleanups | Eli Schwartz | 1 | -21/+21 |
2021-03-04 | build: Fix backend type | Xavier Claessens | 1 | -1/+2 |
2021-02-27 | install_man locale support | Jason Woodward | 1 | -1/+3 |
2021-02-25 | Allow custom target output to be processed by generators | Matthias Klumpp | 1 | -10/+24 |
2021-02-22 | minstall: Add --skip-subprojects option | Xavier Claessens | 1 | -4/+11 |
2021-02-07 | Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgen | Jussi Pakkanen | 1 | -2/+10 |
2021-02-07 | Merge pull request #8288 from bonzini/test-setup-exclude-suites | Jussi Pakkanen | 1 | -3/+4 |
2021-02-06 | build: Add type annotations for CustomTarget constructor | Dylan Baker | 1 | -2/+3 |
2021-02-06 | Add a method to IncludeDirs to convert to string list | Dylan Baker | 1 | -0/+7 |
2021-02-05 | run_target: Add env kwarg | Xavier Claessens | 1 | -35/+37 |
2021-02-02 | interpreter, mtest: introduce add_test_setup(exclude_suites: ...) | Paolo Bonzini | 1 | -1/+3 |
2021-02-02 | build: fix flake8 | Paolo Bonzini | 1 | -2/+1 |
2021-01-30 | build: add function get_build_targets to Build class | Jeff Moguillansky | 1 | -0/+7 |
2021-01-30 | Fix executable as script on Windows | Xavier Claessens | 1 | -8/+0 |
2021-01-27 | custom_target: Add env kwarg | Xavier Claessens | 1 | -0/+2 |
2021-01-19 | rust: Accept generated sources for main.rs | Dylan Baker | 1 | -7/+16 |
2021-01-19 | Replace NinjaBackend is_rust_target with build.uses_rust | Dylan Baker | 1 | -3/+3 |
2021-01-13 | build/interpreter: Split InstallDir to fix layering violation | Dylan Baker | 1 | -1/+16 |
2021-01-13 | build: Add some type annotations | Dylan Baker | 1 | -12/+18 |
2021-01-13 | build/interperter: Add annotations and move input validation to interpreter | Dylan Baker | 1 | -7/+3 |
2021-01-04 | fix LGTM warnings | Dylan Baker | 1 | -2/+2 |
2021-01-04 | Use a single coredata dictionary for options | Dylan Baker | 1 | -7/+7 |
2021-01-04 | use OptionKey for builtin and base options | Dylan Baker | 1 | -17/+18 |
2021-01-04 | move OptionKey to mesonlib | Dylan Baker | 1 | -2/+2 |
2021-01-04 | use OptionKey for compiler_options | Dylan Baker | 1 | -5/+7 |
2020-12-16 | build/interpreter: Add some type annotations | Dylan Baker | 1 | -8/+10 |
2020-12-16 | build: Use python 3.6 annotation syntax for Build initializer | Dylan Baker | 1 | -10/+10 |
2020-12-16 | build: Add annotation for Build.data | Dylan Baker | 1 | -1/+1 |
2020-12-16 | build/interpreter: fix layering violations for ManPages | Dylan Baker | 1 | -1/+19 |
2020-12-16 | build/interpreter: split representation of Headers | Dylan Baker | 1 | -1/+30 |
2020-12-03 | Add prelinking support for static libraries. | Jussi Pakkanen | 1 | -1/+21 |
2020-11-13 | run_unittests: use textwrap.dedent | Dylan Baker | 1 | -4/+5 |
2020-10-19 | switch gui_app deprecation to FeatureDeprecatedKwargs | Paolo Bonzini | 1 | -1/+0 |
2020-10-18 | build: use PIE objects for static libraries if b_staticpic=false but b_pie=true | Paolo Bonzini | 1 | -7/+11 |
2020-10-15 | intro: Add extra_files key to intro output (fixes #7310) | Daniel Mensinger | 1 | -3/+2 |
2020-10-10 | Properly handle the case of linking static library with custom targets | Sahnvour | 1 | -4/+31 |
2020-10-07 | Add win_subsystem kwarg. Closes #7765. | Jussi Pakkanen | 1 | -3/+20 |
2020-09-22 | pylint: turn on bad-indentation error | Dylan Baker | 1 | -4/+4 |
2020-09-18 | pylint: Catch cases of `if len(container)` which should be replaced by `if co... | Dylan Baker | 1 | -1/+1 |
2020-09-17 | Fixed MacOS dylib custom targets not marked as linkable | Marco Mastropaolo | 1 | -1/+1 |
2020-09-08 | typing: Fix code review | Daniel Mensinger | 1 | -4/+4 |
2020-09-08 | typing: fix code review | Daniel Mensinger | 1 | -4/+4 |
2020-09-08 | typing: more fixes | Daniel Mensinger | 1 | -21/+30 |
2020-08-18 | build: optimize extract_objects | Paolo Bonzini | 1 | -1/+2 |
2020-07-30 | pkgconfig: Fix various corner cases | Xavier Claessens | 1 | -10/+3 |
2020-07-20 | Do not add rpaths for static libs. Closes #5191. | Jussi Pakkanen | 1 | -1/+2 |
2020-05-22 | Merge pull request #7123 from dcbaker/use-feature-deprecated | Jussi Pakkanen | 1 | -3/+2 |
2020-05-18 | Merge pull request #7103 from dankegel/bug4027-rpath-remember | Jussi Pakkanen | 1 | -0/+2 |
2020-05-16 | Let .pc files specify rpath. | Dan Kegel | 1 | -0/+2 |