aboutsummaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2016-03-23[pvr] - rework PVRManager, addons are owned by addon systemRainer Hochecker
2016-03-20add ServiceManager and ServiceBroker - gain control over memoryRainer Hochecker
2016-03-20Merge pull request #9381 from FernetMenta/pvrfileRainer Hochecker
[pvr] drop PVRFile
2016-03-19[win32] update VC redist install optionsMartijn Kaijser
2016-03-19[win32] Building binary add-ons in not mandatory so don't fail on itMartijn Kaijser
2016-03-18[win32] Always install precompiled skinsMartijn Kaijser
2016-03-18[pvr] drop PVRFileRainer Hochecker
2016-03-17Port remaining music info context menusKolja Lampe
2016-03-17[contextmenu] move video info to new systemThomas Amland
2016-03-17[contextmenu] move addon menus to new systemThomas Amland
2016-03-17addons: implement cache for binary addonsRainer Hochecker
2016-03-15[cmake] Fix installation of xbmc.json and kodi.guilibChristian Fetzer
2016-03-15[cmake] Improve parameter handling in copy files functionsChristian Fetzer
The function copy_files_from_filelist_to_buildtree had a bug in its parameter handling. If more than one pattern was specified the files were excluded from the installation target. This adds an optional NO_INSTALL parameter to the functions copy_files_from_filelist_to_buildtree and copy_file_to_buildtree.
2016-03-15cmake: Fix addon-bindings pathspopcornmix
2016-03-15[cmake] Fix addon installationChristian Fetzer
2016-03-15[cmake] Build addon libsChristian Fetzer
Some newer addon libs were not built with cmake.
2016-03-12Add inputstream to CMakeLists.txtmapfau
2016-03-12add Win32.Build.0 configuration for library.inputstreammapfau
2016-03-11Merge pull request #9321 from MartijnKaijser/win32_adoonsinstallerMartijn Kaijser
Update win32 installer with inputstream and Peripheral addons
2016-03-11Merge pull request #8807 from garbear/controller-inputGarrett Brown
Controller input
2016-03-11[win32] Add inputsream addons to installerMartijn Kaijser
2016-03-11[win32] extract addon names for visualisations and screensaver to show in ↵Martijn Kaijser
installer
2016-03-11[videoplayer] Add a demuxer that manages demuxing of multiple streams/files ↵ace20022
at once.
2016-03-11[videoplayer] Add InputStreamMultiSource to open/handle input streams from ↵ace20022
multiple sources (at once).
2016-03-11[win32] Add DVDDemuxPacket.h to the project files.ace20022
2016-03-11[cmake] Controller inputChristian Fetzer
2016-03-10Reduce file name lengthGarrett Brown
2016-03-10Controller configuration windowGarrett Brown
Thanks to hitcher for the skinning work and Montellese for some string fixes.
2016-03-10Kodi inputGarrett Brown
This adds a fallback input handler to all joystick peripherals. If a joystick event isn't handled, it will be dispatched to Kodi through this class.
2016-03-10Controller add-onsGarrett Brown
2016-03-10Peripheral add-onsGarrett Brown
Thanks to frostworx for fixing the peripheral add-ons build, notspiff for helping with the rebrand and montellese for the windows installer fix and VS solution fix.
2016-03-10Joystick libraryGarrett Brown
Thanks to a1rwulf for fixing the joystick library build, da-anda for fixing missing joystick.xml shoulder keys, and longelf for joystick.xml.
2016-03-10Remove joystick codeGarrett Brown
Joystick support will return in a following commit. Platform specific code will be isolated entirely in binary add-ons. Removal of joystick code is incomplete on Android (todo) Thanks to Tolriq for fixing broken EventServer.
2016-03-09Fix XBMC.vcxproj.filters after #9252Alwin Esch
2016-03-09Merge pull request #9252 from AlwinEsch/move-current-addon-libAlwin Esch
[addon] Move add-on library parts to independent folders
2016-03-09[addon] Move add-on library parts to independent folders (code rework)Alwin Esch
2016-03-09Merge pull request #9296 from stefansaraev/xprPhilipp Temminghoff
[guilib] cleanup leftover TextureBundleXPR*
2016-03-08[addons] remove no more used xbmc_stream_utils.hpp from cmake's addon bindingsAlwin Esch
2016-03-08[addons] add missing addon bindings for installAlwin Esch
2016-03-08[guilib] cleanup leftover TextureBundleXPR*Stefan Saraev
2016-03-07[win32][fix][VS] update VS projectwiromare
2016-03-06[cmake] Add cross platform whole_archive functionChristian Fetzer
Add a function that wraps list of libraries with --whole_archive or -force_read depending on the compiler toolchain. This fixes the unit tests on OSX as otherwise an empty test binary is created.
2016-03-06[cmake] Allow building tests when cross compilingChristian Fetzer
Tests can be built when cross compiling (but they can't be executed with CTest).
2016-03-06[cmake] Build kodi.bin for iosChristian Fetzer
First step for ios support with CMake.
2016-03-06[cmake] Fix linking libdvdnavChristian Fetzer
Remove the following warnings and fixes IOS build: - linking shared library against static library is not portable - file was built for archive which is not the architecture being linked (x86_64)
2016-03-06[cmake] Use variable for main.cppChristian Fetzer
The different platforms can use different main.cpp files. As currently still all platforms except IOS use the posix main.cpp, the variable defaults to that but can be overridden in the platform specific archsetup.cmake files.
2016-03-06[cmake] Add option for VTB decodingChristian Fetzer
2016-03-06[cmake] LibDvdCSS is an optional dependency, LibDvd is requiredChristian Fetzer
2016-03-06[cmake] Add missing CPU/ARCH combinations to archsetup scriptsChristian Fetzer
2016-03-06[cmake] Define DHAVE_LIBEGL=1 in FindOpenGLES.cmake moduleChristian Fetzer
The FindOpenGLES module searches for EGL hence should also define HAVE_LIBEGL.