diff options
author | Pär Björklund <per.bjorklund@gmail.com> | 2015-02-28 22:11:09 +0100 |
---|---|---|
committer | Pär Björklund <per.bjorklund@gmail.com> | 2015-07-15 16:26:31 +0200 |
commit | 3764f03911fce66685e7b130e2bdd94c0893c8e2 (patch) | |
tree | 3713738d12f3975972ff53c66765921c91a11a20 /Kodi.xcodeproj | |
parent | be3b57a618062b5161ab98b700b1ec8707c023eb (diff) |
Reworked initialization for win32
Moved error reporting to a separate class with
implementations for win32 and posix currently
Reworked exception handling, no longer ignores 9 exceptions, just logs and rethrows.
Diffstat (limited to 'Kodi.xcodeproj')
-rw-r--r-- | Kodi.xcodeproj/project.pbxproj | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Kodi.xcodeproj/project.pbxproj b/Kodi.xcodeproj/project.pbxproj index 8a73565654..58dec6a8c7 100644 --- a/Kodi.xcodeproj/project.pbxproj +++ b/Kodi.xcodeproj/project.pbxproj @@ -160,6 +160,9 @@ 395897151AAD94F00033D27C /* KeyboardLayoutManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 395897131AAD94F00033D27C /* KeyboardLayoutManager.cpp */; }; 395897161AAD94F00033D27C /* KeyboardLayoutManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 395897131AAD94F00033D27C /* KeyboardLayoutManager.cpp */; }; 395897171AAD94F00033D27C /* KeyboardLayoutManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 395897131AAD94F00033D27C /* KeyboardLayoutManager.cpp */; }; + 395938771AC310B00053A590 /* MessagePrinter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 395938751AC310B00053A590 /* MessagePrinter.cpp */; }; + 395938781AC310B00053A590 /* MessagePrinter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 395938751AC310B00053A590 /* MessagePrinter.cpp */; }; + 395938791AC310B00053A590 /* MessagePrinter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 395938751AC310B00053A590 /* MessagePrinter.cpp */; }; 395C29BC1A94733100EBC7AD /* Key.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 395C29BA1A94733100EBC7AD /* Key.cpp */; }; 395C29BD1A94733100EBC7AD /* Key.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 395C29BA1A94733100EBC7AD /* Key.cpp */; }; 395C29BE1A94733100EBC7AD /* Key.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 395C29BA1A94733100EBC7AD /* Key.cpp */; }; @@ -3521,6 +3524,8 @@ 395897131AAD94F00033D27C /* KeyboardLayoutManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = KeyboardLayoutManager.cpp; sourceTree = "<group>"; }; 395897141AAD94F00033D27C /* KeyboardLayoutManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeyboardLayoutManager.h; sourceTree = "<group>"; }; 395938731AC28F5A0053A590 /* EmbeddedArt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EmbeddedArt.h; sourceTree = "<group>"; }; + 395938751AC310B00053A590 /* MessagePrinter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MessagePrinter.cpp; sourceTree = "<group>"; }; + 395938761AC310B00053A590 /* MessagePrinter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MessagePrinter.h; sourceTree = "<group>"; }; 395C29BA1A94733100EBC7AD /* Key.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Key.cpp; sourceTree = "<group>"; }; 395C29BB1A94733100EBC7AD /* Key.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Key.h; sourceTree = "<group>"; }; 395C29BF1A98A0A000EBC7AD /* Webinterface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Webinterface.cpp; sourceTree = "<group>"; }; @@ -6262,6 +6267,16 @@ path = pthreads; sourceTree = "<group>"; }; + 395938741AC310B00053A590 /* posix */ = { + isa = PBXGroup; + children = ( + 395938751AC310B00053A590 /* MessagePrinter.cpp */, + 395938761AC310B00053A590 /* MessagePrinter.h */, + ); + name = posix; + path = main/posix; + sourceTree = "<group>"; + }; 395C29C81A98A11B00EBC7AD /* wsgi */ = { isa = PBXGroup; children = ( @@ -6841,6 +6856,7 @@ isa = PBXGroup; children = ( DFB15B1F15F8FB8100CDF0DE /* osx */, + 395938741AC310B00053A590 /* posix */, 552A226815F7E14B0015C0D0 /* main.cpp */, ); name = main; @@ -10564,6 +10580,7 @@ 18B7C7CE1294222E009E7A26 /* GUIListLabel.cpp in Sources */, 18B7C7CF1294222E009E7A26 /* GUIMessage.cpp in Sources */, 18B7C7D01294222E009E7A26 /* GUIMoverControl.cpp in Sources */, + 395938771AC310B00053A590 /* MessagePrinter.cpp in Sources */, 18B7C7D11294222E009E7A26 /* GUIMultiImage.cpp in Sources */, 18B7C7D21294222E009E7A26 /* GUIMultiSelectText.cpp in Sources */, 18B7C7D31294222E009E7A26 /* GUIPanelContainer.cpp in Sources */, @@ -11184,6 +11201,7 @@ DFF0F14417528350002DA3A4 /* AEPackIEC61937.cpp in Sources */, DFF0F14617528350002DA3A4 /* AEStreamInfo.cpp in Sources */, DFF0F14717528350002DA3A4 /* AEUtil.cpp in Sources */, + 395938791AC310B00053A590 /* MessagePrinter.cpp in Sources */, 42DAC1701A6E789E0066B4C8 /* PVRActionListener.cpp in Sources */, DFF0F14917528350002DA3A4 /* AEFactory.cpp in Sources */, DFF0F14A17528350002DA3A4 /* EmuFileWrapper.cpp in Sources */, @@ -12739,6 +12757,7 @@ E49913E6174E5F8D00741B6D /* PlayListXML.cpp in Sources */, E49913E7174E5F8D00741B6D /* SmartPlayList.cpp in Sources */, E49913E8174E5F9900741B6D /* CocoaPowerSyscall.cpp in Sources */, + 395938781AC310B00053A590 /* MessagePrinter.cpp in Sources */, E49913E9174E5F9900741B6D /* DPMSSupport.cpp in Sources */, E49913EA174E5F9900741B6D /* PowerManager.cpp in Sources */, E49913EB174E5FB000741B6D /* GUIDialogLockSettings.cpp in Sources */, |