aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-06tests: use GAS style assembly for FreeBSD as wellDylan Baker3-3/+3
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: don't try to build llvm test if dep is unfoundDylan Baker1-11/+13
2018-01-06tests: skip mpi test if mpi not installedDylan Baker1-1/+4
2018-01-06tests: skip vulkan test if vulkan not foundDylan Baker1-1/+4
2018-01-06tests: skip gmock test if gtest or gmock not installedDylan Baker1-2/+8
2018-01-06tests: skip gtest test if gtest not installedDylan Baker1-1/+4
2018-01-06tests: Split objc and objc++ testsDylan Baker7-3/+12
2018-01-06run_project_tests: correctly search for objcpp compilerDylan Baker1-1/+1
2018-01-06tests: skip objc nsstring test if gnustep is not installedDylan Baker1-1/+4
2018-01-06tests: Fix 135 generated assembly on DragonFly BSDDylan Baker3-6/+6
2018-01-06tests: fix rpath_uses_ORIGIN on dragonflybsdDylan Baker2-4/+23
2018-01-06compilers: fix unittest "16 prebuilt shared" on dragonfly bsdDylan Baker2-1/+7
2018-01-06docs: Add netbsd to the reference tableDylan Baker1-0/+1
2018-01-06tests: Add define tests for netbsdDylan Baker1-0/+3
2018-01-06docs: Add dragonfly BSD to OS reference tableDylan Baker1-0/+1
2018-01-06tests: Add Dragonfly BSDDylan Baker1-0/+3
2018-01-06docs: Add freebsd to the reference tableDylan Baker1-0/+1
2018-01-06tests: Add freebsd to get define test.Dylan Baker1-0/+7
2018-01-06Fix a problem when anyone actually tries to use a non-found dependencyJon Turney4-2/+6
2018-01-06Add promote to list of wrap commands.Jussi Pakkanen1-0/+1
2018-01-06Merge pull request #2879 from jon-turney/fix-boost-cygwinJussi Pakkanen4-7/+14
2018-01-06doc/users: add kshIgor Gnatenko1-0/+1
2018-01-04CI: Run boost test for CygwinJon Turney3-6/+13
2018-01-04Fix dependency('boost') on CygwinJon Turney1-1/+1
2018-01-04rpm: print testlog from subshellIgor Gnatenko1-2/+2
2018-01-04Bump minimum supported Python from 3.4 to 3.5.Jussi Pakkanen5-50/+5
2018-01-03Merge pull request #2856 from jon-turney/warning-locationJussi Pakkanen7-18/+39
2018-01-02Merge pull request #2824 from bredelings/fix-boostJussi Pakkanen4-57/+241
2018-01-02Merge pull request #2838 from mesonbuild/nirbheek/consolidate-subproject-dep-...Jussi Pakkanen5-41/+102
2018-01-02Add a missing space.Shlomi Fish1-1/+1
2018-01-02Correct some grammar.Shlomi Fish1-3/+3
2018-01-02docs: get_option returns relative paths for xxxdir optionsNirbheek Chauhan1-0/+5
2018-01-01Explicitly include homebrew paths.Benjamin Redelings1-1/+1
2018-01-01Run the boost test on osx on travis.Benjamin Redelings1-1/+5
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