aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-01-29Add cross-compilation support for `rustc`Adam C. Foltzer4-19/+45
2018-01-14Avoid worrying about encodings when capturing child program outputIlia Mirkin1-5/+9
2018-01-13Merge pull request #2815 from taisei-project/fix_windows_compile_resourcesJussi Pakkanen1-5/+36
2018-01-13Merge pull request #2800 from lantw44/masterJussi Pakkanen2-4/+24
2018-01-13Merge pull request #2764 from mesonbuild/generatorpathJussi Pakkanen4-14/+54
2018-01-12windows.compile_resources: fix compiling multiple resources within one projectAndrei Alexeyev1-7/+33
2018-01-12[windows] make compile_resources use custom targets instead of generatorsAndrei Alexeyev1-5/+10
2018-01-11Change handling of not found external programsChristophe Gouiran3-2/+13
2018-01-09Merge pull request #2803 from dcbaker/wip/freebsd-fixesJussi Pakkanen3-3/+44
2018-01-09Add `export_dynamic` argument to `executable`. (#2662)Nikita Churaev4-8/+30
2018-01-09Don't fail if we find an optional dependency but not the required information...Nikita Churaev1-5/+16
2018-01-08Merge pull request #2885 from BeChris/fix_vs_pchJussi Pakkanen2-15/+23
2018-01-08Merge pull request #2890 from ximion/subproject_path_fixJussi Pakkanen1-2/+6
2018-01-07Ensure subproject_dir is a string and doesn't contain ".." segmentsMatthias Klumpp1-0/+4
2018-01-07Modify exception raised when msvc pch is badly specifiedChristophe Gouiran2-2/+2
2018-01-07d: Detect recent DMD compilersMatthias Klumpp1-1/+1
2018-01-07Merge pull request #2840 from alyst/fix_detect_locationJussi Pakkanen1-18/+29
2018-01-07Allow subproject dirs in subdirectories in the source tree againMatthias Klumpp1-2/+2
2018-01-07Print problem text in error message. Closes #2882.Jussi Pakkanen1-2/+6
2018-01-06LLVM: work around FreeBSD specific static linking problemsDylan Baker1-0/+18
2018-01-06LLVM: use DragonFly BSD workaround on FreeBSD as wellDylan Baker2-7/+10
2018-01-06LLVM: work around bug in dragonfly bsd llvm-config for shared libsDylan Baker1-0/+10
2018-01-06dependencies/dev: remove unused importsDylan Baker1-2/+1
2018-01-06tests: fix rpath_uses_ORIGIN on dragonflybsdDylan Baker1-0/+5
2018-01-06compilers: fix unittest "16 prebuilt shared" on dragonfly bsdDylan Baker2-1/+7
2018-01-06Fix MSVC backend crashes when `c_pch` or `cpp_pch` is not an arrayChristophe Gouiran1-14/+22
2018-01-07gtkdochelper: Set LD_LIBRARY_PATH from -Wl,-rpath argumentsTing-Wei Lan1-3/+15
2018-01-07gnome: Always use an ordered set to store LDFLAGSTing-Wei Lan1-1/+1
2018-01-07gnome.generate_gir: Pass *FLAGS set in the environment to g-ir-scannerTing-Wei Lan1-0/+6
2018-01-07gnome.gtkdoc: Pass *FLAGS set in the environment to gtkdoc-scangobjTing-Wei Lan1-0/+2
2018-01-06Fix a problem when anyone actually tries to use a non-found dependencyJon Turney1-1/+1
2018-01-06Add promote to list of wrap commands.Jussi Pakkanen1-0/+1
2018-01-04Fix dependency('boost') on CygwinJon Turney1-1/+1
2018-01-04Bump minimum supported Python from 3.4 to 3.5.Jussi Pakkanen3-29/+4
2018-01-03Merge pull request #2856 from jon-turney/warning-locationJussi Pakkanen4-13/+23
2018-01-03normpath to bundled meson executableAlexey Stukalov1-1/+5
2018-01-03fix meson location detection if run by wraptoolAlexey Stukalov1-16/+23
2018-01-02Merge pull request #2824 from bredelings/fix-boostJussi Pakkanen2-55/+235
2018-01-02Merge pull request #2838 from mesonbuild/nirbheek/consolidate-subproject-dep-...Jussi Pakkanen1-41/+60
2018-01-01Handle header-only boost modules on Unix when BOOST_ROOT is not set.Benjamin Redelings1-2/+115
2018-01-01Fix macports builds: don't override include paths unless BOOST_ROOT.Benjamin Redelings1-6/+5
2018-01-01Add todo comments.Benjamin Redelings1-0/+8
2018-01-01Remove unqualified import and add mesonlib. in from of symbols.Benjamin Redelings1-3/+2
2018-01-01Use include path to find <boost/version.hpp> and version number.Benjamin Redelings1-11/+8
2018-01-01Fix style issues.Benjamin Redelings1-3/+3
2018-01-01Use new strategy for finding libraries on Linux & Mac.Benjamin Redelings1-0/+33
2018-01-01Factor out extra linker search dirs into new function.Benjamin Redelings1-4/+10
2018-01-01Add missing for_linux( ) function.Benjamin Redelings1-0/+12
2018-01-01Change values in lib_modules dict to lists (of linker args).Benjamin Redelings1-8/+8
2018-01-01Add information about Linux and Mac.Benjamin Redelings1-0/+18