summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2018-12-18tests: Enable unit test on WindowsSeungha Yang1-3/+1
2018-11-24meson: Specify encoding to UTF-8 when building with MSVCSeungha Yang1-0/+1
2018-10-08meson: use new 'python' module instead of deprecatedTim-Philipp Müller1-1/+1
2018-09-19meson: add glib-checks option to disable API guards and suchTim-Philipp Müller1-0/+6
2018-08-18meson: add option to disable testsTim-Philipp Müller1-0/+1
2018-08-18meson: clean up some cruftTim-Philipp Müller1-19/+1
2018-08-18meson: add options to disable gobject cast checks and glib assertsTim-Philipp Müller1-0/+19
2018-07-27Add feature options for all pluginsNirbheek Chauhan1-14/+9
2018-07-25meson: Convert common options to feature optionsNirbheek Chauhan1-7/+5
2018-05-21meson: add 'nls' option to disable translationsTim-Philipp Müller1-5/+9
2018-05-05meson: Update option names to omit disable_ and with- prefixesNirbheek Chauhan1-3/+3
2018-04-25Meson: Generate pc file for all plugins in uglyXavier Claessens1-0/+8
2018-04-25meson: use -Wl,-Bsymbolic-functions where supportedTim-Philipp Müller1-1/+5
2018-03-20Back to developmentTim-Philipp Müller1-1/+1
2018-03-19Release 1.14.01.14.0Tim-Philipp Müller1-1/+1
2018-03-13Release 1.13.911.13.91Tim-Philipp Müller1-1/+1
2018-03-03Release 1.13.901.13.90Tim-Philipp Müller1-1/+1
2018-03-01meson: enable more warningsMathieu Duponchelle1-0/+44
2018-02-21meson: simplify GST_DISABLE_GST_DEBUG check and don't use add_global_*Tim-Philipp Müller1-20/+8
2018-02-15Back to developmentTim-Philipp Müller1-1/+1
2018-02-15Release 1.13.11.13.1Tim-Philipp Müller1-1/+1
2018-02-08meson: make version numbers ints and fix int/string comparisonTim-Philipp Müller1-5/+5
2018-01-30meson: use -fno-strict-aliasing where supportedTim-Philipp Müller1-0/+5
2017-12-26meson: skip translations if gettext is not availableTim-Philipp Müller1-1/+5
2017-08-10meson: don't export symbols by defaultTim-Philipp Müller1-0/+5
2017-07-07meson: find python3 via python3 moduleTim-Philipp Müller1-1/+1
2017-06-26meson: fix with-package-name optionTim-Philipp Müller1-3/+4
2017-05-21meson: don't need config.h.meson any longerTim-Philipp Müller1-3/+1
2017-05-20meson: add options to set package name and originTim-Philipp Müller1-2/+13
2017-05-04Back to developmentSebastian Dröge1-1/+1
2017-05-04Release 1.12.01.12.0Sebastian Dröge1-1/+1
2017-04-27Release 1.11.911.11.91Sebastian Dröge1-1/+1
2017-04-07Release 1.11.901.11.90Sebastian Dröge1-1/+1
2017-02-24meson: Update versionSebastian Dröge1-1/+1
2017-01-13meson: bump versionTim-Philipp Müller1-1/+1
2017-01-03meson: Install presets filesThibault Saunier1-0/+1
2016-12-09meson: Support building without Gst debugThibault Saunier1-0/+24
2016-11-18meson: Add ignored warnings for MSVCScott D Phillips1-1/+20
2016-11-01meson: update versionTim-Philipp Müller1-1/+1
2016-10-26meson: Don't depend on gstreamer-check-1.0 on windowsScott D Phillips1-2/+4
2016-10-25Revert "meson: move gstreamer-check-1.0 dependency to tests/check"Nirbheek Chauhan1-0/+2
2016-10-21meson: move gstreamer-check-1.0 dependency to tests/checkScott D Phillips1-2/+0
2016-10-15meson: Don't set c_std to gnu99Nirbheek Chauhan1-1/+0
2016-10-04meson: Make use of new environment object and set plugin path to builddirThibault Saunier1-1/+1
2016-09-30meson: Setup pre commit hook and fix getpluginsdir for standalone caseThibault Saunier1-0/+3
2016-09-30meson: update versionTim-Philipp Müller1-1/+1
2016-09-24meson: hook up translationsTim-Philipp Müller1-0/+1
2016-09-24meson: hook up unit testsTim-Philipp Müller1-2/+1
2016-09-05meson: Bump version to 1.9.2Thibault Saunier1-1/+1
2016-08-23meson: Add support for fallback subprojectsThibault Saunier1-15/+30