summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/value/ValueI.cpp
Commit message (Collapse)AuthorAge
* Removed demos.Matthew Newhook2015-03-18
| | | | Moved demoscript to distribution.
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* ICE-4963 added example of "preserve-slice" to value demoDwayne Boone2012-11-20
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Updated copyrightDwayne Boone2008-01-23
|
* Updated copyright headerDwayne Boone2007-01-08
|
* separating client/server configuration; removing client/server propertiesMark Spruiell2006-04-19
| | | | for IceSSL
* Updated copyrightDwayne Boone2006-03-14
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=335Matthew Newhook2005-09-09
|
* Made Ice::Object abstract.Michi Henning2005-07-04
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Deprecation of global Slice definitions.Michi Henning2004-08-31
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Removed redundant _adapter private member.Michi Henning2003-06-26
|
* Fixed the bug that Benoit found yesterday in both ice and icej.Michi Henning2003-05-23
| | | | | | | | | | | | | | | | | | | | (Zero-length sequence containing class elements caused an crash.) :Ice::Object). Obviously, this would cause an assertion failure or a {{{ClassCastException}}}. The solution is simply to force the down-cast in the generated patch function and to check whether the cast failed: if so, the class was sliced too much and we throw a {{{NoObjectFactoryException}}} as we should. (For Java, the exception is thrown from {{{BasicStream.readObject}}}, after catching a {{{ClassCastException}}}. For C++, the exception is thrown directly from the generated patch function.) :Ice::Object}}} and {{{::Printer}}}. Updated the code generator to correctly initialize the {{{type}}} member of a {{{NoObjectFactoryException}}} with the type ID of the type that wasn't found. (Unfortunately, this involved modifying {{{Parser.h}}}, so you will have to rebuild both ice and icej.) Added code generation for custom sequence types for icej. Generated code compiles and looks OK, but I haven't written tests yet, so there may still be a latent bug in this.
* version update; date changeMarc Laukien2003-02-04
|
* 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
|
* Changed Slice parser to disallow leading underscore for identifiers.Michi Henning2002-07-25
| | | | | | | | Changed Slice parser to reject identifiers beginning with "Ice", unless the --ice option is used. Changed Slice parser to disallow identifiers that have a trailing "Operations", "Holder", "Helper", "Prx", or "Ptr", to avoid clashes with language mappings. Fixed tests and remaining code base to work correctly with the changed rules.
* added spaceMarc Laukien2002-07-09
|
* fixesMarc Laukien2002-06-26
|
* uuid fixesMarc Laukien2002-01-15
|
* more current/context stuffMarc Laukien2001-11-29
|
* fixesMarc Laukien2001-10-12
|
* streamlined object adpaterMarc Laukien2001-09-15
|
* fixed registration bugMarc Laukien2001-09-12
|
* IcePack ; restructuringMarc Laukien2001-08-15