aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-08-26Bump versions to 0.51.2 for release0.51.20.51Nirbheek Chauhan1-1/+1
2019-08-23gnome: Handle overriden g-ir-scannerThibault Saunier2-3/+13
2019-08-23cmake: fix missing -lpthread (fixes #5821)Daniel Mensinger1-4/+7
2019-08-19Pass optimization flags to rustc properly. Closes: #5788.Jussi Pakkanen2-5/+6
2019-08-13Revert "gnome: Use find_program() to get glib-compile-resources"Xavier Claessens1-5/+4
2019-08-13Put native file before cross file in options listJohn Ericson1-4/+4
2019-08-12environment: simplify powerpc conditionalsJan Beich1-5/+3
2019-08-12environment: simplify CPU logic via hw.machine_arch on BSDsJan Beich1-13/+6
2019-08-12Canonicalize 'i86pc' return from platform.machine() for SolarisAlan Coopersmith1-2/+2
2019-08-12gnome: Use find_program() to get glib-compile-resourcesXavier Claessens1-4/+5
2019-08-12Made build. options alias basic ones when native building.Jussi Pakkanen2-0/+25
2019-08-12Made set_option kwargs named-only.Jussi Pakkanen1-2/+2
2019-08-12Do not print build and host settings when compiling natively.Jussi Pakkanen1-8/+14
2019-08-12Do not print build compiler info when not cross compiling. It is confusing.Jussi Pakkanen1-2/+3
2019-08-12vs backend: commandrunner.py takes source dir firstXavier Claessens1-1/+1
2019-08-06Fix cross compilation on OSXXavier Claessens1-2/+6
2019-08-06coredata: Ignore directories when searching for machine filesDylan Baker1-6/+14
2019-07-31mintro: Fix crash related to the sources kwarg (fixes #5741)Daniel Mensinger2-3/+7
2019-07-26interpreter: Fix permitted kwargs in dependency.get_variableDylan Baker1-1/+1
2019-07-24cmake: 0.51 backport of #5665Daniel Mensinger1-15/+16
2019-07-24meson: handle nested disablerMarc-André Lureau1-8/+13
2019-07-24meson: Use CMAKE_PREFIX_PATH environment variableDaniel Mensinger1-0/+6
2019-07-24ValaCompiler: only emit '--debug' in debug build.Jeremy Philippe1-1/+1
2019-07-24mintro: Fix section key in buildoptionsDaniel Mensinger1-6/+8
2019-07-24BUGFIX: Fortran module regex handle more edge casesMichael Hirsch, Ph.D1-4/+4
2019-07-24Fix missing return statements that are seen with -Werror=return-type.Martin Liska2-0/+5
2019-07-24No need to reserve build_ because we use build. instead.Jussi Pakkanen1-1/+1
2019-07-24coredata: Correctly handle receiving a pipe for native/cross filesDylan Baker3-35/+58
2019-07-24Do not fail on passing `-Werror=unused-parameter` from environmentDavid Seifert5-14/+14
2019-07-24Return zero in cross_sizeofAbhishek Pandit-Subedi1-0/+1
2019-07-24cmake: Handle disabling subprojectsThibault Saunier1-1/+4
2019-07-09Update versions to 0.51.1 for stable release0.51.1Nirbheek Chauhan1-1/+1
2019-07-09Do not quote targetdep, Ninja fails if it contains double quotes.Jussi Pakkanen1-1/+1
2019-07-09environment: Fix detection of Microsoft cl.exe with non English localesDylan Baker1-1/+1
2019-07-09Increase logging for Rust CI failures.Jussi Pakkanen1-3/+11
2019-07-09Made TestHarness a context manager to ensure files get closed.Jussi Pakkanen1-14/+25
2019-07-09BUGFIX: typo from 32e827dcdc451e1c5 broke PGI compilersMichael Hirsch, Ph.D1-1/+1
2019-07-09Fix unittests.Jussi Pakkanen1-1/+4
2019-07-09compilers: Add missing cflags when calling compiler in link modeMarvin Scholz1-10/+11
2019-07-09compilers: Fix missing cflags for function detectionMarvin Scholz1-1/+1
2019-07-09dependencies/dev: Switch order of llvm dependency findersDylan Baker1-3/+3
2019-07-09xcodebackend: Fix iterating compilers after host/build changesDylan Baker1-1/+1
2019-07-09Remove build host mixing warning on nativeJohn Ericson1-5/+0
2019-07-09meson_exe: Don't assert that we need an exe_wrapper when we say we don't need...Dylan Baker2-5/+7
2019-07-09Improve error message when Python is not usable. [skip ci]Jussi Pakkanen1-1/+1
2019-07-09compiler: create a `get_compiler_args_for_mode()` func to generate per-mode a...Cody Schafer2-6/+13
2019-07-09Fix formatting in mixed library error messageCody Schafer1-1/+1
2019-07-09gnome.py: correctly pick the compiler for gtk-doc buildsAlexander Kanavin1-4/+1
2019-07-09compilers: Fix bitcode and other options for objc codeNirbheek Chauhan2-2/+0
2019-07-09fortran depscan: ignore module procedureMichael Hirsch, Ph.D1-2/+2