From: <lr...@us...> - 2006-12-05 23:42:05
|
Revision: 1246 http://svn.sourceforge.net/rubycocoa/?rev=1246&view=rev Author: lrz Date: 2006-12-05 15:42:04 -0800 (Tue, 05 Dec 2006) Log Message: ----------- 2006-12-06 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.h, framework/src/objc/BridgeSupport.m, framework/src/objc/ocdata_conv.m: Added support of passing struct pointers. * sample/circle.rb: Added new CoreGraphics sample. Modified Paths: -------------- branches/apple-unstable/src/framework/src/objc/BridgeSupport.h branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/objc/ocdata_conv.m Added Paths: ----------- branches/apple-unstable/src/sample/circle.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-06 19:02:45
|
Revision: 1254 http://svn.sourceforge.net/rubycocoa/?rev=1254&view=rev Author: lrz Date: 2006-12-06 11:02:43 -0800 (Wed, 06 Dec 2006) Log Message: ----------- 2006-12-06 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Another iteration on the CFType support, fixed 2 parsing bugs. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-07 00:34:27
|
Revision: 1255 http://svn.sourceforge.net/rubycocoa/?rev=1255&view=rev Author: lrz Date: 2006-12-06 16:34:26 -0800 (Wed, 06 Dec 2006) Log Message: ----------- 2006-12-07 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.h, framework/src/objc/BridgeSupport.m, framework/src/objc/mdl_osxobjc.m, framework/src/objc/ocdata_conv.m, tests/tc_types.rb: Support for the new CFType metadata descriptions. Creates proxies for CFTypes that don't have a toll-free bridged Cocoa class. Updated test cases. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/BridgeSupport.h branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/objc/mdl_osxobjc.m branches/apple-unstable/src/framework/src/objc/ocdata_conv.m branches/apple-unstable/src/tests/tc_types.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-07 16:33:56
|
Revision: 1257 http://svn.sourceforge.net/rubycocoa/?rev=1257&view=rev Author: lrz Date: 2006-12-07 08:33:52 -0800 (Thu, 07 Dec 2006) Log Message: ----------- 2006-12-07 Laurent Sansonetti <lsa...@ap...> * framework/bridge-support-exceptions/*, framework/src/objc/BridgeSupport.m, framework/src/objc/RBClassUtils.h, framework/src/objc/RBClassUtils.m, framework/post-config.rb: - Added bridge support exceptions files, updated the build system to use them ; - Generate bridge support files for CoreFoundation, Foundation, AppKit, WebKit and CoreGraphics ; - Fixed Tiger build. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/post-config.rb branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/objc/RBClassUtils.h branches/apple-unstable/src/framework/src/objc/RBClassUtils.m Added Paths: ----------- branches/apple-unstable/src/framework/bridge-support-exceptions/ branches/apple-unstable/src/framework/bridge-support-exceptions/AppKit.xml branches/apple-unstable/src/framework/bridge-support-exceptions/CoreFoundation.xml branches/apple-unstable/src/framework/bridge-support-exceptions/CoreGraphics.xml branches/apple-unstable/src/framework/bridge-support-exceptions/Foundation.xml branches/apple-unstable/src/framework/bridge-support-exceptions/WebKit.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-07 23:06:46
|
Revision: 1258 http://svn.sourceforge.net/rubycocoa/?rev=1258&view=rev Author: lrz Date: 2006-12-07 15:06:39 -0800 (Thu, 07 Dec 2006) Log Message: ----------- 2006-12-08 Laurent Sansonetti <lsa...@ap...> * framework/bridge-support-exceptions/CoreGraphics.xml, framework/src/objc/BridgeSupport.h, framework/src/objc/BridgeSupportLexer.h, framework/src/objc/BridgeSupport.m, framework/src/objc/BridgeSupport.gperf, framework/src/objc/ocdata_conv.m, framework/tool/gen_bridge_metadata.rb: Added the possibility to specify 'opaque' types into metadata exceptions that will be translated by the bridge into instances of a new class that inherits from OSX::Boxed, like the existing C structures wrappers. Fixed the CoreGraphics exceptions file to mention the necessary opaque types. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/bridge-support-exceptions/CoreGraphics.xml branches/apple-unstable/src/framework/src/objc/BridgeSupport.gperf branches/apple-unstable/src/framework/src/objc/BridgeSupport.h branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/objc/BridgeSupportLexer.h branches/apple-unstable/src/framework/src/objc/ocdata_conv.m branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-08 00:12:57
|
Revision: 1259 http://svn.sourceforge.net/rubycocoa/?rev=1259&view=rev Author: lrz Date: 2006-12-07 16:12:55 -0800 (Thu, 07 Dec 2006) Log Message: ----------- 2006-12-08 Laurent Sansonetti <lsa...@ap...> * framework/bridge-support-exceptions/Foundation.xml, framework/src/objc/BridgeSupport.h, framework/src/objc/BridgeSupport.m, framework/src/objc/ocdata_conv.m, framework/tool/gen_bridge_metadata.rb, tests/tc_types.rb: Defined 'NSZone *' as an opaque type. Fixed the conversion code to allow nil to be passed for an opaque argument. Added a test case. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/bridge-support-exceptions/Foundation.xml branches/apple-unstable/src/framework/src/objc/BridgeSupport.h branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/objc/ocdata_conv.m branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb branches/apple-unstable/src/tests/tc_types.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-08 19:17:27
|
Revision: 1260 http://svn.sourceforge.net/rubycocoa/?rev=1260&view=rev Author: lrz Date: 2006-12-08 11:17:23 -0800 (Fri, 08 Dec 2006) Log Message: ----------- 2006-12-08 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.h, framework/src/objc/BridgeSupport.m, framework/src/objc/mdl_objwrapper.m, framework/tool/gen_bridge_metadata.rb: Modified the generator to handle all functions and not only functions marked with the 'extern' keyword. Fixed several parsing bugs. Refactored the RubyCocoa parsing side. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/BridgeSupport.h branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/objc/mdl_objwrapper.m branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2006-12-09 00:39:00
|
Revision: 1262 http://svn.sourceforge.net/rubycocoa/?rev=1262&view=rev Author: kimuraw Date: 2006-12-08 16:38:59 -0800 (Fri, 08 Dec 2006) Log Message: ----------- at clean task, cleaning framework/bridge-support and misc/libffi. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/install.rb Property Changed: ---------------- branches/apple-unstable/src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-09 02:20:37
|
Revision: 1263 http://svn.sourceforge.net/rubycocoa/?rev=1263&view=rev Author: lrz Date: 2006-12-08 18:20:35 -0800 (Fri, 08 Dec 2006) Log Message: ----------- 2006-12-09 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.m: Removed some dead code. * framework/tool/verify_bridge_metadata.rb: Added a first version of a bridge support metadata verifier. This one is currently based on HeaderDoc. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/BridgeSupport.m Added Paths: ----------- branches/apple-unstable/src/framework/tool/verify_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-09 02:47:02
|
Revision: 1264 http://svn.sourceforge.net/rubycocoa/?rev=1264&view=rev Author: lrz Date: 2006-12-08 18:47:01 -0800 (Fri, 08 Dec 2006) Log Message: ----------- 2006-12-09 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb, install.rb: Introduced an environment variable BRIDGE_SUPPORT_PATH that can be used to point RubyCocoa to one or more paths where bridge support metadata files should be looked for in priority. Set the variable for the test phase. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-10 15:51:28
|
Revision: 1268 http://svn.sourceforge.net/rubycocoa/?rev=1268&view=rev Author: lrz Date: 2006-12-10 07:51:26 -0800 (Sun, 10 Dec 2006) Log Message: ----------- 2006-12-10 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Ignore all comments left by the pre-processor after the pre-processing phase. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-10 17:20:04
|
Revision: 1270 http://svn.sourceforge.net/rubycocoa/?rev=1270&view=rev Author: lrz Date: 2006-12-10 09:20:00 -0800 (Sun, 10 Dec 2006) Log Message: ----------- 2006-12-10 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_types.rb: Do not flatten the args as it breaks API compatibility with the previous stable release. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_types.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-11 15:00:47
|
Revision: 1272 http://svn.sourceforge.net/rubycocoa/?rev=1272&view=rev Author: lrz Date: 2006-12-11 07:00:40 -0800 (Mon, 11 Dec 2006) Log Message: ----------- 2006-12-11 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: - Wrap more enums ; - Removed dead code ; - Make sure the XML elements are sorted before writing, this makes the comparison of metadata files easier. * framework/post-config.rb: Added some lines that starts the verification tool on each metadata file. The lines are commented, as this is definitely not something we want to do by default. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/post-config.rb branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-11 15:37:47
|
Revision: 1273 http://svn.sourceforge.net/rubycocoa/?rev=1273&view=rev Author: lrz Date: 2006-12-11 07:37:46 -0800 (Mon, 11 Dec 2006) Log Message: ----------- 2006-12-11 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb: Added a default framework-name-to-path cache for quick/easy require_framework operations. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-11 18:16:34
|
Revision: 1274 http://svn.sourceforge.net/rubycocoa/?rev=1274&view=rev Author: lrz Date: 2006-12-11 10:16:28 -0800 (Mon, 11 Dec 2006) Log Message: ----------- 2006-12-11 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb: Fixed a typo bug in #require_framework. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-11 18:23:25
|
Revision: 1275 http://svn.sourceforge.net/rubycocoa/?rev=1275&view=rev Author: lrz Date: 2006-12-11 10:23:24 -0800 (Mon, 11 Dec 2006) Log Message: ----------- 2006-12-11 Laurent Sansonetti <lsa...@ap...> * framework/post-config.rb, sample/RubyPDFKitViewer: Added support for PDFKit. Added a new sample code, basically a Ruby port of /Developer/Examples/Quartz/PDFKit/PDFKitViewer. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/post-config.rb Added Paths: ----------- branches/apple-unstable/src/sample/RubyPDFKitViewer/ branches/apple-unstable/src/sample/RubyPDFKitViewer/AppDelegate.rb branches/apple-unstable/src/sample/RubyPDFKitViewer/English.lproj/ branches/apple-unstable/src/sample/RubyPDFKitViewer/English.lproj/Credits.rtf branches/apple-unstable/src/sample/RubyPDFKitViewer/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/RubyPDFKitViewer/English.lproj/MainMenu.nib/ branches/apple-unstable/src/sample/RubyPDFKitViewer/English.lproj/MainMenu.nib/classes.nib branches/apple-unstable/src/sample/RubyPDFKitViewer/English.lproj/MainMenu.nib/info.nib branches/apple-unstable/src/sample/RubyPDFKitViewer/English.lproj/MainMenu.nib/objects.nib branches/apple-unstable/src/sample/RubyPDFKitViewer/English.lproj/MyPDFDocument.nib/ branches/apple-unstable/src/sample/RubyPDFKitViewer/English.lproj/MyPDFDocument.nib/classes.nib branches/apple-unstable/src/sample/RubyPDFKitViewer/English.lproj/MyPDFDocument.nib/data.dependency branches/apple-unstable/src/sample/RubyPDFKitViewer/English.lproj/MyPDFDocument.nib/info.nib branches/apple-unstable/src/sample/RubyPDFKitViewer/English.lproj/MyPDFDocument.nib/keyedobjects.nib branches/apple-unstable/src/sample/RubyPDFKitViewer/Info.plist branches/apple-unstable/src/sample/RubyPDFKitViewer/MyPDFDocument.rb branches/apple-unstable/src/sample/RubyPDFKitViewer/PDFKitViewer.xcodeproj/ branches/apple-unstable/src/sample/RubyPDFKitViewer/PDFKitViewer.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/RubyPDFKitViewer/main.m branches/apple-unstable/src/sample/RubyPDFKitViewer/pdfkitviewer.icns branches/apple-unstable/src/sample/RubyPDFKitViewer/rb_main.rb branches/apple-unstable/src/sample/RubyPDFKitViewer/version.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-13 13:02:53
|
Revision: 1276 http://svn.sourceforge.net/rubycocoa/?rev=1276&view=rev Author: lrz Date: 2006-12-13 05:02:47 -0800 (Wed, 13 Dec 2006) Log Message: ----------- 2006-12-13 Laurent Sansonetti <lsa...@ap...> * sample/RubyCGPDFViewer: New sample code, a Ruby port of /Developer/Examples/Quartz/PDF/CGPDFViewer, a pure CoreGraphics-based PDF viewer. * framework/post-config.rb: Re-generate the bridge support files if the generator is younger than the files. * framework/bridge-support-exceptions/AppKit.xml, framework/bridge-support-exceptions/CoreFoundation.xml, framework/src/ruby/osx/objc/oc_import.rb, framework/src/objc/BridgeSupportLexer.h, framework/src/objc/BridgeSupport.h, framework/src/objc/BridgeSupport.m, framework/src/objc/BridgeSupport.gperf, framework/src/objc/mdl_objwrapper.m, framework/src/objc/ocdata_conv.h, framework/src/objc/ocdata_conv.m, framework/tool/gen_bridge_metadata.rb, tests/tc_passbyref.rb: - Removed the predicate attribute and now explicitely mark functions/methods returning boolean types with the _C_BOOL encoding ; - Replaced cftype's typeid attribute by gettypeid_func, we can't rely on hardcoded TypeID because their value isn't fixed (e.g. it depends on the order the frameworks are loaded) ; - Removed duplicate cftype elements in the exceptions ; - Introduced a function_retval sub-element to store information about the return value of functions, and moved the returns attribute there ; - Exceptions can now document methods where the return or argument values should be coerced to a certain type (e.g. NSGraphicsContext#graphicsPort should return a CGContextRef and not a void *). * sample/RubyPDFKitViewer/Info.plist: Changed the bundle identifier to avoid conflicts with the original Objective-C project. * sample/circle.rb: Not necessary to require CoreGraphics anymore, as it's pre-loaded. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/bridge-support-exceptions/AppKit.xml branches/apple-unstable/src/framework/bridge-support-exceptions/CoreFoundation.xml branches/apple-unstable/src/framework/post-config.rb branches/apple-unstable/src/framework/src/objc/BridgeSupport.gperf branches/apple-unstable/src/framework/src/objc/BridgeSupport.h branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/objc/BridgeSupportLexer.h branches/apple-unstable/src/framework/src/objc/mdl_objwrapper.m branches/apple-unstable/src/framework/src/objc/ocdata_conv.h branches/apple-unstable/src/framework/src/objc/ocdata_conv.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb branches/apple-unstable/src/sample/RubyPDFKitViewer/Info.plist branches/apple-unstable/src/sample/circle.rb branches/apple-unstable/src/tests/tc_passbyref.rb Added Paths: ----------- branches/apple-unstable/src/sample/RubyCGPDFViewer/ branches/apple-unstable/src/sample/RubyCGPDFViewer/CGPDFViewer.xcodeproj/ branches/apple-unstable/src/sample/RubyCGPDFViewer/CGPDFViewer.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/RubyCGPDFViewer/English.lproj/ branches/apple-unstable/src/sample/RubyCGPDFViewer/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/RubyCGPDFViewer/English.lproj/Localizable.strings branches/apple-unstable/src/sample/RubyCGPDFViewer/English.lproj/MainMenu.nib/ branches/apple-unstable/src/sample/RubyCGPDFViewer/English.lproj/MainMenu.nib/classes.nib branches/apple-unstable/src/sample/RubyCGPDFViewer/English.lproj/MainMenu.nib/info.nib branches/apple-unstable/src/sample/RubyCGPDFViewer/English.lproj/MainMenu.nib/objects.nib branches/apple-unstable/src/sample/RubyCGPDFViewer/English.lproj/MyDocument.nib/ branches/apple-unstable/src/sample/RubyCGPDFViewer/English.lproj/MyDocument.nib/classes.nib branches/apple-unstable/src/sample/RubyCGPDFViewer/English.lproj/MyDocument.nib/info.nib branches/apple-unstable/src/sample/RubyCGPDFViewer/English.lproj/MyDocument.nib/objects.nib branches/apple-unstable/src/sample/RubyCGPDFViewer/Images/ branches/apple-unstable/src/sample/RubyCGPDFViewer/Images/PageDownToolbarImage.tiff branches/apple-unstable/src/sample/RubyCGPDFViewer/Images/PageUpToolbarImage.tiff branches/apple-unstable/src/sample/RubyCGPDFViewer/Images/RotateLeftToolbarImage.tiff branches/apple-unstable/src/sample/RubyCGPDFViewer/Images/RotateRightToolbarImage.tiff branches/apple-unstable/src/sample/RubyCGPDFViewer/Info.plist branches/apple-unstable/src/sample/RubyCGPDFViewer/MainController.rb branches/apple-unstable/src/sample/RubyCGPDFViewer/MyDocument.rb branches/apple-unstable/src/sample/RubyCGPDFViewer/PDFView.rb branches/apple-unstable/src/sample/RubyCGPDFViewer/main.m branches/apple-unstable/src/sample/RubyCGPDFViewer/rb_main.rb branches/apple-unstable/src/sample/RubyCGPDFViewer/version.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-13 14:20:11
|
Revision: 1277 http://svn.sourceforge.net/rubycocoa/?rev=1277&view=rev Author: lrz Date: 2006-12-13 06:20:10 -0800 (Wed, 13 Dec 2006) Log Message: ----------- 2006-12-13 Laurent Sansonetti <lsa...@ap...> * template/ProjectBuilder/File/*: Fix the ?YEAR? macros in the trailing comment. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/template/ProjectBuilder/File/Ruby NSDocument subclass.rb branches/apple-unstable/src/template/ProjectBuilder/File/Ruby NSObject subclass.rb branches/apple-unstable/src/template/ProjectBuilder/File/Ruby NSView subclass.rb branches/apple-unstable/src/template/ProjectBuilder/File/Ruby NSWindowController subclass.rb branches/apple-unstable/src/template/ProjectBuilder/File/Ruby class.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-13 16:03:39
|
Revision: 1278 http://svn.sourceforge.net/rubycocoa/?rev=1278&view=rev Author: lrz Date: 2006-12-13 08:03:37 -0800 (Wed, 13 Dec 2006) Log Message: ----------- 2006-12-13 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Fix order of (function|method)_(retval|arg) elements. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-13 16:56:16
|
Revision: 1279 http://svn.sourceforge.net/rubycocoa/?rev=1279&view=rev Author: lrz Date: 2006-12-13 08:56:14 -0800 (Wed, 13 Dec 2006) Log Message: ----------- 2006-12-13 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Properly handle informal protocol methods with missing argument keys. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-13 21:30:44
|
Revision: 1280 http://svn.sourceforge.net/rubycocoa/?rev=1280&view=rev Author: lrz Date: 2006-12-13 13:30:41 -0800 (Wed, 13 Dec 2006) Log Message: ----------- 2006-12-13 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.m: Fix an important bug in the structure libffi handling, plus some minor bugs in the function dispatcher. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/BridgeSupport.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-13 21:37:38
|
Revision: 1281 http://svn.sourceforge.net/rubycocoa/?rev=1281&view=rev Author: lrz Date: 2006-12-13 13:37:37 -0800 (Wed, 13 Dec 2006) Log Message: ----------- 2006-12-13 Laurent Sansonetti <lsa...@ap...> * framework/post-config.rb, sample/RubyCIExposureSample: Added support for the QuartzCore framework (CoreImage + CoreVideo). Added a new sample code, RubyCIExposureSample, a Ruby port of /Developer/Examples/Quartz/Core Image/CIExposureSample. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/post-config.rb Added Paths: ----------- branches/apple-unstable/src/sample/RubyCIExposureSample/ branches/apple-unstable/src/sample/RubyCIExposureSample/.gdb_history branches/apple-unstable/src/sample/RubyCIExposureSample/CIExposureSample.xcodeproj/ branches/apple-unstable/src/sample/RubyCIExposureSample/CIExposureSample.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/RubyCIExposureSample/CIExposureView.rb branches/apple-unstable/src/sample/RubyCIExposureSample/English.lproj/ branches/apple-unstable/src/sample/RubyCIExposureSample/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/RubyCIExposureSample/English.lproj/MainMenu.nib/ branches/apple-unstable/src/sample/RubyCIExposureSample/English.lproj/MainMenu.nib/classes.nib branches/apple-unstable/src/sample/RubyCIExposureSample/English.lproj/MainMenu.nib/info.nib branches/apple-unstable/src/sample/RubyCIExposureSample/English.lproj/MainMenu.nib/objects.nib branches/apple-unstable/src/sample/RubyCIExposureSample/Info.plist branches/apple-unstable/src/sample/RubyCIExposureSample/Rose.jpg branches/apple-unstable/src/sample/RubyCIExposureSample/main.m branches/apple-unstable/src/sample/RubyCIExposureSample/rb_main.rb branches/apple-unstable/src/sample/RubyCIExposureSample/version.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-13 23:09:16
|
Revision: 1282 http://svn.sourceforge.net/rubycocoa/?rev=1282&view=rev Author: lrz Date: 2006-12-13 15:09:15 -0800 (Wed, 13 Dec 2006) Log Message: ----------- 2006-12-13 Laurent Sansonetti <lsa...@ap...> * sample/RubyCITransitionSelectorSample: Added new sample code, RubyCITransitionSelectorSample. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog Added Paths: ----------- branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/ branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/Blank.jpg branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/CITransitionSelectorSample.xcodeproj/ branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/CITransitionSelectorSample.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/English.lproj/ branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/English.lproj/MainMenu.nib/ branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/English.lproj/MainMenu.nib/classes.nib branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/English.lproj/MainMenu.nib/info.nib branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/English.lproj/MainMenu.nib/objects.nib branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/Frog.jpg branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/Info.plist branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/Mask.jpg branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/Rose.jpg branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/Shading.tiff branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/TransitionSelectorView.rb branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/main.m branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/rb_main.rb branches/apple-unstable/src/sample/RubyCITransitionSelectorSample/version.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-15 02:49:09
|
Revision: 1283 http://svn.sourceforge.net/rubycocoa/?rev=1283&view=rev Author: lrz Date: 2006-12-14 18:49:05 -0800 (Thu, 14 Dec 2006) Log Message: ----------- 2006-12-15 Laurent Sansonetti <lsa...@ap...> * framework/bridge-support-exceptions/AppKit.xml, framework/bridge-support-exceptions/OpenGL.xml, framework/bridge-support-exceptions/QuartzCore.xml, framework/src/ruby/osx/objc/oc_import.rb, framework/post-config.rb. framework/tool/gen_bridge_metadata.rb: - Added support for OpenGL.framework ; - Added the exception file for QuartzCore that was forgotten in the last commit ; - Improved the numeric #define support ; - Misc fixes. * sample/RubyCIMicroPaint, sample/SampleCIView.rb: New sample code (Ruby port of the CIMicroPaint example) that uses CoreImage and OpenGL. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/bridge-support-exceptions/AppKit.xml branches/apple-unstable/src/framework/post-config.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb Added Paths: ----------- branches/apple-unstable/src/framework/bridge-support-exceptions/OpenGL.xml branches/apple-unstable/src/framework/bridge-support-exceptions/QuartzCore.xml branches/apple-unstable/src/sample/RubyCIMicroPaint/ branches/apple-unstable/src/sample/RubyCIMicroPaint/CIMicroPaint.xcodeproj/ branches/apple-unstable/src/sample/RubyCIMicroPaint/CIMicroPaint.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/RubyCIMicroPaint/CIMicroPaintView.rb branches/apple-unstable/src/sample/RubyCIMicroPaint/English.lproj/ branches/apple-unstable/src/sample/RubyCIMicroPaint/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/RubyCIMicroPaint/English.lproj/MainMenu.nib/ branches/apple-unstable/src/sample/RubyCIMicroPaint/English.lproj/MainMenu.nib/classes.nib branches/apple-unstable/src/sample/RubyCIMicroPaint/English.lproj/MainMenu.nib/info.nib branches/apple-unstable/src/sample/RubyCIMicroPaint/English.lproj/MainMenu.nib/keyedobjects.nib branches/apple-unstable/src/sample/RubyCIMicroPaint/Info.plist branches/apple-unstable/src/sample/RubyCIMicroPaint/main.m branches/apple-unstable/src/sample/RubyCIMicroPaint/rb_main.rb branches/apple-unstable/src/sample/RubyCIMicroPaint/version.plist branches/apple-unstable/src/sample/SampleCIView.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2006-12-15 13:04:01
|
Revision: 1284 http://svn.sourceforge.net/rubycocoa/?rev=1284&view=rev Author: lrz Date: 2006-12-15 05:03:59 -0800 (Fri, 15 Dec 2006) Log Message: ----------- 2006-12-15 Laurent Sansonetti <lsa...@ap...> * sample/RubyCIBevelSample, sample/SampleCIView.rb: New sample code (Ruby port of CIBevelSample) that uses CoreImage and OpenGL. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/SampleCIView.rb Added Paths: ----------- branches/apple-unstable/src/sample/RubyCIBevelSample/ branches/apple-unstable/src/sample/RubyCIBevelSample/CIBevelSample.xcodeproj/ branches/apple-unstable/src/sample/RubyCIBevelSample/CIBevelSample.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/RubyCIBevelSample/CIBevelView.rb branches/apple-unstable/src/sample/RubyCIBevelSample/English.lproj/ branches/apple-unstable/src/sample/RubyCIBevelSample/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/RubyCIBevelSample/English.lproj/MainMenu.nib/ branches/apple-unstable/src/sample/RubyCIBevelSample/English.lproj/MainMenu.nib/classes.nib branches/apple-unstable/src/sample/RubyCIBevelSample/English.lproj/MainMenu.nib/info.nib branches/apple-unstable/src/sample/RubyCIBevelSample/English.lproj/MainMenu.nib/keyedobjects.nib branches/apple-unstable/src/sample/RubyCIBevelSample/Info.plist branches/apple-unstable/src/sample/RubyCIBevelSample/lightball.tiff branches/apple-unstable/src/sample/RubyCIBevelSample/main.m branches/apple-unstable/src/sample/RubyCIBevelSample/rb_main.rb branches/apple-unstable/src/sample/RubyCIBevelSample/version.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |