summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\ \ \
| * | | dict: add since annotationsMathieu Duponchelle2018-05-222-1/+6
| * | | dict: unit test integer keyMathieu Duponchelle2018-05-211-0/+4
| * | | dict: fix CI issuesMathieu Duponchelle2018-05-214-8/+7
| * | | dict: address review comment I missedMathieu Duponchelle2018-05-201-0/+5
| * | | dict: Document, add release snippetMathieu Duponchelle2018-05-203-6/+92
| * | | dict: address review commentsMathieu Duponchelle2018-05-204-10/+27
| * | | dict: change test case numberingMathieu Duponchelle2018-05-202-0/+0
| * | | Add methods to the dict builtinKyrylo Shpytsya2018-05-201-0/+39
| * | | Add new built-in type, dictMathieu Duponchelle2018-05-205-19/+122
* | | | Merge pull request #3523 from taisei-project/run_command_checkJussi Pakkanen2018-05-225-6/+35
|\ \ \ \
| * | | | Update documentation for run_command [skip ci]Andrei Alexeyev2018-05-221-1/+8
| * | | | Add 'check' kwarg for run_commandAndrei Alexeyev2018-05-224-5/+27
| | |/ / | |/| |