Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix for .NET 2.0 compatibility | Mark Spruiell | 2006-01-05 | |
| | ||||
* | fix for null reference check in Dictionary.Equals | Mark Spruiell | 2006-01-04 | |
| | ||||
* | Fixed code generation for --checksum to create CLS-compliant source. | Michi Henning | 2005-12-13 | |
| | ||||
* | Moved VS 8 warning suppression into IceUtil/DisableWarnings.h | Michi Henning | 2005-11-18 | |
| | ||||
* | Fixed http://www.zeroc.com/vbulletin/showthread.php?t=1612 | Michi Henning | 2005-11-01 | |
| | ||||
* | Fixed http://www.zeroc.com/vbulletin/showthread.php?t=1799 | Michi Henning | 2005-10-21 | |
| | ||||
* | Fixed http://www.zeroc.com/vbulletin/showthread.php?t=1771 | Michi Henning | 2005-10-11 | |
| | ||||
* | Bug 498. | Michi Henning | 2005-09-30 | |
| | ||||
* | Bug 426. | Michi Henning | 2005-09-21 | |
| | ||||
* | Back out change | Dwayne Boone | 2005-09-19 | |
| | ||||
* | Bug 432 - unwanted OutgoingAync cleanup() if __response prompted retry. | Dwayne Boone | 2005-09-19 | |
| | ||||
* | Bug 454. | Michi Henning | 2005-09-14 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=353 | Matthew Newhook | 2005-09-08 | |
| | ||||
* | Bug 419. | Michi Henning | 2005-09-06 | |
| | ||||
* | Fix for http://www.zeroc.com/vbulletin/showthread.php?t=1612 | Michi Henning | 2005-08-26 | |
| | ||||
* | fix for bug 421 | Mark Spruiell | 2005-07-25 | |
| | ||||
* | changes for Outgoing | Mark Spruiell | 2005-07-07 | |
| | ||||
* | changing "protected internal" to "protected" for __response | Mark Spruiell | 2005-06-21 | |
| | ||||
* | fixing AMI bug: __response must be generated as protected internal | Mark Spruiell | 2005-06-20 | |
| | ||||
* | Fixed bug reported in | Michi Henning | 2005-06-08 | |
| | | | | http://www.zeroc.com/vbulletin/showthread.php?p=6308#post6308 | |||
* | fix for bug 346 | Mark Spruiell | 2005-05-31 | |
| | ||||
* | Fixed http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=262 | Michi Henning | 2005-05-19 | |
| | ||||
* | __in -> __inS, __out -> __outS See | Michi Henning | 2005-05-13 | |
| | | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=322 | |||
* | Updated code generator to avoid warnings generated by unused variables with | Michi Henning | 2005-04-14 | |
| | | | | Mono 1.1.6. | |||
* | Added work-around for incorrect collation sequence used by Mono 1.06. | Michi Henning | 2005-03-07 | |
| | ||||
* | Removed obsolete work-around for Mono bug in generated code. Unfortunately, | Michi Henning | 2005-03-07 | |
| | | | | | | | icecs with Mono under Windows still doesn't work because System.Array.Sort() collates incorrectly. No easy work-around at the 11th hour, so, for the moment, Ice for C# simply won't work with Mono under Windows (but works with Mono under Linux). | |||
* | 2004 to 2005 | Bernard Normier | 2005-02-16 | |
| | ||||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 | |
| | ||||
* | Fixed aCC warnings | Benoit Foucher | 2005-02-11 | |
| | ||||
* | Added context parameter to checkedCast() for Java, C#, and VB. | Michi Henning | 2004-12-07 | |
| | ||||
* | Fixed a bug in slice2cs and slice2vb: incorrect code was generated if an | Michi Henning | 2004-12-02 | |
| | | | | | interface was derived from a base interface in a different module if the base interface contained a AMD operation. | |||
* | Added README files for demos. | Michi Henning | 2004-11-16 | |
| | ||||
* | Streaming API for VB. | Michi Henning | 2004-11-10 | |
| | ||||
* | adding --stream option | Mark Spruiell | 2004-11-08 | |
| | ||||
* | Streaming API changes. | Michi Henning | 2004-11-08 | |
| | ||||
* | More code generation for streaming API. | Michi Henning | 2004-11-04 | |
| | ||||
* | fixes | Marc Laukien | 2004-11-02 | |
| | ||||
* | More changes for streaming API for C#. | Michi Henning | 2004-11-02 | |
| | ||||
* | AMD and dispatch exception handling fixes | Marc Laukien | 2004-11-01 | |
| | ||||
* | Fixed bugs in code generation for nested sequences. | Michi Henning | 2004-10-28 | |
| | ||||
* | - Fixed a bug in slice2cs: the generated code was incorrect for | Michi Henning | 2004-10-27 | |
| | | | | | dictionaries with sequence value types, if that sequence value type was mapped to an array. | |||
* | Fixed broken code generation for --impl and --impl-tie in slice2vb and | Michi Henning | 2004-10-12 | |
| | | | | slice2cs for local interfaces. | |||
* | Fixed problems around escaping of inherited method names. | Michi Henning | 2004-10-06 | |
| | ||||
* | Fixed incorrect cast in generated code. | Michi Henning | 2004-09-14 | |
| | ||||
* | Connection.ice | Marc Laukien | 2004-09-13 | |
| | ||||
* | Fixed exception handler ordering problem in slice2java and slice2cs. | Michi Henning | 2004-09-09 | |
| | | | | | | | Removed redundant code to omit local exceptions when generating exception- handling code: local exceptions can no longer appear in the exception specification of a non-local operation, so the code was superfluous. | |||
* | Added slice2vb and fixed a bunch of bugs in slice2cs. | Michi Henning | 2004-09-08 | |
| | ||||
* | adding bool param to parser visit() function | Mark Spruiell | 2004-09-02 | |
| | ||||
* | Removed a redundant call to fixId(). | Michi Henning | 2004-09-01 | |
| | ||||
* | Changed slice2cs to avoid generating unnecessary empty namespaces. | Michi Henning | 2004-08-19 | |
| |