aboutsummaryrefslogtreecommitdiff
path: root/addons/library.xbmc.addon
AgeCommit message (Collapse)Author
2016-02-29[addon] add empty library foldersAlwin Esch
2016-02-29[addon] rename add-on include folder to match new style and prevent header ↵Alwin Esch
#ifdef's
2016-02-29enabled CURL addon access / curl download speed feature / move file flags to ↵mapfau
IFile
2016-02-27[fix] binary-addons on linux/aarch64Stefan Saraev
2016-01-20fix dlfcn-win32 include after p8-platform renameRainer Hochecker
2016-01-13Merge pull request #8450 from notspiff/add_directory_listing_callbackjenkins4kodi
2016-01-10[library.xbmc.addon] - make it ios/arm64 awareMemphiz
2016-01-09added: addon callback for listing a directoryArne Morten Kvarving
2016-01-04[library.kodi/librariy.xbmc] - fixed dylib names for osx/ios and don't wrap ↵Memphiz
our addon libraries
2015-07-19[add-ons] adapt libXBMC_addon helper class dlfcn-win32 include pathAchimTuran
2015-02-17Revert "[addon] Increase API with change 'char*' return value to 'const ↵Lars Op den Kamp
char*' to fix compiler warnings (addon relevant part)" This reverts commit db44ba5faf00cf29ac7a45ef49a933d1ef45366b.
2015-02-15[addon] Increase API with change 'char*' return value to 'const char*' to ↵AlwinEsch
fix compiler warnings (addon relevant part)
2015-01-28mips: Fix addon shared library namingAndriy Prystupa
2014-10-16Reflect int64_t -> size_t changes for "Write()" to AddonsKarlson2k
2014-10-16Reflect int64_t -> size_t changes for "Read()" to AddonsKarlson2k
2013-08-11[cosmetic] update copyright headersMartijn Kaijser
2013-02-16addons: Add WakeOnLan functionChristian Fetzer
WakeOnLan allows addons to send a wol magic packet. This can be used for example in pvr addons to wake up a pvr backend.
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-11-10[pvr] added FreeString()Lars Op den Kamp
2012-11-10[pvr] return char* instead of const char* from UnknownToUTF8, ↵Lars Op den Kamp
GetLocalizedString and GetDVDMenuLanguage. use strdup to dupe the strings
2012-11-10[pvr] fixed UnknownToUTF8() on the PVR interface. fixes ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc-pvr-addons/issues/68
2012-10-15[droid/pvr] add android path checks. credit @memphizLars Op den Kamp
2012-09-29[addons] Added FileExists, StatFile, DeleteFile, CreateDirectory, ↵Christian Fetzer
DirectoryExists and RemoveDirectory to libXBMCaddon
2012-09-25[addons] Removed global variables in addon callback shared librariesChristian Fetzer
2012-09-21include stdint.h for int64_t typedefFneufneu
this fix build on Windows and FreeBSD after 85b5e477ba79e8e7fb23aa0aaa8f02aa8f3a3b1b
2012-09-19fix win32 buildpieh
2012-09-18added CanOpenDirectory() to AddonCallbacksAddonLars Op den Kamp
2012-09-18added documentation for libXBMC_addon.h methodsLars Op den Kamp
2012-09-18expose CFile operations to add-onsLars Op den Kamp
2012-09-09fix address line in GPL headersmontellese
2012-09-06[osx] revert change to x86_64-osx, we do not track internal dylibs that waydavilla
2012-09-06[pvr] added x86_64-osx to library naming.huceke
2012-09-06[pvr] fixed on arm there is no seperate PLATFORM in lib name.huceke
2012-09-05[pvr] added PVR support to XBMC (taken from ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
2011-01-23Revert "Merge remote branch 'upstream/master'"Lars Op den Kamp
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995.
2011-01-09pvr: libXBMC_addon.dll is a C dll and should not use std::string as function ↵Marcel Groothuis
argument or return type. This fixes heap corruption problems under VC++.
2011-01-04merge pvr-testing2 svn rev 32591 into trunkLars Op den Kamp