summaryrefslogtreecommitdiff
path: root/cpp/src/slice2java/Gen.cpp
Commit message (Collapse)AuthorAge
...
* fix for bug 940: Eclipse warningMark Spruiell2006-04-11
|
* adding more support for deprecate metadataMark Spruiell2006-04-06
|
* Added support for "deprecate"Dwayne Boone2006-04-05
|
* Fixed half of bug 847: ice_newIdentiy -> ice_identity, ice_newFacet ->Benoit Foucher2006-03-28
| | | | ice_facet, etc
* Updated copyrightDwayne Boone2006-03-14
|
* Ported fix for bug 574.Dwayne Boone2006-03-14
|
* Bug 341.Michi Henning2006-01-19
|
* Bug 341.Michi Henning2006-01-12
|
* Fixed SunOS C++ compiler warnings (bug 723)Benoit Foucher2006-01-06
|
* http://wiki.zeroc.com/bugzilla/show_bug.cgi?id=470Matthew Newhook2005-12-01
|
* bug 667: adding support for java:getset metadataMark Spruiell2005-11-23
|
* Windows x64 portBernard Normier2005-11-21
|
* Moved VS 8 warning suppression into IceUtil/DisableWarnings.hMichi Henning2005-11-18
|
* Bug 467.Michi Henning2005-09-20
|
* Back out changeDwayne Boone2005-09-19
|
* Bug 432 - unwanted OutgoingAync cleanup() if __response prompted retry.Dwayne Boone2005-09-19
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=353Matthew Newhook2005-09-08
|
* revising dictionary helper code for bug 386Mark Spruiell2005-09-01
|
* Fix for bug 386.Dwayne Boone2005-09-01
|
* AMI change for UnknownUserExceptionMark Spruiell2005-07-25
|
* another fix for UnknownUserExceptionMark Spruiell2005-07-25
|
* do not retry on UnknownUserExceptionMark Spruiell2005-07-22
|
* removing getOutgoing/reclaimOutgoing from _ObjectDelMMark Spruiell2005-07-07
|
* Added one-shot constructors to icej and iceje.Michi Henning2005-06-21
|
* Removed unused methods from IceUtil::Output.Michi Henning2005-06-09
|
* Fixed bug reported inMichi Henning2005-06-08
| | | | http://www.zeroc.com/vbulletin/showthread.php?p=6308#post6308
* __in -> __inS, __out -> __outS SeeMichi Henning2005-05-13
| | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=322
* work-around for CC 5.5 bugBernard Normier2005-03-02
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* allow metadata for dictionary typesMark Spruiell2005-02-09
|
* Added context parameter to checkedCast() for Java, C#, and VB.Michi Henning2004-12-07
|
* always generate stream read/write functions for class, exceptionMark Spruiell2004-11-08
|
* AMD and dispatch exception handling fixesMarc Laukien2004-11-01
|
* outgoing.abortMarc Laukien2004-10-28
|
* test for null in hashCode, equalsMark Spruiell2004-10-22
|
* adding streaming APIMark Spruiell2004-10-19
|
* generate marker class to validate package propertiesMark Spruiell2004-10-13
|
* Fixed bug in slice2java: with the --impl-tie option, incorrect code wasMichi Henning2004-10-13
| | | | generated for local interfaces and classes.
* Minor fix: for local interfaces, we were generating the source file for theMichi Henning2004-10-12
| | | | impl class twice.
* Changed code generation in slice2java: for local interfaces, only anMichi Henning2004-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 Henning2004-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 Henning2004-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() functionMark Spruiell2004-09-02
|
* allow metadata for operation return value and parametersMark Spruiell2004-08-26
|
* Fixed incorrect initialization of byte constants.Michi Henning2004-08-19
|
* Fixed bug in code generation for "no current" operations.Michi Henning2004-08-17
|
* Changed Java language mapping to create "no current" versions of operationsMichi Henning2004-08-03
| | | | on classes.
* needed more error checking in enum unmarshalingMark Spruiell2004-07-08
|
* more Win32 fixes for Slice checksumsMark Spruiell2004-07-02
|
* Slice checksum changesMark Spruiell2004-07-02
|