You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(23) |
Dec
(82) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(191) |
Feb
(105) |
Mar
(83) |
Apr
(21) |
May
(89) |
Jun
(68) |
Jul
(106) |
Aug
(45) |
Sep
(40) |
Oct
(34) |
Nov
(45) |
Dec
(16) |
2008 |
Jan
(17) |
Feb
(14) |
Mar
(2) |
Apr
(3) |
May
(8) |
Jun
(3) |
Jul
(7) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2009 |
Jan
(2) |
Feb
(8) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(1) |
Jul
(8) |
Aug
|
Sep
(25) |
Oct
(20) |
Nov
(2) |
Dec
(2) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(18) |
Sep
(10) |
Oct
|
Nov
(8) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(20) |
Sep
(30) |
Oct
(15) |
Nov
(2) |
Dec
(3) |
2013 |
Jan
|
Feb
|
Mar
(3) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(12) |
Oct
(45) |
Nov
(40) |
Dec
(2) |
2014 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
(62) |
Jul
(57) |
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
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-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-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 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 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 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 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 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-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-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 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 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-10 17:44:44
|
Revision: 1271 http://svn.sourceforge.net/rubycocoa/?rev=1271&view=rev Author: lrz Date: 2006-12-10 09:44:43 -0800 (Sun, 10 Dec 2006) Log Message: ----------- removed commented debug code Modified Paths: -------------- 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-10 17:19:00
|
Revision: 1269 http://svn.sourceforge.net/rubycocoa/?rev=1269&view=rev Author: lrz Date: 2006-12-10 09:18:59 -0800 (Sun, 10 Dec 2006) Log Message: ----------- better fix for issue addressed by last fix Modified Paths: -------------- 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 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: <ki...@us...> - 2006-12-09 23:27:36
|
Revision: 1267 http://svn.sourceforge.net/rubycocoa/?rev=1267&view=rev Author: kimuraw Date: 2006-12-09 15:27:34 -0800 (Sat, 09 Dec 2006) Log Message: ----------- GETTING: source tgz to 0.5.0.1 Modified Paths: -------------- trunk/docsrc/GETTING.en.rd trunk/docsrc/GETTING.ja.rd Property Changed: ---------------- trunk/docsrc/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2006-12-09 22:41:51
|
Revision: 1266 http://svn.sourceforge.net/rubycocoa/?rev=1266&view=rev Author: kimuraw Date: 2006-12-09 14:41:49 -0800 (Sat, 09 Dec 2006) Log Message: ----------- bug fix at config step (VERSION) Added Paths: ----------- tags/release-0_5_0_1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2006-12-09 09:22:34
|
Revision: 1265 http://svn.sourceforge.net/rubycocoa/?rev=1265&view=rev Author: kimuraw Date: 2006-12-09 01:22:32 -0800 (Sat, 09 Dec 2006) Log Message: ----------- GETTING: rb-cocoa of MacPorts version is 0.4.3d2 Modified Paths: -------------- trunk/docsrc/GETTING.en.rd trunk/docsrc/GETTING.ja.rd Property Changed: ---------------- trunk/docsrc/ 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-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: <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: <ki...@us...> - 2006-12-08 22:07:29
|
Revision: 1261 http://svn.sourceforge.net/rubycocoa/?rev=1261&view=rev Author: kimuraw Date: 2006-12-08 14:07:27 -0800 (Fri, 08 Dec 2006) Log Message: ----------- GETTING: change URL of subversion repository and ViewVC Modified Paths: -------------- trunk/docsrc/GETTING.en.rd trunk/docsrc/GETTING.ja.rd Property Changed: ---------------- trunk/docsrc/ 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: <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. |