Age | Commit message (Expand) | Author |
2012-03-11 | Made the "overloaded-virtual" warning an error to detect hidden overloaded vi... | Klaus Schmidinger |
2012-01-18 | Some improvements to the Makefiles | Klaus Schmidinger |
2011-02-27 | Changed the compiler optimization flag to -O3 | Klaus Schmidinger |
2010-12-26 | Added LDFLAGS to the linker calls in the Makefiles | Klaus Schmidinger |
2010-10-24 | Made 'dist' target dependent on up to date *.po | Klaus Schmidinger |
2010-10-24 | Passing package name and version to xgettext | Klaus Schmidinger |
2010-02-06 | Moved strictly necessary Makefile options into Make.global | Klaus Schmidinger |
2009-12-06 | Added defines for large files to the 'newplugin' script | Klaus Schmidinger |
2008-01-13 | Added '-Wno-parentheses' to the compiler options in order to avoid silly comp... | Klaus Schmidinger |
2008-01-13 | Fixed the "i18n:" target in the "newplugin" script, so that it can create the... | Klaus Schmidinger |
2007-11-04 | Improved the 'i18n' target in plugin Makefiles | Klaus Schmidinger |
2007-10-14 | Added a note about how to initiate internationalization support to the README... | Klaus Schmidinger |
2007-10-13 | Now generating translation files without line numbers; updated the Finnish OS... | Klaus Schmidinger |
2007-08-19 | Explicitly looking for vdr.mo; text files for plugins named 'vdr-name.mo'; re...1.5.8 | Klaus Schmidinger |
2007-08-15 | Moved the "all" target in plugin Makefiles before the "Implicit rules" | Klaus Schmidinger |
2007-08-12 | Added the "...or (at your option) any later version" phrase to the license in... | Klaus Schmidinger |
2007-08-11 | Switched I18N to gettext | Klaus Schmidinger |
2007-04-28 | Fixed some spelling errors in 'newplugin' | Klaus Schmidinger |
2007-02-25 | Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP force... | Klaus Schmidinger |
2006-09-10 | Added --remove-destination to the 'cp' command for binaries in the Makefiles ... | Klaus Schmidinger |
2006-06-24 | Fixed the Makefile of the 'servicedemo' plugin, so that it defines the PLUGIN... | Klaus Schmidinger |
2006-04-24 | Fixed extracting APIVERSION to work with older versions of 'sed'; Fixed broke... | Klaus Schmidinger |
2006-04-22 | Simplified the 'grep|awk|sed' command to retrieve the VDR/APIVERSION to a sin... | Klaus Schmidinger |
2006-04-17 | The new function cPlugin::MainThreadHook() can be used by plugins to perform ... | Klaus Schmidinger |
2006-04-16 | Implemented APIVERSION for the VDR plugin API version number | Klaus Schmidinger |
2006-04-15 | Removed DVBDIR from Makefile; it's now defined in Make.config if necessary | Klaus Schmidinger |
2006-04-15 | Implemented cPlugin::Active() | Klaus Schmidinger |
2005-11-11 | Added compiler options "-fPIC -g" to all plugins | Klaus Schmidinger |
2005-09-14 | Fixed two errors in 'newplugin' | Klaus Schmidinger |
2005-08-27 | Implemented SVDRP command for plugins | Klaus Schmidinger |
2005-08-21 | Added 'Service' functions to the plugin interface | Klaus Schmidinger |
2005-01-30 | Added cPlugin::Stop() | Klaus Schmidinger |
2004-10-16 | Fixed 'newplugin' to use the compiler defined in $(CXX) for generating file d... | Klaus Schmidinger |
2003-12-22 | Changed section handling; replaced 'libdtv' with 'libsi' | Klaus Schmidinger |
2003-05-09 | Introduced cPlugin::Initialize() | Klaus Schmidinger |
2002-12-13 | Changed setting of CXX and CXXFLAGS variables in Makefile | Klaus Schmidinger |
2002-11-29 | Changed the source directory name for plugins from 'SRC' to 'src' (ported bac... | Klaus Schmidinger |
2002-11-24 | Plugins can now have their own raw OSD | Klaus Schmidinger |
2002-11-01 | The Makefile now includes the file Make.config | Klaus Schmidinger |
2002-11-01 | Completely switched to the HEAD driver version | Klaus Schmidinger |
2002-10-26 | Fixed a typo | Klaus Schmidinger |
2002-09-21 | Fixed the 'newplugin' script for use with the NEWSTRUCT driver | Klaus Schmidinger |
2002-08-28 | Fixed the 'newplugin' script to make it name the target for creating the dist... | Klaus Schmidinger |
2002-06-10 | Removed compiler option '-m486' | Klaus Schmidinger |
2002-05-17 | Makefile improvements | Klaus Schmidinger |
2002-05-12 | Plugin packages now expand into a dir with only the name and version number | Klaus Schmidinger |
2002-05-12 | Added the cPlugin::Housekeeping() function | Klaus Schmidinger |
2002-05-12 | Changed the cPlugin::Start() function to return a boolean value | Klaus Schmidinger |
2002-05-09 | Implemented plugin interface1.1.0 | Klaus Schmidinger |