summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add command to run Python scripts with the current interpreter.Jussi Pakkanen2017-11-201-0/+6
* Fix AppVeyor scriptJoergen Ibsen2017-11-201-1/+8
* Renamed test dir to avoid number duplicates.Jussi Pakkanen2017-11-208-0/+0
* Check keyword arguments for dependencyChristoph Behle2017-11-191-0/+2
* Silence failed restorecon calls when $DESTDIR is setZbigniew Jędrzejewski-Szmek2017-11-191-1/+3
* More defensive process killing. Closes #2629.Jussi Pakkanen2017-11-191-1/+7
* pkgconfig: Handle prefix in library pathIñigo Martínez2017-11-191-1/+10
* docs: Add 'cygwin' to reference table for .system()Jon Turney2017-11-191-0/+1
* Documentation: Add note about SCAN_BUILDChristoph Behle2017-11-191-0/+6
* Appveyor example now validates. Closes #2641.Jussi Pakkanen2017-11-191-9/+10
* Fix literal backslash syntaxLucas Werkmeister2017-11-191-1/+1
* Merge pull request #2611 from mesonbuild/nirbheek/pkgconfig-msvc-staticJussi Pakkanen2017-11-1514-116/+331
|\
| * appveyor.yml: Only download pkg-config for MSVCnirbheek/pkgconfig-msvc-staticNirbheek Chauhan2017-11-151-2/+2
| * unit tests: Teach detect_prebuild_env about CygwinJon Turney2017-11-141-0/+3
| * dependencies: Force pkg-config to output -L argsNirbheek Chauhan2017-11-111-3/+10
| * unit tests: Attempt to fix failure on CygwinNirbheek Chauhan2017-11-111-0/+4
| * unit tests: Properly skip if pkg-config wasn't foundNirbheek Chauhan2017-11-111-0/+4
| * appveyor: Install pkg-config for MSVC buildsNirbheek Chauhan2017-11-111-0/+2
| * pkgconfig module: Escape all paths while generatingNirbheek Chauhan2017-11-112-15/+52
| * dependencies: Use shlex to parse pkg-config cflags and libsNirbheek Chauhan2017-11-113-14/+19
| * dependencies: Improve pkg-config library detectionNirbheek Chauhan2017-11-111-1/+16
| * compilers: Improve manual library searchingNirbheek Chauhan2017-11-115-55/+91
| * dependencies: Add a test for static libs with pkg-configNirbheek Chauhan2017-11-116-39/+141
* | Allow cmd script extension on WindowsJoergen Ibsen2017-11-151-1/+1
* | Fix #2620rkfg2017-11-141-1/+3
* | Merge pull request #2509 from madebr/boost_dependency_pkg_configJussi Pakkanen2017-11-142-5/+19
|\ \
| * | Enable get_pkgconfig_variable for python3 dependenciesAnonymous Maarten2017-11-131-5/+14
| * | tests: test getting python module using pkg-configAnonymous Maarten2017-11-131-0/+5
|/ /
* | docs: fix description of default_optionsJoergen Ibsen2017-11-131-7/+7
* | Merge pull request #2000 from t-chaik/tchaik/wip/get-unquotedJussi Pakkanen2017-11-135-0/+37
|\ \
| * | get-unquoted: Queue a release note entry mentioning the new methodMartin Blanchard2017-09-151-0/+4
| * | get-unquoted: Mention get_unquoted() in reference manualMartin Blanchard2017-09-151-0/+5
| * | get-unquoted: Rework test case for msvc (make it more realistic)Martin Blanchard2017-09-152-20/+10
| * | get-unquoted: Fix indentation and remove useless arithmeticMartin Blanchard2017-09-151-1/+1
| * | get-unquoted: Add test case for new get_unquoted() methodMartin Blanchard2017-09-152-0/+23
| * | get-unquoted: Implement a get_unquoted() method for ConfigurationDataMartin Blanchard2017-09-151-0/+15
* | | Merge pull request #2579 from thillux/masterJussi Pakkanen2017-11-134-15/+69
|\ \ \
| * | | tests: fix qt unity buildMarkus Theil2017-11-092-3/+14
| * | | tests: adapted Qt test for multiple rcc filesMarkus Theil2017-11-083-4/+39
| * | | Qt-Module: fix name option with multiple rcc filesMarkus Theil2017-11-081-8/+16
| * | | Qt-Module: fix rcc `name` with Qt4Markus Theil2017-11-031-1/+1
| * | | Qt5-Module: add `name` option to rccMarkus Theil2017-11-031-1/+1
* | | | Merge pull request #2511 from jon-turney/prefix-dependent-defaultsJussi Pakkanen2017-11-134-15/+82
|\ \ \ \
| * | | | Add unittest of prefix dependent default directoriesJon Turney2017-10-281-1/+48