summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Comparing objects of different type prints a warning. Closes #2870.comparisonJussi Pakkanen2018-01-312-7/+9
* 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
| * | Add a sample shared library project.Jussi Pakkanen2017-12-311-4/+129
| * | Added init command that creates a sample exe project.Jussi Pakkanen2017-12-312-1/+67
| |/
* | Merge pull request #2852 from jon-turney/warning-locationJussi Pakkanen2018-01-0111-3/+21
|\ \ | |/ |/|
| * Append warning location to warning output by warning()Jon Turney2017-12-304-1/+5
| * Add a test case for location in duplicate kwarg warningJon Turney2017-12-309-0/+14
| * Add filename and lineno to duplicate kwargs warningJon Turney2017-12-301-2/+2
* | Merge pull request #2757 from xclaesse/pkgconfigJussi Pakkanen2017-12-316-50/+204
|\ \
| * | pkgconfig: Rename DepsHolder to DependenciesHelperXavier Claessens2017-12-211-2/+2
| * | pkgconfig: Move pc file checks to run_unittests.pyXavier Claessens2017-12-202-38/+31
| * | pkgconfig: Update documentationXavier Claessens2017-12-201-3/+10
| * | pkgconfig: Use the pc file we generated for librariesXavier Claessens2017-12-202-11/+22