13 Commits

Author SHA1 Message Date
Airy ANDRE
149fd2aea7 CFSSLHandler_openssl is using the compiler pthread.h instead of the Cocotron one 2013-07-25 17:08:34 +02: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
Tilo Prütz
5cc5b7a4ef Use 'include' instead of 'import' on system headers.
When using 'import' for system headers on Linux with GCC 4.6.2 the header control macros do not work
as intended and therefore everything is messed up.
2012-01-13 12:27:09 +01: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
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
614d307a5d tweak openssl setup, larger buffer 2011-09-21 08:36:48 -04:00
Mike Shields
ce38d471ba Fixed debug build failure by removing Fix and Continue setting 2010-09-17 14:52:57 -04:00
Christopher Lloyd
caca73d641 - remove red background for non-visible window border area
- disable per pixel alpha windows
- fix retain bug in nib loading
- rearrange SSL handle to be separate loaded bundle which depends on openssl
- NSSocket_windows loads the SSL handler if present
- added some assorted BSD functions to CFBase.m
- added umbrella Cocotron project
2010-08-19 21:34:44 -04:00