blender/intern/ghost
Sergey Sharybin 9cefd5612d GHost: Attempt to fix compilation error on older OSX systems
The issue was caused by using NotificationCenter which is only available
since 10.9 so trying to build blender on OSX with 10.7 SDK would fail.

Now it should be possible to build blender with SDK 10.7 and at the same
time official builds should still be doing proper weak-linking to a
notification center.
2015-06-14 14:36:05 +02:00
..
doc This commit fixes up a bunch of svn properties to hopefully make things a little nicer for everyone. 2007-08-28 10:07:08 +00:00
intern GHost: Attempt to fix compilation error on older OSX systems 2015-06-14 14:36:05 +02:00
test Ghost: update tests for recent changes 2015-04-04 17:21:18 +11:00
CMakeLists.txt Fix for building win32 headless 2015-03-21 02:17:27 +11:00
GHOST_C-api.h Cleanup: style 2015-04-13 22:08:51 +10:00
GHOST_IEvent.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_IEventConsumer.h style cleanup: trailing tabs & expand some non prefix tabs into spaces. 2012-10-21 05:46:41 +00:00
GHOST_ISystem.h Cleanup: typos 2015-05-23 22:38:47 +10:00
GHOST_ISystemPaths.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_ITimerTask.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_IWindow.h GHost: Code cleanup, prepare for strict C++ flags 2015-03-27 18:23:31 +05:00
GHOST_Path-api.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_Rect.h Comments 2014-08-16 10:51:07 +10:00
GHOST_Types.h Cleanup: remove unused defines 2015-04-08 15:09:20 +10:00
SConscript Correction for non-Windows SCons compiling fix after IME Merge 2014-12-11 00:22:17 +01:00