Age | Commit message (Expand) | Author | Files | Lines |
2020-04-20 | Compiler options per lang | John Ericson | 1 | -4/+16 |
2020-04-11 | Fix handling of library(name_prefix: []) | Jon Turney | 1 | -6/+7 |
2020-03-21 | -Add xc16 and c2000 C,Cpp toolchain support | alanNz | 1 | -0/+5 |
2020-03-19 | Generators can depend on custom targets as well as build targets. | Jussi Pakkanen | 1 | -1/+1 |
2020-03-09 | Merge pull request #6532 from jon-turney/languages-native-kwarg | Jussi Pakkanen | 1 | -3/+13 |
2020-03-08 | Merge pull request #6736 from dcbaker/mesonlib-type-annotations | Jussi Pakkanen | 1 | -66/+32 |
2020-03-06 | Improve logged messages for overriden dependencies | Xavier Claessens | 1 | -0/+6 |
2020-03-06 | Add meson.override_dependency() | Xavier Claessens | 1 | -0/+1 |
2020-03-05 | Make use of unholder | Dylan Baker | 1 | -50/+17 |
2020-03-05 | remove ability to pass multiple keys to extract_as_list | Dylan Baker | 1 | -3/+2 |
2020-03-05 | mesonlib: Replace unholder argument to listify | Dylan Baker | 1 | -12/+12 |
2020-03-05 | mesonbuild/mesonlib: Add type annotations | Dylan Baker | 1 | -1/+1 |
2020-03-03 | Cherry-picking - (rm python2 % add python3 .format) (#6725) | Michael Brockus | 1 | -19/+16 |
2020-02-29 | Fixed linker detecting on windows. Added comments about linker detecting for ... | ur4t | 1 | -2/+4 |
2020-02-12 | Improve error reported when language has no compiler | Jon Turney | 1 | -3/+13 |
2020-02-04 | interpreter: Iterate custom target outputs | Xavier Claessens | 1 | -0/+4 |
2020-01-27 | Merge pull request #6423 from dcbaker/declare-dependency-variables | Jussi Pakkanen | 1 | -1/+1 |
2020-01-24 | typing: Fix compatibility with Python 3.5.2 | Nirbheek Chauhan | 1 | -4/+4 |
2020-01-09 | dependencies: Add ability to set arbitrary variables on | Dylan Baker | 1 | -1/+1 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -15/+15 |
2019-12-05 | build: Fix type signature of rich comparison dunders | Dylan Baker | 1 | -4/+12 |
2019-12-05 | lgtm: fix Incomplete ordering | Daniel Mensinger | 1 | -9/+12 |
2019-12-05 | lgtm: fix Mismatch between signature and use of an overridden method | Daniel Mensinger | 1 | -3/+6 |
2019-12-05 | lgtm: fix format string numbering | Daniel Mensinger | 1 | -1/+1 |
2019-11-30 | improve error message when old version detected | taz-007 | 1 | -1/+2 |
2019-11-25 | Fix link_whole with a custom target | Xavier Claessens | 1 | -1/+4 |
2019-11-10 | Store run target names in build. | Jussi Pakkanen | 1 | -0/+1 |
2019-10-09 | Fix *.pdb files missing in meson introspect --installed output | Jakub Adam | 1 | -1/+33 |
2019-10-03 | Use include_type instead of is_system | Daniel Mensinger | 1 | -4/+7 |
2019-10-03 | Also add support for declare_dependency objects | Daniel Mensinger | 1 | -1/+3 |
2019-10-03 | use getters for dependency access | Daniel Mensinger | 1 | -3/+3 |
2019-10-01 | Recursively include all objects from uninstalled static libraries | Xavier Claessens | 1 | -1/+8 |
2019-10-01 | Do not promote to link_whole when an internal library links to another | Xavier Claessens | 1 | -1/+1 |
2019-10-01 | pkgconfig: Include dependencies of uninstalled static libraries | Xavier Claessens | 1 | -17/+10 |
2019-10-01 | pkgconfig: Do not include uninstalled static libraries | Xavier Claessens | 1 | -3/+7 |
2019-10-01 | Fix link_with of a static library with an uninstalled static library | Xavier Claessens | 1 | -0/+7 |
2019-10-01 | Fix link_whole of static libraries | Xavier Claessens | 1 | -1/+9 |
2019-09-24 | CUDA support on Windows | Aleksey Gurtovoy | 1 | -1/+1 |
2019-08-20 | Merge pull request #5681 from dcbaker/dynamic-linker-split | Jussi Pakkanen | 1 | -3/+7 |
2019-08-17 | Make .extract_objects() work correctly as an input to custom_target | Rachel Mant | 1 | -5/+14 |
2019-08-14 | compilers: Dispatch to dynamic linker class | Dylan Baker | 1 | -3/+7 |
2019-08-05 | Add basic Webassembly support via Emscripten. | Jussi Pakkanen | 1 | -0/+2 |
2019-07-17 | Accept vs_module_defs for modules | Marc-André Lureau | 1 | -1/+1 |
2019-07-10 | Add alias_target() function | Xavier Claessens | 1 | -0/+4 |
2019-06-27 | sanitycheckc: avoid linking sanitycheckc when cross compiling | Cody Schafer | 1 | -1/+1 |
2019-06-13 | tvOS: added support AppleTVOS | Roman Shpuntov | 1 | -1/+1 |
2019-06-09 | Add some type annotations | John Ericson | 1 | -7/+7 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -80/+77 |
2019-06-09 | Use `env.machines.*` to avoid some `is_cross` | John Ericson | 1 | -10/+10 |
2019-05-20 | Generators can have extra target dependencies. Closes #4131. | Jussi Pakkanen | 1 | -0/+7 |