aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-05-25Mark even empty confs used appropriately.Jussi Pakkanen1-0/+1
2018-05-24Merge pull request #3578 from MathieuDuponchelle/mkenums_gen_templatesJussi Pakkanen1-2/+6
2018-05-24Merge pull request #3476 from filbranden/intbase1Jussi Pakkanen1-6/+2
2018-05-24Typos are fun. [skip ci]Jussi Pakkanen1-1/+1
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: allow passing generated files as templatesMathieu Duponchelle1-2/+6
2018-05-23Add support for octal and binary int literals.Filipe Brandenburger1-6/+2
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 Pakkanen1-11/+39
2018-05-22Merge pull request #3490 from MathieuDuponchelle/dict_builtinJussi Pakkanen3-20/+142
2018-05-22Add 'check' kwarg for run_commandAndrei Alexeyev1-5/+15
2018-05-22configure_file: Don't use reserved keyword 'format'Nirbheek Chauhan1-5/+5
2018-05-22configure_file: Add a new action 'copy'Nirbheek Chauhan1-6/+34
2018-05-21Windows: Fix exception when windres is not foundXavier Claessens1-1/+1
2018-05-21Add support for finding libraries in Fortran projectsMatthew Krupcale2-170/+184
2018-05-21for_darwin: Also accept system='ios' in cross filesNirbheek Chauhan1-1/+1
2018-05-21dict: fix CI issuesMathieu Duponchelle2-2/+2
2018-05-21Write coredata transactionally. Closes #3511.Jussi Pakkanen3-5/+16
2018-05-20dict: address review commentsMathieu Duponchelle2-10/+10
2018-05-20Add methods to the dict builtinKyrylo Shpytsya1-0/+39
2018-05-20Add new built-in type, dictMathieu Duponchelle3-19/+102
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-17Generalize message about fallback failureJon Turney1-1/+1
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 Pakkanen1-1/+5
2018-05-17Support installation via polkitRyan Gonzalez1-17/+27
2018-05-16ninja: add build dir to javac -sourcepathRobert Bragg1-0/+1
2018-05-16ninja: avoid needing include_directory('.') with jar()Robert Bragg1-3/+3
2018-05-16ninja: pass separated paths to javac -sourcepathRobert Bragg1-1/+4
2018-05-10vala: Fix shared_module linking with export_dynamic executableNirbheek Chauhan2-2/+4
2018-05-10test setups: Inherit env when using a test setupNirbheek Chauhan1-1/+1
2018-05-09Merge pull request #3539 from mesonbuild/nirbheek/fix-gtkdoc-content-files-FileJussi Pakkanen3-11/+25
2018-05-09Revert "Add macOS linker versioning information"Nirbheek Chauhan7-24/+16
2018-05-09args flattening: preserve configuration_data.set behaviourMathieu Duponchelle1-0/+6
2018-05-09gdbus_codegen: Guess the output list for docbook generationNirbheek Chauhan1-1/+5
2018-05-09gtkdoc: Fix typo that made xml_files an array of arraysNirbheek Chauhan1-1/+1
2018-05-09introspect: Fix listing target files that are File objectsNirbheek Chauhan1-2/+7
2018-05-06gnome.gtkdoc: Allow passing file objects as xml_filesNirbheek Chauhan2-7/+12
2018-05-05gnome: Use the header basename for #include in mkenums_simpleNirbheek Chauhan1-1/+1
2018-05-05gnome: Update minimum glib version for gdbus-codegenNirbheek Chauhan1-3/+2
2018-05-04add linker flag to handle $ORIGIN on OpenBSDJasper Lievisse Adriaanse2-2/+5
2018-05-04gnome: Disable usage of new --body and --header argsNirbheek Chauhan1-4/+6
2018-05-04Interpreter: don't flatten the arguments of various methodsMathieu Duponchelle4-21/+44
2018-05-04No longer require duplicate gtest header install.Jussi Pakkanen1-3/+5