summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set the meson command to use when we know what it isnirbheek/rework-meson-script-handlingNirbheek Chauhan2018-06-019-127/+297
* Revert "commandrunner: make run handle python options"Filipe Brandenburger2018-06-011-21/+3
* Mention private_headers keyword in Qt dependency documentation [skip ci]Jon Turney2018-05-312-11/+16
* Improve dependency() documentation [skip ci]Jon Turney2018-05-311-6/+8
* Document OpenMP dependency [skip ci]Jon Turney2018-05-311-0/+14
* Revert "mesonlib: handle meson exe wrappers"Nirbheek Chauhan2018-05-317-41/+64
* Merge pull request #3643 from mesonbuild/nirbheek/check_headerJussi Pakkanen2018-05-307-3/+109
|\
| * Add check_header to Reference manual and release notes [skip ci]nirbheek/check_headerNirbheek Chauhan2018-05-302-3/+25
| * New compiler method: check_headerNirbheek Chauhan2018-05-305-0/+84
* | Don't accept an empty string for name_suffix:Nirbheek Chauhan2018-05-301-0/+4
* | mesonlib: handle meson exe wrappersMartin Kelly2018-05-307-64/+41
* | commandrunner: make run handle python optionsMartin Kelly2018-05-301-3/+21
* | make ExternalProgram get_path() a bit smarterMartin Kelly2018-05-301-5/+12
* | run_unittests: typo fixMartin Kelly2018-05-301-1/+1
|/
* Document how to set the default name_prefix and name_suffix [skip ci]Nirbheek Chauhan2018-05-301-1/+4
* Don't raise StopIteration in generators, no longer allowed with Python 3.7. F...Christoph Reiter2018-05-291-1/+1
* Don't call getpgid() when killing a test.George Koehler2018-05-291-1/+2
* Merge pull request #3491 from jeandet/qt_private_headersJussi Pakkanen2018-05-276-10/+80
|\
| * [Qt module] private_headers kwarg documentation reformulationAlexis Jeandet2018-05-271-2/+2
| * Added Added Qt's private header support with pkg-configAlexis Jeandet2018-04-302-11/+13
| * Fixed private headers on OSX with framework stuffAlexis Jeandet2018-04-282-29/+52
| * qconfig_p.h isn't available on OSX :(Alexis Jeandet2018-04-281-5/+2
| * really switch to qmake automatically if pkg-config failsAlexis Jeandet2018-04-281-1/+1
| * [Qt module] Privates headers: added documentationAlexis Jeandet2018-04-282-0/+8
| * [Qt module] Privates headers: Implemented private_headers optionAlexis Jeandet2018-04-284-7/+41
| * [Qt module] Privates headers: Added failing test caseAlexis Jeandet2018-04-281-0/+6
* | Make install doc less surprising for new users [skip ci]Michael Mera2018-05-271-0/+3
* | Mark even empty confs used appropriately.Jussi Pakkanen2018-05-253-0/+1
* | Merge pull request #3578 from MathieuDuponchelle/mkenums_gen_templatesJussi Pakkanen2018-05-242-2/+33
|\ \
| * | gnome.mkenums: test header built from generated templateMathieu Duponchelle2018-05-231-3/+14
| * | gnome/mkenums: allow passing generated files as templatesMathieu Duponchelle2018-05-232-2/+22
* | | Merge pull request #3476 from filbranden/intbase1Jussi Pakkanen2018-05-245-6/+36
|\ \ \
| * | | Add a testing case for a decimal number with a leading zeroFilipe Brandenburger2018-05-231-0/+6
| * | | Document octal and binary integer literals in syntax.Filipe Brandenburger2018-05-232-0/+16
| * | | Add support for octal and binary int literals.Filipe Brandenburger2018-05-232-6/+14
| |/ /
* | | Typos are fun. [skip ci]Jussi Pakkanen2018-05-241-1/+1
* | | Clarify that configuration_data()'s copy is immutableAleksey Filippov2018-05-243-0/+13
* | | backends: Also accept dylibs while finding RPATHsNirbheek Chauhan2018-05-241-1/+3
* | | backends: Simplify loop getting rpaths for bundled libsNirbheek Chauhan2018-05-241-17/+19
* | | backends: Use a set while gathering RPATHsNirbheek Chauhan2018-05-241-8/+4
* | | depfixer: Run install_name_tool only once while deleting rpathsNirbheek Chauhan2018-05-241-2/+5
* | | depfixer: We no longer run this as a scriptNirbheek Chauhan2018-05-243-20/+0
|/ /
* | Enable running tests that fail at 'meson test'Niklas Claesson2018-05-233-1/+7
* | Print project versionTim-Philipp Müller2018-05-231-0/+1
* | interpreter: fix configure_file() message on empty configuration_data() [skip...Tim-Philipp Müller2018-05-231-1/+1
* | Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodataJussi Pakkanen2018-05-2213-24/+102
|\ \
| * | docs: Add manual entry for configure_file copy kwargnirbheek/configure-file-nodataNirbheek Chauhan2018-05-222-1/+17
| * | configure_file: Don't use reserved keyword 'format'Nirbheek Chauhan2018-05-221-5/+5
| * | configure_file: Add a new action 'copy'Nirbheek Chauhan2018-05-2211-18/+80
* | | Merge pull request #3490 from MathieuDuponchelle/dict_builtinJussi Pakkanen2018-05-229-26/+284
|\ \ \