summaryrefslogtreecommitdiff
path: root/mesonbuild
Commit message (Expand)AuthorAgeFilesLines
* Ignore file access errors when scanning .so files in system libdirsMike Gilbert2020-06-021-9/+18
* cmake: always split property lists (fixes #7228)Daniel Mensinger2020-06-022-3/+4
* dependencies/cuda: Add support for ARM linuxjonathanmist2020-06-021-6/+10
* Merge pull request #6818 from mensinda/localPatchJussi Pakkanen2020-05-272-12/+28
|\
| * wrap: Add support for local files via only `*_filename`Daniel Mensinger2020-04-252-12/+28
* | add type anno: compilers/clikeMichael Hirsch, Ph.D2020-05-272-18/+18
* | ninja: Always use to_native on CompilerArgs (fixes #7167)Daniel Mensinger2020-05-271-9/+4
* | Fix lack of space after 'Cflags:' in pkgconfig filesSoapux2020-05-271-1/+1
* | Recognize Arduino .ino files as C++Phillip Johnston2020-05-271-1/+1
* | opts: Add FeatureNew for '-' and 'not' introduced in 0.54.1Daniel Mensinger2020-05-261-0/+2
* | opts: Allow string concatenation (fixes #7199)Daniel Mensinger2020-05-261-0/+7
* | mcompile: removed unneeded importsTheQwertiest2020-05-261-2/+0
* | mcompile: detect_ninjaTheQwertiest2020-05-261-8/+3
* | mcompile: replaced intro with cdata + extracted code to funcsTheQwertiest2020-05-261-60/+63
* | mcompile: replaced backend divination code + cleanupTheQwertiest2020-05-261-11/+24
* | Use --internal script call to call delwithsuffix when cleaning up the gcno an...georgev932020-05-261-6/+2
* | fix cmake target configuration selection.Alexander Neumann2020-05-242-5/+19
* | ast: Handle NotNodeDaniel Mensinger2020-05-231-0/+5
* | ast: Add AST JSON printerDaniel Mensinger2020-05-235-12/+174
* | Modifed buildtypes and armclang compiler flags to match documented resultsDrew Reed2020-05-221-6/+6
* | Allow building with b_coverage set to true when clang is being used regardles...georgev932020-05-221-0/+3
* | Merge pull request #7123 from dcbaker/use-feature-deprecatedJussi Pakkanen2020-05-227-54/+67
|\ \
| * | optinterpreter: Enable and update FeatureNew to use_singleDylan Baker2020-05-141-7/+5
| * | interpreter: Add always set default value for version and set it ASAPDylan Baker2020-05-142-5/+6
| * | use FeatureNew.single_useDylan Baker2020-05-144-26/+29
| * | modules/pkgconfig: Remove duplicate FeatureNewDylan Baker2020-05-141-2/+0
| * | interpreterbase: Proxy extra_message through to feature_check_classDylan Baker2020-05-141-2/+5
| * | interpreterbase: Add a oneline helper method for Feature(New|Deprecated)Dylan Baker2020-05-141-4/+15
| * | interpreter: Replace some uses of mlog.deprecation with FeatureDeprecatedDylan Baker2020-05-143-9/+8
* | | boost: Try extracting BOOST_ROOT from boost.pcDaniel Mensinger2020-05-221-1/+12
* | | boost: Always sort shared before static (fixes #7171)Daniel Mensinger2020-05-221-2/+2
* | | compilers: add fetching of define list for clangYevhenii Kolesnikov2020-05-227-9/+42
* | | compilers/d: Add b_ndebug supportDylan Baker2020-05-202-6/+15
* | | compilers: Move b_ndebug into the compiler classesDylan Baker2020-05-202-1/+7
* | | Merge pull request #5986 from dcbaker/fix-tests-with-cross-binary-argumentsJussi Pakkanen2020-05-192-22/+44
|\ \ \
| * | | pass exe_wrapper to test scripts through the environmentDylan Baker2020-05-181-15/+17
| * | | backends: Consider arguments passed to a test when cross compilingDylan Baker2020-05-182-5/+20
| * | | backends: ensure that test executables can be run when passed as argumentsDylan Baker2020-05-181-0/+5
| * | | mtest: don't use len() to test container emptinessDylan Baker2020-05-181-5/+5
* | | | Build private directory name from output file name.Jussi Pakkanen2020-05-192-1/+4
|/ / /
* | | Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen2020-05-1810-49/+98
|\ \ \
| * | | Let LDFLAGS specify rpath.Dan Kegel2020-05-161-0/+18
| * | | Let .pc files specify rpath.Dan Kegel2020-05-1610-49/+80
* | | | symbolextractor: add OpenBSD supportAntoine Jacoutot2020-05-181-0/+19
* | | | compilers/d: Enable pgo for GDCDylan Baker2020-05-181-1/+2
* | | | Add flags to support generation of dependency files with armclangDrew Reed2020-05-161-1/+1
* | | | Modifed buildtypes and armcc compiler flags to match documented resultsDrew Reed2020-05-161-7/+7
* | | | Call to CPPCompilers initilisation function was missing the info parameter du...Drew Reed2020-05-161-1/+3
* | | | symbolextractor: Do not store the size of code objectsNirbheek Chauhan2020-05-151-1/+4
* | | | ninjabackend: Treat GNOME gir/typelib as librariesNirbheek Chauhan2020-05-152-1/+12