aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-05-17Support installation via polkitRyan Gonzalez1-17/+27
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
2018-04-29Merge pull request #3485 from xclaesse/warnlevelJussi Pakkanen4-38/+52
2018-04-28Install generated gdbus header with old glib version too.Jussi Pakkanen1-1/+5
2018-04-27New argument: --profile-self for profiling performanceNirbheek Chauhan1-3/+16
2018-04-27Passing --default-library=both should override project valueXavier Claessens1-1/+1
2018-04-27Fix --warnlevel being renamed to --warning-level in latest releaseXavier Claessens3-31/+47
2018-04-26Remove duplicated definition of -D cmdline argXavier Claessens3-8/+6
2018-04-27CCompiler: Cache result of get_library_dirs().Martin Hostettler1-1/+9
2018-04-27guess_external_link_dependencies: deduplicate search dirs and libraries.Martin Hostettler1-6/+7
2018-04-26Merge pull request #3225 from filbranden/fixperms3Jussi Pakkanen5-14/+62
2018-04-26Merge pull request #3372 from NickeZ/vs-sol-foldersJussi Pakkanen3-24/+80
2018-04-25Add install_umask to list of options of `meson configure`Filipe Brandenburger1-1/+1
2018-04-26interpreter: Verify permitted kwargs on all methodsXavier Claessens3-65/+183
2018-04-23Bump version number for new development. [skip ci]Jussi Pakkanen1-1/+1
2018-04-23Updated version number for new release.0.46.0Jussi Pakkanen1-1/+1
2018-04-22Merge pull request #3446 from MathieuDuponchelle/python_module_with_docJussi Pakkanen1-13/+39
2018-04-21Remove escaping for triple-quoted stringsNiklas Claesson1-16/+0
2018-04-21modules/python: add some more options around path and config_varsHavard Graff1-13/+39
2018-04-21gnome: If pkg-config is not found, assume glib is 2.54 (#3443)Nirbheek Chauhan1-2/+7
2018-04-21ninja backend: Fix shared library symbols pathNirbheek Chauhan1-3/+4
2018-04-21Fix Fortran dep hack when cross-compiling.Elliott Sales de Andrade1-6/+6
2018-04-21Don't fail on not-required not-found deps in forcefallback modeNirbheek Chauhan3-6/+14
2018-04-20gnome: gdbus-codegen add a `sources:` kwargNirbheek Chauhan1-8/+10
2018-04-20regression: pkgconfig module: Fix Fix regression in Requires.private generation.Martin Hostettler1-1/+1