platform/upstream/gst-common.git
11 years agorelease.mak: make release target a bit more useful
Tim-Philipp Müller [Sat, 22 Sep 2012 11:59:18 +0000 (12:59 +0100)]
release.mak: make release target a bit more useful

Copy/move files to where they need to go for testing and uploading,
and print download link and sha256 sum for copy'n'pasting into the
release announcement.

11 years agorelease.mak: create SHA256 instead of MD5 sums
Tim-Philipp Müller [Sat, 22 Sep 2012 10:56:34 +0000 (11:56 +0100)]
release.mak: create SHA256 instead of MD5 sums

11 years agoUse GTKDOC_REBASE instead of hard-coding
Руслан Ижбулатов [Wed, 22 Aug 2012 10:42:25 +0000 (14:42 +0400)]
Use GTKDOC_REBASE instead of hard-coding

GTKDOC_REBASE will be set to /bin/true if gtkdoc-rebase is missing.
Remove unused GTK_DOC_USE_REBASE conditional.

Fixes #681635

11 years agogst-glib-gen.mak: use GLIB_GENMARSHAL and GLIB_MKENUMS variables to call glib utils
Lionel Landwerlin [Thu, 7 Jun 2012 11:09:55 +0000 (12:09 +0100)]
gst-glib-gen.mak: use GLIB_GENMARSHAL and GLIB_MKENUMS variables to call glib utils

Use the ones we detected. Also makes them overridable,
which makes cross-compilation easier.

https://bugzilla.gnome.org/show_bug.cgi?id=677617

11 years agogst-glib.m4: check for glib-mkenums and glib-genmarshal and allow them to be overridden
Tim-Philipp Müller [Sat, 16 Jun 2012 19:01:49 +0000 (20:01 +0100)]
gst-glib.m4: check for glib-mkenums and glib-genmarshal and allow them to be overridden

Makes cross-compiling easier.

https://bugzilla.gnome.org/show_bug.cgi?id=677620

11 years agogst-parser.m4: Fix flex version check for OSX 10.8
James William Dumay [Mon, 23 Jul 2012 06:41:04 +0000 (08:41 +0200)]
gst-parser.m4: Fix flex version check for OSX 10.8

Fixes bug #680428.

12 years agom4: Move AC_CANONICAL_HOST/_TARGET into AG_GST_INIT
Edward Hervey [Fri, 8 Jun 2012 10:57:14 +0000 (12:57 +0200)]
m4: Move AC_CANONICAL_HOST/_TARGET into AG_GST_INIT

They need to be called before AC_ARG_PROGRAM

12 years agogst-arch.m4: Fix cpu defines
Edward Hervey [Wed, 6 Jun 2012 16:08:26 +0000 (18:08 +0200)]
gst-arch.m4: Fix cpu defines

We were detecting the host cpu (and not the target one).

12 years ago.gitignore: Ignore temporary checkout directories
Edward Hervey [Fri, 1 Jun 2012 08:24:53 +0000 (10:24 +0200)]
.gitignore: Ignore temporary checkout directories

12 years agom4: as-objc.m4 is gone
Edward Hervey [Fri, 1 Jun 2012 08:18:08 +0000 (10:18 +0200)]
m4: as-objc.m4 is gone

12 years agom4: Update gtk-doc m4 macros to those of gtk-doc 1.18
Sebastian Rasmussen [Wed, 30 May 2012 00:00:02 +0000 (02:00 +0200)]
m4: Update gtk-doc m4 macros to those of gtk-doc 1.18

12 years agom4: Don't use -Wno-non-virtual-dtor for objc
Sebastian Dröge [Wed, 30 May 2012 10:37:00 +0000 (12:37 +0200)]
m4: Don't use -Wno-non-virtual-dtor for objc

12 years agom4: Add macro to check for OBJC specific compiler (warning) flags
Sebastian Dröge [Wed, 30 May 2012 09:10:13 +0000 (11:10 +0200)]
m4: Add macro to check for OBJC specific compiler (warning) flags

See bug #643939.

12 years agogst-args.m4: append gcov flags to CFLAGS instead of replacing them
Sebastian Rasmussen [Fri, 25 May 2012 21:13:59 +0000 (23:13 +0200)]
gst-args.m4: append gcov flags to CFLAGS instead of replacing them

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676846

12 years agogstdoc-scangobj: Update plugin scanner to not use private, hidden API
Sebastian Dröge [Sun, 13 May 2012 13:54:11 +0000 (15:54 +0200)]
gstdoc-scangobj: Update plugin scanner to not use private, hidden API

