aboutsummaryrefslogtreecommitdiff
path: root/XBMC-IOS.xcodeproj
AgeCommit message (Collapse)Author
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
2012-09-10[ios/atv2] - sync xcode projectsMemphiz
2012-09-09@Montellese, @Memphiz, @jimfcarroll Replace the scripting engine with a ↵Jim Carroll
codegenerated one.
2012-09-08[ios/atv2] - fix the linkpath in check_xbmc_dylib_depends before iterating ↵Memphiz
through the dependend libs
2012-09-07[osx/ios/atv2] - sync xcode projectMemphiz
2012-09-06[ios] add missing pvr packagingdavilla
2012-09-05[ios/atv2] - sync xcode projects for the upnp bumpMemphiz
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-06[osx/ios/atv2] - fix build on commandline when using xcode 4.xMemphiz
2012-08-06[osx/ios/atv2] update project filesmontellese
2012-08-01[keyboard] - buildsys changesMemphiz
2012-07-31[osx/ios] fixed compiler warnings, move -Wreorder to WARNING_CFLAGS to ↵davilla
OTHER_CPLUSPLUSFLAGS, it is a c++/objc compiler flag
2012-07-28[osx/ios/atv2] - fix xcode projectsMemphiz
2012-07-13changed: remove unused Cssrc classspiff
2012-07-12changed: drop CProgramDatabasespiff
unused and unusable in its current state
2012-07-12changed: remove CShortcut class and related codespiff
this is a useless xbox remnant that won't ever be used elsewhere
2012-07-12[seekbar] adds seek handler rather than handling seeking directly in ↵Jonathan Marshall
CGUIDialogSeekBar.
2012-07-10adds new CDatabaseManager, and allow it to access CDatabase::Update directly.Jonathan Marshall
2012-07-08Merge pull request #1108 from Montellese/movie_taggingSascha Montellese
add a tagging system for movies
2012-07-08[osx/ios/atv2] update project filesmontellese
2012-07-08adds SaveFileStateJob.h to the Xcode projectJonathan Marshall
2012-07-03[ios/atv/xcode] add -Wreorder to build flags to match what is standard on ↵Memphiz
newer GCC's
2012-06-10[osx/ios/atv2] - sync xcode projectsMemphiz
2012-06-09[osx/ios/atv] update xcode project filesmontellese
2012-06-05[xcode] - check minor version of xcode not major - for generating the ↵Memphiz
symlinks for the packaging scripts
2012-06-03[xcode] - add build phase script for doing fancy ln stuff for getting our ↵Memphiz
build folder back when using xcode4 (this fixes our packaging scripts for xcode4) - add debugtype to dwarf+dsym on osx - else xcode4 doesn't generate dsym files
2012-06-02[ios] - use xcodebuild for getting the path to codesign_allocate (because it ↵Memphiz
differs between xcode3 and xcode4.3)
2012-06-01[osx/ios/atv2] sync xcode projects after #981amet
2012-05-13webserver: add handler for image://montellese
2012-05-13adds image:// file protocol as a wrapper for texture cache, to be used for ↵Jonathan Marshall
JSON-RPC images
2012-05-11[osx/ios] fix broken builddavilla
2012-05-11[osx/ios] re-org CoreAudio files into a CoreAudio dir to Engines dir cleandavilla
2012-05-10[ios] banish eprint to the dark regions of nulldavilla
2012-05-09[osx/ios] refactor depends build and switchover to using 10.6sdk for osxS. Davilla
2012-05-10[AE] remove old files from the build systemGeoffrey McRae
2012-05-10[AE] add new files to build systemGeoffrey McRae
2012-05-05[osx/ios] fixed broken build that caught me nappingdavilla
2012-05-04[ios] sync xcode projectsdavilla
2012-05-02[ios/atv2] sync xcode projectsdavilla
2012-05-02[ios/atv2] - sync xcode projectsMemphiz
2012-05-01[fix] - sync xcode projects for ios and atv2Memphiz
2012-05-01initial implementation of library structure from xmlJonathan Marshall
2012-04-08[ios/atv2] - sync projects for tvout changesMemphiz
2012-04-06Merge pull request #856 from amet/xbmc_monitorZeljko Ametovic
Callback function for xbmc module (xbmc.Monitor)
2012-04-06Callback function for xbmc module (xbmc.Monitor)amet
monitors for: - onSettingsChanged - onScreensaverDeactivated - onScreensaverActivated - onDatabaseUpdated, will return the database that has been updated (video/music)
2012-04-04Merge branch 'ffmpeg_0.10.2'elupus
2012-04-03move texture caching jobs to a separate fileJonathan Marshall
2012-03-31[osx/ios/atv2] - build and link static libs for ffmpeg because of build ↵Memphiz
issues on ios