Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-03-03 | Windows Subsystem for Linux can run .exe without mono interpreter | Xavier Claessens | 1 | -1/+1 |
2021-02-27 | install_man locale support | Jason Woodward | 1 | -2/+8 |
2021-02-22 | minstall: Add --skip-subprojects option | Xavier Claessens | 1 | -33/+34 |
2021-02-18 | Don't access other enum members from self | Miro Hrončok | 1 | -3/+4 |
2021-02-17 | Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target() | Xavier Claessens | 1 | -0/+2 |
2021-02-09 | backends: Fix custom_target() with configure_file() exe | Xavier Claessens | 1 | -0/+3 |
2021-02-09 | backends: Always use the command returned by as_meson_exe_cmdline() | Xavier Claessens | 1 | -4/+4 |
2021-02-08 | Fix exe wrapper detection for run targets. | Jussi Pakkanen | 1 | -1/+11 |
2021-02-07 | Merge pull request #8305 from xclaesse/run-target-env | Jussi Pakkanen | 1 | -23/+22 |
2021-02-05 | vala: Disable unity builds | Dylan Baker | 1 | -1/+1 |
2021-02-05 | ninjabackend: Remove useless call to replace_paths() | Xavier Claessens | 1 | -4/+4 |
2021-02-05 | backend: Do not check for exe wrapper twice | Xavier Claessens | 1 | -15/+2 |
2021-02-05 | run_target: Add env kwarg | Xavier Claessens | 1 | -4/+16 |
2021-02-04 | xcode-backend: add implicit includes | Jeff Moguillansky | 1 | -0/+11 |
2021-01-30 | add_install_script: add skip_if_destdir kwarg | Xavier Claessens | 1 | -0/+1 |
2021-01-30 | Fix executable as script on Windows | Xavier Claessens | 1 | -31/+38 |
2021-01-27 | custom_target: Add env kwarg | Xavier Claessens | 1 | -5/+8 |
2021-01-21 | Unity build reverts to normal for fortran fix | Jonas Lundholm Bertelsen | 1 | -0/+8 |
2021-01-20 | When iterating link_targets, include link_whole_targets too (fortran) | Jonas Lundholm Bertelsen | 1 | -1/+2 |
2021-01-17 | Removal of /ZI on MSVC Debug | Marios Staikopoulos | 1 | -4/+5 |
2021-01-13 | backends/backends: Add type annotations for InstallData | Dylan Baker | 1 | -27/+36 |
2021-01-11 | use PEP8 style naming for LANGUAGES_USING_* as well | Dylan Baker | 1 | -2/+2 |
2021-01-05 | mtest: Add support for rust unit tests | Dylan Baker | 1 | -0/+5 |
2021-01-04 | Use a single coredata dictionary for options | Dylan Baker | 1 | -8/+8 |
2021-01-04 | use OptionKey for builtin and base options | Dylan Baker | 1 | -14/+15 |
2021-01-04 | use OptionKey for compiler_options | Dylan Baker | 1 | -8/+7 |
2020-11-20 | use real pathlib module | Dylan Baker | 1 | -1/+1 |
2020-10-18 | build: use PIE objects for static libraries if b_staticpic=false but b_pie=true | Paolo Bonzini | 1 | -1/+1 |
2020-10-15 | intro: Add extra_files key to intro output (fixes #7310) | Daniel Mensinger | 1 | -1/+1 |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -2/+2 |
2020-09-29 | Merge pull request #7762 from jon-turney/meson-exe-output-improve | Jussi Pakkanen | 1 | -6/+25 |
2020-09-29 | compilers/VS: fix build to use optimization and debug flags | Vili Väinölä | 1 | -0/+4 |