aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-06Add support for finding Javascript source libraries with Emscripten.jslibsJussi Pakkanen7-6/+76
2021-08-04run_mypy: Add interpreter/type_checking to the list of checked modulesDylan Baker1-0/+1
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 Wohlschlager4-5/+32
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 Meagher17-10/+28
2021-08-04destdir: Allow relative to build directoryXavier Claessens5-5/+31
2021-08-03ninjabackend: use get_subdir() instead of subdir attribute for cythonDylan Baker2-1/+11
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-30interenaltests: Add some version strings with ansi escapes in themDylan Baker1-0/+11
2021-07-28expand tests to check both static and shared intl dependencyEli Schwartz3-1/+10
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é Lureau2-0/+10
2021-07-27doc: mention CUDA_PATH in dependency('cuda') [skip ci]David Seifert1-1/+3
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-26Split run_unittests.py fileXavier Claessens20-10209/+10737
2021-07-26coredata: throw a MesonException on unknown optionsFlorian Schmaus3-13/+17
2021-07-25ast: Add dummy "support" for fstrings in the ast packageDaniel Mensinger5-0/+17
2021-07-25Remove workaround now that we have a new Ninja.Jussi Pakkanen1-7/+0
2021-07-25Added release snippetmiebka1-0/+3
2021-07-25C2000 compiler also accepts *.cla filesmiebka1-2/+4
2021-07-23Add support for gcovr --sonarqube reportWeston Schmidt5-0/+25
2021-07-23Merge pull request #9005 from jon-turney/xskip-ci-2Jussi Pakkanen38-32/+100
2021-07-23qt: Allow CustomTargets for qt.preprocess source argumentsDylan Baker2-15/+15
2021-07-22Merge pull request #8992 from dcbaker/submit/modernize-python-module-dependencyJussi Pakkanen15-369/+272
2021-07-21Merge pull request #8994 from SoapGentoo/cuda-fixesJussi Pakkanen5-17/+49
2021-07-21Delete extra data dirs that cause problems for WiX.Jussi Pakkanen1-0/+9
2021-07-21Merge pull request #9011 from xclaesse/meson-version-compareJussi Pakkanen6-4/+14
2021-07-21msubprojects: catch exceptions and continue with othersXavier Claessens1-1/+5
2021-07-21Fix meson.version().version_compare() regression in subprojectXavier Claessens6-4/+14
2021-07-18Cuda: Add test for shared versioned internal libsDavid Seifert1-1/+3
2021-07-18Cuda: Fix linking with shared versioned internal libsDavid Seifert1-2/+6
2021-07-18Cuda: Enable PGODavid Seifert1-0/+6
2021-07-18Cuda: Add test for -isystem/usr/includeDavid Seifert1-2/+8
2021-07-18Cuda: Filter -isystem with system pathsDavid Seifert1-12/+19
2021-07-18Cuda: Add test for -DNDEBUGDavid Seifert2-1/+5
2021-07-18Cuda: Pass -DNDEBUG throughDavid Seifert1-0/+3
2021-07-18Merge pull request #8953 from dcbaker/submit/interpreter-easy-typingJussi Pakkanen2-104/+74