Commit Graph

27 Commits

Author SHA1 Message Date
TheBrokenRail
b6548a202d Fix Continuation Indent 2020-05-12 17:04:16 -04:00
TheBrokenRail
55c7b99e5d Proper Braces 2020-05-12 17:04:16 -04:00
TheBrokenRail
cda40d9947 Code Formatting Using Patched ClangFormat 2020-05-12 17:04:15 -04: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
Christopher Lloyd
631462795d Reformat entire project using newer style 2015-05-23 20:15:45 -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
Airy ANDRE
8f07b0bdc6 Merge with the trunk with a few fixes
- make the JPEG exporters to work by including proper library-installation detection and not using unimplemented API
- disable/comment special observing on addXXX: & removeXXX: method, that throw exceptions when you have some of these methods not using NSSet
- repair the NS<geometry>FromString methods ('{%g,%g}' is a good scan string, not '{"%g","%g"}')
- keep our branch changes on Win32 keyboard handling as it supports dead-keys
2012-11-28 18:34:54 +01:00
Robert Grant
6bf9c44d84 Adapting Cocotron projects to Xcode4 2012-11-14 13:51:36 -05: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
84813cc6ac remove GCC_C_LANGUAGE_STANDARD from target build settings, couple build setting fixes 2011-09-28 23:24:31 -04:00
Christopher Lloyd
1200b1f942 remove almost all top-level configuration build variables 2011-09-28 10:14:44 -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
1fc511eda0 remove EXECUTABLE_SUFFIX, fix Foundation base xcconfig 2011-09-26 23:28:47 -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
9a6783cb3c theming changes from autoxr-mike 2010-12-19 11:46:54 -05:00
Christopher Lloyd
a3b48d2b59 add CGColorSpaceCreatePattern 2010-12-13 10:33:50 -05:00
Mike Shields
a07fc00b08 Turned multi-character constants into hex values to quiet noisy watnings. 2010-12-07 01:55:00 -05:00
Christopher Lloyd
e9e7a3142e removed use of noErr and added Debug configuration 2010-04-29 16:02:02 -04:00
Christopher Lloyd
61d3e2f55e standardize all build directories as in project directory 2010-04-01 13:01:05 -04:00
Christopher Lloyd
f730b121e6 (fixes issue #549) Security additions by Matt Gallagher 2010-04-01 12:05:15 -04:00
Christopher Lloyd
09f4876472 - variety of key value binding fixes
- merge CoreFoundation/project.pbxproj from mercury branch
- NSCachedImageRep drawInRect: fix
- NSThread fixes for performing selectors across threads
- NSCLog functions for internal logging, switch use of OBJCLog to NSCLog
- Protocol fixes
- mutex locking in objc_class.m
- mutex locking on the NSZombieObject table
- faster binary property list reader, use of CFUID
- use of CFUID in NSKeyedUnarchiver
- removed more svn:mergeinfo
2010-03-16 15:13:03 +00:00
Christopher Lloyd
084d863e05 initial Security framework 2010-03-04 20:49:42 +00:00