fpc/packages/cocoaint/utils
Jonas Maebe 3ca3276400 * changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Another
change is that it is now also allowed to specify an external name for
    formal external class definitions, but if they are later mixed with
    regular class definitions the external names have to match.
   o because the "external" status of methods is now set while parsing the
     class rather than afterwards, some procdir compatibility checks had to
     be inlined because they only have to be performed for 
  * also adapted the syntax for external cppclasses in the same way
  * fixed return type of NSObject.retainCount and NSObject.hash
    (NSUInteger instead of cint)
  * moved "patches" directory from cocoaint/src to cocoaint/utils/cocoa-skel
    so they are used by the conversion script when re-parsing the headers
  * updated Objective-C header parser script to
   o use the new external class syntax
   o not write inheritance information for root classes (NSObject, NSProxy)
   o use internal translation tables for some conflicting method names that
    are named specially in objcbase.pp
   and updated parsed headers
  * fixed rtl/inc/objcbase.pp and tests to conform to the new external class
    syntax

git-svn-id: trunk@16684 -
2011-01-02 14:50:46 +00:00
..
cocoa-skel * changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Another 2011-01-02 14:50:46 +00:00
patches * updated version of the conversion script, used to generate the previously 2010-12-08 21:12:27 +00:00
source * changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Another 2011-01-02 14:50:46 +00:00
uikit-skel/src * updated version of the conversion script, used to generate the previously 2010-12-08 21:12:27 +00:00
frameworks.xml * updated version of the conversion script, used to generate the previously 2010-12-08 21:12:27 +00:00
install_objp.sh * User patches are now working 2009-10-01 14:44:45 +00:00
Make Cocoa Headers.txt * updated version of the conversion script, used to generate the previously 2010-12-08 21:12:27 +00:00
Make iPhone Headers.txt * updated version of the conversion script, used to generate the previously 2010-12-08 21:12:27 +00:00
make-cocoa-headers.sh * version 2.13 of the parser, by Ryan Joseph: mainly restructuring and 2010-12-30 23:28:02 +00:00
make-ios-headers.sh * updated version of the conversion script, used to generate the previously 2010-12-08 21:12:27 +00:00
parser.php * changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Another 2011-01-02 14:50:46 +00:00
Using Installer Script.txt - removed svn:executable flags 2009-10-02 13:04:57 +00:00