aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj
AgeCommit message (Collapse)Author
2013-07-16Merge pull request #2964 from wsnipex/configureArne Morten Kvarving
[configure] don't use relative include paths in addon headers
2013-07-16[configure] don't use relative include paths in addon headerswsnipex
this breaks xbmc dev packages where all headers are installed in standard include paths
2013-07-13darwin: fix stray touchdavilla
2013-07-08[ios/atv2/osx] - sync xcode projectMemphiz
2013-07-09added callback methods for binary add-ons to get codec id information from ↵Lars Op den Kamp
XBMC, so the dep on avcodec.h can be removed. only IDs used by pvr.hts and pvr.vdr.vnsi have been included
2013-07-08[ios/atv2/xbmc] - sync xcode projectsMemphiz
2013-06-13[osx] fixed, stray touch under xcode3davilla
2013-06-08dvdplayer: support vda decoding using ffmpeg hwaccel infrastructureJoakim Plate
This removes the requirment that width/height have to be known before hand, as well as avoid need to extract extradata before hand.
2013-06-06[FIX] add CFavouritesDirectory to ATV/iOS build targetsFice
2013-06-04[RFC] convert CFavourites into CFavouritesDirectoryFice
2013-06-04Remove DownloadQueue & DownloadQueueManagerRawk
2013-06-01[xcode] fixed packaging of XBMC.app, explicitly set SDKROOT in XBMC.app ↵davilla
target, thx mdd
2013-06-01[xcode] remove ref to nonexisting file, thx mdddavilla
2013-06-01[osx] changed, remove dyload of vda, link to framework insteaddavilla
2013-06-01explicitly set 32/64bit ARCHS in XBMC.appStephan Diederich
so it can be built for 64bit on 32bit machines refs #2786
2013-06-01[osx] fixed, xcode3 wants thisdavilla
2013-06-01Merge pull request #2805 from Fice/xcode_settingsmanagerMemphiz
[XCODE] Add missing SettingsManager.h to Xcode poject
2013-06-01[XCODE] Add missing SettingsManager.h to Xcode pojectFice
2013-05-27[xcode] remove UnrarXLib{.sln,.vcproj} from xcodeprojectStephan Diederich
2013-05-27[xcode] move all after buildsteps into external 'command' shell scripts for ↵Stephan Diederich
easy diffs
2013-05-27[xcode] add iOS and ATV2 Target to main Xcode projectStephan Diederich
* iOS Target added * ATV2 Target added * add build phases from iOS project * add build phases from ATV2 project * factor out most of the configuration into xcconfig files this should help in tracking down changes in the build configs, make diffs easier and such. * provide a xcconfig cascade for the project level (Common -> Debug/Release) as well as on the target level (App -> App-OSX/App-iOS/App-ATV2) * add xcconfig and after buildstep scripts to xcode for easy editing
2013-05-13[osx/ios/atv2] - sync xcode projectsMemphiz
2013-05-13[osx/ios/atv2] - sync xcode projects (generic environment))Memphiz
2013-05-11[OSX] support system input method and send inputed text to xbmc.ulion
2013-05-09wake on accesst4.ravenbird
2013-05-05[osx/ios/atv2] - sync xcode projectsMemphiz
2013-05-02[osx/ios] fixed broken build, missing FavouritesOperations.xxdavilla
2013-05-02[osx/ios] sync xcode projects with removal of DVDPlayerAudioResamplerdavilla
2013-05-01[osx/ios/atv2] - sync xcode projectsMemphiz
2013-04-08fixed broken build, please ping a darwin dev so we can sync xcode project ↵davilla
files rather than discover broken builds
2013-04-05allow fullscreen actions such as next subtitle, audio stream, audio/subs ↵Jonathan Marshall
delay etc. to be handled in other places
2013-04-04[osx/ios/atv2] - sync xcode projectsMemphiz
2013-04-01[osx/ios/atv2] - sync xcode projectsMemphiz
2013-03-30[osx/ios] cosmetic cleanup of project viewsS. Davilla
2013-03-26[OSX] SSE4.1 is also not supported by some of old macbook, e.g. cpu T7200.ulion
2013-03-25[osx/ios/atv2] - xcode: add XBMC_DEPENDS_ROOT and us it for constructing ↵Memphiz
XBMC_DEPENDS - allows overwrite of XBMC_DEPENDS_ROOT when building with xcodebuild from commandline
2013-03-25[OSX] SSE42 is for i7+ cpu, should not be set by default.ulion
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