Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed demos. | Matthew Newhook | 2015-03-18 |
| | | | | Moved demoscript to distribution. | ||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | - Cleaned up all demos. | Matthew Newhook | 2014-08-14 |
| | | | | | | - Fixed all demo warnings. - Fixed applet and swing demo to use invocation timeout, not connect timeouts. | ||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed VB demos to compile against Ice installation | Dwayne Boone | 2012-11-20 |
| | |||
* | ICE-4963 added example of "preserve-slice" to value demo | Dwayne Boone | 2012-11-20 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | changing demos to use ice_staticId instead of hard-coded type ids | Mark Spruiell | 2009-02-25 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Squashed commit of the following: | Matthew Newhook | 2008-03-06 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | commit c2f83d9a3e0e1f97e76f33d7992ef8e3e2994d91 Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Mar 6 14:22:52 2008 +0800 Cleanup some IceGrid configuration files. commit 4e33903c9ae238b9e317fc3f1f3e281c816374dd Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Mar 6 14:17:10 2008 +0800 remove ttl setting. commit c418b308ff7cc8e8a4296819938b88dfedc16a97 Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Mar 6 14:16:32 2008 +0800 remove useless PopulateEmptyIndices config. commit da70d3936f921aa2c92bd2db7b1fcddb4467a9bd Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Mar 6 13:59:51 2008 +0800 - Removed interrupt handlers for interactive C++ demos. - Lots of cleanups to demos. | ||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | bug 1831 - changed demos as well to warn about extra arguments | Dwayne Boone | 2007-09-04 |
| | |||
* | Added expect scripts | Dwayne Boone | 2007-08-15 |
| | |||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1391. | Matthew Newhook | 2006-12-22 |
| | |||
* | Added propertyToProxy | Dwayne Boone | 2006-11-24 |
| | |||
* | separating client/server configuration; removing client/server properties | Mark Spruiell | 2006-04-19 |
| | | | | for IceSSL | ||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | Made Ice.Object abstract. | Michi Henning | 2005-07-04 |
| | |||
* | align with C++ | Mark Spruiell | 2005-06-02 |
| | |||
* | Fixed http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=324. | Michi Henning | 2005-05-19 |
| | |||
* | fix typo | Matthew Newhook | 2005-05-09 |
| | |||
* | 2004 to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | Changes for outlawed global Slice definitions. | Michi Henning | 2004-09-15 |
| | |||
* | Deprecation of global Slice definitions. | Michi Henning | 2004-08-31 |
| | |||
* | Fixed incorrect calls to Communicator.destroy(). | Michi Henning | 2004-08-26 |
| | |||
* | demo fixes | Marc Laukien | 2004-08-05 |
| | |||
* | Changed Java language mapping to create "no current" versions of operations | Michi Henning | 2004-08-03 |
| | | | | on classes. | ||
* | Fixed copyright | Bernard Normier | 2004-05-18 |
| | |||
* | Updated copyright notice | Bernard Normier | 2004-05-11 |
| | |||
* | Fixed two typos. | Michi Henning | 2003-10-24 |
| | |||
* | Placed calls to communicator.destroy() into a finally clause. | Michi Henning | 2003-08-19 |
| | |||
* | Fixed the bug that Benoit found yesterday in both ice and icej. | Michi Henning | 2003-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 change | Marc Laukien | 2003-02-04 |
| | |||
* | fixed copyright date | Marc Laukien | 2002-11-06 |
| | |||
* | changing copyright location; adding GPL note | Mark Spruiell | 2002-10-28 |
| | |||
* | changing Mutable Realms to ZeroC | Mark Spruiell | 2002-10-26 |
| | |||
* | Runtime->Local | Marc Laukien | 2002-09-20 |
| | |||
* | Renamed Ice::LocalException to Ice::RuntimeException. | Michi Henning | 2002-09-20 |
| | |||
* | Changed Slice parser to disallow leading underscore for identifiers. | Michi Henning | 2002-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 space | Marc Laukien | 2002-07-09 |
| | |||
* | fixes | Marc Laukien | 2002-06-26 |
| | |||
* | removed spaces | Marc Laukien | 2002-06-25 |
| | |||
* | removed spaces after keywords | Marc Laukien | 2002-06-23 |
| | |||
* | align with C++ changes for thread pool, properties, plug-ins | Mark Spruiell | 2002-05-02 |
| | |||
* | property fixes | Mark Spruiell | 2002-03-12 |
| |