aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj/project.pbxproj
AgeCommit message (Collapse)Author
2014-10-04[vfs] Remove HDFileKarlson2k
2014-10-04[posix] [vfs] Implement PosixFile class for accessing local files on Posix ↵Karlson2k
platforms
2014-09-04[markwatched] queue up mark watched jobs and process them without locking ↵Matthias Kortstiege
the main thread
2014-08-22[posix] Implement class CPosixInterfaceForCLogKarlson2k
2014-08-17Consistent naming of Samba/CIFS related files.BFG
2014-08-11[keyboard] adds code for loading keyboard layoutsJonathan Marshall
2014-08-09Merge pull request #5105 from fritsch/removecrystalhdMartijn Kaijser
Removecrystalhd
2014-08-06Add helper header with definitions of macros for parameters checkingKarlson2k
2014-07-28CrystalHD: Rest in peacefritsch
2014-07-13[osx] update xcode projectxhaggi
2014-07-10[osx] xcode changesJonathan Marshall
2014-07-02Move class auto_buffer to separate fileKarlson2k
2014-07-02Merge pull request #4866 from wsnipex/versioningjmarshallnz
automatic versioning
2014-07-02fixed: split non-template class in header/implementationArne Morten Kvarving
2014-07-01Merge pull request #4862 from ace20022/fix_dvdmessagetrackerAndreas Zelend
Remove CDVDMessageTracker
2014-06-30update Xcodewsnipex
2014-06-29[osx] - sync xcode projectMemphiz
2014-06-10Merge pull request #4864 from Karlson2k/update_win32_vfs_01jmarshallnz
Implement CWin32Directory
2014-06-08XCode: Adapt after PCM/LPCM changesfritsch
2014-06-08Remove HDDirectory as not used nowKarlson2k
2014-06-07Remove unused DVDMessageTracker class.ace20022
2014-06-07Merge pull request #4838 from mkortstiege/posixjmarshallnz
PosixDirectory implementation
2014-06-07added: CPosixDirectory implementationMatthias Kortstiege
2014-05-30XCode: Remove AEConvert and AERemapfritsch
2014-05-18[darwin] fix building from user set prefix path. move XBMC_DEPENDS_ROOT to ↵S. Davilla
xconfig and set it during configure
2014-05-17[osx] xcode project changesJonathan Marshall
2014-05-15[xcode] - finally fix the last pieces which were forgotten during xcode ↵Memphiz
project merge. Now we really use the stuff from tools/darwin/Configurations/ for all platforms and targets.
2014-05-09Merge pull request #4512 from Montellese/settings_guijmarshallnz
Unification of CGUIDialogSettings and CGUIWindowSettingsCategory
2014-05-08sync Xcode project after libsamplerate drop, sync darwin configurationDaniel Scheller
2014-05-07[osx/ios/atv2] updated xcode projectJonathan Marshall
2014-05-07[osx/ios/atv2] update projectmontellese
2014-05-02[osx] adds media/ to xcode projectJonathan Marshall
2014-05-02[ios/atv2] - sync project for new icons - add the media folder to xcodeMemphiz
2014-04-29Update XCode project for MP3Codec/libmad removalDaniel Scheller
2014-04-27[osx] support building with depends ffmpeg instead of internalJonathan Marshall
2014-03-11[osx/ios/atv2] - sync xcode projectMemphiz
2014-03-11[osx/ios/atv2] - sync xcode projectMemphiz
2014-02-22[osx] drop CDVDAudioCodecPassthroughFFmpeg - it was broken in 4f74e67f2f anywayJonathan Marshall
2014-02-22[ios/osx] adds Darwin sinks for ActiveAE and drop the CoreAudio engine.Jonathan Marshall
2014-02-22[ios/osx] adds ActiveAE files to the IOS/OSX projectsJonathan Marshall
2014-02-11Revert "[ios7/ios/atv2] - link statically against libmpeg2 - since ios7 we ↵Memphiz
crash and burn when we load libmpeg2 as dylib - closes #14813" This reverts commit 0e53fea3bbf092cccad9f5ade492754ee2a22ead. Conflicts: XBMC.xcodeproj/project.pbxproj
2014-02-10Merge pull request #4011 from fritsch/vdpau-settingsjmarshallnz
Linux: Gui Settings for HW Decoders
2014-02-09XCode: Adjust to new DVDVideoCodec.cpp thx @davillafritsch
2014-02-09[ios] fixed, stupid editorS. Davilla
2014-02-09[ios] fixed atv2 runtime. missing link to libxml2S. Davilla
2014-02-01remove unused MusicInfoTagLoaderWavJonathan Marshall
2014-01-24[info] don't ToLower() info conditions prior to resolving them - we need ↵Jonathan Marshall
only compare them caseless in the info store
2014-01-15[ios7/ios/atv2] - link statically against libmpeg2 - since ios7 we crash and ↵Memphiz
burn when we load libmpeg2 as dylib - closes #14813
2014-01-15[atv2] - added -lxslt to the linker flags in xcode project for atv2 target. ↵Memphiz
Seems atv2 target is the only one who doesn't pick up the xcconfig (maybe because of the include indirection or what - i think its a bug in xcode3). This would have resulted in crash&burn on atv2 at runtime when accessing a function from libxslt (we don't see the issue during compile time because of lazy linking which is needed because of atv2 backrow stuff)
2013-12-22[scrapers] Support XSLT transforms (XML->XML) in the scrapersnight199uk