aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-04-05drop more dsp leftoversRechi
2018-02-25[GIT] correct arm / aarch64 tools depends folder in .gitignorepeak3d
2018-02-20[c-pluff] Update to 0.1.4h.udo
2018-01-20Update .gitignorePär Björklund
Ignore build* to make it easier to use multiple build dirs at the same time and true out of tree builds means any of the git stuff in VS doesn't work. Ignore some stuff created when using VS2017 open folder
2017-12-17[buildsteps][win10] package appx fileRechi
2017-11-18[buildsteps][windows] keep downloaded vcredistRechi
2017-10-20msys2: change dirs for uwpAnton Fedchin
2017-10-20BuildDependencies: re-arrange packages on the fly for new format.Anton Fedchin
The structure of a package will be changed with the following rules: system/*.* -> /bin project/BuildDependencies/bin/*.* -> /bin project/BuildDependencies/include/*.* -> /include project/BuildDependencies/lib/*.* -> /lib project/BuildDependencies/win32/*.* -> /<root> project/BuildDependencies/x64/*.* -> /<root>
2017-09-14Remove autotools files from gitignore (#12514)pkerling
* Remove autotools files from gitignore * fixup depends * [gitignore] Update for new binary add-on types (#41) * fixup! Remove autotools files from gitignore (#42)
2017-08-19Add system/lcms2.dll to .gitignorephate89
2017-07-25[buildtools] windows: re-factor tools/buildsteps/windowsAnton Fedchin
2017-06-21[windows][mingwlibs] change installdirectory to ↵Rechi
project/BuildDependencies/mingwlibs/$ARCHITECTURE
2017-06-15[git][win32] Add /project/BuildDependencies/win32 to the ignore list.ace20022
2017-05-29[gitignore] add /addons/vfs.*Rechi
2017-04-28[gitignore] add /gtestresults.xmlRechi
2017-04-25[buildsteps][windows] correct evaluation of make jobsRechi
2017-03-28changed: build the exif code in main libraryStefan Saraev
thanks notspiff
2017-03-12[jenkins][windows] don't remove previous compiled version of ffmpeg and ↵Rechi
libdvd if nothing changed
2017-03-07[gitignore][windows] x64 dependenciesRechi
2017-02-13git ignore tools/depends/target/*/aarch64 foldersMarkus Pfau
2017-01-24[gitignore] add /addons/script.module.pycryptodome/Rechi
2016-12-21[cmake] Move to root folder: Update pathsh.udo
2016-12-14[addons] remove not needed binary and api1 folder from sourceAlwin Esch
2016-12-14[addon] bye, bye libXBMC_addon.cppAlwin Esch
2016-12-14[retroplayer] rework to new code style without shared libAlwin Esch
2016-12-14[addon] bye, bye libKODI_guilib.cppAlwin Esch
2016-12-13[addon] bye, bye libKODI_audioengine.cppAlwin Esch
2016-12-13[addon] bye, bye libXBMC_codec.cppAlwin Esch
2016-12-13Merge pull request #11154 from AlwinEsch/remove-shared-addon-lib-peripheralAlwin Esch
[peripheral] bye, bye libKODI_peripheral.cpp
2016-12-13[peripheral] bye, bye libKODI_peripheral.cppAlwin Esch
2016-12-13[adsp] bye, bye libKODI_adsp.cppAlwin Esch
2016-12-12[depends] remove rtmp as it's included through ffmpeg or as binary addonMartijn Kaijser
2016-12-11[inputstream] bye, bye libKODI_inputstream.cppAlwin Esch
2016-12-10[pvr] bye, bye libXBMC_pvr.cppAlwin Esch
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.