aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2016-12-01[retroplayer] RetroPlayer coreGarrett Brown
Thanks to elpendor for RGB565 support, poisson for RAII improvements, ChrisMyhre for catching a compile error, notspiff for CMake fixes, acmiyaguchi for video and audio codec support, and popcornmix for Raspberry Pi support (PR 62). TODO: Is a call to `g_renderManager.IsStarted()` needed?
2016-12-01[retroplayer] Game add-onsGarrett Brown
Thanks to Themaister for rewind functionality, fetzerch for mouse support, file length check and cmake modifications, topfs2 for fixing a crash when loading game clients, eibma for fixing linux compilation errors, a1rwulf for catching a missing callback symbol and fixing some rebase errors, and to notspiff for helping with the rebrand and cmake.
2016-11-05Ignore some items that's been bugging me for a whilePär Björklund
2016-10-15[gitignore] add addon packages, __.SYMDEF* and certificatesBigNoid
2016-09-06Revert "[addons] move ./xbmc/addons/binary/interfaces one down and remove ↵Pär Björklund
binary folder"
2016-09-06[addons] move ./xbmc/addons/binary/interfaces one down and remove binary folderAlwin Esch
2016-08-06Finally get rid of the VS solution!legacy_drop_vsPär Björklund
This drops the VS2010Express directory and modifies BuildSetup.bat to only use cmake. No more horrible xml merge conflicts :)
2016-07-24Move win32 files to their own platform folderKolja Lampe
2016-07-22Fix on demand dll loading to point to the correct filesPär Björklund
2016-07-21[win32] add easyhook.dll to gitignoreMartijn Kaijser
2016-07-21[cmake] Add binary-addons target for makefile generatorChristian Fetzer
Adds a target that allows to build the binary addons: make binary-addons ADDONS="visualization.spectrum" This can be used if local addons should be built for packaging (for example on osx or android).
2016-07-19[cmake] Nuke legacy XBMCConfig.cmakeh.udo
2016-07-17Cleanup work that started with running as Win10 appPär Björklund
UWP(project centennial) does not allow AddDllDirectory which we don't really need anyway but it's use made the folder structure pretty. Since we run perfectly fine without it both native and as UWP I decided to drop it completely. To make the build, installer and debugging experience easier this led to plenty of changes to packages and build scripts to output all dlls into /system/ instead of different folders. While moving stuff around some dependencies got updated, it's possible that we can use java menus in bluray movies now, not tested. EasyHook just got repackaged to fit the new folder structure. The rebuilding of dependencies led to us being able to drop old vcredist files which also simplifies installer and packaging, especially for UWP. Some minor cleanup along the way as well
2016-07-08[cmake/cpluff] Add generated artefacts to .gitignoreChristian Fetzer
With CMake, cpluff is still built in the source directory. - Ignore dwarf objects files (130d154afdc13101f7265356086beedbdaeb8e7f) - Ignore cpluff-console and cpluff-loader
2016-05-30Updated texturepacker to vs2015 and all libs with it, remove dependency on ↵Pär Björklund
lzo in lib folder make lzo non-optional (thanks Stefan Saraev) Packaged a new build of texturepacker
2016-05-20Revert "[addon] add API level 2 on kodi side - Part 1"Alwin Esch
This reverts commit b1b512583f85b0349f4da91d073b6ff80d01dd8b.
2016-05-18[addon] add API level 2 on kodi side - Part 1Alwin Esch
2016-05-18[cmake] Rename kodi/xbmc-config.cmake.in to XBMC/KodiConfig.cmake.inh.udo
2016-05-09[cleanup] ogg/vorbis/flac leftoversStefan Saraev
2016-04-12[gitignore][ci skip] Add artifactsh.udo
2016-04-09This should resolve the python issues caused by vs2015 upgrade.Pär Björklund
Fixed copying of dll during build to avoid risking using python27.dll from system32 Rebuilt all statically linked libs with _ITERATOR_DEBUG_LEVEL=0 because of performance issues, especially during video development Curl should once again be linked against openssl switched all projects to use /MD or /MDd because it enables sharing of env between the loaded modules making our environment hacks less needed. Added curl and openssl to ignore list to avoid them being hooked by our crt emulation. This needs a proper fix and is likely resolved by Voyager's PR
2016-04-01Fixed some missed pathsPär Björklund
2016-03-10[android] add JNI wrapper for android.hardware.input.InputManager, a ↵montellese
Java/native implementation of InputManager.InputDeviceListener and an IInputDeviceCallbacks interface to be able to receive callbacks when input devices change
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-09[addon] Move add-on library parts to independent folders (code rework)Alwin Esch
2016-03-01build estouchy instead of re-touchedronie
2016-03-01[gitignore] - adjust .gitignore for skin changephil65
2016-02-26[gitignore] - remove outdated pathsphil65
2016-02-23[win32] Update msys+mingw build system to msys2+mingw-w64.Anton Fedchin
2016-02-13[depends] remove libsquishStefan Saraev
2016-02-12[cmake] Add generated files to gitignoreChristian Fetzer
2016-02-05[guilib][depends] Remove libgif from core. It's still needed for TexturePacker.ace20022
2016-01-29[cleanup] waylandStefan Saraev
2016-01-11Add generated doxgen files and opendb from Visual Studio to gitignoreKolja Lampe
2016-01-06[gitignore] more artifactsStefan Saraev
2016-01-06[gitignore] mpeg2 artifactsStefan Saraev
2015-12-29[cleanup] nuke cximageStefan Saraev
2015-12-23[osx] Ignore Makefile after platform shuffleh.udo
2015-12-12[codeshuffle] - moved main to platform/posixMemphiz
2015-12-12[codeshuffle] - moved ios to platformMemphiz
2015-12-12[codeshuffle] - moved android to platformMemphiz
2015-12-12[codeshuffle] - moved MessagePrinter.h/.cppMemphiz
2015-12-12[gitignore] still keep old dvdplayer files in gitignore for one releaseMartijn Kaijser
2015-12-08[gitignore] VideoPlayer artifactsh.udo
2015-12-06rename dvdplayer to VideoPlayerRainer Hochecker
2015-12-06move VideoRenderersRainer Hochecker
2015-10-29Remove .idea folder which get's created from JetBrains CLionKolja Lampe
2015-10-28[gitignore] More android artifactsh.udo
2015-10-24[cleanup] remove karaoke supportMatthias Kortstiege
2015-10-10[gitignore] rename xbmc -> kodiSascha Kuehndel (InuSasha)