1912 Commits (fa6f01d096fbf3d84d68070d6592cd8d5b761e1b)

Author SHA1 Message Date
Jussi Pakkanen fa6f01d096 Use absolute paths for rpaths on OSX. 7 years ago
Jussi Pakkanen 655137a74b Add headerpad linker argument on OSX. 7 years ago
Iñigo Martínez 3d0a9b7911 interpreter: Reduce to_sring method to base 10 7 years ago
Iñigo Martínez 30f2c4857c interpreter: Support to_string method for int values 7 years ago
Joergen Ibsen 91a0126590 Improve escaping in configuration files 7 years ago
William Hubbs 325b2c25b6 Allow prefix to be the root directory 7 years ago
Jussi Pakkanen 247d632f37 Try harder to find meson.py. Closes #2672. 7 years ago
Alexis Jeandet 5c5eac3571 [Qt module] Added translation files compilation method 7 years ago
Alexis Jeandet 1fd743e6ad [Qt module] Added lrelease detection 7 years ago
Alexis Jeandet 5de5e7673f [Qt module] Few minor fixes 7 years ago
Joergen Ibsen fdb48a3a0f Use re.sub instead of replace loop 7 years ago
Jussi Pakkanen 22adda1617 Review fixes. 7 years ago
Jussi Pakkanen 105ea1e597 Make the full test suite runnable with an external command. 7 years ago
Jussi Pakkanen 5d51bc79c7 Replaced sys.executable use with the mesonlib equivalent. 7 years ago
Jussi Pakkanen 9d67e5030b Changed code to use detected executables rather than hardcoding sys.executable. 7 years ago
Jussi Pakkanen a437cd1955 Add command to run Python scripts with the current interpreter. 7 years ago
Christoph Behle 05ee756ba0 Check keyword arguments for dependency 7 years ago
Zbigniew Jędrzejewski-Szmek fadce7f9b4 Silence failed restorecon calls when $DESTDIR is set 7 years ago
Jussi Pakkanen 5cd8a7bbcc More defensive process killing. Closes #2629. 7 years ago
Iñigo Martínez 638077181a pkgconfig: Handle prefix in library path 7 years ago
Joergen Ibsen b9ef15a719 Allow cmd script extension on Windows 7 years ago
rkfg 87bf152e6e Fix #2620 7 years ago
Anonymous Maarten 5cfb378442 Enable get_pkgconfig_variable for python3 dependencies 7 years ago
Jan Niklas Hasse 46736fc16c Use mlog.warning for invalid boost module 7 years ago
Jan Niklas Hasse c3d143298b Log instead of raise if Boost module invalid 7 years ago
Nirbheek Chauhan 18b42c5370 llvm: Output stderr when generating libs/flags/etc fails 7 years ago
Nirbheek Chauhan 9da031c04c dependencies: Force pkg-config to output -L args 7 years ago
Nirbheek Chauhan 4fb978e1f7 pkgconfig module: Escape all paths while generating 7 years ago
Nirbheek Chauhan 65edbf35ef dependencies: Use shlex to parse pkg-config cflags and libs 7 years ago
Nirbheek Chauhan 22f459a7dd dependencies: Improve pkg-config library detection 7 years ago
Nirbheek Chauhan d2a250412c compilers: Improve manual library searching 7 years ago
Elliott Sales de Andrade f91c4805b1 Pass restorecon file list through stdin. 7 years ago
Xavier Claessens 9e2d078948 gnome: Add include_directories parameter to gtkdoc() 7 years ago
Dylan Baker 5331073188 Interpreter: ensure build_def_files defined before parse_project() 7 years ago
Elliott Sales de Andrade 5f8b37d0e7 Coalesce restorecon calls into one. 7 years ago
Jussi Pakkanen 34d928a830 Better check for when address sanitizer is enabled. Closes #2590. 7 years ago
Eric Engestrom 5f7f5cdb05 Print correct command in help message 7 years ago
Eric Engestrom 74967bd1d1 introspect: print `build_by_default` field 7 years ago
Dylan Baker a8d3eb3c10 llvm: llvm 5.0 is released and the current stable 7 years ago
Markus Theil 3f8a082a68 Qt-Module: fix name option with multiple rcc files 7 years ago
Philipp Ittershagen a176588151 fix include_directories handling in subprojects for compiler tests. 7 years ago
Xavier Claessens 7121eb8c51 gtkdoc: Pass the linker down to gtkdoc-scangobj 7 years ago
Elliott Sales de Andrade 6715087598 Dump coredata earlier. 7 years ago
Xavier Claessens b8187961b9 coredata: Remove parse_string() method 7 years ago
Markus Theil b36475ff44 Qt-Module: fix rcc `name` with Qt4 7 years ago
Markus Theil 51bc364a10 Qt5-Module: add `name` option to rcc 7 years ago
Alexis Jeandet dfab58772f Warn when no inc dir is found from parsing GNU compiler output 7 years ago
Alexis Jeandet f15a57f31a Fix detection of include dirs with gnu compiler and non C locale 7 years ago
Paulo Antonio Alvarez 1540e615f1 interpreter: Add warning function 7 years ago
Eric Engestrom 9b6214eb4d mtest: print correct name in error message 7 years ago