aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-31Document OpenMP dependency [skip ci]Jon Turney1-0/+14
2018-05-31Revert "mesonlib: handle meson exe wrappers"Nirbheek Chauhan7-41/+64
2018-05-30Merge pull request #3643 from mesonbuild/nirbheek/check_headerJussi Pakkanen7-3/+109
2018-05-30Don't accept an empty string for name_suffix:Nirbheek Chauhan1-0/+4
2018-05-30mesonlib: handle meson exe wrappersMartin Kelly7-64/+41
2018-05-30commandrunner: make run handle python optionsMartin Kelly1-3/+21
2018-05-30make ExternalProgram get_path() a bit smarterMartin Kelly1-5/+12
2018-05-30run_unittests: typo fixMartin Kelly1-1/+1
2018-05-30Add check_header to Reference manual and release notes [skip ci]Nirbheek Chauhan2-3/+25
2018-05-30New compiler method: check_headerNirbheek Chauhan5-0/+84
2018-05-30Document how to set the default name_prefix and name_suffix [skip ci]Nirbheek Chauhan1-1/+4
2018-05-29Don't raise StopIteration in generators, no longer allowed with Python 3.7. F...Christoph Reiter1-1/+1
2018-05-29Don't call getpgid() when killing a test.George Koehler1-1/+2
2018-05-27Merge pull request #3491 from jeandet/qt_private_headersJussi Pakkanen6-10/+80
2018-05-27Make install doc less surprising for new users [skip ci]Michael Mera1-0/+3
2018-05-27[Qt module] private_headers kwarg documentation reformulationAlexis Jeandet1-2/+2
2018-05-25Mark even empty confs used appropriately.Jussi Pakkanen3-0/+1
2018-05-24Merge pull request #3578 from MathieuDuponchelle/mkenums_gen_templatesJussi Pakkanen2-2/+33
2018-05-24Merge pull request #3476 from filbranden/intbase1Jussi Pakkanen5-6/+36
2018-05-24Typos are fun. [skip ci]Jussi Pakkanen1-1/+1
2018-05-24Clarify that configuration_data()'s copy is immutableAleksey Filippov3-0/+13
2018-05-24backends: Also accept dylibs while finding RPATHsNirbheek Chauhan1-1/+3
2018-05-24backends: Simplify loop getting rpaths for bundled libsNirbheek Chauhan1-17/+19
2018-05-24backends: Use a set while gathering RPATHsNirbheek Chauhan1-8/+4
2018-05-24depfixer: Run install_name_tool only once while deleting rpathsNirbheek Chauhan1-2/+5
2018-05-24depfixer: We no longer run this as a scriptNirbheek Chauhan3-20/+0
2018-05-23gnome.mkenums: test header built from generated templateMathieu Duponchelle1-3/+14
2018-05-23gnome/mkenums: allow passing generated files as templatesMathieu Duponchelle2-2/+22
2018-05-23Add a testing case for a decimal number with a leading zeroFilipe Brandenburger1-0/+6
2018-05-23Document octal and binary integer literals in syntax.Filipe Brandenburger2-0/+16
2018-05-23Add support for octal and binary int literals.Filipe Brandenburger2-6/+14
2018-05-23Enable running tests that fail at 'meson test'Niklas Claesson3-1/+7
2018-05-23Print project versionTim-Philipp Müller1-0/+1
2018-05-23interpreter: fix configure_file() message on empty configuration_data() [skip...Tim-Philipp Müller1-1/+1
2018-05-22Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodataJussi Pakkanen13-24/+102
2018-05-22Merge pull request #3490 from MathieuDuponchelle/dict_builtinJussi Pakkanen9-26/+284
2018-05-22Merge pull request #3523 from taisei-project/run_command_checkJussi Pakkanen5-6/+35
2018-05-22Update Users.mdrandy4081-0/+2
2018-05-22Update documentation for run_command [skip ci]Andrei Alexeyev1-1/+8
2018-05-22Add 'check' kwarg for run_commandAndrei Alexeyev4-5/+27
2018-05-22dict: add since annotationsMathieu Duponchelle2-1/+6
2018-05-22docs: Add manual entry for configure_file copy kwargNirbheek Chauhan2-1/+17
2018-05-22configure_file: Don't use reserved keyword 'format'Nirbheek Chauhan1-5/+5
2018-05-22configure_file: Add a new action 'copy'Nirbheek Chauhan11-18/+80
2018-05-21Windows: Fix exception when windres is not foundXavier Claessens1-1/+1
2018-05-21Add support for finding libraries in Fortran projectsMatthew Krupcale5-170/+265
2018-05-21for_darwin: Also accept system='ios' in cross filesNirbheek Chauhan1-1/+1
2018-05-21dict: unit test integer keyMathieu Duponchelle1-0/+4
2018-05-21dict: fix CI issuesMathieu Duponchelle4-8/+7
2018-05-21Write coredata transactionally. Closes #3511.Jussi Pakkanen3-5/+16