summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only run Boost tests on osx if it is actually installed.osxboostJussi Pakkanen2018-01-081-1/+5
* d: Detect recent DMD compilersMatthias Klumpp2018-01-071-1/+1
* Merge pull request #2840 from alyst/fix_detect_locationJussi Pakkanen2018-01-071-18/+29
|\
| * normpath to bundled meson executableAlexey Stukalov2018-01-031-1/+5
| * fix meson location detection if run by wraptoolAlexey Stukalov2018-01-031-16/+23
* | Merge pull request #2880 from jon-turney/gir-cygwinJussi Pakkanen2018-01-0715-22/+74
|\ \
| * | CI: Install gobject-introspection test prerequisites on CygwinJon Turney2018-01-061-0/+3
| * | Use GObject-based libraries in test case/vala/11 generated vapiJon Turney2018-01-065-10/+52
| * | Update PATH for python-gi tests on WindowsJon Turney2018-01-062-0/+6
| * | Fix installed files check for gobject-introspection tests on CygwinJon Turney2018-01-067-12/+13
* | | Print problem text in error message. Closes #2882.Jussi Pakkanen2018-01-071-2/+6
* | | Fix a problem when anyone actually tries to use a non-found dependencyJon Turney2018-01-064-2/+6
|/ /
* | Add promote to list of wrap commands.Jussi Pakkanen2018-01-061-0/+1
* | Merge pull request #2879 from jon-turney/fix-boost-cygwinJussi Pakkanen2018-01-064-7/+14
|\ \
| * | CI: Run boost test for CygwinJon Turney2018-01-043-6/+13
| * | Fix dependency('boost') on CygwinJon Turney2018-01-041-1/+1
* | | doc/users: add kshIgor Gnatenko2018-01-061-0/+1
|/ /
* | rpm: print testlog from subshellIgor Gnatenko2018-01-041-2/+2
* | Bump minimum supported Python from 3.4 to 3.5.Jussi Pakkanen2018-01-045-50/+5
* | Merge pull request #2856 from jon-turney/warning-locationJussi Pakkanen2018-01-037-18/+39
|\ \
| * | Use location formatting in mlog.warning() for invalid kwarg warningJon Turney2018-01-013-9/+12
| * | Wire up locations in a couple more warningsJon Turney2018-01-014-7/+17
| * | Consolidate warning location formatting in mlog.warning()Jon Turney2018-01-013-3/+11
* | | Merge pull request #2824 from bredelings/fix-boostJussi Pakkanen2018-01-024-57/+241
|\ \ \
| * | | Explicitly include homebrew paths.Benjamin Redelings2018-01-011-1/+1
| * | | Run the boost test on osx on travis.Benjamin Redelings2018-01-011-1/+5
| * | | Handle header-only boost modules on Unix when BOOST_ROOT is not set.Benjamin Redelings2018-01-011-2/+115
| * | | Fix macports builds: don't override include paths unless BOOST_ROOT.Benjamin Redelings2018-01-011-6/+5
| * | | Add todo comments.Benjamin Redelings2018-01-011-0/+8
| * | | Remove unqualified import and add mesonlib. in from of symbols.Benjamin Redelings2018-01-011-3/+2
| * | | Use include path to find <boost/version.hpp> and version number.Benjamin Redelings2018-01-011-11/+8
| * | | Fix style issues.Benjamin Redelings2018-01-011-3/+3
| * | | Use new strategy for finding libraries on Linux & Mac.Benjamin Redelings2018-01-011-0/+33
| * | | Factor out extra linker search dirs into new function.Benjamin Redelings2018-01-011-4/+10
| * | | Add missing for_linux( ) function.Benjamin Redelings2018-01-011-0/+12
| * | | Change values in lib_modules dict to lists (of linker args).Benjamin Redelings2018-01-011-8/+8
| * | | Add information about Linux and Mac.Benjamin Redelings2018-01-011-0/+18
| * | | Fix typo.Benjamin Redelings2018-01-011-1/+1
| * | | Link against the library files that we found during module detection.Benjamin Redelings2018-01-011-9/+4
| * | | Factor out code to compute modname from basename into a single place.Benjamin Redelings2018-01-011-20/+20
| |/ /
* | | Merge pull request #2838 from mesonbuild/nirbheek/consolidate-subproject-dep-...Jussi Pakkanen2018-01-025-41/+102
|\ \ \
| * | | intrp: Consolidate subproject dep checking and loggingnirbheek/consolidate-subproject-dep-checkingNirbheek Chauhan2018-01-015-41/+102
* | | | Add a missing space.Shlomi Fish2018-01-021-1/+1
* | | | Correct some grammar.Shlomi Fish2018-01-021-3/+3
* | | | docs: get_option returns relative paths for xxxdir optionsNirbheek Chauhan2018-01-021-0/+5
| |/ / |/| |
* | | Merged init branch.Jussi Pakkanen2018-01-016-2/+430
|\ \ \
| * | | Add unit test that checks that the sample projects compile.initJussi Pakkanen2017-12-314-6/+29
| * | | Added C++ library sample.Jussi Pakkanen2017-12-311-4/+143
| * | | Added C++ exe sample project.Jussi Pakkanen2017-12-311-7/+52
| * | | Added documentation for project templates.Jussi Pakkanen2017-12-312-0/+29