summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-30New compiler method: check_headerNirbheek Chauhan
2018-05-30Document how to set the default name_prefix and name_suffix [skip ci]Nirbheek Chauhan
2018-05-29Don't raise StopIteration in generators, no longer allowed with Python 3.7. F...Christoph Reiter
2018-05-29Don't call getpgid() when killing a test.George Koehler
2018-05-27Merge pull request #3491 from jeandet/qt_private_headersJussi Pakkanen
2018-05-27Make install doc less surprising for new users [skip ci]Michael Mera
2018-05-27[Qt module] private_headers kwarg documentation reformulationAlexis Jeandet
2018-05-25Mark even empty confs used appropriately.Jussi Pakkanen
2018-05-24Merge pull request #3578 from MathieuDuponchelle/mkenums_gen_templatesJussi Pakkanen
2018-05-24Merge pull request #3476 from filbranden/intbase1Jussi Pakkanen
2018-05-24Typos are fun. [skip ci]Jussi Pakkanen
2018-05-24Clarify that configuration_data()'s copy is immutableAleksey Filippov
2018-05-24backends: Also accept dylibs while finding RPATHsNirbheek Chauhan
2018-05-24backends: Simplify loop getting rpaths for bundled libsNirbheek Chauhan
2018-05-24backends: Use a set while gathering RPATHsNirbheek Chauhan
2018-05-24depfixer: Run install_name_tool only once while deleting rpathsNirbheek Chauhan
2018-05-24depfixer: We no longer run this as a scriptNirbheek Chauhan
2018-05-23gnome.mkenums: test header built from generated templateMathieu Duponchelle
2018-05-23gnome/mkenums: allow passing generated files as templatesMathieu Duponchelle
2018-05-23Add a testing case for a decimal number with a leading zeroFilipe Brandenburger
2018-05-23Document octal and binary integer literals in syntax.Filipe Brandenburger
2018-05-23Add support for octal and binary int literals.Filipe Brandenburger
2018-05-23Enable running tests that fail at 'meson test'Niklas Claesson
2018-05-23Print project versionTim-Philipp Müller
2018-05-23interpreter: fix configure_file() message on empty configuration_data() [skip...Tim-Philipp Müller
2018-05-22Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodataJussi Pakkanen
2018-05-22Merge pull request #3490 from MathieuDuponchelle/dict_builtinJussi Pakkanen
2018-05-22Merge pull request #3523 from taisei-project/run_command_checkJussi Pakkanen
2018-05-22Update Users.mdrandy408
2018-05-22Update documentation for run_command [skip ci]Andrei Alexeyev
2018-05-22Add 'check' kwarg for run_commandAndrei Alexeyev
2018-05-22dict: add since annotationsMathieu Duponchelle
2018-05-22docs: Add manual entry for configure_file copy kwargNirbheek Chauhan
2018-05-22configure_file: Don't use reserved keyword 'format'Nirbheek Chauhan
2018-05-22configure_file: Add a new action 'copy'Nirbheek Chauhan
2018-05-21Windows: Fix exception when windres is not foundXavier Claessens
2018-05-21Add support for finding libraries in Fortran projectsMatthew Krupcale
2018-05-21for_darwin: Also accept system='ios' in cross filesNirbheek Chauhan
2018-05-21dict: unit test integer keyMathieu Duponchelle
2018-05-21dict: fix CI issuesMathieu Duponchelle
2018-05-21Write coredata transactionally. Closes #3511.Jussi Pakkanen
2018-05-20dict: address review comment I missedMathieu Duponchelle
2018-05-20dict: Document, add release snippetMathieu Duponchelle
2018-05-20dict: address review commentsMathieu Duponchelle
2018-05-20dict: change test case numberingMathieu Duponchelle
2018-05-20Add methods to the dict builtinKyrylo Shpytsya
2018-05-20Add new built-in type, dictMathieu Duponchelle
2018-05-18Print message when using polkitRyan Gonzalez
2018-05-18Fix #3579: Wait for a permissions failure before trying to run pkexecRyan Gonzalez
2018-05-18appveyor: update boost version used with VS 2015Jon Turney