aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2017-11-27Moar tests!Jussi Pakkanen3-2/+11
2017-11-27Moved disabler to interpreterbase.Jussi Pakkanen2-44/+25
2017-11-27Renamed DisablerHolder to Disabler because it does not actually hold anything.Jussi Pakkanen1-11/+11
2017-11-27Guard all module calls with disabler.Jussi Pakkanen1-3/+25
2017-11-27Added option types to dependencies and a disabler object.Jussi Pakkanen3-1/+43
2017-11-27Merge pull request #2690 from jsoref/spellingJussi Pakkanen7-21/+21
2017-11-27Fix running tests when there is a period in PATH.Jussi Pakkanen1-1/+7
2017-11-26spelling: whenJosh Soref1-1/+1
2017-11-26spelling: verifierJosh Soref1-1/+1
2017-11-26interpreter: Reduce to_sring method to base 10Iñigo Martínez1-6/+1
2017-11-26interpreter: Support to_string method for int valuesIñigo Martínez1-0/+10
2017-11-26Merge pull request #2676 from jeandet/add_qt_translationsJussi Pakkanen2-6/+26
2017-11-26Improve escaping in configuration filesJoergen Ibsen1-13/+22
2017-11-26spelling: targetingJosh Soref1-1/+1
2017-11-26spelling: targetJosh Soref1-1/+1
2017-11-26spelling: overwriteJosh Soref1-1/+1
2017-11-26spelling: overriddenJosh Soref4-7/+7
2017-11-26spelling: occurrenceJosh Soref1-6/+6
2017-11-26spelling: dependencyJosh Soref1-1/+1
2017-11-26spelling: attemptJosh Soref1-1/+1
2017-11-26spelling: arbitraryJosh Soref1-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-23[Qt module] Added translation files compilation methodAlexis Jeandet1-0/+18
2017-11-22[Qt module] Added lrelease detectionAlexis Jeandet2-4/+6
2017-11-22[Qt module] Few minor fixesAlexis Jeandet1-2/+2
2017-11-22Merge pull request #2498 from mesonbuild/runpythonJussi Pakkanen9-70/+81
2017-11-22Use re.sub instead of replace loopJoergen Ibsen1-6/+5
2017-11-21Review fixes.Jussi Pakkanen5-11/+12
2017-11-20Make the full test suite runnable with an external command.Jussi Pakkanen1-42/+44
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen7-26/+19
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-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-15Merge pull request #2611 from mesonbuild/nirbheek/pkgconfig-msvc-staticJussi Pakkanen7-72/+146
2017-11-15Allow cmd script extension on WindowsJoergen Ibsen1-1/+1
2017-11-14Fix #2620rkfg1-1/+3
2017-11-13Enable get_pkgconfig_variable for python3 dependenciesAnonymous Maarten1-5/+14
2017-11-13Merge pull request #2000 from t-chaik/tchaik/wip/get-unquotedJussi Pakkanen1-0/+15
2017-11-13Merge pull request #2579 from thillux/masterJussi Pakkanen1-8/+16
2017-11-13Merge pull request #2511 from jon-turney/prefix-dependent-defaultsJussi Pakkanen2-14/+24
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-11dependencies: Force pkg-config to output -L argsNirbheek Chauhan1-3/+10
2017-11-11pkgconfig module: Escape all paths while generatingNirbheek Chauhan1-9/+24