aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj
AgeCommit message (Collapse)Author
2013-03-15[osx/ios/atv2] - sync xcode projects to include Buffer.hulion
2013-03-13depends: Prepend -target to staging to avoid clashes with old depstheuni
Also, fix a few missed ARCHS -> CURRENT_ARCH
2013-03-13[darwin] change path ..xbmc-depends/toolchain -> ↵davilla
..xbmc-depends/buildtools-native
2013-03-13[osx] changed, enable sse3/sse4.1/sse4.2 all osx 10.6 targets support itdavilla
2013-03-13[osx] match OTHER_LDFLAGS for debug and releasedavilla
2013-03-13[darwin] fixed XBMC_DEPENDS def in xcdoe project, ARCHS is all archs, ↵davilla
CURRENT_ARCH is the one we are building
2013-03-11depends: fix osx projectCory Fields
2013-03-09[osx/ios/atv2] - sync xcode projectsMemphiz
2013-03-08[osx/vda] refactor to use CBitstreamConverter classdavilla
2013-03-06project file updates after removing internal lastfm/scrobbler supportspiff
2013-03-04[darwin] sync xcode projectsdavilla
2013-02-28[cec] get the CEC devices that are connected to the system from libCEC, ↵Lars Op den Kamp
rather than getting them from usb device scanning (or other methods). this way all adapters that libCEC supports are automatically supported by XBMC, without the need for specific device scanning code. bumped libCEC to 2.1.0
2013-02-10[osx/ios/atv2] - sync xcode projects for webdav writesupportMemphiz
2013-02-06added an imagefactory to XBMC. The only libs currently are libjpeg-turbo and ↵wsoltys
cximage.
2013-02-05Remove LCDproc support from XBMC coreDaniel Scheller
2013-02-05[ios/atv2/osx] - sync xcode projectsMemphiz
2013-01-20upnp: add support for controlling external playerJoakim Plate
2012-12-23[osx/ios/atv2] - sync xcode projects - fixes build after ↵Memphiz
01a2ea04fa2f294ce6196d382a91e38f8ed862ae
2012-11-25[osx/ios/atv2] - sync xcode projectsMemphiz
2012-11-16[osx] fixed buildJonathan Marshall
2012-11-13[osx] fixed borked include pathsdavilla
2012-11-12[osx/ios] fix build, sync xcode projectsdavilla
2012-11-09[osx/ios/atv2] - fix prebuilt step - add xbmc-depends toolchain dir to PATH ↵Memphiz
so swig can be found
2012-11-08[osx/ios/atv2] - only generate python interface in xcode prebuilt step - and ↵Memphiz
do all (!!!wooohoooo!!!) compilation in xcode then
2012-10-28[osx/ios/atv2] - don't build the legacy interface via make in the xcode ↵Memphiz
prebuilt step. This leads to broken vtables because of different buildsettings in xcode and make. Instead only build the python_bindings.a (code generation) via make and pull the legacy interface into xcode. This fixes subtitle addon on ios release builds and a dozen of other problems we didn't see yet. Thx @jcarroll to pointing it out.
2012-10-25[osx/ios/atv2] - sync xcode projectsMemphiz
2012-10-24[osx/ios/atv2] - sync xcode projectsMemphiz
2012-10-16[osx/ios/atv2] - sync xcode projectsMemphiz
2012-10-16adds backward compatibility art updater for Eden->FrodoJonathan Marshall
2012-10-16move video and music thumbloaders to their own .cpp/h filesJonathan Marshall
2012-10-15remove unneeded CGUIStandardWindow classJonathan Marshall
2012-10-10[osx/ios/atv2] remove HTTP-API referencesmontellese
2012-10-09[osx/ios] fixed, only find files and not directories with *.pvr, etcdavilla
2012-10-09Merge pull request #1399 from Montellese/gsoc_advanced_filterSascha Montellese
[GSoC] Advanced Library Filtering
2012-10-09[osx/ios/atv2] update xcode project filesmontellese
2012-10-08Merge pull request #1571 from Memphiz/bxaremoveArne Morten Kvarving
[PAPlayer] Remove BXACodec and use DVDPlayerCodec instead
2012-10-08changed: drop now unused CGUIDialogVideoScanspiff
2012-10-08[BXACodec] - get rid of the now obsolete BXACodecMemphiz
2012-10-07[osx] add dvddemuxbxa to xcode project for osxChris Roberts
2012-10-07[osx] remove remaining references to libid3tag and libapetag from osx xcode ↵Chris Roberts
project
2012-10-07changed: remove now unused CGUIDialogMusicScanspiff
2012-10-05libid3tag/libapetag win/mac/linux/android removal (thanks theuni for the ↵Cory Fields
linux/android parts and montellese for win32)
2012-10-04[osx/ios/atv2] - sync xcode projects and fix compilation (added missing ↵Memphiz
PeripheralImon.cpp/.h)
2012-10-05[screenshot] move Screenshot.h/cpp to utils, and update projectsJonathan Marshall
2012-10-02[osx/ios/atv2] - sync xcode projects (add AddonsOperations.cpp/.h)Memphiz
2012-09-30 [dvdplayer/subs] - factor the calculation from relative to absolute ↵Memphiz
overlaytime out from the subtitleplayer into the dvdoverlaycodec base class and adapt subtext, subtx3g and subffmpeg to use it accordingly without changing former behaviour
2012-09-26[ios/osx] - enable LCD support like already available on the other linux ↵Memphiz
platforms
2012-09-26[osx/ios] fixed, do not run makefile scripts unless we are buildingS. Davilla
2012-09-23[osx/ios] fixed, python dev is a pain under darwin, move build of ↵davilla
xbmc/interfaces/legacy,python out of xbmc_depends back into Xcode via run scripts
2012-09-18[osx/ios] fixed, exclude .git dirs from packagingdavilla