summaryrefslogtreecommitdiff
path: root/cpp/src/slice2java/Gen.cpp
Commit message (Collapse)AuthorAge
...
* Made Java 5 the default for IceJDwayne Boone2007-01-18
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Improved context-related code generationBernard Normier2006-10-30
|
* Implicit context java changesBernard Normier2006-10-27
|
* Bug 932Dwayne Boone2006-10-18
|
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* Bug 1246.Michi Henning2006-08-04
|
* Partial fix for bug #1257: deprecating nonmutatingBernard Normier2006-07-27
|
* fix for bug 774: simplify use of streaming API in templatesMark Spruiell2006-06-08
|
* adding Java5 mapping; bug 848; bug 863Mark Spruiell2006-05-23
|
* 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.)