58 Commits

Author SHA1 Message Date
Christopher Lloyd
19b5f7b30d (fixes issue 389) CoreData compile fixes by sgraesser 2009-10-19 13:59:16 +00:00
Christopher Lloyd
b8847963e3 fix CoreData's use of ObjCSelector.h 2009-04-14 01:48:05 +00:00
Christopher Lloyd
0138291acf - NSEntityDescription fix for updated objc runtime
- Removed NSMethodSignature cache, not thread safe.
- Removed NSIndexPath cache, not thread safe.
- Moved NSPropertyListReader_vintage class caching into instance.
- Removed caching of page size in NSPageSize() for linux/solaris/darwin.
- objc cache entry initialization tweaks
- removed unused _selectorCount
- Moved NSBundle static _sharedLookInDirectoriesArray to per-instance
- Moved NSProcessInfo static _counter and _counterLock to per instance
- Uncommented NSClassDescription use of @synchronized as the compiler can handle it now.
- Remove _fontHolder from NSInterfacePartAttributedString
- declared some variables with static scope as static
2009-02-25 01:13:55 +00:00
Christopher Lloyd
388529fe06 - Dan Knapp's CoreData patch, model reading functionality 2008-06-17 16:37:08 +00:00
Christopher Lloyd
6569f1d255 - CoreDataExports.h added
- CGLayer, CGPattern C interface added
2008-04-24 01:45:29 +00:00
Christopher Lloyd
9ff4c636da - Forgot to actually svn add dllmain.m 2008-04-23 19:43:18 +00:00
Christopher Lloyd
401cc173ae - Added dllmain.m and proper framework search path to CoreData 2008-04-23 19:39:31 +00:00
Christopher Lloyd
add665f492 - Added skeleton CoreData project 2008-02-02 05:43:19 +00:00