Commit Graph

22 Commits

Author SHA1 Message Date
skalogryz
f9723fb328 PPC function name fixing (thanks Jonas), switched off debug usage
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@767 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-04-06 15:18:12 +00:00
skalogryz
a5d4c3203d fixed PowerPC declaration stretreg and added linking to Foundation framework for objcrtltest
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@766 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-04-06 14:41:37 +00:00
skalogryz
3fb17bb8f6 more debugging in objcrtl10
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@765 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-04-06 13:17:08 +00:00
skalogryz
cf995dd2cb added debugging log to 1.0 runtime, a small fix objcrtltest
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@764 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-04-06 09:31:20 +00:00
skalogryz
11938bfea0 modified objcrtl test + added some 1.0 bindings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@762 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-04-03 11:03:27 +00:00
skalogryz
d1fed6a252 updated test for structure size check
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@761 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-04-03 10:32:10 +00:00
skalogryz
60127de191 added: _stretreg funcion; 1.0 ivariables binding; missing type encoding constants; common objc_msgSend* loading
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@760 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-04-03 10:18:44 +00:00
skalogryz
a271d2f11f updated test for small records
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@758 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-04-03 05:54:00 +00:00
skalogryz
1ca6ded0d7 add objcrtlutils unit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@757 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-04-02 11:41:19 +00:00
skalogryz
eb405d5188 fixed objc_msgSendSuper declarations + implemented sub-classing for 1.0 version
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@756 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-04-02 11:39:37 +00:00
skalogryz
d990e54a52 added objcrtl test application
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@755 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-04-02 11:37:35 +00:00
skalogryz
bebb9f6bc0 added iPhoneOS objc run-time initialization unit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@747 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-03-21 13:46:03 +00:00
skalogryz
0a6dd12bb9 fixing objc_msgSend_stret function declaration
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@746 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-03-21 13:44:00 +00:00
skalogryz
61f9cd63c8 modified type 'id' definition
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@742 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-03-17 12:21:02 +00:00
skalogryz
aeb7aaac64 implemented some wrapper functions
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@739 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-03-13 15:32:19 +00:00
skalogryz
f527d42d1c adding run-time initialization unit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@738 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-03-13 15:24:10 +00:00
skalogryz
547722ce0d fixed wrong declaration of objc_msgSend
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@737 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-03-13 15:18:41 +00:00
skalogryz
c7e777a8e0 started dynamic obj-c runtime lib support. added base units
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@735 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-03-12 12:03:21 +00:00
sekelsenmat
ce8ee9bb1f Improves pascocoa and texteditor example
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@584 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-10-06 13:26:48 +00:00
sekelsenmat
9bd67d8d40 Improves Cocoa bindings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@488 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-24 02:01:19 +00:00
sekelsenmat
8268740b2a Small improvements to objc 1.0 bindings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@367 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-04 09:15:57 +00:00
sekelsenmat
e0fa0aa096 Added objective-c and Cocoa bindings to Pascal
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@352 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-17 07:38:48 +00:00