12 years agoupdate-common: gst-omx wants an updated common module too
Sebastian Dröge [Mon, 16 Apr 2012 07:13:50 +0000 (09:13 +0200)]
update-common: gst-omx wants an updated common module too

12 years agorelease.mak: want no .tar.bz2 no more
Tim-Philipp Müller [Fri, 13 Apr 2012 23:22:41 +0000 (00:22 +0100)]
release.mak: want no .tar.bz2 no more

Out with the old, in with the new.

12 years agoas-libtool: Use modern libtool initialization
Sebastian Dröge [Fri, 13 Apr 2012 11:35:21 +0000 (13:35 +0200)]
as-libtool: Use modern libtool initialization

12 years agogst-autogen.sh: Remove checks for obsolete autotools versions
Sebastian Dröge [Fri, 13 Apr 2012 11:34:56 +0000 (13:34 +0200)]
gst-autogen.sh: Remove checks for obsolete autotools versions

12 years agoupdate-common: don't update gst-python's common any more
Tim-Philipp Müller [Sat, 7 Apr 2012 19:19:43 +0000 (20:19 +0100)]
update-common: don't update gst-python's common any more

There's no gst-python for 0.11/1.0.

12 years agoUpdate update-common script to work with branch master too
Sebastian Dröge [Thu, 5 Apr 2012 16:47:33 +0000 (18:47 +0200)]
Update update-common script to work with branch master too

12 years agoupdate-common: Use correct branch and this script requires bash
Sebastian Dröge [Thu, 5 Apr 2012 16:24:47 +0000 (18:24 +0200)]
update-common: Use correct branch and this script requires bash

12 years agoUpdate for GST_MAJORMINOR -> GST_API_VERSION change
Sebastian Dröge [Thu, 5 Apr 2012 15:43:52 +0000 (17:43 +0200)]
Update for GST_MAJORMINOR -> GST_API_VERSION change

12 years agoMerge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller [Mon, 12 Mar 2012 13:11:26 +0000 (13:11 +0000)]
Merge remote-tracking branch 'origin/master' into 0.11

12 years agom4: fix AC_LANG_SOURCE warnings in AG_GST_CHECK_GST_DEBUG_DISABLED
Tim-Philipp Müller [Fri, 9 Mar 2012 16:52:37 +0000 (16:52 +0000)]
m4: fix AC_LANG_SOURCE warnings in AG_GST_CHECK_GST_DEBUG_DISABLED

12 years agoMerge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller [Thu, 8 Mar 2012 19:49:59 +0000 (19:49 +0000)]
Merge remote-tracking branch 'origin/master' into 0.11

12 years agocheck.mak: add 'make foo/bar.check-norepeat' option
Tim-Philipp Müller [Wed, 7 Mar 2012 12:33:13 +0000 (12:33 +0000)]
check.mak: add 'make foo/bar.check-norepeat' option

When debugging specific test case failures, we dont' want the
test to be run again with GST_DEBUG=*:2, that just clutters
the log and makes everything more complicated.

Add foo/bar.check-norepeat target to run the test exactly
once and stop when it fails.

12 years agoMerge branch 'master' into 0.11
Thomas Vander Stichele [Wed, 25 Jan 2012 13:26:17 +0000 (14:26 +0100)]
Merge branch 'master' into 0.11

12 years agoupdate-common: read the url to push to from config
Thomas Vander Stichele [Wed, 25 Jan 2012 13:20:52 +0000 (14:20 +0100)]
update-common: read the url to push to from config

12 years agogstdoc-scangobj: use gst_registry_get
Thomas Vander Stichele [Wed, 25 Jan 2012 11:57:22 +0000 (12:57 +0100)]
gstdoc-scangobj: use gst_registry_get

12 years agogtk-doc-plugins.mak: fail on compiling scanner
Thomas Vander Stichele [Wed, 25 Jan 2012 11:56:42 +0000 (12:56 +0100)]
gtk-doc-plugins.mak: fail on compiling scanner

12 years agoMerge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller [Fri, 20 Jan 2012 15:58:00 +0000 (15:58 +0000)]
Merge remote-tracking branch 'origin/master' into 0.11

12 years agom4: add AG_GST_CHECK_UNINSTALLED_SETUP macro
Tim-Philipp Müller [Fri, 20 Jan 2012 15:19:44 +0000 (15:19 +0000)]
m4: add AG_GST_CHECK_UNINSTALLED_SETUP macro

