aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-18pass exe_wrapper to test scripts through the environmentDylan Baker7-21/+75
2020-05-18backends: Consider arguments passed to a test when cross compilingDylan Baker16-11/+39
2020-05-18backends: ensure that test executables can be run when passed as argumentsDylan Baker5-11/+44
2020-05-18tests: Add tests for cross file exe_wrapperDylan Baker1-2/+52
2020-05-18run_unittests: move cross_file_system_paths to the cross testsDylan Baker1-61/+63
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 Pakkanen27-55/+253
2020-05-18symbolextractor: add OpenBSD supportAntoine Jacoutot1-0/+19
2020-05-18compilers/d: Enable pgo for GDCDylan Baker1-1/+2
2020-05-18Add cmake files to msi package.georgev931-0/+2
2020-05-16docs: add snippet documenting rpath behavior changeDan Kegel1-0/+7
2020-05-16Let LDFLAGS specify rpath.Dan Kegel7-0/+69
2020-05-16Let .pc files specify rpath.Dan Kegel21-55/+177
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-15travis/macos: Restore the old pkg-config behaviourNirbheek Chauhan2-2/+4
2020-05-15cmake: Print supported stds when warningNirbheek Chauhan1-2/+4
2020-05-14Docs: Make the suggested use for the not-found dependency better [skip ci]Dylan Baker1-4/+6
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: Rename has_exe_wrapper -> can_run_host_binariesDylan Baker7-15/+29
2020-05-14interpreterbase: Allow passing an extra message in feature/deprecation warningsDylan Baker3-7/+22
2020-05-14gnome.generate_gir: Fix missing include directoriesXavier Claessens7-9/+179
2020-05-14coredata: Fixup the default libdir value, not the set valueNirbheek Chauhan1-3/+3
2020-05-14unit tests: Fix broken test_cross_libdir testNirbheek Chauhan1-6/+13
2020-05-14cmake: Fix string substitution index errorNirbheek Chauhan1-2/+2
2020-05-14ui/qt: Warn if Android cpu_family is unknownNirbheek Chauhan1-0/+3
2020-05-14ui/qt: use new directory layout for qt on androidMatthew Waters1-0/+14
2020-05-14gfortran: Fix has_header implementation with GCC 10Nirbheek Chauhan1-0/+12
2020-05-14boost: Try finding libraries with the matching arch (fixes #7110)Daniel Mensinger2-5/+52
2020-05-14docs: Add a Howto about the null dependency [skip ci]Dylan Baker1-0/+23
2020-05-13Merge pull request #6620 from jon-turney/test-output-checkDylan Baker120-48/+940
2020-05-13interpretor: Do not add dependencies if we already have themMarcel Hollerbach1-0/+4
2020-05-13macos: Remove framwork linkerlike argsEric Lemanissier2-2/+2
2020-05-13Fix outdated cross-compilation checksOle André Vadla RavnÄs4-14/+17
2020-05-13Fix has_function() for clang on 64bit WindowsChristoph Reiter1-1/+1
2020-05-12cmake: Ignore unknown c(pp)? stds (fixes #7104)Daniel Mensinger1-1/+16
2020-05-12interpreterbase: Fix version checking for deprecationDylan Baker1-2/+17
2020-05-12interpreter: Don't assign duplication and new feature warning to the same var...Dylan Baker1-3/+12
2020-05-11ConfigToolDependency: Don't fallback to system tool when cross compilingXavier Claessens4-22/+15
2020-05-11Add AVR to cpu families. Closes #7085.Jussi Pakkanen2-0/+2
2020-05-11Fix builtin check in has_function() with GCC 10 on WindowsChristoph Reiter1-11/+16
2020-05-10python: install_sources() should default to pure, following the docMarc-André Lureau1-1/+1
2020-05-10Improve Emscripten linker version detectionAndrei Alexeyev1-6/+9
2020-05-10boost: Do not be strict about static if not specified (fixes #7057)Daniel Mensinger1-1/+2
2020-05-08Allow indexed custom target to be used in executable's depends.Szabi Tolnai4-1/+43