aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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-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
2018-01-01Fix typo.Benjamin Redelings1-1/+1
2018-01-01Link against the library files that we found during module detection.Benjamin Redelings1-9/+4
2018-01-01Factor out code to compute modname from basename into a single place.Benjamin Redelings1-20/+20
2018-01-01Use location formatting in mlog.warning() for invalid kwarg warningJon Turney1-8/+10
2018-01-01Wire up locations in a couple more warningsJon Turney1-2/+2
2018-01-01Consolidate warning location formatting in mlog.warning()Jon Turney3-3/+11
2018-01-01Merged init branch.Jussi Pakkanen2-1/+376
2018-01-01Merge pull request #2852 from jon-turney/warning-locationJussi Pakkanen2-3/+3
2017-12-31Add unit test that checks that the sample projects compile.Jussi Pakkanen1-4/+4
2017-12-31Added C++ library sample.Jussi Pakkanen1-4/+143