Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix for bug 940: Eclipse warning | Mark Spruiell | 2006-04-11 | |
| | ||||
* | adding more support for deprecate metadata | Mark Spruiell | 2006-04-06 | |
| | ||||
* | Added support for "deprecate" | Dwayne Boone | 2006-04-05 | |
| | ||||
* | Fixed half of bug 847: ice_newIdentiy -> ice_identity, ice_newFacet -> | Benoit Foucher | 2006-03-28 | |
| | | | | ice_facet, etc | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 | |
| | ||||
* | Ported fix for bug 574. | Dwayne Boone | 2006-03-14 | |
| | ||||
* | Bug 341. | Michi Henning | 2006-01-19 | |
| | ||||
* | Bug 341. | Michi Henning | 2006-01-12 | |
| | ||||
* | Fixed SunOS C++ compiler warnings (bug 723) | Benoit Foucher | 2006-01-06 | |
| | ||||
* | http://wiki.zeroc.com/bugzilla/show_bug.cgi?id=470 | Matthew Newhook | 2005-12-01 | |
| | ||||
* | bug 667: adding support for java:getset metadata | Mark Spruiell | 2005-11-23 | |
| | ||||
* | Windows x64 port | Bernard Normier | 2005-11-21 | |
| | ||||
* | Moved VS 8 warning suppression into IceUtil/DisableWarnings.h | Michi Henning | 2005-11-18 | |
| | ||||
* | Bug 467. | Michi Henning | 2005-09-20 | |
| | ||||
* | Back out change | Dwayne Boone | 2005-09-19 | |
| | ||||
* | Bug 432 - unwanted OutgoingAync cleanup() if __response prompted retry. | Dwayne Boone | 2005-09-19 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=353 | Matthew Newhook | 2005-09-08 | |
| | ||||
* | revising dictionary helper code for bug 386 | Mark Spruiell | 2005-09-01 | |
| | ||||
* | Fix for bug 386. | Dwayne Boone | 2005-09-01 | |
| | ||||
* | AMI change for UnknownUserException | Mark Spruiell | 2005-07-25 | |
| | ||||
* | another fix for UnknownUserException | Mark Spruiell | 2005-07-25 | |
| | ||||
* | do not retry on UnknownUserException | Mark Spruiell | 2005-07-22 | |
| | ||||
* | removing getOutgoing/reclaimOutgoing from _ObjectDelM | Mark Spruiell | 2005-07-07 | |
| | ||||
* | Added one-shot constructors to icej and iceje. | Michi Henning | 2005-06-21 | |
| | ||||
* | Removed unused methods from IceUtil::Output. | Michi Henning | 2005-06-09 | |
| | ||||
* | Fixed bug reported in | Michi Henning | 2005-06-08 | |
| | | | | http://www.zeroc.com/vbulletin/showthread.php?p=6308#post6308 | |||
* | __in -> __inS, __out -> __outS See | Michi Henning | 2005-05-13 | |
| | | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=322 | |||
* | work-around for CC 5.5 bug | Bernard Normier | 2005-03-02 | |
| | ||||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 | |
| | ||||
* | allow metadata for dictionary types | Mark Spruiell | 2005-02-09 | |
| | ||||
* | Added context parameter to checkedCast() for Java, C#, and VB. | Michi Henning | 2004-12-07 | |
| | ||||
* | always generate stream read/write functions for class, exception | Mark Spruiell | 2004-11-08 | |
| | ||||
* | AMD and dispatch exception handling fixes | Marc Laukien | 2004-11-01 | |
| | ||||
* | outgoing.abort | Marc Laukien | 2004-10-28 | |
| | ||||
* | test for null in hashCode, equals | Mark Spruiell | 2004-10-22 | |
| | ||||
* | adding streaming API | Mark Spruiell | 2004-10-19 | |
| | ||||
* | generate marker class to validate package properties | Mark Spruiell | 2004-10-13 | |
| | ||||
* | Fixed bug in slice2java: with the --impl-tie option, incorrect code was | Michi Henning | 2004-10-13 | |
| | | | | generated for local interfaces and classes. | |||
* | Minor fix: for local interfaces, we were generating the source file for the | Michi Henning | 2004-10-12 | |
| | | | | impl class twice. | |||
* | Changed code generation in slice2java: for local interfaces, only an | Michi Henning | 2004-10-12 | |
| | | | | | | OperationsNC (but no Operations) interface is generated now. (Previously, both interfaces were generated, with one of them being empty.) | |||
* | 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. | |||
* | Fixed a whole pile of code generation bugs: | Michi Henning | 2004-09-08 | |
| | | | | | | | | - Lots of problems when Java keywords were used as Slice identifiers. - Incorrect code generation if a base interface had an "amd" or "ami" metadata directive, but the derived class did not have it. - Incorrect code generation for implementation stubs for some "amd" constructs. | |||
* | adding bool param to parser visit() function | Mark Spruiell | 2004-09-02 | |
| | ||||
* | allow metadata for operation return value and parameters | Mark Spruiell | 2004-08-26 | |
| | ||||
* | Fixed incorrect initialization of byte constants. | Michi Henning | 2004-08-19 | |
| | ||||
* | Fixed bug in code generation for "no current" operations. | Michi Henning | 2004-08-17 | |
| | ||||
* | Changed Java language mapping to create "no current" versions of operations | Michi Henning | 2004-08-03 | |
| | | | | on classes. | |||
* | needed more error checking in enum unmarshaling | Mark Spruiell | 2004-07-08 | |
| | ||||
* | more Win32 fixes for Slice checksums | Mark Spruiell | 2004-07-02 | |
| | ||||
* | Slice checksum changes | Mark Spruiell | 2004-07-02 | |
| |