summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2005-10-08Makefile.am: remove include dirThomas Vander Stichele
Original commit message from CVS: * Makefile.am: remove include dir * configure.ac: remove PLUGINS_BUILDDIR stuff * gst/gst.c: (init_post): reorder parsing of GST_PLUGIN_PATH and GST_PLUGIN_SYSTEM_PATH * idiottest.mak: remove, it was condescending and not needed
2005-09-17add valgrind target; disable gstplugin until it passesThomas Vander Stichele
Original commit message from CVS: add valgrind target; disable gstplugin until it passes
2005-09-03enable docs build for distcheckThomas Vander Stichele
Original commit message from CVS: enable docs build for distcheck
2005-09-03clean up docs build a little; have docdir be an overridable install ↵Thomas Vander Stichele
location; separate gtk-doc and docbook bits Original commit message from CVS: clean up docs build a little; have docdir be an overridable install location; separate gtk-doc and docbook bits
2005-07-05better report genration target (lcov needs a patch)Stefan Kost
Original commit message from CVS: better report genration target (lcov needs a patch)
2005-06-03added support for html unit test coverage reportsStefan Kost
Original commit message from CVS: added support for html unit test coverage reports
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure ↵Wim Taymans
the API is threadsafe. Needs more work. Mor... Original commit message from CVS: First THREADED backport attempt, focusing on adding locks and making sure the API is threadsafe. Needs more work. More docs follow this week.
2004-08-17fix buildThomas Vander Stichele
Original commit message from CVS: fix build
2004-08-16temporary local files are .gmo not .moSteve Lhomme
Original commit message from CVS: temporary local files are .gmo not .mo
2004-08-13add win32 - fixes 149981Thomas Vander Stichele
Original commit message from CVS: add win32 - fixes 149981
2004-05-03updated translationsThomas Vander Stichele
Original commit message from CVS: updated translations
2004-04-20fix po download fix buglet in docs makefileThomas Vander Stichele
Original commit message from CVS: fix po download fix buglet in docs makefile
2004-03-18dist common properlyThomas Vander Stichele
Original commit message from CVS: dist common properly
2004-03-17use release.makThomas Vander Stichele
Original commit message from CVS: use release.mak
2004-02-27adding back RELEASE clean up disting of built filesThomas Vander Stichele
Original commit message from CVS: adding back RELEASE clean up disting of built files
2004-02-12touchThomas Vander Stichele
Original commit message from CVS: touch
2004-02-12we love 80Thomas Vander Stichele
Original commit message from CVS: we love 80
2004-02-06bump nano add release targetThomas Vander Stichele
Original commit message from CVS: bump nano add release target
2004-01-09Add option --enable-gcov to build GStreamer with -fprofile-arcs and ↵David Schleef
-ftest-coverage, which allows gcov to show inform... Original commit message from CVS: Add option --enable-gcov to build GStreamer with -fprofile-arcs and -ftest-coverage, which allows gcov to show information about testsuite coverage.
2003-12-02Add ACLOCAL_AMFLAGSDavid Schleef
Original commit message from CVS: Add ACLOCAL_AMFLAGS
2003-11-15put docs last so it's the last to failThomas Vander Stichele
Original commit message from CVS: put docs last so it's the last to fail
2003-10-09distcheck fixes. Some tests have been disabled.David Schleef
Original commit message from CVS: distcheck fixes. Some tests have been disabled.
2003-08-19this contains fixed needed to once again build rpms of CVS head. It disables ↵Christian Schaller
doc building, dists the po stuff (not th... Original commit message from CVS: this contains fixed needed to once again build rpms of CVS head. It disables doc building, dists the po stuff (not the the way ds wanted, but the way I understood how to) and fixes latest additions/removals to the spec
2003-08-17Add framework for internationalizationDavid Schleef
Original commit message from CVS: Add framework for internationalization
2003-04-07Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to ↵Ronald S. Bultje
pkg-config/, .m4 file moved from plugins to core) Original commit message from CVS: Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
2002-12-08small fixBRANCH-RELEASE-0_5_0-ROOTThomas Vander Stichele
Original commit message from CVS: small fix
2002-12-08fix uninstalledThomas Vander Stichele
Original commit message from CVS: fix uninstalled
2002-12-08small fixThomas Vander Stichele
Original commit message from CVS: small fix
2002-12-08fix for leifThomas Vander Stichele
Original commit message from CVS: fix for leif
2002-12-08fix for parallel installabilityThomas Vander Stichele
Original commit message from CVS: fix for parallel installability
2002-07-09merge from BRANCH-RELEASE-0_4_0Thomas Vander Stichele
Original commit message from CVS: merge from BRANCH-RELEASE-0_4_0
2002-07-04add devel to distDavid I. Lehn
Original commit message from CVS: add devel to dist
2002-05-09add common to the dist without using makefilesAndy Wingo
Original commit message from CVS: add common to the dist without using makefiles
2002-05-08add common to distDavid I. Lehn
Original commit message from CVS: add common to dist
2002-04-29added docbuildingThomas Vander Stichele
Original commit message from CVS: added docbuilding
2002-02-12revert part of wingo's patch wingo, I'm not doing this to piss you off ;) ↵Thomas Vander Stichele
but with your change we get the reverse iss... Original commit message from CVS: revert part of wingo's patch wingo, I'm not doing this to piss you off ;) but with your change we get the reverse issue : stuff in libs/gst needs gstmarshal.[ch], which are only generated if we go in gst before libs. So unless we just throw the egg at the chicken we'll have to settle for a hack. Alternatively, we could take the egg out of the chicken and put it in a separate tarball which would then be installed ;)
2002-02-12fix funny build issue by not linking plugin libraries to gstreamer core. ↵Andy Wingo
this is because they are plugins, not shared... Original commit message from CVS: fix funny build issue by not linking plugin libraries to gstreamer core. this is because they are plugins, not shared libraries per se, and will only be loaded by the core itself. this change allows the core elements (schedulers, autopluggers, etc) to use the core loadable libraries (bytestream, getbits, etc) as well as "ext" libs like the new cothreads package.
2002-02-11first have breakfast then fix thingsThomas Vander Stichele
Original commit message from CVS: first have breakfast then fix things
2002-02-11nope, not a good ideaThomas Vander Stichele
Original commit message from CVS: nope, not a good idea
2002-02-11try try tryThomas Vander Stichele
Original commit message from CVS: try try try
2002-02-09*sigh* and thisThomas Vander Stichele
Original commit message from CVS: *sigh* and this
2002-02-09remove it here tooThomas Vander Stichele
Original commit message from CVS: remove it here too
2002-01-31adding release notes to distThomas Vander Stichele
Original commit message from CVS: adding release notes to dist
2002-01-08Add m4 dir stuff to distDavid I. Lehn
Original commit message from CVS: Add m4 dir stuff to dist Add glib.m4 Remove m4s we don't need in the core
2002-01-04no test dirAndy Wingo
Original commit message from CVS: no test dir
2002-01-03removing gladeThomas Vander Stichele
Original commit message from CVS: removing glade
2002-01-03removing gladeThomas Vander Stichele
Original commit message from CVS: removing glade
2002-01-03removed editorThomas Vander Stichele
Original commit message from CVS: removed editor
2002-01-02removing the editor from the buildThomas Vander Stichele
Original commit message from CVS: removing the editor from the build
2001-12-23plugins should be gotten from the separate gst-plugins module from now on ↵Thomas Vander Stichele
we're fixing bugs there all over the place Original commit message from CVS: plugins should be gotten from the separate gst-plugins module from now on we're fixing bugs there all over the place