12 years agoMerge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller [Thu, 19 Jan 2012 14:15:08 +0000 (14:15 +0000)]
Merge remote-tracking branch 'origin/master' into 0.11

12 years agogst-args: add AG_GST_ARG_DISABLE_FATAL_WARNINGS to provide --disable-fatal-warnings...
Colin Walters [Thu, 19 Jan 2012 13:37:12 +0000 (13:37 +0000)]
gst-args: add AG_GST_ARG_DISABLE_FATAL_WARNINGS to provide --disable-fatal-warnings configure option

It's reasonable to build from git, but not want to turn all compiler
warnings into fatal errors.  For example, GNOME's jhbuild helps people
get newer versions of software than came from their distribution, but
they may not necessarily want to hack on it.

12 years agogst-glib2.m4: Add a check for GIO too
Sebastian Dröge [Wed, 18 Jan 2012 15:44:22 +0000 (16:44 +0100)]
gst-glib2.m4: Add a check for GIO too

We depend on it unconditionally now in core and elsewhere.

12 years agoupdate-common: our branch is 0.11
Tim-Philipp Müller [Wed, 4 Jan 2012 19:48:27 +0000 (19:48 +0000)]
update-common: our branch is 0.11

12 years agoupdate-common: add support for branches
Tim-Philipp Müller [Wed, 4 Jan 2012 19:34:03 +0000 (19:34 +0000)]
update-common: add support for branches

12 years agoMerge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller [Mon, 26 Dec 2011 00:12:57 +0000 (00:12 +0000)]
Merge remote-tracking branch 'origin/master' into 0.11

12 years agom4: remove AG_GST_CHECK_GST_GDP for removed library
Tim-Philipp Müller [Mon, 26 Dec 2011 00:12:19 +0000 (00:12 +0000)]
m4: remove AG_GST_CHECK_GST_GDP for removed library

12 years agogst.supp: suppress global allocs in g_type_init*() more effectively
Tim-Philipp Müller [Tue, 6 Dec 2011 00:58:34 +0000 (00:58 +0000)]
gst.supp: suppress global allocs in g_type_init*() more effectively

12 years agogstdoc-scangobj: port to current 0.11 API
Tim-Philipp Müller [Fri, 11 Nov 2011 01:22:36 +0000 (01:22 +0000)]
gstdoc-scangobj: port to current 0.11 API

12 years agoMerge branch 'master' into 0.11
Wim Taymans [Wed, 9 Nov 2011 11:10:42 +0000 (12:10 +0100)]
Merge branch 'master' into 0.11

12 years agom4: add AG_GST_CHECK_GST_DEBUG_DISABLED
Tim-Philipp Müller [Wed, 9 Nov 2011 00:32:27 +0000 (00:32 +0000)]
m4: add AG_GST_CHECK_GST_DEBUG_DISABLED

12 years agoadd net library
Wim Taymans [Thu, 3 Nov 2011 15:35:47 +0000 (16:35 +0100)]
add net library

12 years agoMerge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller [Wed, 2 Nov 2011 16:34:07 +0000 (16:34 +0000)]
Merge remote-tracking branch 'origin/master' into 0.11

12 years agogst-glib2.m4: export GLIB_EXTRA_CFLAGS to Makefile
Tim-Philipp Müller [Mon, 31 Oct 2011 17:43:18 +0000 (17:43 +0000)]
gst-glib2.m4: export GLIB_EXTRA_CFLAGS to Makefile

So make GLIB_EXTRA_CFLAGS=... works

12 years agocheck-exports: update for new symbol export regexp
Tim-Philipp Müller [Sat, 8 Oct 2011 14:35:32 +0000 (15:35 +0100)]
check-exports: update for new symbol export regexp

12 years agoMerge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller [Sat, 8 Oct 2011 14:34:45 +0000 (15:34 +0100)]
Merge remote-tracking branch 'origin/master' into 0.11

12 years agocheck-exports: no need to blacklist gstparse symbols any more
Tim-Philipp Müller [Sat, 8 Oct 2011 14:26:34 +0000 (15:26 +0100)]
check-exports: no need to blacklist gstparse symbols any more

12 years agoMerge remote-tracking branch 'origin/master' into 0.11
Edward Hervey [Wed, 21 Sep 2011 11:42:58 +0000 (13:42 +0200)]
Merge remote-tracking branch 'origin/master' into 0.11

12 years agointrospection.m4: Update from upstream
Johan Dahlin [Mon, 29 Aug 2011 13:09:03 +0000 (10:09 -0300)]
introspection.m4: Update from upstream

