summaryrefslogtreecommitdiff
path: root/mesonbuild
Commit message (Expand)AuthorAgeFilesLines
* Bump minimum supported Python from 3.4 to 3.5.python35Jussi Pakkanen2018-01-043-29/+4
* Merge pull request #2856 from jon-turney/warning-locationJussi Pakkanen2018-01-034-13/+23
|\
| * Use location formatting in mlog.warning() for invalid kwarg warningJon Turney2018-01-011-8/+10
| * Wire up locations in a couple more warningsJon Turney2018-01-011-2/+2
| * Consolidate warning location formatting in mlog.warning()Jon Turney2018-01-013-3/+11
* | Merge pull request #2824 from bredelings/fix-boostJussi Pakkanen2018-01-022-55/+235
|\ \
| * | 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-021-41/+60
|\ \ | |/ |/|
| * intrp: Consolidate subproject dep checking and loggingnirbheek/consolidate-subproject-dep-checkingNirbheek Chauhan2018-01-011-41/+60
* | Merged init branch.Jussi Pakkanen2018-01-012-1/+376
|\ \
| * | Add unit test that checks that the sample projects compile.initJussi Pakkanen2017-12-311-4/+4
| * | Added C++ library sample.Jussi Pakkanen2017-12-311-4/+143
| * | Added C++ exe sample project.Jussi Pakkanen2017-12-311-7/+52
| * | 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-012-3/+3
|\ \ | |/ |/|
| * Append warning location to warning output by warning()Jon Turney2017-12-301-1/+1
| * Add filename and lineno to duplicate kwargs warningJon Turney2017-12-301-2/+2
* | Merge pull request #2757 from xclaesse/pkgconfigJussi Pakkanen2017-12-313-34/+116
|\ \
| * | pkgconfig: Rename DepsHolder to DependenciesHelperXavier Claessens2017-12-211-2/+2
| * | pkgconfig: Use the pc file we generated for librariesXavier Claessens2017-12-201-8/+13
| * | pkgconfig: Avoid duplicated -L flagsXavier Claessens2017-12-201-2/+6
| * | pkgconfig: Allow passing Dependency objects to library(_private)Xavier Claessens2017-12-203-32/+105
* | | The scanbuild script does now also look for executables with a version in the...snsmac2017-12-301-1/+25
* | | Merge pull request #2849 from polarina/vsregenfixJussi Pakkanen2017-12-302-4/+4
|\ \ \
| * | | Remember which Visual Studio backend was auto-detectedGabrĂ­el ArthĂșr PĂ©tursson2017-12-301-0/+1
| * | | Fail Visual Studio version detection if VSINSTALLDIR is not setGabrĂ­el ArthĂșr PĂ©tursson2017-12-301-4/+3
| | |/ | |/|
* | | add Compiler.thread_flags() stubAlexey Stukalov2017-12-301-0/+3
* | | compilers: Fix error when objc/objc++ compilers are not foundNirbheek Chauhan2017-12-301-0/+2
* | | compilers: prefer C++ over objc in clink_langsNirbheek Chauhan2017-12-301-1/+1
|/ /
* | Add missing spaceKarol Szuster2017-12-271-1/+1
* | Merge pull request #2334 from mesonbuild/promotedepJussi Pakkanen2017-12-263-0/+85
|\ \
| * | Dead code removal.promotedepJussi Pakkanen2017-12-211-9/+0
| * | Also promote wrap files.Jussi Pakkanen2017-12-172-11/+20
| * | Print instructions on how to promote subsubprojects.Jussi Pakkanen2017-12-173-20/+55
| * | Add functionality to promote nested dependencies to top level.Jussi Pakkanen2017-12-171-0/+50
* | | Merge pull request #2817 from jon-turney/masterJussi Pakkanen2017-12-261-1/+10
|\ \ \