aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
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
2011-05-15updated: .gitignore to ignore /xbmc/screensavers, /lib/libapetag and ↵amet
/lib/libid3tag
2011-05-07[WIN32] added libcdio-10.dll to .gitignore and remove it on uninstallWiSo
2011-04-19added some more things to git ignoreelupus
2011-04-18Added a backward compatibility stub for pysqlite2.Jim Carroll
2011-04-12[osx/ios] refactor depends build system to use config.site, for testing only ↵S. Davilla
right now
2011-04-09added python and pcre dlls to .gitignoreWiSo
2011-04-09updated .gitignore with ogg/vorbis dllsWiSo
2011-04-09added libsamplerate and sqlite dll to .gitignoreWiSo
2011-04-06Merge remote branch 'mine/ext-python'Jim Carroll
2011-04-05Remove xbms support due to licensing issue with libXBMS.Andres Mejia
Reference trac ticket #11396.
2011-04-05Code changes for external python. Changes include submissions by ↵spiff
cptspiff,WiSo,blinkseb, and jcarroll changed: limit the scope of the python includes. this will be useful in an upcomming patch. credit jcarroll changed: use a m4 check to set the python path directly, and ditch the old hardcoded version nonsense. credit jcarroll Fixed the build for when --enable-external-python is not used. Fixed the warnings due to Python.h not being the first header as required by Python. Final fix to the osx make build so that external python works. Needed to change the m4 macro to account for .dylib on osx and the dependant ./configure call to pass the installed location of the python xbmc is to be built against. Also updated .gitignore for the osx dependency builds. There was a name collision between the python datetime.h and the xbmc/DateTime.h on file systems that are not case sensitive. This is now fixed by renaming DateTime.h to XBDateTime.h By request, the .cpp files now sorted alphabetically in the Makefile.in. the m4 macros is a mess of mixed spaces and tabs. In order to make my couple line change more readable I changed the spaces to tabs so it would be consistent with the surrounding area. This was per the request of jmarshall. Fixed an error where under internal python the correct header wasn't being used. if --enable-external-python is selected then don't build the internal python at all and not using any of the wrappers. Modified the xcode project to work with the external python changes. There was a bug in the Makefile.in where the internal python build target wasn't being set correctly. This is now fixed. [WIN32] removed some uneeded files, renamed DateTime* to XBDateTime* and defined USE_EXTERNAL_PYTHON Added xbmc/cores/DllLoader/Makefile to .gitignore since it's being autogened. Made it so that the distinction between internal and external python is limited to mostly just Makefile's now. Most of the code no longer needs to make the distinction. This should make it much easier to move forward in windows and eventually with removing the internal python. updated: .gitignore
2011-04-04updated .gitignore to include libssh.dllWiSo
2011-03-27added xbmc_asap.dll to .gitignoreWiSo
2011-03-26added libFLAC.dll to .gitignoreWiSo
2011-03-26[WIN32] cosmeticsWiSo
2011-03-26[WIN32] added timidity.dll to .gitignoreWiSo
2011-03-26changed, add lib/cmyth/Makefile to gitignoreS. Davilla
2011-03-11updated for osx/ios build bitsS. Davilla
2011-03-05added libmpeg2-0.dll to .gitignoreWiSo
2011-03-05added libbluray.dll to .gitignoreWiSo