https://bugzilla.gnome.org/show_bug.cgi?id=657638

12 years agodocs: remove a stray @ in makefile
Stefan Sauer [Tue, 6 Sep 2011 19:23:26 +0000 (21:23 +0200)]
docs: remove a stray @ in makefile

12 years agodocs: support multiple source-dirs like we do in upstream
Stefan Sauer [Tue, 6 Sep 2011 12:07:12 +0000 (14:07 +0200)]
docs: support multiple source-dirs like we do in upstream

This lets us specify gst,ext,sys dirs for plugin docs.

12 years agodocs: also clean content files in out-of-srcdir build
Stefan Sauer [Mon, 5 Sep 2011 13:19:38 +0000 (15:19 +0200)]
docs: also clean content files in out-of-srcdir build

12 years agom4: Add support for non-ported plugins
Edward Hervey [Tue, 2 Aug 2011 09:27:05 +0000 (11:27 +0200)]
m4: Add support for non-ported plugins

This allows defining a GST_PLUGINS_NONPORTED in the configure.ac of various
modules.
AG_GST_CHECK_PLUGIN and AG_GST_CHECK_FEATURE will properly handle non-ported
plugins and configure will report the list of non-ported plugins at the end

12 years agoMerge remote-tracking branch 'origin/master' into HEAD
Edward Hervey [Tue, 2 Aug 2011 09:26:45 +0000 (11:26 +0200)]
Merge remote-tracking branch 'origin/master' into HEAD

13 years agoorc.m4: cross-compile search for orcc.
Maarten Bosmans [Thu, 23 Jun 2011 18:23:53 +0000 (11:23 -0700)]
orc.m4: cross-compile search for orcc.

Search for orcc in the path when cross-compiling and the orcc
found by pkg-config doesn't work.

Signed-off-by: David Schleef <ds@schleef.org>
13 years agogst-args.m4: remove duplicated "no" message
Stefan Kost [Sat, 11 Jun 2011 20:17:20 +0000 (23:17 +0300)]
gst-args.m4: remove duplicated "no" message

13 years agodocs: more out-of-srcdir plugin build fixing
Stefan Kost [Fri, 20 May 2011 14:29:58 +0000 (17:29 +0300)]
docs: more out-of-srcdir plugin build fixing

13 years agodocs: further implement merging from doc-updates
Stefan Kost [Thu, 19 May 2011 13:42:43 +0000 (16:42 +0300)]
docs: further implement merging from doc-updates

Also merge interfaces and prerequisites files. Sort types before outputing the
hierarchy. This already avoid delta that would just have re-ordered entries.

13 years agoscangobj: output detailed progress on make V=1
Stefan Kost [Thu, 19 May 2011 12:17:55 +0000 (15:17 +0300)]
scangobj: output detailed progress on make V=1

13 years agodocs: update todo comment
Stefan Kost [Wed, 18 May 2011 21:38:43 +0000 (00:38 +0300)]
docs: update todo comment

13 years agodocs: only use --verbose on gtkdoc-mkhtml where supported
Stefan Kost [Wed, 18 May 2011 20:07:16 +0000 (23:07 +0300)]
docs: only use --verbose on gtkdoc-mkhtml where supported

This would require gtk-doc >=1.18 (unreleased yet) and we don't want to do that
for cosmetic fixes.

13 years agoplugin-docs: remove needless inspect rule
Stefan Kost [Wed, 18 May 2011 20:02:08 +0000 (23:02 +0300)]
plugin-docs: remove needless inspect rule

This rule causes rebuilds during make install. We can ensure the directory
in the scanobj-build.stamp rule.

13 years agodocs: further reduce delta to upstream makefiles
Stefan Kost [Wed, 18 May 2011 20:00:32 +0000 (23:00 +0300)]
docs: further reduce delta to upstream makefiles

Also remove some cruft (e.g. the FC3 comments simplay don't make sense (anymore)
- the scanner is removing its own files).

13 years agodocs: don't install devhelp (1) files anymore
Stefan Kost [Wed, 18 May 2011 19:16:50 +0000 (22:16 +0300)]
docs: don't install devhelp (1) files anymore

Next gtk-doc release is dropping them too.

13 years agogst-feature.m4: Remove AG_GST_CHECK_CONFIGPROG
David Schleef [Tue, 10 May 2011 23:37:18 +0000 (16:37 -0700)]
gst-feature.m4: Remove AG_GST_CHECK_CONFIGPROG

