aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-25Mark even empty confs used appropriately.immufixJussi 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
2018-05-20dict: address review comment I missedMathieu Duponchelle1-0/+5
2018-05-20dict: Document, add release snippetMathieu Duponchelle3-6/+92
2018-05-20dict: address review commentsMathieu Duponchelle4-10/+27
2018-05-20dict: change test case numberingMathieu Duponchelle2-0/+0
2018-05-20Add methods to the dict builtinKyrylo Shpytsya1-0/+39
2018-05-20Add new built-in type, dictMathieu Duponchelle5-19/+122
2018-05-18Print message when using polkitRyan Gonzalez1-0/+2
2018-05-18Fix #3579: Wait for a permissions failure before trying to run pkexecRyan Gonzalez1-13/+17
2018-05-18appveyor: update boost version used with VS 2015Jon Turney1-4/+4
2018-05-17Generalize message about fallback failureJon Turney2-3/+3
2018-05-17Improve reporting about falling back to a subproject for a dependencyJon Turney1-2/+8
2018-05-17Merge pull request #3577 from noverby/wip/rib/java-codegenJussi Pakkanen10-3/+94
2018-05-17Support installation via polkitRyan Gonzalez3-18/+53
2018-05-16tests: Remove redundant test and include_directories('.')Niclas Moeslund Overby10-39/+1
2018-05-16ninja: add build dir to javac -sourcepathRobert Bragg6-0/+53
2018-05-16ninja: avoid needing include_directory('.') with jar()Robert Bragg4-3/+39