summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2017-05-21meson: make C++ compiler optionalHEADmasterTim-Philipp Müller1-1/+1
2017-05-13meson: add options to set package name and originTim-Philipp Müller1-2/+13
2017-05-09meson: bump meson version requirement to 0.40.1Tim-Philipp Müller1-1/+1
2017-05-05meson: add gst-ptp-helperTim-Philipp Müller1-4/+4
2017-05-05meson: fix indentationTim-Philipp Müller1-4/+4
2017-05-04g-i: no need to load registry in g-i scannerTim-Philipp Müller1-0/+1
2017-05-04meson: install gst-element-check-1.0.m4Tim-Philipp Müller1-0/+2
2017-05-04Back to developmentSebastian Dröge1-1/+1
2017-05-04Release 1.12.0Sebastian Dröge1-1/+1
2017-04-27Release 1.11.91Sebastian Dröge1-1/+1
2017-04-09meson: Add check for glib-mkenumsSebastian Dröge1-0/+3
2017-04-07Release 1.11.90Sebastian Dröge1-1/+1
2017-04-04meson: Add bash completion supportNicolas Dufresne1-1/+37
2017-02-24meson: Add an option to disable usage of libunwindThibault Saunier1-13/+17
2017-02-24meson: Update versionSebastian Dröge1-1/+1
2017-01-13meson: bump versionTim-Philipp Müller1-1/+1
2016-12-21meson: Add several missing features from configure.acNirbheek Chauhan1-6/+70
2016-12-21build: Remove unused functionsNirbheek Chauhan1-7/+0
2016-12-21meson: Derive defines from header/function namesNirbheek Chauhan1-112/+55
2016-12-17meson: Don't search for python3 twiceNirbheek Chauhan1-2/+8
2016-12-09meson: Support building with Gst debug disabledThibault Saunier1-0/+6
2016-12-09libcheck: Update the compatibility code and checksNirbheek Chauhan1-8/+28
2016-11-29meson: Set default debug level to ERROR when running from gitThibault Saunier1-2/+8
2016-11-25meson: Support execinfo.h on FreeBSD by using -lexecinfoTing-Wei Lan1-8/+16
2016-11-18meson: add_global_arguments -> add_project_argumentsScott D Phillips1-2/+7
2016-11-14meson: require meson 0.36 and use new `pic` arg on static libsThibault Saunier1-9/+1
2016-11-11meson: don't add_global_arguments when being built as a subprojectScott D Phillips1-1/+1
2016-11-04meson: Unset the plugin paths to generate the .gir filesThibault Saunier1-1/+5
2016-11-04gst: Use libunwind/libdw to generate backtraces if avalaibleThibault Saunier1-0/+21
2016-11-01meson: update versionTim-Philipp Müller1-1/+1
2016-10-25meson: Add an option to explicitly disable gtk-docNirbheek Chauhan1-6/+7
2016-10-20Revert "meson: Use the new `pic` argument on static libs"Thibault Saunier1-0/+8
2016-10-20meson: Use the new `pic` argument on static libsThibault Saunier1-8/+0
2016-10-18build: Apply XCode 8 workaround for iOS tooNirbheek Chauhan1-9/+17
2016-10-15meson: Don't use c_std=c99Nirbheek Chauhan1-1/+0
2016-10-14meson: Make use of new environment object and set plugin path to builddirThibault Saunier1-1/+1
2016-10-13build: Fix clock_gettime check with XCode 8Nirbheek Chauhan1-2/+24
2016-09-30meson: Setup pre-commit hooks when configuringThibault Saunier1-0/+3
2016-09-30meson: update versionTim-Philipp Müller1-1/+1
2016-09-27meson: tracers: signal availability of libunwind and backtrace() to codeTim-Philipp Müller1-1/+0
2016-09-26meson: Build tracersThibault Saunier1-0/+8
2016-09-24meson: remove incorrect and unneeded check for ptrdiff_tTim-Philipp Müller1-4/+0
2016-09-13gstconfig: Use __declspec when built with MinGW and linking with MSVCNirbheek Chauhan1-8/+8
2016-09-05meson: Fix building with meson 0.34Thibault Saunier1-1/+1
2016-09-05meson: Allow others to build GIR files when using GStreamer as subprojectThibault Saunier1-2/+2
2016-08-26gstconfig: Decide GST_EXPORT declaration style at build timeNirbheek Chauhan1-0/+8
2016-08-25meson: doc: Fix building documentation when using subprojectsThibault Saunier1-2/+7
2016-08-19Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+277