aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj
AgeCommit message (Collapse)Author
2011-03-26add CacheCircular.* to OSX build projectsJonathan Marshall
2011-03-24[osx] remove unnessary static linkingS. Davilla
2011-03-23[osx/ios] changed libmpeg2 from static link to xbmc binary to ↵S. Davilla
dyloaded/unloaded on demand.
2011-03-23[osx/ios] changed libwavpack from static link to xbmc binary to ↵S. Davilla
dyloaded/unloaded on demand.
2011-03-23[osx/ios] changed libmodplug, libmad, libogg, libvorbis, libvorbisfile, ↵S. Davilla
libvorbisenc from static links to xbmc binary to dyloaded/unloaded on demand.
2011-03-23[osx] silence xcode warning, remove unused LIBRARY_SEARCH_PATHamet
2011-03-22refactor dylib packaging and include those in DllPaths_generated.h that we ↵S. Davilla
do not link with
2011-03-19Fix XCode build on case sensitive filesystems.Jonathan Lane
2011-03-19[osx/ios] fixed. resolve special://frameworks for all three osx cases ↵S. Davilla
(xbmc.app, xbmc xcode, xbmc command-line) as well as for ios and atv2. python gets treated special as it does strange things based on if app packaged or in prefix location.
2011-03-19[osx/ios] add libbluray and bump project min xcode version to 3.1S. Davilla
2011-03-18[osx/ios] banish libass to xxx-depends, this removes the need for an ↵S. Davilla
external flag as osx/ios/linux/win are external libass but win is still dyloaded while the others are compile linked
2011-03-16[osx/ios] changed, banish libmicrohttp and libmodplug to the backlands of ↵S. Davilla
xxx-depends. Remember to make -C tools/osx/xxx-depends to pick them up
2011-03-15[ios] final mergeS. Davilla
2011-03-14[ios] prep, breakout pool handling and add path/framework path handingS. Davilla
2011-03-14[osx] preflight and XBMCHelper installed paths changedS. Davilla
2011-03-11[osx] fixed make build and changed xcode to match. Moral... don't mix SDL ↵S. Davilla
dynamic and static libs when linking.
2011-03-09utilise the arabic shaping of fribidi 0.19.1 and higher rather than the ↵Jonathan Marshall
home-brew solution - fixes #11258
2011-03-08merged: files_in_lib branch, removing the separate video files window and ↵Jonathan Marshall
placing it in the library hierarchy instead. Files mode now also fetches information from the database for each item, if available.
2011-03-08cleanup: removed GUIWindowVideoFiles as it's no longer requiredJonathan Marshall
2011-03-08added: sources://<type_of_source>/ vfs entry to allow listing of sources ↵Jonathan Marshall
outside of the files windows
2011-03-05[osx] changed, osx readme and xcode project to support new osx build systemS. Davilla
2011-03-05Modified the xcode project file to reflect the removed files.jimfcarroll
2011-02-22added GlobalsHandling.h to xcode project.Jim
2011-02-19Merge removal of unneeded libdts and liba52Anssi Hannula
Conflicts: .gitignore XBMC.xcodeproj/project.pbxproj configure.in lib/Makefile.in project/VS2010Express/XBMC.vcxproj project/VS2010Express/XBMC.vcxproj.filters tools/Linux/packaging/debian/copyright xbmc/DllPaths_win32.h xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile.in
2011-02-18[osx] xcode project sync to c22dcafcb3984248d287f7eb310d651b6d67775eS. Davilla
2011-02-17added: method of capturing videoframes from the renderer, from any threadbobo1on1
2011-02-17Removed use of libfaad2. It was already disabled on all platforms.theuni
2011-02-17[osx-ppc] fixed, update osx-ppc app packagingS. Davilla
2011-02-16added: xbmcvfs.(copy,delete,rename) and xbmc.subHashAndFileSizeS. Davilla
Thanks to jcarroll,davilla and jmarshall for a lot of the code here, Montellese for the VS2010 project fixup. usage: success = xbmcvfs.copy(source, destination) xbmcvfs.delete(file) success = xbmcvfs.rename(file,newFileName) size, hash = xbmc.subHashAndFileSize(file)
2011-02-09[LINUX][OSX] Abstract platform log opening routine.althekiller
2011-02-09Move GL utility functions out of logging classalthekiller
2011-02-06sync osx projectspiff
2011-02-06removed: unused DVDAudioCodecPassthrough.cppAnssi Hannula
It has been replaced by DVDAudioCodecPassthroughFFmpeg.cpp.
2011-02-06removed: use of deprecated libdtsAnssi Hannula
libdts hasn't been used by default for a while. Remove the use of it completely in favor of ffmpeg.
2011-02-06removed: use of deprecated liba52Anssi Hannula
liba52 hasn't been used by default for a while. Remove the use of it completely in favor of ffmpeg.
2011-01-27update xcode project for new developmentRegion settingS. Davilla
2011-01-26refactor: Introduce CAddonInstaller/CAddonInstallJob to handle addon ↵Jonathan Marshall
installation, ensuring it's done serially (per-addon) and to ensure that we don't attempt to install the same addon simultaneously
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp
2011-01-23Revert "Merge remote branch 'upstream/master'"Lars Op den Kamp
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995.
2011-01-07Merge remote branch 'upstream/master'Lars Op den Kamp
2011-01-07fixed: show Git revision number instead of SVN. commiting for TheUniamet
2011-01-05Merge remote branch 'upstream/master'Lars Op den Kamp
2011-01-04added: bd iso support. credit boxeespiff
2011-01-04sync xcode project after mergeLars Op den Kamp
2010-12-08grrr, need absolute path to dylibsdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35592 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-08fixed, trac #10830, OGG files can be played but don't get scanned, this has ↵davilla
been broke a long time git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35591 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-27finish removal of libshout from xcode projectdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35485 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-26changed: ditch libshout and replace with curl-based codespiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35468 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-20changed: updated build systems for service addons.blinkseb
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35349 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-17[osx] sync xcode projectametovic
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35306 568bbfeb-2a22-0410-94d2-cc84cf5bfa90