aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-23Use ConfigToolDependency for pcapDylan Baker3-21/+29
2017-11-23Use ConfigToolDependency for cupsDylan Baker3-21/+26
2017-11-23Use ConfigToolDependency for SDL2Dylan Baker3-20/+33
2017-11-23Add factory to ConfigToolDependencyDylan Baker1-0/+21
2017-11-23Make GnuStepDependency a ConfigToolDependencyDylan Baker1-38/+31
2017-11-23Make WxDependency a ConfigToolDependencyDylan Baker2-57/+14
2017-11-23Make LLVMDependency a ConfigToolDependencyDylan Baker2-87/+25
2017-11-23Add ConfigToolDependency classDylan Baker1-1/+93
2017-11-23dependencies: log unuspported methods correctlyDylan Baker1-1/+1
2017-11-23Fix wrapping of docstrings in GnuStep dependency.Dylan Baker1-5/+7
2017-11-23tests: fix libwmf versionDylan Baker1-1/+1
2017-11-23Allow prefix to be the root directoryWilliam Hubbs1-0/+4
2017-11-23Try harder to find meson.py. Closes #2672.Jussi Pakkanen1-1/+23
2017-11-22Merge pull request #2498 from mesonbuild/runpythonJussi Pakkanen14-95/+152
2017-11-22Use re.sub instead of replace loopJoergen Ibsen4-6/+23
2017-11-21Added release note mention of embedded Python in MSI packages.Jussi Pakkanen1-0/+9
2017-11-21Review fixes.Jussi Pakkanen6-12/+12
2017-11-20Make the full test suite runnable with an external command.Jussi Pakkanen3-45/+67
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen11-42/+36
2017-11-20Tests can be run with an external Meson command.Jussi Pakkanen3-9/+26
2017-11-20Changed code to use detected executables rather than hardcoding sys.executable.Jussi Pakkanen2-1/+10
2017-11-20Add command to run Python scripts with the current interpreter.Jussi Pakkanen1-0/+6
2017-11-20Fix AppVeyor scriptJoergen Ibsen1-1/+8
2017-11-20Renamed test dir to avoid number duplicates.Jussi Pakkanen8-0/+0
2017-11-19Check keyword arguments for dependencyChristoph Behle1-0/+2
2017-11-19Silence failed restorecon calls when $DESTDIR is setZbigniew Jędrzejewski-Szmek1-1/+3
2017-11-19More defensive process killing. Closes #2629.Jussi Pakkanen1-1/+7
2017-11-19pkgconfig: Handle prefix in library pathIñigo Martínez1-1/+10
2017-11-19docs: Add 'cygwin' to reference table for .system()Jon Turney1-0/+1
2017-11-19Documentation: Add note about SCAN_BUILDChristoph Behle1-0/+6
2017-11-19Appveyor example now validates. Closes #2641.Jussi Pakkanen1-9/+10
2017-11-19Fix literal backslash syntaxLucas Werkmeister1-1/+1
2017-11-15Merge pull request #2611 from mesonbuild/nirbheek/pkgconfig-msvc-staticJussi Pakkanen14-116/+331
2017-11-15Allow cmd script extension on WindowsJoergen Ibsen1-1/+1
2017-11-15appveyor.yml: Only download pkg-config for MSVCNirbheek Chauhan1-2/+2
2017-11-14Fix #2620rkfg1-1/+3
2017-11-14Merge pull request #2509 from madebr/boost_dependency_pkg_configJussi Pakkanen2-5/+19
2017-11-13Enable get_pkgconfig_variable for python3 dependenciesAnonymous Maarten1-5/+14
2017-11-13tests: test getting python module using pkg-configAnonymous Maarten1-0/+5
2017-11-14unit tests: Teach detect_prebuild_env about CygwinJon Turney1-0/+3
2017-11-13docs: fix description of default_optionsJoergen Ibsen1-7/+7
2017-11-13Merge pull request #2000 from t-chaik/tchaik/wip/get-unquotedJussi Pakkanen5-0/+37
2017-11-13Merge pull request #2579 from thillux/masterJussi Pakkanen4-15/+69
2017-11-13Merge pull request #2511 from jon-turney/prefix-dependent-defaultsJussi Pakkanen4-15/+82
2017-11-13Merge pull request #2604 from QuLogic/coalesce-restoreconJussi Pakkanen1-16/+14
2017-11-13Use mlog.warning for invalid boost moduleJan Niklas Hasse1-1/+1
2017-11-13Log instead of raise if Boost module invalidJan Niklas Hasse1-2/+5
2017-11-13llvm: Output stderr when generating libs/flags/etc failsNirbheek Chauhan1-12/+12
2017-11-13docs: Remove extra whitespace from i18nTingPing1-4/+0
2017-11-11Merge pull request #2071 from porrided/masterJussi Pakkanen6-0/+213