Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 |
| | |||
* | Add @Override where possible, and remove trailing white space. | Matthew Newhook | 2014-08-07 |
| | |||
* | Better collocation optimization, fix for ICE-5489, ICE-5484 | Benoit Foucher | 2014-06-27 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Better generated __read and __write for classes and exceptions (C++, Java ↵ | Bernard Normier | 2012-10-13 |
| | | | | and C#) | ||
* | ICE-4702 - Poor hash algorithm | Jose | 2012-08-10 |
| | |||
* | Removed Stream::format method, replace with startWriteEncaps parameter | Benoit Foucher | 2012-08-06 |
| | |||
* | Java port | Mark Spruiell | 2012-06-01 |
| | |||
* | Merge remote-tracking branch 'origin/master' into encoding11 | Benoit Foucher | 2012-04-25 |
|\ | |||
| * | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | | |||
* | | Java test and bug fixes | Benoit Foucher | 2012-04-24 |
| | | |||
* | | Java port | Benoit Foucher | 2012-04-20 |
|/ | |||
* | ICE-3441 - Compute serialVersionUID | Jose | 2011-12-30 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Bug 4030 - overload ice_dispatch | Dwayne Boone | 2009-10-19 |
| | |||
* | Bug 3502 - Improve javadoc support in Eclipse | Michi Henning | 2009-07-20 |
| | | | | | Fixed many doc comments in Java and Slice and added doc comments for C#. | ||
* | Bug 3502: More cleanup for new javadoc syntax. | Michi Henning | 2009-07-08 |
| | |||
* | Lots of javadoc comments. | Michi Henning | 2009-06-04 |
| | |||
* | Bug 3418 - deprecate ice_hash/ice_getHash where not needed | Dwayne Boone | 2009-05-12 |
| | |||
* | bug 1593 - add support for java.io.Serializable | Mark Spruiell | 2009-02-18 |
| | |||
* | bug 3531 - fixing Eclipse warnings in Java code | Mark Spruiell | 2009-02-13 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | - Fixed bug 1619, part of 2632. | Benoit Foucher | 2008-01-09 |
| | |||
* | Split DispatchStatus into DispatchStatus and ReplyStatus | Bernard Normier | 2007-05-17 |
| | |||
* | Java dispatch interceptor (see bug #2126) | Bernard Normier | 2007-05-14 |
| | |||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | Improved __checkMode | Bernard Normier | 2006-07-27 |
| | |||
* | Partial fix for bug #1257: deprecating nonmutating | Bernard Normier | 2006-07-27 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | Bug 467. | Michi Henning | 2005-09-21 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=353 | Matthew Newhook | 2005-09-08 |
| | |||
* | Made Ice.Object abstract. | Michi Henning | 2005-07-04 |
| | |||
* | __in -> __inS, __out -> __outS See | Michi Henning | 2005-05-13 |
| | | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=322 | ||
* | 2004 to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | adding streaming interface | Mark Spruiell | 2004-10-20 |
| | |||
* | 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 |
| | |||
* | align with C++ facet changes | Mark Spruiell | 2004-04-13 |
| | |||
* | adding ice_preMarshal/ice_postUnmarshal, and tests in Ice/objects | Mark Spruiell | 2004-02-24 |
| | |||
* | removing XML encoding support in Freeze | Mark Spruiell | 2003-09-12 |
| | |||
* | Freeze Evictor facet changes | Bernard Normier | 2003-08-27 |
| | |||
* | static string arrays must be final | Mark Spruiell | 2003-05-23 |
| | |||
* | 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. | ||
* | - Fixed bugs relating to use of ends iomanipulator. | Michi Henning | 2003-05-21 |
| | | | | | | | | - Fixed code generation bug for dictionaries with a key type not derived from Object. - Added tests for dictionary slicing. - Restructured slicing tests to use more intuitive file names and better directory structure. | ||
* | Slicing changes. Tests pass, with the exception of tests that are meant to | Michi Henning | 2003-05-19 |
| | | | | | | show that things actually get sliced. This is most likely because the test setup is the problem, not the code. Lots of incomprehensible trace left in the code for now... |