summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
...
* meson: Maintain macOS ABI through dylib versioningNirbheek Chauhan2018-08-311-2/+3
* meson: move gmodule check to top-levelTim-Philipp Müller2018-08-161-0/+2
* meson: add build options to disable tools and testsTim-Philipp Müller2018-08-121-1/+4
* meson: add options to disable gobject cast checks and glib assertsTim-Philipp Müller2018-08-121-0/+19
* gl/meson: OSX support (CGL and Cocoa)Alessandro Decina2018-08-031-0/+1
* meson: Fix build with x11 dependency is disabledNirbheek Chauhan2018-07-311-0/+2
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-271-35/+35
* meson: rename gtkdoc option to gtk_docTim-Philipp Müller2018-05-211-1/+1
* meson: add install_plugins_helper optionTim-Philipp Müller2018-05-211-1/+8
* meson: use cdata.set_quoted() in more placesTim-Philipp Müller2018-05-201-10/+10
* meson: add 'nls' option to disable translationsTim-Philipp Müller2018-05-201-1/+5
* meson: Update option names to omit disable_ and with- prefixesNirbheek Chauhan2018-05-051-7/+7
* Meson: Generate pc file for all plugins in baseXavier Claessens2018-04-251-0/+7
* meson: use -Wl,-Bsymbolic-functions where supportedTim-Philipp Müller2018-04-251-1/+5
* meson: move some dependency checks to the top levelMathieu Duponchelle2018-04-181-0/+6
* meson: libs: use gnome.mkenums_simple() to generate enumtypes filesAlessandro Decina2018-03-221-4/+1
* allocators: Add DMABuf synchronizationNicolas Dufresne2018-03-211-0/+1
* Back to developmentTim-Philipp Müller2018-03-201-1/+1
* Release 1.14.01.14.0Tim-Philipp Müller2018-03-191-1/+1
* Release 1.13.911.13.91Tim-Philipp Müller2018-03-131-1/+1
* Release 1.13.901.13.90Tim-Philipp Müller2018-03-031-1/+1
* meson: enable more warningsMathieu Duponchelle2018-03-011-0/+49
* Back to developmentTim-Philipp Müller2018-02-151-1/+1
* Release 1.13.11.13.1Tim-Philipp Müller2018-02-151-1/+1
* meson: make version numbers ints and fix int/string comparisonTim-Philipp Müller2018-02-081-5/+5
* meson: use -fno-strict-aliasing if supportedTim-Philipp Müller2018-01-301-0/+5
* meson: use built-in pic kwarg when building static helper libsTim-Philipp Müller2018-01-301-8/+0
* meson: skip translations if gettext is not availableTim-Philipp Müller2017-12-261-1/+5
* meson: remove vs_module_defsHavard Graff2017-10-051-2/+0
* meson: hide symbols by default unless explicitly exportedTim-Philipp Müller2017-08-101-0/+5
* meson: add translationsTim-Philipp Müller2017-07-151-0/+1
* meson: find python3 via python3 moduleTim-Philipp Müller2017-07-071-1/+1
* meson: Allow using glib as a subprojectThibault Saunier2017-06-281-11/+21
* meson: fix with-package-name optionTim-Philipp Müller2017-06-261-3/+4
* meson: use dep.get_pkgconfig_variable()Tim-Philipp Müller2017-06-051-12/+6
* meson: don't need config.h.meson any longerTim-Philipp Müller2017-05-211-3/+1
* meson: make C++ compiler optionalTim-Philipp Müller2017-05-211-1/+3
* meson: add options to set package name and originTim-Philipp Müller2017-05-201-2/+14
* g-i: no need to load registry in g-i scannerTim-Philipp Müller2017-05-041-0/+1
* Back to developmentSebastian Dröge2017-05-041-1/+1
* Release 1.12.01.12.0Sebastian Dröge2017-05-041-1/+1
* Release 1.11.911.11.91Sebastian Dröge2017-04-271-1/+1
* Release 1.11.901.11.90Sebastian Dröge2017-04-071-1/+1
* meson: Update versionSebastian Dröge2017-02-241-1/+1
* meson: bump versionTim-Philipp Müller2017-01-131-1/+1
* meson:doc: Build libraries documentationsThibault Saunier2016-12-161-0/+12
* meson: Support building without Gst debugThibault Saunier2016-12-091-0/+24
* meson: Add headers and libm to has_function checksScott D Phillips2016-11-291-6/+7
* meson: add_global_arguments -> add_project_argumentsScott D Phillips2016-11-181-4/+7
* meson: don't add_global_arguments when being built as a subprojectScott D Phillips2016-11-111-1/+3