aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-05-26opts: Add FeatureNew for '-' and 'not' introduced in 0.54.1Daniel Mensinger1-0/+2
2020-05-26opts: Allow string concatenation (fixes #7199)Daniel Mensinger1-0/+7
2020-05-26mcompile: removed unneeded importsTheQwertiest1-2/+0
2020-05-26mcompile: detect_ninjaTheQwertiest1-8/+3
2020-05-26mcompile: replaced intro with cdata + extracted code to funcsTheQwertiest1-60/+63
2020-05-26mcompile: replaced backend divination code + cleanupTheQwertiest1-11/+24
2020-05-26Use --internal script call to call delwithsuffix when cleaning up the gcno an...georgev931-6/+2
2020-05-24fix cmake target configuration selection.Alexander Neumann2-5/+19
2020-05-23ast: Handle NotNodeDaniel Mensinger1-0/+5
2020-05-23ast: Add AST JSON printerDaniel Mensinger5-12/+174
2020-05-22Modifed buildtypes and armclang compiler flags to match documented resultsDrew Reed1-6/+6
2020-05-22Allow building with b_coverage set to true when clang is being used regardles...georgev931-0/+3
2020-05-22Merge pull request #7123 from dcbaker/use-feature-deprecatedJussi Pakkanen7-54/+67
2020-05-22boost: Try extracting BOOST_ROOT from boost.pcDaniel Mensinger1-1/+12
2020-05-22boost: Always sort shared before static (fixes #7171)Daniel Mensinger1-2/+2
2020-05-22compilers: add fetching of define list for clangYevhenii Kolesnikov7-9/+42
2020-05-20compilers/d: Add b_ndebug supportDylan Baker2-6/+15
2020-05-20compilers: Move b_ndebug into the compiler classesDylan Baker2-1/+7
2020-05-19Merge pull request #5986 from dcbaker/fix-tests-with-cross-binary-argumentsJussi Pakkanen2-22/+44
2020-05-19Build private directory name from output file name.Jussi Pakkanen2-1/+4
2020-05-18pass exe_wrapper to test scripts through the environmentDylan Baker1-15/+17
2020-05-18backends: Consider arguments passed to a test when cross compilingDylan Baker2-5/+20
2020-05-18backends: ensure that test executables can be run when passed as argumentsDylan Baker1-0/+5
2020-05-18mtest: don't use len() to test container emptinessDylan Baker1-5/+5
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen10-49/+98
2020-05-18symbolextractor: add OpenBSD supportAntoine Jacoutot1-0/+19
2020-05-18compilers/d: Enable pgo for GDCDylan Baker1-1/+2
2020-05-16Let LDFLAGS specify rpath.Dan Kegel1-0/+18
2020-05-16Let .pc files specify rpath.Dan Kegel10-49/+80
2020-05-16Add flags to support generation of dependency files with armclangDrew Reed1-1/+1
2020-05-16Modifed buildtypes and armcc compiler flags to match documented resultsDrew Reed1-7/+7
2020-05-16Call to CPPCompilers initilisation function was missing the info parameter du...Drew Reed1-1/+3
2020-05-15symbolextractor: Do not store the size of code objectsNirbheek Chauhan1-1/+4
2020-05-15ninjabackend: Treat GNOME gir/typelib as librariesNirbheek Chauhan2-1/+12
2020-05-15ninjabackend: Use order-only gen-header deps for gen-sourcesNirbheek Chauhan1-1/+1
2020-05-15cmake: Print supported stds when warningNirbheek Chauhan1-2/+4
2020-05-14optinterpreter: Enable and update FeatureNew to use_singleDylan Baker1-7/+5
2020-05-14interpreter: Add always set default value for version and set it ASAPDylan Baker2-5/+6
2020-05-14use FeatureNew.single_useDylan Baker4-26/+29
2020-05-14modules/pkgconfig: Remove duplicate FeatureNewDylan Baker1-2/+0
2020-05-14interpreterbase: Proxy extra_message through to feature_check_classDylan Baker1-2/+5
2020-05-14interpreterbase: Add a oneline helper method for Feature(New|Deprecated)Dylan Baker1-4/+15
2020-05-14backend/vs: Fix b_vscrt=from_buildtype for debugoptimizedPeter Harris1-2/+2
2020-05-14boost: always use compiler include pathsDaniel Mensinger1-2/+6
2020-05-14interpreter: Replace some uses of mlog.deprecation with FeatureDeprecatedDylan Baker3-9/+8
2020-05-14interpreter: Rename has_exe_wrapper -> can_run_host_binariesDylan Baker1-3/+11
2020-05-14interpreterbase: Allow passing an extra message in feature/deprecation warningsDylan Baker1-6/+20
2020-05-14gnome.generate_gir: Fix missing include directoriesXavier Claessens1-6/+4
2020-05-14coredata: Fixup the default libdir value, not the set valueNirbheek Chauhan1-3/+3
2020-05-14cmake: Fix string substitution index errorNirbheek Chauhan1-2/+2