aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-12-31Added C++ exe sample project.Jussi Pakkanen1-7/+52
2017-12-31Add a sample shared library project.Jussi Pakkanen1-4/+129
2017-12-31Added init command that creates a sample exe project.Jussi Pakkanen2-1/+67
2018-01-01intrp: Consolidate subproject dep checking and loggingNirbheek Chauhan1-41/+60
2017-12-31Merge pull request #2757 from xclaesse/pkgconfigJussi Pakkanen3-34/+116
2017-12-30The scanbuild script does now also look for executables with a version in the...snsmac1-1/+25
2017-12-30Merge pull request #2849 from polarina/vsregenfixJussi Pakkanen2-4/+4
2017-12-30add Compiler.thread_flags() stubAlexey Stukalov1-0/+3
2017-12-30Append warning location to warning output by warning()Jon Turney1-1/+1
2017-12-30Add filename and lineno to duplicate kwargs warningJon Turney1-2/+2
2017-12-30compilers: Fix error when objc/objc++ compilers are not foundNirbheek Chauhan1-0/+2
2017-12-30compilers: prefer C++ over objc in clink_langsNirbheek Chauhan1-1/+1
2017-12-30Remember which Visual Studio backend was auto-detectedGabrĂ­el ArthĂșr PĂ©tursson1-0/+1
2017-12-30Fail Visual Studio version detection if VSINSTALLDIR is not setGabrĂ­el ArthĂșr PĂ©tursson1-4/+3
2017-12-27Add missing spaceKarol Szuster1-1/+1
2017-12-26Merge pull request #2334 from mesonbuild/promotedepJussi Pakkanen3-0/+85
2017-12-26Merge pull request #2817 from jon-turney/masterJussi Pakkanen1-1/+10
2017-12-26Merge pull request #2581 from NickeZ/check-subproj-versionJussi Pakkanen1-6/+21
2017-12-26Merge pull request #2806 from inigomartinez/gtkdocJussi Pakkanen1-2/+29
2017-12-26Merge pull request #2819 from NickeZ/boost-comp-fixJussi Pakkanen1-5/+18
2017-12-26Merge pull request #2826 from bredelings/fix-clang-on-linuxJussi Pakkanen1-1/+6
2017-12-26fix AttributeError in CustomTargetIndex.__repr__Andrei Alexeyev1-1/+1
2017-12-25boost: Allow older behavior with a warningNiklas Claesson1-5/+18
2017-12-23Add whitespace around '+'.Benjamin Redelings1-1/+1
2017-12-23Fix linking with clang++ on linux if install_rpath.Benjamin Redelings1-1/+6
2017-12-22gnome.gtkdoc: Add dependencies over generated targetsIñigo Martínez1-2/+8
2017-12-22Merge pull request #2636 from dcbaker/submit/no-unknown-argumentsJussi Pakkanen2-1/+10
2017-12-22Print 'cached' if dependency is found in cacheNiklas Claesson1-0/+5
2017-12-22subproject handling: add fixNiklas Claesson1-6/+16
2017-12-21pkgconfig: Rename DepsHolder to DependenciesHelperXavier Claessens1-2/+2