aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-25Update version numbers for release.0.47.2Jussi Pakkanen6-6/+6
2018-08-24Revert symlink copy behaviour. Closes #4069.Jussi Pakkanen1-1/+13
2018-08-24CompilerArgs: Allow calling to_native() multiple timesNirbheek Chauhan2-12/+39
2018-08-24compilers: Handle dupes in the --start/end-group logicOle AndrƩ Vadla RavnƄs1-3/+4
2018-08-24Fix various small test failures on macOS [skip appveyor]Nirbheek Chauhan3-3/+11
2018-08-24Fix .travis.yml for updated OSX image [skip appveyor]Jon Turney1-2/+1
2018-08-24run_unittests.py: Fix pkg_config_parse_libs testNirbheek Chauhan1-2/+22
2018-08-24Test that system shlibs with undefined symbols can be foundNirbheek Chauhan5-33/+79
2018-08-24find_library: Allow undefined symbols while linkingNirbheek Chauhan2-1/+29
2018-08-24find_library: Use _build_wrapper to get library dirsBruce Richardson6-67/+66
2018-08-24UserArrayOption: Allow duplicates when used as <lang>_args optionXavier Claessens2-4/+5
2018-08-24PkgConfigDependency: Parse library paths in a separate stepNirbheek Chauhan1-20/+45
2018-08-24Remove dependency to D runtime in mixed language testsGoaLitiuM1-2/+2
2018-08-24tests/check header: Use linux/socket.h instead of if.h [skip appveyor]Nirbheek Chauhan1-2/+2
2018-08-24minstall: use follow_symlinks to check executableMarco Trevisan (TreviƱo)1-3/+3
2018-08-24minstall: never follow symlinks when setting ownershipMarco Trevisan (TreviƱo)1-1/+19
2018-08-24minstall: never try to set chmod on symlinksMarco Trevisan (TreviƱo)1-2/+9
2018-08-24unittests: test_install_subdir_symlinks_with_default_umaskMarco Trevisan (TreviƱo)4-6/+20
2018-08-24meson_command_tests: Don't pass pathlib.Path to open [skip appveyor]Nirbheek Chauhan1-1/+1
2018-08-24install_subdir: Also copy dangling symlinksNirbheek Chauhan2-7/+39
2018-08-24Fix yielding when subproject option type is differentNirbheek Chauhan5-5/+20
2018-08-24Clarify the FeatureNew summary messageNirbheek Chauhan1-1/+1
2018-08-24Print only custom env vars in the test log for each testNirbheek Chauhan1-3/+9
2018-08-24Skip FeatureNew checks when project() has not been parsedNirbheek Chauhan3-1/+7
2018-08-24Fix FeatureNew false positive in vcs_tagNirbheek Chauhan2-1/+15
2018-08-24Add support for s390x CPUs. Closes #3897.Jussi Pakkanen2-0/+2
2018-08-24PkgConfigDependency: Don't try to resolve internal compiler libsNirbheek Chauhan3-6/+20
2018-08-24Fix install when run with meson.exe. Closes #3988.Jussi Pakkanen1-1/+6
2018-08-24Don't check version for fallback not-found dependencyNirbheek Chauhan1-0/+6
2018-08-24PkgConfigDependency: Fix library path search orderNirbheek Chauhan4-28/+77
2018-08-24Test that vim syntax highlighting is up-to-dateNirbheek Chauhan2-4/+9
2018-08-24Prints error message instead of backtrace on failNiklas Claesson1-1/+1
2018-08-24Fix missing permitted kwargPatrick Griffis1-1/+1
2018-08-24gtkdoc: set PATH on Windows when executing gtkdoc-scangobj. Fixes #3307Christoph Reiter1-8/+15
2018-08-24Fix test on windows.Rafael Avila de Espindola1-0/+8
2018-08-24Handle transitive links to 'threads' dependencies.Rafael Avila de Espindola5-7/+43
2018-08-24Fix @CURRENT_SOURCE_DIR@ in generator()Emil Styrke6-1/+66
2018-08-24Fix __main__.py for zipapp to workChristoph Burger-Scheidlin2-2/+11
2018-08-24Add 32 bit sparc processor support. Closes #3901.Jussi Pakkanen2-0/+2
2018-08-24mesonbuild: Recognise risc-v architectureKhem Raj1-0/+2
2018-08-24Boost dependency check for MSVS with proper whitespacederekkingston1-1/+1
2018-08-24Updated boost discovery to handle version >= 1.65 for MSVCderekkingston1-2/+16
2018-08-24gnome: Fix building gir with asan againTingPing1-1/+1
2018-08-24Do not use 'in' as variable name in test casesXavier Claessens1-2/+2
2018-08-24mparser: Warn about future reserved keywordsXavier Claessens1-0/+5
2018-08-24python.find_installation: only try to find python with the py launcher if it ...Christoph Reiter1-2/+5
2018-08-24Try to fix the test on OS X.Rafael Ɓvila de Espƭndola1-1/+5
2018-08-24Move test files to test cases/unitRafael Ɓvila de Espƭndola7-1/+1
2018-08-24Make the rpath order deterministic.Rafael Ɓvila de Espƭndola8-1/+40
2018-08-24UserFeatureOption: Default to 'auto' when no value specifiedXavier Claessens1-1/+1