summaryrefslogtreecommitdiff
path: root/cpp/src/slice2java
Commit message (Collapse)AuthorAge
...
* 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
|
* Fix to fix for bug 368Michi Henning2005-09-15
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=353Matthew Newhook2005-09-08
|
* Bug 193: added /FIXED:no to link options for release build.Michi Henning2005-09-06
|
* 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
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=397Matthew Newhook2005-07-11
|
* removing getOutgoing/reclaimOutgoing from _ObjectDelMMark Spruiell2005-07-07
|
* Made Ice::Object abstract.Michi Henning2005-07-04
|
* Merged make install fixes from the branch.Benoit Foucher2005-06-30
|
* Fixed bug 193.Michi Henning2005-06-22
|
* 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
* Added -E option to Slice compilers.Michi Henning2005-03-24
|
* Slice definitions at global scope (other than module definitions) are now aMichi Henning2005-03-24
| | | | hard error in C++ and Java.
* Added incremental link option to mfchelloC, mfchellS, and mfcpatchC forMichi Henning2005-03-08
| | | | | debug build. Added incremental link option to all projects for release builds.
* 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
|
* Did a make depend. Added the various slice files forward containing forwardMichi Henning2004-12-16
| | | | | | declarations (such as ProcessF.ice) to list of object files in the various Makefiles. Without this, a "make depend" does not work if it is preceeded by a "make clean".
* Changed command line parsing to use IceUtil::Options.Michi Henning2004-12-16
|
* Added context parameter to checkedCast() for Java, C#, and VB.Michi Henning2004-12-07
|
* Changed IceUtil::GCShared to derive from IceUtil::Shared.Michi Henning2004-11-25
|
* always generate stream read/write functions for class, exceptionMark Spruiell2004-11-08
|
* make dependMarc Laukien2004-11-08
|
* make dependMarc Laukien2004-11-07
|
* AMD and dispatch exception handling fixesMarc Laukien2004-11-01
|
* outgoing.abortMarc Laukien2004-10-28
|
* test suite now works with thread per connectionMarc Laukien2004-10-27
|
* 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.)
* dependMarc Laukien2004-10-04
|
* Connection.iceMarc Laukien2004-09-13
|
* 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
|
* Deprecation of global Slice definitions.Michi Henning2004-08-31
|
* allow metadata for operation return value and parametersMark Spruiell2004-08-26
|
* Fixed incorrect initialization of byte constants.Michi Henning2004-08-19
|