aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-21Bump version to 0.44.1 for release0.44.10.44Nirbheek Chauhan6-6/+6
2018-02-21pkgconfig deps: Add all -L args when using -l argsNirbheek Chauhan1-8/+6
2018-02-20unit tests: external deps are added to pc files only if foundJussi Pakkanen3-0/+25
2018-02-20d: gdc: Implement proper dependency gen supportMatthias Klumpp1-3/+10
2018-02-20pkgconfig deps: Warn when a static library isn't foundNirbheek Chauhan5-5/+30
2018-02-20gnome: Fix depend_files listing for compile_resourcesNirbheek Chauhan4-23/+53
2018-02-20rmtree: Don't retry when the file is not foundNirbheek Chauhan1-0/+2
2018-02-20vala: Fix path of C file with generated Vala filesNirbheek Chauhan3-5/+44
2018-02-20Support running out-of-tree tests against a meson in PATHNirbheek Chauhan1-5/+11
2018-02-20wrap: Fix broken logic when initializing submodulesNirbheek Chauhan1-6/+10
2018-02-19dependencies/base: Add missing import from bad mergeNirbheek Chauhan1-0/+1
2018-02-19Only add reconfigure deps on files, not dirs. Closes #2919.Jussi Pakkanen1-1/+1
2018-02-19Remember which Visual Studio backend was auto-detectedGabrĂ­el ArthĂșr PĂ©tursson1-0/+1
2018-02-19Fail Visual Studio version detection if VSINSTALLDIR is not setGabrĂ­el ArthĂșr PĂ©tursson1-4/+3
2018-02-19Modify exception raised when msvc pch is badly specifiedChristophe Gouiran2-2/+2
2018-02-19Fix MSVC backend crashes when `c_pch` or `cpp_pch` is not an arrayChristophe Gouiran1-14/+22
2018-02-19Don't mention "error" in error messagesMatthias Klumpp1-1/+1
2018-02-19Add test for subprojects in subdirectoriesMatthias Klumpp7-0/+49
2018-02-19Don't fail loading subprojects if subprojects_dir is in a subdirectoryMatthias Klumpp1-5/+11
2018-02-19Show a better error message if subproject can not be configuredMatthias Klumpp1-2/+2
2018-02-19Only remove substring if it is part of stringNiklas Claesson1-3/+6
2018-02-19wrap: Handle more submodule status casesNirbheek Chauhan1-5/+8
2018-02-19Permit path separators in subproject names but with a warning. Closes #2794.Jussi Pakkanen1-2/+10
2018-02-19Use absolute path if relative can not be evaluated. Closes #2784.Jussi Pakkanen1-1/+8
2018-02-19Only quote colons on build lines. Closes #2961.Jussi Pakkanen1-6/+10
2018-02-19dependnecies: generalize version suffix stripping codeDylan Baker2-11/+11
2018-02-19A few small improvements to meson.elJon Turney1-6/+5
2018-02-19docs: Document the `main` keyword of the `gtest` framework dependencyRaphael Salamon1-0/+7
2018-02-19Add `main` argument to `dependency` (#2828)Raphael Salamon1-1/+1
2018-02-19Avoid worrying about encodings when capturing child program outputIlia Mirkin1-5/+9
2018-02-19Change handling of not found external programsChristophe Gouiran3-2/+13
2018-02-19Ensure subproject_dir is a string and doesn't contain ".." segmentsMatthias Klumpp1-0/+4
2018-02-19Allow subproject dirs in subdirectories in the source tree againMatthias Klumpp1-2/+2
2018-02-19CI: Run boost test for CygwinJon Turney3-6/+13
2018-02-19Fix dependency('boost') on CygwinJon Turney1-1/+1
2018-02-19Fix a problem when anyone actually tries to use a non-found dependencyJon Turney4-2/+6
2018-02-19Fixed bugAlexis Jeandet1-1/+1
2018-02-19Added failing test caseAlexis Jeandet5-0/+23
2018-02-19d: Detect recent DMD compilersMatthias Klumpp1-1/+1
2018-02-19normpath to bundled meson executableAlexey Stukalov1-1/+5
2018-02-19fix meson location detection if run by wraptoolAlexey Stukalov1-16/+23
2018-02-19Explicitly include homebrew paths.Benjamin Redelings1-1/+1
2018-02-19Run the boost test on osx on travis.Benjamin Redelings1-1/+5
2018-02-19Handle header-only boost modules on Unix when BOOST_ROOT is not set.Benjamin Redelings1-2/+115
2018-02-19Fix macports builds: don't override include paths unless BOOST_ROOT.Benjamin Redelings1-6/+5
2018-02-19Add todo comments.Benjamin Redelings1-0/+8
2018-02-19Remove unqualified import and add mesonlib. in from of symbols.Benjamin Redelings1-3/+2
2018-02-19Use include path to find <boost/version.hpp> and version number.Benjamin Redelings1-11/+8
2018-02-19Fix style issues.Benjamin Redelings1-3/+3
2018-02-19Use new strategy for finding libraries on Linux & Mac.Benjamin Redelings1-0/+33