summaryrefslogtreecommitdiff
path: root/cpp/src/slice2java/Gen.cpp
Commit message (Collapse)AuthorAge
...
* Removed two slicing tests that can't be implemented in Java.Michi Henning2003-05-20
|
* More changes for icej slicing.Michi Henning2003-05-19
|
* - Fixed a bug in the code generator for dictionaries with class values.Michi Henning2003-05-19
| | | | | | | | | - Added more support for Java slicing. - Changed config/Make.rules: "make depend" was calling slice2cpp with ICECPPFLAGS, not SLICE2CPPFLAGS. This meant that "make depend" was invoking slice2cpp with options that were potentially different from those passed for normal compilation of slice files, which could lead to inconsistencies.
* Added exception slicing for icej.Michi Henning2003-05-13
|
* Sun: 64 bit + CC 5.3 supportBernard Normier2003-04-29
|
* Eliminated numerous warnings from Sun C++ 5.4 buildsBernard Normier2003-04-24
|
* Solaris/Sun C++ 5.4 portBernard Normier2003-04-09
|
* bug fixes for sequence comparsion, local object implMark Spruiell2003-03-26
|
* deep comparison of sequencesMark Spruiell2003-03-17
|
* fixed bug with exceptions propagating from ice_response()Marc Laukien2003-02-22
|
* fixed AMD exception bugMarc Laukien2003-02-22
|
* Changed Java tie mapping for "Foo" from "FooTie" to "_FooTie". Changed theMichi Henning2003-02-10
| | | | | | | way the mapping for operations ("FooOperations" -> "_FooOperations") was coded for style consistency with the remainder of the code. (No functional changes to the operations mapping -- this was cosmetic only.)
* Forgot to make the _FooOperations change for ties. Fixed now.Michi Henning2003-02-07
|
* Changed Java mapping for Operations interface. Interface Foo now createsMichi Henning2003-02-07
| | | | | _FooOperations. "Operations" is no longer a reserved suffix for Slice identifiers.
* version update; date changeMarc Laukien2003-02-04
|
* slice2java fixMarc Laukien2003-02-03
|
* raise NonRepeatable when exception occurs during reply unmarshallingMark Spruiell2003-01-25
|
* amd operations should declare exceptionsMark Spruiell2003-01-04
|
* add AMD support to generated implementation examplesMark Spruiell2003-01-04
|
* amd & exceptionsMarc Laukien2002-12-31
|
* more AMDMarc Laukien2002-12-31
|
* more amd stuffMarc Laukien2002-12-30
|
* fixed shutdown problem with _dispatchCountMarc Laukien2002-12-30
|
* fixMarc Laukien2002-12-29
|
* fixMarc Laukien2002-12-29
|
* more AMIMarc Laukien2002-12-29
|
* more Java AMIMarc Laukien2002-12-28
|
* add null dictionary support for ice_marshalMark Spruiell2002-12-09
|
* accept null for dictionary when marshallingMark Spruiell2002-12-07
|
* added amiMarc Laukien2002-11-27
|
* Fixed bug relating to the initializer for simple built-in constants: ForMichi Henning2002-11-27
| | | | some constant types, the initializer literal wasn't emitted.
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* gcc 3.2 changesMark Spruiell2002-10-24
|
* make _factory privateMark Spruiell2002-10-08
|
* fixesMarc Laukien2002-09-29
|
* Added adapter member to Ice::Current.Michi Henning2002-09-24
|
* minorMarc Laukien2002-09-20
|
* Runtime->LocalMarc Laukien2002-09-20
|
* minorMarc Laukien2002-09-20
|
* Renamed Ice::LocalException to Ice::RuntimeException.Michi Henning2002-09-20
|
* simplified cloning; clone is no longer optionalMark Spruiell2002-09-18
|
* fixed problem with collocated local exceptionsMarc Laukien2002-09-13
|
* Fixed indentation and incorrect assert() in sliceModeToIceMode().Michi Henning2002-09-10
|
* Ice.Object and Ice.LocalObject are now interfacesMark Spruiell2002-09-06
|
* clone() fixesMark Spruiell2002-09-06
|
* adding clone() support for abstract objectsMark Spruiell2002-09-06
|
* Changed anonymous namespace to static function because VC6 can't handleMichi Henning2002-09-04
| | | | anonymous namespaces :-(
* Changed Current.ice to use enum OperationMode to distinguish betweenMichi Henning2002-09-04
| | | | | | | | | Normal, Nonmutating, and Idempotent operations. Fixed bug introduced into Freeze with previous changes for saving object state. (State wasn't saved for idempotent operations.) Retested everything. I'm getting a failure in the Yellow (C++) tests, and another failure in the IceBox (Java) tests, but I don't think these are related to these changes.