aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-03python module: make it work with pypyMathieu Duponchelle1-4/+47
2018-05-02Can use C++ and FORTRAN in a single target. Closes #2685.Jussi Pakkanen1-1/+3
2018-05-02Can combine D and C++ in a single target. Closes #3125.Jussi Pakkanen5-15/+34
2018-05-02pkgconfig: Don't expose internal libraries in .pc filesNirbheek Chauhan2-5/+11
2018-05-02Keep separator spaces in pkg-config declarations. Closes #3479.Jussi Pakkanen1-2/+4
2018-05-02Allow `required : false` for OpenMP dependencyDavid Seifert1-1/+7
2018-05-01Add VT100 ANSI escape sequences for Windows 10.Isabella Muerte1-1/+15
2018-05-01Made depfixer more robust on OSX. Closes #3493.Jussi Pakkanen1-4/+10
2018-05-01Fix setting c_args and friends from command lineXavier Claessens2-17/+15
2018-05-01 Allow custom_target do depend on indexed output of custom_target Niklas Claesson2-2/+2
2018-04-30has_multi_link_arguments: Some compilers needs -Wl,--fatal-warningsXavier Claessens1-0/+14