summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Make WxDependency a ConfigToolDependencyDylan Baker2017-11-232-57/+14
| * | | Make LLVMDependency a ConfigToolDependencyDylan Baker2017-11-232-87/+25
| * | | Add ConfigToolDependency classDylan Baker2017-11-231-1/+93
| * | | dependencies: log unuspported methods correctlyDylan Baker2017-11-231-1/+1
| * | | Fix wrapping of docstrings in GnuStep dependency.Dylan Baker2017-11-231-5/+7
| * | | tests: fix libwmf versionDylan Baker2017-11-231-1/+1
* | | | Don't print traceback when options are invalidDylan Baker2017-11-281-1/+5
* | | | Add if_found kwarg to subdir().Jussi Pakkanen2017-11-275-2/+39
* | | | Add test for five escapes before nJoergen Ibsen2017-11-271-0/+3
* | | | Fix escaping of newlines in string literalsJoergen Ibsen2017-11-272-4/+22
* | | | mconf: print choices of base optionsEric Engestrom2017-11-271-1/+1
* | | | configure_file: Compare difference in binary modeNirbheek Chauhan2017-11-271-1/+1
* | | | Merge pull request #2690 from jsoref/spellingJussi Pakkanen2017-11-2718-38/+38
|\ \ \ \
| * | | | useless: youtu.be referenceJosh Soref2017-11-261-1/+1
| * | | | spelling: whenJosh Soref2017-11-261-1/+1
| * | | | spelling: verifierJosh Soref2017-11-261-1/+1
| * | | | spelling: targetingJosh Soref2017-11-262-5/+5
| * | | | spelling: targetJosh Soref2017-11-261-1/+1
| * | | | spelling: programmingJosh Soref2017-11-261-1/+1
| * | | | spelling: precedenceJosh Soref2017-11-261-4/+4
| * | | | spelling: overwriteJosh Soref2017-11-261-1/+1
| * | | | spelling: overriddenJosh Soref2017-11-266-9/+9
| * | | | spelling: occurrenceJosh Soref2017-11-261-6/+6
| * | | | spelling: nonexistentJosh Soref2017-11-261-1/+1
| * | | | spelling: necessaryJosh Soref2017-11-261-1/+1
| * | | | spelling: existenceJosh Soref2017-11-261-1/+1
| * | | | spelling: executableJosh Soref2017-11-261-1/+1
| * | | | spelling: dependencyJosh Soref2017-11-261-1/+1
| * | | | spelling: attemptJosh Soref2017-11-261-1/+1
| * | | | spelling: arithmeticJosh Soref2017-11-261-1/+1
| * | | | spelling: arbitraryJosh Soref2017-11-261-1/+1
| |/ / /
* | | | Fix running tests when there is a period in PATH.Jussi Pakkanen2017-11-271-1/+7
* | | | Use new style dependencies in subproject documentation.Jussi Pakkanen2017-11-261-40/+47
| |_|/ |/| |
* | | interpreter: Reduce to_sring method to base 10Iñigo Martínez2017-11-262-21/+1
* | | interpreter: Support to_string method for int valuesIñigo Martínez2017-11-262-0/+25
* | | Merge pull request #2676 from jeandet/add_qt_translationsJussi Pakkanen2017-11-268-9/+82
|\ \ \
| * | | [Qt module] Updated Dokerfile, added since 0.44 mention in docAlexis Jeandet2017-11-232-4/+5
| * | | [Qt module] Added translation files compilation methodAlexis Jeandet2017-11-236-3/+73
| * | | [Qt module] Added lrelease detectionAlexis Jeandet2017-11-222-4/+6
| * | | [Qt module] Few minor fixesAlexis Jeandet2017-11-221-2/+2
* | | | Improve escaping in configuration filesJoergen Ibsen2017-11-264-13/+63
| |/ / |/| |
* | | Allow prefix to be the root directoryWilliam Hubbs2017-11-231-0/+4
* | | Try harder to find meson.py. Closes #2672.Jussi Pakkanen2017-11-231-1/+23
* | | Merge pull request #2498 from mesonbuild/runpythonJussi Pakkanen2017-11-2214-95/+152
|\ \ \
| * | | Added release note mention of embedded Python in MSI packages.runpythonJussi Pakkanen2017-11-211-0/+9
| * | | Review fixes.Jussi Pakkanen2017-11-216-12/+12
| * | | Make the full test suite runnable with an external command.Jussi Pakkanen2017-11-203-45/+67
| * | | Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen2017-11-2011-42/+36
| * | | Tests can be run with an external Meson command.Jussi Pakkanen2017-11-203-9/+26
| * | | Changed code to use detected executables rather than hardcoding sys.executable.Jussi Pakkanen2017-11-202-1/+10