Age | Commit message (Expand) | Author | Files | Lines |
2006-07-02 | add pkg string | Thomas Vander Stichele | 1 | -1/+1 |
2006-07-02 | add an inspect target that inspects every element feature, so we can have tha... | Thomas Vander Stichele | 4 | -0/+37 |
2006-07-02 | m4/gst-args.m4: when building with gcov, reset CFLAGS and friends to O0 | Thomas Vander Stichele | 2 | -0/+18 |
2006-07-01 | m4/gst-args.m4: Find the gcov that matches the gcc version | Thomas Vander Stichele | 2 | -0/+14 |
2006-07-01 | copy coverage reporting files from dbus | Thomas Vander Stichele | 5 | -1/+442 |
2006-07-01 | m4/gst-args.m4: libtool strips gcov's -f flags, so libgcov does not get linke... | Thomas Vander Stichele | 2 | -1/+18 |
2006-06-22 | m4/gst-feature.m4: Show list of plugins without external dependencies that wi... | Peter Kjellerstedt | 2 | -4/+24 |
2006-06-15 | m4/gst-plugin-docs.m4: add GST_PLUGIN_DOCS, which checks for everything neede... | Tim-Philipp Müller | 2 | -0/+72 |
2006-06-11 | also notify when plugins will be built | Thomas Vander Stichele | 1 | -0/+2 |
2006-06-11 | remove removed macro | Thomas Vander Stichele | 1 | -1/+0 |
2006-06-11 | m4/gst-check.m4: add GST_PKG_CHECK_MODULES, which in the normal case of check... | Thomas Vander Stichele | 4 | -30/+60 |
2006-06-06 | m4/gst-arch.m4: add PPC64 so we can have separate structure sizes for it | Thomas Vander Stichele | 2 | -1/+10 |
2006-06-05 | gtk-doc.mak: Check for the proper .devhelp2 file to remove. | Edward Hervey | 2 | -1/+6 |
2006-05-31 | gtk-doc.mak: allow a magic variable to suppress errors from docbuilding | Thomas Vander Stichele | 2 | -1/+6 |
2006-05-30 | gtk-doc.mak: error out if gtkdoc-mktmpl finds unused declarations | Thomas Vander Stichele | 2 | -3/+7 |
2006-05-28 | gst.supp: Reverting previous commit. | Edward Hervey | 2 | -11/+5 |
2006-05-28 | gst.supp: Added suppresion for memleak in g_option_context_parse on fc5-64 | Edward Hervey | 2 | -0/+16 |
2006-05-18 | m4/gst-check.m4: set GSTPB_PLUGINS_DIR just like GST_PLUGINS_DIR | Thomas Vander Stichele | 2 | -0/+15 |
2006-05-18 | check.mak: Fix 'make help' in check directories, it should be 'valgrind.gen-s... | Tim-Philipp Müller | 2 | -1/+9 |
2006-05-18 | m4/gst-arch.m4: add support for CRIS and CRISv32. | Peter Kjellerstedt | 2 | -1/+16 |
2006-05-17 | Mention bug fixed in previous commit | Jan Schmidt | 1 | -1/+1 |
2006-05-17 | m4/gst-args.m4: Fix the macros for command-line supplied package and origin n... | Jan Schmidt | 2 | -2/+8 |
2006-05-14 | gtk-doc.mak: Add uninstall rule to remove .devhelp2 files. | Jan Schmidt | 1 | -0/+5 |
2006-05-14 | configure.ac: releasing 0.10.6, "Take the cannoli" | Jan Schmidt | 1 | -0/+3 |
2006-05-09 | gst.supp: Add suppression for GSlice version of g_type_init calloc leak | Edward Hervey | 2 | -0/+17 |
2006-04-29 | move upload.mak to common | Thomas Vander Stichele | 2 | -1/+34 |
2006-04-10 | add test for amrnbenc, enable test infrastructure, and fix a leak | Thomas Vander Stichele | 1 | -2/+6 |
2006-04-06 | add comments | Thomas Vander Stichele | 1 | -0/+6 |
2006-04-05 | gst.supp: Delete a bogus suppression for the registry code. | Michael Smith | 2 | -26/+6 |
2006-04-04 | Add yet-another dlopen-related suppression | Michael Smith | 1 | -0/+15 |
2006-04-04 | gst.supp: Add a leak suppression: the existing glibc-doesn't-free-TLS one was... | Michael Smith | 2 | -0/+17 |
2006-04-04 | gst.supp: Add some minimally-neccesary suppressions for my x86/dapper system. | Michael Smith | 2 | -0/+30 |
2006-04-01 | disable use of AS_LIBTOOL_TAGS, it doesn't work correctly | Thomas Vander Stichele | 1 | -0/+14 |
2006-04-01 | plugins.xsl: Do not display an origin link if origin does not start with http | Thomas Vander Stichele | 2 | -4/+18 |
2006-04-01 | m4/: add more macros | Thomas Vander Stichele | 4 | -0/+159 |
2006-04-01 | m4/as-version.m4: newer version | Thomas Vander Stichele | 4 | -49/+73 |
2006-03-31 | releasing 0.10.1 | Thomas Vander Stichele | 1 | -1/+1 |
2006-03-26 | same problem on 64 bit | Thomas Vander Stichele | 1 | -1/+1 |
2006-03-24 | gst.supp: add a suppression for g_parse_debug_string | Thomas Vander Stichele | 2 | -0/+19 |
2006-03-23 | gstdoc-scangobj: sync fully with gtkdoc-0.15 | Stefan Kost | 2 | -82/+125 |
2006-03-23 | g/: sync a little with gtk-doc mainline | Stefan Kost | 3 | -1/+14 |
2006-03-17 | update valgrind suppressions | Wim Taymans | 2 | -73/+87 |
2006-03-09 | m4/check.m4: fix test so it actually works when the normal check is used over... | Thomas Vander Stichele | 2 | -0/+9 |
2006-03-08 | check.mak: Set G_SLICE=always-malloc when valgrinding tests (closes #333272) | Jan Schmidt | 2 | -0/+7 |
2006-02-20 | m4/gst-glib2.m4: Fix debug output when the GLib version prerequisite is not f... | Jan Schmidt | 2 | -1/+6 |
2006-02-13 | m4/check.m4: Hack around Debian/Ubuntu's broken installation of the PIC versi... | Andy Wingo | 2 | -48/+99 |
2006-02-06 | m4/gst-default.m4: switch to auto* sinks for defaults | Thomas Vander Stichele | 2 | -2/+7 |
2006-02-02 | common/gst.supp: Added more suppressions | Wim Taymans | 1 | -0/+19 |
2006-02-02 | check.mak: add a .valgrind.gen-suppressions target to aid in generating suppr... | Wim Taymans | 3 | -1/+67 |
2006-02-02 | gtk-doc-plugins.mak: only add srcdir/gst if it exists | Thomas Vander Stichele | 2 | -10/+16 |