aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2012-09-18[pvr] configure and build pvr add-ons if the tree is found in /pvr-addons, ↵Lars Op den Kamp
so these can be built and run within the tree.
2012-09-09@Montellese, @Memphiz, @jimfcarroll Replace the scripting engine with a ↵Jim Carroll
codegenerated one.
2012-09-07[UPnP] changed: make UPnP optional (enabled by default), fix some missing ↵Alasdair Campbell
#ifdef HAS_UPNP guards
2012-09-07[git] - add xbmc/main/Makefile to gitignoreMemphiz
2012-09-05[GSOC] Add xbmc-test to .gitignore.Andres Mejia
2012-09-05[GSOC] Add files from gtest to be ignored by git.Andres Mejia
2012-09-04Merge pull request #1282 from huceke/raspberrypihuceke
RaspberryPI support
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
2012-08-18[rbp] added omxplayer Makefile to .gitignoregimli
2012-08-08[droid] add new internal player for amlogic based SoCsdavilla
2012-08-08[droid] update gitignoreCory Fields
2012-08-08[droid] quit fighting it and just use a new file for android pathstheuni
2012-08-08[droid] generate Makefile for exportstheuni
2012-05-24[osx/ios] ignore xcode4 user settingsdavilla
2012-05-10Merge pull request #37 from Fneufneu/freebsdFneufneu
add FreeBSD support
2012-05-10[AE] update .gitignoreGeoffrey McRae
2012-05-07add freebsd Makefile to gitignoreFneufneu
2012-04-21Tests working under windows.Jim Carroll
2012-04-04[WIN32] changed: adapt .gitignore to new ffmpeg versionWiSo
2012-01-15Stop tracking autotools generated files in git.Andres Mejia
2012-01-07added system/librtmp.dll to .gitignore. libcurl brings this additional library.WiSo
2011-10-13changed libcec to be dyloaded like others, also change lib/libcec/Makefile ↵davilla
to be pure convenence make and remove the internal/external bits, libcec is a system lib. treat it that way.
2011-10-11[WIN32] added libcec.dll and pthread*.dll to .gitignore.WiSo
2011-10-11cec: use libcec as an internal lib and fetch it in "bootstrap". added ↵Lars Op den Kamp
--enable-external-libcec option to configure. to keep a permanent copy, remove "make download" from bootstrap to change the location of the tarball to another mirror, change lib/libcec/Makefile.in
2011-10-08update to include more Goom autogenerated filesdavilla
2011-10-08changed: added goom2k4 files to .gitignorevdrfan
2011-10-01[WIN32] add dnssd.dll and /system/airplay to .gitignore. move liplist.dll to ↵WiSo
/system/airplay as it has a bunch of other dll dependencies.
2011-09-30cec: added support for the Pulse-Eight CEC Adaptor. split up ↵Lars Op den Kamp
linux/PeripheralBusUSB into PeripheralBusUSBLibUdev and PeripheralBusUSBLibUSB. fixed automake files
2011-09-30Squashed original peripherals PR #383Lars Op den Kamp
This is a PR for a new "peripherals manager", /xbmc/peripherals, that detects devices and automatically configures them for use with XBMC. The device mappings and configurations can be defined in system/peripherals.xml. Users can modify settings via system->system->input->peripherals. It works as follows: - CPeripherals contains one or more CPeripheralBus instances. - CPeripheralBus contains the device scanning implementations for the different platforms we support. - The implementations for the devices can be found in peripheral/devices and all devices inherit from CPeripheral. - The devices that are detected are looked up in peripherals.xml, starting at the top of the file and going down. If no mapping was found for the device, an instance of one of the default classes will be created: CPeripheralHID, CPeripheralDisk or CPeripheralNIC. - in peripherals.xml, devices can be matched by vendor id (vendor="xxxx"), product id (product="xxxx"), bus type (bus="xxxx"), device class (class="xxxx") or a combination of these values. The class that will be instantiated for that device is defined in mapTo="xxxx" - the configuration for the device can be defined in peripherals.xml as well. Have a look at system/peripherals.xml, where you can find the possible settings in the demo entry at the bottom. When a device is inserted and there are any settings with configurable="true" present for that device, these settings will be added to the settings dialog, under system->system->input->peripherals. - an example of how these settings can be used can be found in CPeripheralHID, which checks for a "keymap" setting and will automatically switch the keymap XBMC uses to the one that is defined in the setting. TODO: - keep separate configs when the same device is found more than once - general review of this code.
2011-09-11[WIN32] added libnfs.dll to .gitignorewsoltys
2011-09-05update gitignore, remove old tools/osx, add ._* (editor temp files)S. Davilla
2011-08-29[remove] - removed EGLSpectrum because it is refactored into Waveform and ↵Memphiz
OpenGLSpectrum viz
2011-08-27[WIN32] fixed: BuildLog.htmwas renamed to XBMC.logWiSo
2011-08-09[change] - added glesspectrum Makefile and vis to gitignoreMemphiz
2011-07-24Add libtool file from libapetag to .gitignore.Andres Mejia
2011-07-24Add WiiRemote to .gitignore.Andres Mejia
2011-07-20cosmetic: git ignore entire win32 dependencies directory, doesn't contain ↵Martin van Beurden
any files that are in git anymore.
2011-07-05cosmetic: delete re-added files from .gitignore that are not used anymoreelupus
2011-07-03cosmetic: some more files to .gitignoreelupus
2011-06-26[WIN32] updated .gitignore and NSIS installer to work with new libcdio-12.dllWiSo
2011-06-23Merge pull request #209 from jimfcarroll/remove-circ-depsjimfcarroll
Step-by-step refactor all threading synchronization mechanisms. This is a significant change that collapses all threading synchronization mechanisms the ThreadLocal down to a small set of boost based classes. It removes the circular dependencies from the threading library with the exception of the Thread class itself, which is next.
2011-06-23[WIN32] changed: moved vcredist dependency to mirror servers, include ↵Martin van Beurden
vc90(2008) redist which python needs in setup.
2011-06-23Added a couple more tests and cleaned up test Makefile.Jim Carroll
2011-06-21added: build libavfilter and add dll loader for itelupus
Original Author: CrHasher <farkas.szilard@gmail.com>
2011-06-21changed: restore ffmpeg's normal naming of swscale-0.dllelupus
2011-06-08Revert "added: updated advancedsettings to work via commandline"Martin Ellis
This reverts commit edbd033e0c912a3789e96f321aaadd6aac2ce590.
2011-06-08added: updated advancedsettings to work via commandlineMalard
2011-06-07changed: removed libwavpack as it's fully supported by ffmpeg (fixes #11615)vdrfan
2011-05-29Ignore .project and .cproject files for Eclipse IDE settings files in .gitignoreDavid Teirney
2011-05-22[osx/ios] refactor ios depends build system to use config.sitebeenje