summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-26Reduce absolute paths to a deprecation. Closes #5050.Jussi Pakkanen
2019-03-24Better error message when PCH argument is not a string.Jussi Pakkanen
2019-03-24Fix setup so test suite runs with rustc + MSVC. Closes: 5099Jussi Pakkanen
2019-03-24Inline check_compilersJohn Ericson
2019-03-22Fix Rust global and local args. Closes #5101.Jussi Pakkanen
2019-03-22Disallow add_languages('vala') without 'c'Jon Turney
2019-03-21Merge pull request #5116 from dcbaker/openmp-de-specializeJussi Pakkanen
2019-03-20Revert "azure: Don't try to publish logs from fork"Jon Turney
2019-03-20Merge pull request #5031 from bonzini/kconfigJussi Pakkanen
2019-03-20envconfig: remove unused parse_datafile()Ross Burton
2019-03-20find_program: use Meson's Python3 for non-executable Python scriptsPaolo Bonzini
2019-03-20Merge pull request #5083 from rossburton/crossfilesJussi Pakkanen
2019-03-20replace library type strings with an enumDylan Baker
2019-03-20Add test case for multiple cross filesRoss Burton
2019-03-20run_unittest: update for cross_file being a listRoss Burton
2019-03-20mesonbuild: allow multiple --cross-file optionsRoss Burton
2019-03-19dependencies/openmp: Don't special case OpenMPDylan Baker
2019-03-19dependencies/openmp: Pass openmp arguments to look for _OPENMP defineDylan Baker
2019-03-19load_configs: generalise the search pathRoss Burton
2019-03-19Merge pull request #4724 from jon-turney/lib-machine-alwaysJussi Pakkanen
2019-03-19Reserve cross_ option prefix for Meson.Jussi Pakkanen
2019-03-18interpreterbase: protect string division with FeatureNewPaolo Bonzini
2019-03-18dependencies: fix Python linking for windows+mingwNacho GarcĂ­a
2019-03-17azure: Unset BOOST_ROOT for Cygwin, MSYS2 and clang-clJon Turney
2019-03-17Add feature warning for qt.compile_translationsLuca Weiss
2019-03-17Fix #5046Ninja-Koala
2019-03-15kconfig: improvements for builddir config filePaolo Bonzini
2019-03-15[modules] Add kconfig moduleMark Schulte
2019-03-15interpreter: allow passing dictionaries to holderifyPaolo Bonzini
2019-03-14Add libcamera to Users.md [skip ci]Kieran Bingham
2019-03-14Merge pull request #5081 from scivision/fortranincludeJussi Pakkanen
2019-03-14dependencies/llvm: Add support for fedora 30Dylan Baker
2019-03-14envconfig: Store whether the cpu_familiy is 64 bitDylan Baker
2019-03-14compilers: Update comment about library search patternsNirbheek Chauhan
2019-03-14compilers: Try harder to dedup builtin libsNirbheek Chauhan
2019-03-14docsMichael Hirsch, Ph.D
2019-03-14add fortran include test caseMichael Hirsch, Ph.D
2019-03-14functionalize per-file Fortran dep scanMichael Hirsch, Ph.D
2019-03-14i18n: Use CustomTarget.known_kwargs at permittedKwargs()Georges Basile Stavracas Neto
2019-03-13tests: disable Dlang tests on windowsDylan Baker
2019-03-13docs/Users: add Knot Resolver to projectsTomas Krizek
2019-03-13docs/Users: fix sort order (Kiwix libraries)Tomas Krizek
2019-03-13do not duplicate external dependencies in listBruce Richardson
2019-03-13compilers: -fsanitize is not supported on OpenBSD (second pass)Antoine Jacoutot
2019-03-13compilers: -fsanitize is not supported on OpenBSDAntoine Jacoutot
2019-03-12Avoid module patching in `test_find_library_patterns`John Ericson
2019-03-12build: Handle EOFError and AttributeError like coredataDylan Baker
2019-03-11Add static as keyword to find_libraryNiklas Claesson
2019-03-11Fix git wraps with submodulesAndrei Alexeyev
2019-03-11A more verbose RE Definiton in search_version. Closes #5020jrl64