summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Specify build_rpath manually to targets linked by hand.osxlinkerfixesJussi Pakkanen2017-11-261-4/+8
* Fix rpath tests on Linux.Jussi Pakkanen2017-11-261-4/+6
* Update CMake reference file.Jussi Pakkanen2017-11-261-6/+9
* Use absolute paths for rpaths on OSX.Jussi Pakkanen2017-11-263-1/+19
* Add headerpad linker argument on OSX.Jussi Pakkanen2017-11-261-0/+7
* 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
| * | Add command to run Python scripts with the current interpreter.Jussi Pakkanen2017-11-201-0/+6
* | | Use re.sub instead of replace loopJoergen Ibsen2017-11-224-6/+23
|/ /
* | 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