Sergey Bugaev
348fdf7813
Fix direct isa access
2017-12-17 16:11:05 +03:00
Andrew Hyatt
b2a54b1871
Revert "Link to CF using the new way"
...
This reverts commit a8364108d4
.
2017-08-22 12:20:24 -07:00
Andrew Hyatt
a8364108d4
Link to CF using the new way
2017-08-10 17:46:00 -07:00
Andrew Hyatt
2799b5befc
Set dylib versions
2017-08-08 13:03:19 -07:00
Andrew Hyatt
1c81808e25
Create include directories
2017-08-07 23:33:12 -07:00
Sergey Bugaev
eedc7cb844
Build CoreData
2017-07-21 21:28:59 +03:00
Rolf Jansen
bbba7c2199
in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings
2015-10-05 08:11:19 -03:00
Rolf
84178580aa
changes for building cocotron-master on Mac OS X 10.0.4 + Xcode 6.4
...
added directives for debugging the Cocotron frameworks
2015-08-09 22:53:36 -03:00
Christopher Lloyd
631462795d
Reformat entire project using newer style
2015-05-23 20:15:45 -04:00
Christopher Lloyd
426eaa4bcd
overhaul of targets and configurations, move from multiple targets to single targets and multiple configurations
2015-05-16 11:07:53 -04:00
Christopher Lloyd
0e5c98c856
merge d2edba9
andyvn22-cocotron
2015-04-11 22:48:37 -04:00
Christopher Lloyd
b381b1982d
merge 3d9c3b7
2015-03-26 21:45:09 -04:00
Andy Van Ness
d2edba9eab
Merge with mainline (this sadly re-breaks Linux AppKit compilation, but I don't care anymore because I will lose my mind if I look at one more Xcode project setting. Someone else fix it.)
2013-09-29 19:12:53 -04:00
Christopher Lloyd
d2edb500f1
cleanup build settings
2013-05-28 17:59:31 -04:00
Christopher Lloyd
9918958baa
fix __declspec use
2013-05-26 01:07:20 -04:00
Christopher Lloyd
73138238e5
use target triple for dstroot
2013-04-06 23:55:05 -04:00
Christopher Lloyd
54c3412526
move bulk of build settings to xcconfigs, clean out unneeded build rules, phases and settings
2013-04-05 11:01:56 -04:00
Christopher Lloyd
794364bc65
add xcconfigs to projects
2013-03-31 23:27:37 -04:00
Andy Van Ness
0fdaca9c67
Changed Windows framework build directories to prevent Xcode from making recursive symlinks inside frameworks (which in addition to being crazy, was causing retargetBundle to fail)
2013-02-16 20:19:32 -05:00
Andy Van Ness
5d7bff57e0
Added empty CoreData framework for Linux; fixed Cocoa Linux target
2013-02-15 21:13:29 -05:00
Andy Van Ness
42770f61ef
Removed update project settings warning
2013-02-11 15:23:30 -05:00
Christopher Lloyd
a50ab96a53
fix warnings, use of deprecated method
2012-04-05 09:22:54 -04:00
Christopher Lloyd
8902ca0c38
update project for Xcode 4
2012-03-30 21:39:37 -04:00
Christopher Lloyd
be53f5e0b9
replace build rule with compiler variable in build setting for Windows 386
2012-03-05 22:12:14 -05:00
Christopher Lloyd
16d286b6de
move generic OTHER_LDFLAGS for windows to xcconfig
2011-09-28 10:55:06 -04:00
Christopher Lloyd
2b59273a1a
switch framework search path to implicit TARGET_BUILD_DIR
2011-09-27 11:30:51 -04:00
Christopher Lloyd
5fbac7dc5c
move deployment options to xcconfig
2011-09-27 10:25:49 -04:00
Christopher Lloyd
028364941e
move DEPLOYMENT_LOCATION to xcconfig
2011-09-26 23:19:53 -04:00
Christopher Lloyd
a9a5306e07
add framework xcconfig
2011-09-26 18:06:39 -04:00
Christopher Lloyd
fe2733fa5a
move Windows INSTALL_PATH to xcconfig
2011-09-26 14:32:36 -04:00
Christopher Lloyd
2d69bdf6a3
add basic xcconfig's for current targets and update build paths to use EFFECTIVE_PLATFORM_NAME
2011-09-26 14:16:24 -04:00
Christopher Lloyd
aab9497a47
clean up some warnings, NSSearchPathForDirectoriesInDomains fixes
2011-05-03 11:08:30 -04:00
Christopher Lloyd
bf2422bea6
almost pbuffer backing store
2011-03-30 13:08:24 -04:00
Dr. Rolf Jansen
3d9c3b7fe8
fix a bunch various compiler warnings
2011-02-20 16:22:31 -03:00
Dr. Rolf Jansen
ec99410585
Xcode 3.2.4 forced some project file changes
2011-02-20 16:14:34 -03:00
Christopher Lloyd
312faeac97
fix notification for persistent store change notification
2010-10-28 21:05:59 -04:00
Christopher Lloyd
75ec934545
CoreData xml/memory store implementation
2010-10-20 12:17:24 -04:00
Christopher Lloyd
61d3e2f55e
standardize all build directories as in project directory
2010-04-01 13:01:05 -04:00
Christopher Lloyd
cbeae71792
(fixes issue #499 ) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes
2010-03-02 16:33:55 +00:00
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