aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-01-08Merge pull request #2885 from BeChris/fix_vs_pchJussi Pakkanen2-15/+23
2018-01-08Merge pull request #2890 from ximion/subproject_path_fixJussi Pakkanen1-2/+6
2018-01-07Ensure subproject_dir is a string and doesn't contain ".." segmentsMatthias Klumpp1-0/+4
2018-01-07Modify exception raised when msvc pch is badly specifiedChristophe Gouiran2-2/+2
2018-01-07d: Detect recent DMD compilersMatthias Klumpp1-1/+1
2018-01-07Merge pull request #2840 from alyst/fix_detect_locationJussi Pakkanen1-18/+29
2018-01-07Allow subproject dirs in subdirectories in the source tree againMatthias Klumpp1-2/+2
2018-01-07Print problem text in error message. Closes #2882.Jussi Pakkanen1-2/+6
2018-01-06Fix MSVC backend crashes when `c_pch` or `cpp_pch` is not an arrayChristophe Gouiran1-14/+22
2018-01-06Fix a problem when anyone actually tries to use a non-found dependencyJon Turney1-1/+1
2018-01-06Add promote to list of wrap commands.Jussi Pakkanen1-0/+1
2018-01-04Fix dependency('boost') on CygwinJon Turney1-1/+1
2018-01-04Bump minimum supported Python from 3.4 to 3.5.Jussi Pakkanen3-29/+4
2018-01-03Merge pull request #2856 from jon-turney/warning-locationJussi Pakkanen4-13/+23
2018-01-03normpath to bundled meson executableAlexey Stukalov1-1/+5
2018-01-03fix meson location detection if run by wraptoolAlexey Stukalov1-16/+23
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-01Use location formatting in mlog.warning() for invalid kwarg warningJon Turney1-8/+10
2018-01-01Wire up locations in a couple more warningsJon Turney1-2/+2
2018-01-01Consolidate warning location formatting in mlog.warning()Jon Turney3-3/+11
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