No longer do we accept the abomination that is the -config
script.

13 years agoscangobj, make: behave according to build verbosity
Stefan Kost [Wed, 18 May 2011 12:58:48 +0000 (15:58 +0300)]
scangobj, make: behave according to build verbosity

Add --verbose parameter to scangobj (like upstream gtk-doc). Check the flags in
the makefile and pass them to the gtkdoc tools.

13 years agoscanobj-merge: fix python deprecation warning and be silent
Stefan Kost [Wed, 18 May 2011 12:56:46 +0000 (15:56 +0300)]
scanobj-merge: fix python deprecation warning and be silent

Remove the parameter as it was not used anyway.

13 years agogtk-doc*.mak: echo build style in a automake a like way
Stefan Kost [Mon, 2 May 2011 12:24:57 +0000 (15:24 +0300)]
gtk-doc*.mak: echo build style in a automake a like way

13 years agogtk-doc.mak: update setup, cleanup rules
Stefan Kost [Mon, 2 May 2011 11:36:42 +0000 (14:36 +0300)]
gtk-doc.mak: update setup, cleanup rules

Simplify files the rules (sync'ed to upstream).

13 years agogtk-doc*.mak: don't tee build log output to files
Stefan Kost [Mon, 2 May 2011 11:33:14 +0000 (14:33 +0300)]
gtk-doc*.mak: don't tee build log output to files

We can use gtkdoc-check if we want to have an automated way of e.g. failing
dist-check on incomplete docs.

13 years agogtk-doc*.mak: be a lot less noisy when building the docs.
Stefan Kost [Mon, 2 May 2011 11:22:53 +0000 (14:22 +0300)]
gtk-doc*.mak: be a lot less noisy when building the docs.

Don't echo the command we run.

13 years agogtk-doc.mak: remove non-sense setup.stamp and use setup-build.stamp
Stefan Kost [Mon, 2 May 2011 10:54:58 +0000 (13:54 +0300)]
gtk-doc.mak: remove non-sense setup.stamp and use setup-build.stamp

In gtk-doc some tools producs .stamp where the makefile rules produce -build.stamp.

13 years agoscangobj: be less noisy
Stefan Kost [Mon, 11 Apr 2011 07:33:35 +0000 (10:33 +0300)]
scangobj: be less noisy

Unify mixed use of g_print and g_message to use g_message and comment out by
default (would only be needed to debug things).

13 years agogst.supp: Ignore invalid reads in sed when generating the registry
Sebastian Dröge [Fri, 6 May 2011 12:05:23 +0000 (14:05 +0200)]
gst.supp: Ignore invalid reads in sed when generating the registry

sed is called because the registry helper application is started
via the libtool shell script.

13 years agogst.supp: Make __dcigettext() suppressions a bit more generic to also cover GstPreset
Sebastian Dröge [Fri, 6 May 2011 12:01:38 +0000 (14:01 +0200)]
gst.supp: Make __dcigettext() suppressions a bit more generic to also cover GstPreset

13 years agogst.supp: Add suppression for the GstSystemClock GstPoll
Sebastian Dröge [Fri, 6 May 2011 12:00:28 +0000 (14:00 +0200)]
gst.supp: Add suppression for the GstSystemClock GstPoll

GstSystemClock is a singleton and does not leak anything.

13 years agogst.supp: Add some suppressions for glibc 2.13-2 as in Debian/unstable
Sebastian Dröge [Fri, 6 May 2011 11:41:48 +0000 (13:41 +0200)]
gst.supp: Add some suppressions for glibc 2.13-2 as in Debian/unstable

13 years agogst.supp: make valgrind ignore leaks in the plugin scanner
Tim-Philipp Müller [Sun, 24 Apr 2011 12:43:23 +0000 (13:43 +0100)]
gst.supp: make valgrind ignore leaks in the plugin scanner

Ignore leaks in the exec'd plugin scanner, which doesn't clean up
properly.

13 years agogtk-doc-plugins.mak: don't cat the ununsed symbols
Stefan Kost [Mon, 4 Apr 2011 12:36:58 +0000 (15:36 +0300)]
gtk-doc-plugins.mak: don't cat the ununsed symbols

This is very noisy, we can check this during make check and anyway this list is
avavilable in the report file. Was introduced with commit 9a5025a2.

13 years agoscangobj: move unlinking the .new files to merge
Stefan Kost [Mon, 4 Apr 2011 12:30:49 +0000 (15:30 +0300)]
scangobj: move unlinking the .new files to merge

Add a comment to gstdpoc-scangobj and move the unlink to scangobj-merge. Ideally
we fold the functionality of scangobj-merge into gstdoc-scangobj.

13 years agogtk-doc-plugins.mak: Only check for the hierarchy file if gtk-doc is enabled
Sebastian Dröge [Fri, 25 Mar 2011 21:03:28 +0000 (22:03 +0100)]
gtk-doc-plugins.mak: Only check for the hierarchy file if gtk-doc is enabled

13 years agodistcheck: fix distcheck
Stefan Kost [Fri, 25 Mar 2011 12:51:45 +0000 (14:51 +0200)]
distcheck: fix distcheck

Clean inspect files. Don't leave *{args,signals}.new files.

13 years agoscanobj: use more named constants in ranges
Stefan Kost [Fri, 25 Mar 2011 12:50:24 +0000 (14:50 +0200)]
scanobj: use more named constants in ranges

Flip the order of case branches and make them fall through to also match the
constants for smaller sizes.

13 years agoscanobj: trim trailing whitespace
Stefan Kost [Fri, 25 Mar 2011 12:49:54 +0000 (14:49 +0200)]
scanobj: trim trailing whitespace

13 years agocoverage: The separator in the lcov -l output is a pipe, no colon
Sebastian Dröge [Fri, 25 Mar 2011 08:25:59 +0000 (09:25 +0100)]
coverage: The separator in the lcov -l output is a pipe, no colon

13 years agocoverage: Fix removal of coverage data for files outside our source tree
Sebastian Dröge [Fri, 25 Mar 2011 07:56:10 +0000 (08:56 +0100)]
coverage: Fix removal of coverage data for files outside our source tree

And remove the plugin scanner from the coverage data.

13 years agoplugin-docs: also allow updating docs in out-of-srcdir setup
Stefan Kost [Thu, 24 Mar 2011 16:38:55 +0000 (18:38 +0200)]
plugin-docs: also allow updating docs in out-of-srcdir setup

13 years agoplugin-docs: be less noisy
Stefan Kost [Thu, 24 Mar 2011 16:38:28 +0000 (18:38 +0200)]
plugin-docs: be less noisy

13 years agoplugin-docs: add 'inpsect' target to phony
Stefan Kost [Thu, 24 Mar 2011 16:24:03 +0000 (18:24 +0200)]
plugin-docs: add 'inpsect' target to phony

13 years agoplugin-docs: use the DOC_SOURCE_DIR from Makefile.am instead of an arbitrary one
Stefan Kost [Thu, 24 Mar 2011 16:23:15 +0000 (18:23 +0200)]
plugin-docs: use the DOC_SOURCE_DIR from Makefile.am instead of an arbitrary one

13 years agoplugin-docs: update comments
Stefan Kost [Thu, 24 Mar 2011 16:22:14 +0000 (18:22 +0200)]
plugin-docs: update comments

13 years agoplugin-docs: remove -undocumented from scan files
Stefan Kost [Thu, 24 Mar 2011 16:20:16 +0000 (18:20 +0200)]
plugin-docs: remove -undocumented from scan files

It is a report file. Clear the report files in addition instead.

13 years agoplugin-docs: set neutral local to minimize changes
Stefan Kost [Thu, 24 Mar 2011 16:19:09 +0000 (18:19 +0200)]
plugin-docs: set neutral local to minimize changes

13 years agoplugin-docs: don't hardcode the inspect dir all over the place
Stefan Kost [Thu, 24 Mar 2011 16:15:34 +0000 (18:15 +0200)]
plugin-docs: don't hardcode the inspect dir all over the place

13 years agoscanobj: sync with gtk-doc variant
Stefan Kost [Thu, 24 Mar 2011 15:46:42 +0000 (17:46 +0200)]
scanobj: sync with gtk-doc variant

Remve gtk/gdk specific code as we did in upstream. Add various small formatting
and robustness improvements.

13 years agospelling: fix spelling in comment and message
Stefan Kost [Thu, 24 Mar 2011 09:35:09 +0000 (11:35 +0200)]
spelling: fix spelling in comment and message

13 years agoAdd git post-receive hook so we can version control it
Tim-Philipp Müller [Thu, 3 Mar 2011 10:02:33 +0000 (10:02 +0000)]
Add git post-receive hook so we can version control it

Changes are not automatically propagated to the server though (yet).

Mind, the existing pre-receive.hook in git doesn't seem to match the
script installed on the git server, needs some updating on both ends.