Age | Commit message (Expand) | Author | Files | Lines |
2021-10-04 | fix extra whitespace | Eli Schwartz | 1 | -1/+0 |
2021-09-24 | build: use an object rather than a dict for the dep_manifest | Dylan Baker | 1 | -1/+2 |
2021-09-16 | Fix ignored install_tag kwarg in install_subdir() | Xavier Claessens | 1 | -1/+1 |
2021-09-06 | mintro: add installed_plan | Filipe LaÃns | 1 | -28/+48 |
2021-09-01 | run_target: do not yield broken names with subdirs | Eli Schwartz | 1 | -1/+4 |
2021-08-31 | pylint: turn on superflous-parens | Dylan Baker | 1 | -7/+7 |
2021-08-21 | Path special casing for the Xcode backend. | Jussi Pakkanen | 1 | -1/+5 |
2021-08-20 | backend/backends: use a TypedDict for introspection data | Dylan Baker | 1 | -1/+11 |
2021-08-20 | backend/backends: Add type annotations to Backend | Dylan Baker | 1 | -147/+223 |
2021-08-20 | backend/backends: Add verbose to ExecutableSerialisiation initializer | Dylan Baker | 1 | -1/+2 |
2021-08-20 | backend/backends: Add type annotations to ExecutableSerilalisation | Dylan Baker | 1 | -3/+12 |
2021-08-20 | backend/backends: Add type annotations to SubdirInstallData | Dylan Baker | 1 | -1/+2 |
2021-08-20 | backend/backends: Add type annotations to TargetInstallData | Dylan Baker | 1 | -3/+6 |
2021-08-20 | backend/backends: Add type annotations to CleanTrees | Dylan Baker | 1 | -1/+1 |
2021-08-20 | backend/backends: add type annotations to RegenInfo | Dylan Baker | 1 | -1/+1 |
2021-08-20 | backends: remove unused name parameter from as_meson_exe_cmdline | Dylan Baker | 1 | -1/+1 |
2021-08-20 | backends: move method from ninjabackend to base class | Dylan Baker | 1 | -3/+8 |
2021-08-17 | Add install tags | Xavier Claessens | 1 | -20/+60 |
2021-06-29 | Add feed arg to custom_target() | Simon Ser | 1 | -11/+21 |
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 1 | -3/+3 |
2021-06-28 | build: fix object path for vs backend | Denis Fortin | 1 | -1/+8 |
2021-06-25 | Split compiler detection from Environment | Daniel Mensinger | 1 | -2/+2 |
2021-06-23 | Merge pull request #8884 from dcbaker/submit/type-and-annotate-install-functions | Jussi Pakkanen | 1 | -4/+6 |
2021-06-22 | Add Visual Studio 2012/2013 backends (#8803) | fanc999 | 1 | -0/+6 |
2021-06-22 | install_*: FileMode doesn't need to be None | Dylan Baker | 1 | -3/+0 |
2021-06-22 | backend: Headers.install_subdir is allowed to be None | Dylan Baker | 1 | -1/+6 |
2021-06-18 | holders: remove unholder | Daniel Mensinger | 1 | -9/+9 |
2021-06-14 | backends: fix TestSerialisation.suite annotations | Dylan Baker | 1 | -1/+1 |
2021-06-07 | condense lines | Eli Schwartz | 1 | -4/+2 |
2021-06-07 | more f-strings everywhere | Eli Schwartz | 1 | -11/+11 |
2021-06-02 | use an immutable list for an lru_cached functions | Dylan Baker | 1 | -6/+6 |
2021-05-23 | Add swift executable support in Xcode. | Jussi Pakkanen | 1 | -0/+6 |
2021-05-19 | backends: use a set for processed targets instead of a dict | Dylan Baker | 1 | -1/+1 |
2021-04-26 | introspection: export all sources for custom targets | Jason Francis | 1 | -0/+2 |
2021-04-25 | Xcode: make Swift projects work. | Jussi Pakkanen | 1 | -0/+6 |
2021-04-21 | Xcode: put all include dirs via a property rather than a cmd line arg. | Jussi Pakkanen | 1 | -2/+6 |
2021-04-19 | Xcode: regenerato project file when build conf changes. | Jussi Pakkanen | 1 | -0/+16 |
2021-04-18 | Xcode: fix running commands that lie in the build root dir. | Jussi Pakkanen | 1 | -1/+1 |
2021-04-18 | Xcode: fix custom target chaining. | Jussi Pakkanen | 1 | -2/+2 |
2021-04-16 | Xcode: fix custom targets that produce objs and libs. | Jussi Pakkanen | 1 | -0/+24 |
2021-04-11 | Xcode: fix setting up inlude args for source and build dirs. | Jussi Pakkanen | 1 | -2/+6 |
2021-04-10 | Xcode: Fix source generation. | Jussi Pakkanen | 1 | -1/+13 |
2021-04-09 | Write include dirs with absolute paths in the Xcode backend, relative ones do... | Jussi Pakkanen | 1 | -4/+7 |
2021-03-26 | backends: Remove @PRIVATE_OUTDIR_(ABS)@ substitution | Xavier Claessens | 1 | -12/+0 |
2021-03-23 | devenv: Set GI_TYPELIB_PATH and LD_LIBRARY_PATH (#8548) | Xavier Claessens | 1 | -3/+18 |
2021-03-19 | split program related classes and functions out of dependencies | Dylan Baker | 1 | -7/+8 |
2021-03-16 | Add `meson devenv` command and meson.add_devenv() | Xavier Claessens | 1 | -0/+19 |
2021-03-16 | EnvironmentVariables: Simplify and annotate | Xavier Claessens | 1 | -4/+4 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -13/+13 |
2021-03-04 | various python neatness cleanups | Eli Schwartz | 1 | -1/+1 |