jSegue 2.1.0.4936

AuthorDateDescription
jSegue
Robert Hastings2007-06-10T05:13:14.769070Zadded back DOA and data_services javadoc, added xml files to htdocs.zip
Robert Hastings2007-06-10T05:13:33.366033Zupdated release checklist
Derek Desjardins2007-06-19T21:45:50.822225ZAdded Suport for arrays in Structs JAVA-COM. The following types are supported: SHORT Byte BSTR USHORT. more to follow.
Derek Desjardins2007-06-20T17:42:30.291485ZAdded NativeStructure Array support for: LONG BOOL UINT FLOAT DOUBLE INT
Derek Desjardins2007-06-20T18:43:48.910920ZUpdated Tests that broke build.
Derek Desjardins2007-06-29T21:47:57.059027ZUpdated TLBGen to generate proper stubs for SAFEARRAYS in structures.
Derek Desjardins2007-07-27T19:46:30.630283ZUpated Tlb2Java do generate constant variables for Modules.
Robert Hastings2007-10-19T22:51:57.771286ZFixed typo in javadoc.
Robert Hastings2007-10-27T23:35:35.856380ZUpdated usage msg.
Robert Hastings2007-10-28T07:37:59.821934ZPrefix printout with printObject: to make finding the source of this System.out.println easier.
Robert Hastings2007-10-28T07:39:10.736032Zh-gen
Robert Hastings2007-10-28T07:39:41.577731Zh-gen
Robert Hastings2007-10-28T07:40:07.312344ZAdded toString for debugging
Robert Hastings2007-10-28T07:41:05.678208Zfix warnings
Robert Hastings2007-10-28T07:41:37.930394Zfix warnings
Robert Hastings2007-10-28T07:42:36.685691Zh-gen
Robert Hastings2007-10-28T07:44:30.602763Zh-gen
Robert Hastings2007-10-28T19:44:50.628014ZFixed unit test so that it can run under the apache service. Don't try to write the bitmap to the dispaly HDC.
Robert Hastings2007-10-28T19:48:38.942510ZFixed unit test so that it can run under the apache tomcat service. Don't try to write the bitmap to the dispaly HDC.
Robert Hastings2007-10-28T19:52:49.874978ZFixed unit test so that it can run under the apache tomcat service. Don't try to write the bitmap to the dispaly HDC.
Robert Hastings2007-10-28T20:28:14.816554ZFixed unit test so that it can run under the apache tomcat service. Don't try to write the bitmap to the dispaly HDC.
Robert Hastings2007-10-29T03:45:16.160905ZAdded missing header so that search works better.
Robert Hastings2007-10-29T03:57:52.197840ZSimple test to test DispGetParam and our imlemenation of findParameter.
Robert Hastings2007-10-29T03:58:32.180936ZDeleted generated .suo file.
Robert Hastings2007-10-29T03:58:50.974467ZUse shared throwing_hresult.h
Robert Hastings2007-10-29T03:59:38.934497ZAdded a jni path for com test server which may help running tests from eclipse.
Robert Hastings2007-10-29T05:31:43.639317ZNew event sink approach, started. Sends calls from IDispatch::Invoke to ComObject.Invoke for further type conversion and dispatching. Currently ComObject.Invoke is a stub, but it can be overriden to recv raw calls.
Robert Hastings2007-10-29T05:34:15.546386ZFixed minor typo in release checklist document.