aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2021-08-15Revert "interpreter: Fix holder_map not being updated when subproject fails"Jussi Pakkanen1-5/+6
2021-08-15Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate"Jussi Pakkanen1-11/+0
2021-08-11Always generate Java rule, it is platform agnostic.Jussi Pakkanen1-2/+1
2021-08-11compilers/c++: Add MSVC option to make the __cplusplus define accurateDylan Baker1-0/+11
2021-08-09build: store global and project args per-machine even when not cross compilingDylan Baker1-8/+4
2021-08-09build: add a few annotationsDylan Baker1-4/+4
2021-08-09Fix i18n target name when using @BASENAME@ and configure_file() inputXavier Claessens1-12/+12
2021-08-09i18n: use real build/install targets for gmo filesEli Schwartz2-51/+23
2021-08-09interpreter: Fix spurious warning in configure_data()Xavier Claessens1-2/+2
2021-08-09gnome: Filter all compiler and linker flagsEmmanuele Bassi1-7/+13
2021-08-09Fix native targets for vs backend cross compilationGustavoLCR1-10/+40
2021-08-09interpreter: Fix missing subsubproject summary when subproject failsXavier Claessens1-3/+4
2021-08-09interpreter: Fix holder_map not being updated when subproject failsXavier Claessens1-12/+8
2021-08-09modules: Fix typo in state.test()Xavier Claessens1-1/+1
2021-08-09pkg-config: support for `-l:libfoo.a`lilinzhe1-0/+24
2021-08-09interpreter: Fix list contains for Holders (fixes #9020 #9047)Daniel Mensinger1-2/+2
2021-08-08Add support for finding Javascript source libraries with Emscripten.Jussi Pakkanen2-1/+36
2021-08-07Fix --force-fallack-for with --wrap-mode=nofallbackXavier Claessens1-4/+4
2021-08-06modules: Add API to add testXavier Claessens2-5/+14
2021-08-06minstall: restore_selinux_contexts: fix env testStéphane Cerveau1-6/+3
2021-08-06install: apply ldconfig at the end of the installStéphane Cerveau1-1/+19
2021-08-06install: update restore_selinux to use popen_safeStéphane Cerveau1-7/+8
2021-08-06fix spelling error in user output ("depencency" -> "dependency")Felix Schwarz1-2/+2
2021-08-04interpreterbase/decorators: fix typed_kwargs return typeDylan Baker1-2/+4
2021-08-04interpreterbase/decorators: use a named function for lowering stringsDylan Baker1-1/+9
2021-08-04interpreter/typing: Add some type annotationsDylan Baker1-2/+2
2021-08-04interpreter: split keyword definitions out of the interpreterDylan Baker2-104/+121
2021-08-04Escape path in exclude filter passed to gcovrAlois Wohlschlager1-5/+5
2021-08-04add boolean parameter use_system for searching boostKevin Meagher1-23/+21
2021-08-04Make libs a set from the beginingKevin Meagher1-3/+3
2021-08-04Relax restrictions on detecting boost dependencyKevin Meagher1-10/+10
2021-08-04destdir: Allow relative to build directoryXavier Claessens1-5/+10
2021-08-03ninjabackend: use get_subdir() instead of subdir attribute for cythonDylan Baker1-1/+1
2021-08-03build: Add annotation to CustomTargetIndex.get_subdirDylan Baker1-1/+1
2021-08-03build: Add get_subdir() to GeneratedListDylan Baker1-0/+4
2021-08-03Fix python module leaving PKG_CONFIG_LIBDIR set in os.environ.Xavier Claessens1-4/+7
2021-08-03modules/dlang: Fix dependencies that should have been updatedDylan Baker1-15/+9
2021-08-03Fix when gtest dep is found but does not pass version checkXavier Claessens1-0/+1
2021-08-03fix bat_info UTF-8 string errorxth1-0/+1
2021-07-28intl dep: support static kwargEli Schwartz1-1/+4
2021-07-28intl: fix incorrect detection of headerEli Schwartz1-1/+1
2021-07-28dependencies: make the preferred LibType available to any ExternalDependencyEli Schwartz2-4/+4
2021-07-27build: learn to take CustomTargetIndex as custom_target commandMarc-André Lureau1-0/+4
2021-07-27msubprojects: make purge print full paths to comply with the testsAndrei Alexeyev1-0/+2
2021-07-27msubprojects: do not follow symlinks when purgingAndrei Alexeyev1-1/+2
2021-07-26coredata: throw a MesonException on unknown optionsFlorian Schmaus1-8/+7
2021-07-25ast: Add dummy "support" for fstrings in the ast packageDaniel Mensinger3-0/+14
2021-07-25C2000 compiler also accepts *.cla filesmiebka1-2/+4
2021-07-23Add support for gcovr --sonarqube reportWeston Schmidt2-0/+21
2021-07-23qt: Allow CustomTargets for qt.preprocess source argumentsDylan Baker1-11/+11