summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-23Make WxDependency a ConfigToolDependencyDylan Baker
2017-11-23Make LLVMDependency a ConfigToolDependencyDylan Baker
2017-11-23Add ConfigToolDependency classDylan Baker
2017-11-23dependencies: log unuspported methods correctlyDylan Baker
2017-11-23Fix wrapping of docstrings in GnuStep dependency.Dylan Baker
2017-11-23tests: fix libwmf versionDylan Baker
2017-11-23Allow prefix to be the root directoryWilliam Hubbs
2017-11-23Try harder to find meson.py. Closes #2672.Jussi Pakkanen
2017-11-22Merge pull request #2498 from mesonbuild/runpythonJussi Pakkanen
2017-11-22Use re.sub instead of replace loopJoergen Ibsen
2017-11-21Added release note mention of embedded Python in MSI packages.Jussi Pakkanen
2017-11-21Review fixes.Jussi Pakkanen
2017-11-20Make the full test suite runnable with an external command.Jussi Pakkanen
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen
2017-11-20Tests can be run with an external Meson command.Jussi Pakkanen
2017-11-20Changed code to use detected executables rather than hardcoding sys.executable.Jussi Pakkanen
2017-11-20Add command to run Python scripts with the current interpreter.Jussi Pakkanen
2017-11-20Fix AppVeyor scriptJoergen Ibsen
2017-11-20Renamed test dir to avoid number duplicates.Jussi Pakkanen
2017-11-19Check keyword arguments for dependencyChristoph Behle
2017-11-19Silence failed restorecon calls when $DESTDIR is setZbigniew Jędrzejewski-Szmek
2017-11-19More defensive process killing. Closes #2629.Jussi Pakkanen
2017-11-19pkgconfig: Handle prefix in library pathIñigo Martínez
2017-11-19docs: Add 'cygwin' to reference table for .system()Jon Turney
2017-11-19Documentation: Add note about SCAN_BUILDChristoph Behle
2017-11-19Appveyor example now validates. Closes #2641.Jussi Pakkanen
2017-11-19Fix literal backslash syntaxLucas Werkmeister
2017-11-15Merge pull request #2611 from mesonbuild/nirbheek/pkgconfig-msvc-staticJussi Pakkanen
2017-11-15Allow cmd script extension on WindowsJoergen Ibsen
2017-11-15appveyor.yml: Only download pkg-config for MSVCNirbheek Chauhan
2017-11-14Fix #2620rkfg
2017-11-14Merge pull request #2509 from madebr/boost_dependency_pkg_configJussi Pakkanen
2017-11-13Enable get_pkgconfig_variable for python3 dependenciesAnonymous Maarten
2017-11-13tests: test getting python module using pkg-configAnonymous Maarten
2017-11-14unit tests: Teach detect_prebuild_env about CygwinJon Turney
2017-11-13docs: fix description of default_optionsJoergen Ibsen
2017-11-13Merge pull request #2000 from t-chaik/tchaik/wip/get-unquotedJussi Pakkanen
2017-11-13Merge pull request #2579 from thillux/masterJussi Pakkanen
2017-11-13Merge pull request #2511 from jon-turney/prefix-dependent-defaultsJussi Pakkanen
2017-11-13Merge pull request #2604 from QuLogic/coalesce-restoreconJussi Pakkanen
2017-11-13Use mlog.warning for invalid boost moduleJan Niklas Hasse
2017-11-13Log instead of raise if Boost module invalidJan Niklas Hasse
2017-11-13llvm: Output stderr when generating libs/flags/etc failsNirbheek Chauhan
2017-11-13docs: Remove extra whitespace from i18nTingPing
2017-11-11Merge pull request #2071 from porrided/masterJussi Pakkanen
2017-11-11Cleanupping.Jussi Pakkanen
2017-11-11dependencies: Force pkg-config to output -L argsNirbheek Chauhan
2017-11-11unit tests: Attempt to fix failure on CygwinNirbheek Chauhan
2017-11-11unit tests: Properly skip if pkg-config wasn't foundNirbheek Chauhan
2017-11-11appveyor: Install pkg-config for MSVC buildsNirbheek Chauhan