aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-09-05Test + fix for not-found dependency fallback version comparison0.47Nirbheek Chauhan1-1/+8
2018-09-05wrap: Redirect git's stdin to DEVNULLNirbheek Chauhan1-1/+1
2018-09-05llvm: fix build flags with older llvm versionsJakub Wilk1-1/+1
2018-09-03Remove unnecessary -lquadmath from FORTRAN flags.Jussi Pakkanen1-1/+1
2018-09-03Meson should warn if b_lundef is mixed with any sanitizer with clangAlexis Jeandet1-4/+3
2018-09-03gnome: Filter CFLAGS and LDFLAGS passed to g-ir-scannerNirbheek Chauhan1-19/+49
2018-08-28Don't require an import library for shared modulesNirbheek Chauhan3-2/+11
2018-08-25Update version numbers for release.0.47.2Jussi Pakkanen1-1/+1
2018-08-24Revert symlink copy behaviour. Closes #4069.Jussi Pakkanen1-1/+13
2018-08-24CompilerArgs: Allow calling to_native() multiple timesNirbheek Chauhan1-5/+9
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 Chauhan1-1/+1
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-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-24install_subdir: Also copy dangling symlinksNirbheek Chauhan1-7/+13
2018-08-24Fix yielding when subproject option type is differentNirbheek Chauhan1-4/+15
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 Chauhan1-0/+3
2018-08-24Fix FeatureNew false positive in vcs_tagNirbheek Chauhan1-1/+5
2018-08-24Add support for s390x CPUs. Closes #3897.Jussi Pakkanen1-0/+1
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 Chauhan3-28/+33
2018-08-24Test that vim syntax highlighting is up-to-dateNirbheek Chauhan1-4/+6
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-24Handle transitive links to 'threads' dependencies.Rafael Avila de Espindola1-7/+14
2018-08-24Fix @CURRENT_SOURCE_DIR@ in generator()Emil Styrke1-1/+1
2018-08-24Add 32 bit sparc processor support. Closes #3901.Jussi Pakkanen1-0/+1
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-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-24Make the rpath order deterministic.Rafael Ɓvila de Espƭndola1-1/+1
2018-08-24UserFeatureOption: Default to 'auto' when no value specifiedXavier Claessens1-1/+1
2018-08-24Add a feature-new entry for UserFeatureOptionNirbheek Chauhan1-5/+6
2018-08-24Make the dependency order deterministic.Rafael Ɓvila de Espƭndola1-2/+2
2018-08-24mesonbuild: Recognise risc-v architectureKhem Raj1-0/+2
2018-08-24Print a useful error when a compiler is not found in the cross fileNirbheek Chauhan1-0/+2
2018-08-24Canonicalise 64-bit PowerPC CPU families to "ppc64"Ross Burton1-2/+2
2018-08-24Avoid concatenating two options in listThomas Hindoe Paaboel Andersen1-1/+1