Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Changed Java and C# mapping to avoid generation of an {{{OperationsNC}}} ↵ | Michi Henning | 2009-07-02 | |
| | | | | interface for local interfaces and classes. | |||
* | Bug 3502. Fixed @see name mangling. | Michi Henning | 2009-06-11 | |
| | ||||
* | Bug 3502. _fooOperations and _fooOperationsNC now get javadoc comments as well. | Michi Henning | 2009-06-10 | |
| | ||||
* | Fixed VC60 compiler error | Dwayne Boone | 2009-06-01 | |
| | ||||
* | Fixed compile error in slice2java | Dwayne Boone | 2009-05-27 | |
| | ||||
* | Bug 3502: Improve javadoc support in Eclipse | Michi Henning | 2009-05-27 | |
| | ||||
* | Bug 3999 - do not have local struct/enum implement java.io.Serialize | Dwayne Boone | 2009-05-20 | |
| | ||||
* | Made checksum map final. Fixed latent bug where wait() was called outside loop. | Michi Henning | 2009-05-15 | |
| | ||||
* | Bug 3418 - deprecate ice_hash/ice_getHash where not needed | Dwayne Boone | 2009-05-12 | |
| | ||||
* | Bug 3463 - make generated classes for slice structs non-final | Dwayne Boone | 2009-04-30 | |
| | ||||
* | bug 3739 - generate concrete Java/C# class for Slice class that inherits no ↵ | Mark Spruiell | 2009-04-07 | |
| | | | | operations from interface | |||
* | removing Java2 mapping | Mark Spruiell | 2009-04-03 | |
| | ||||
* | bug 3374 & general metadata clean up | Mark Spruiell | 2009-02-20 | |
| | ||||
* | bug 1593 - add support for java.io.Serializable | Mark Spruiell | 2009-02-18 | |
| | ||||
* | Support for serializable and protobuf metadata (from cs_serial branch) | Benoit Foucher | 2009-02-09 | |
| | ||||
* | bug 3644 - improve integration between eclipse plugin and translator | Mark Spruiell | 2009-02-02 | |
| | | | | bug 3657 - improve error reporting in translators | |||
* | Squashed commit of the following: | Michi Henning | 2009-01-28 | |
| | | | | | | | | | commit e2472df68af6933320425f6ef65f7234e988e77c Author: michi <michi@michi.local> Date: Wed Jan 28 08:05:19 2009 +1000 Bug 3677. Follow-up fix that fixes bad code in C++ if a class whose name is a keyword contains data members. Also fixed same problem with slice2java. Added test case for all language mappings. | |||
* | Squashed commit of the following: | Matthew Newhook | 2009-01-12 | |
| | | | | | | | | commit 0c7025d761813d2e121e8573ba16c14e5a6a4ea5 Author: Matthew Newhook <matthew@zeroc.com> Date: Mon Jan 12 08:09:36 2009 -0330 http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3396 slice2java fails silently if it cannot create dir | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 | |
| | ||||
* | Fixed generated code to use skipEmptyEncaps instead of ↵ | Benoit Foucher | 2008-11-07 | |
| | | | | startReadEncaps/endReadEncaps | |||
* | Bug 3519 - fix isalpha, isprint, ... usage | Dwayne Boone | 2008-10-30 | |
| | ||||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 | |
| | ||||
* | Fixed bug 2739 | Benoit Foucher | 2008-03-03 | |
| | ||||
* | Fixed GCC 4.3 build failures | Bernard Normier | 2008-02-23 | |
| | ||||
* | - Fixed bug 2688 | Benoit Foucher | 2008-02-14 | |
| | | | | | | | - Fixed bug 2674 - Changed connection validation to always use non-blocking IO (bug 1981) - Added distribution/src/common/RELEASE_NOTES.txt - Moved distribution/src/windows/README.DEMOS to distribution/src/common | |||
* | merged bug2615 | Matthew Newhook | 2008-02-14 | |
| | ||||
* | bug 2435 - Java custom types | Mark Spruiell | 2008-02-01 | |
| | ||||
* | Updated copyright | Dwayne Boone | 2008-01-23 | |
| | ||||
* | - Fixed bug 1619, part of 2632. | Benoit Foucher | 2008-01-09 | |
| | ||||
* | IceUtil cleanup (first commit) | Bernard Normier | 2007-12-21 | |
| | ||||
* | Fixed bug #2514 | Bernard Normier | 2007-12-19 | |
| | ||||
* | Fixed bug 2592 | Benoit Foucher | 2007-12-12 | |
| | ||||
* | Added more @deprecated tags to the Java generated code to reduce the number ↵ | Benoit Foucher | 2007-12-03 | |
| | | | | of warnings | |||
* | - Added support for non-blocking AMI/batch requests, connection | Benoit Foucher | 2007-11-27 | |
| | | | | | | creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups. | |||
* | Fixed SystemException to no longer derive from LocalException | Bernard Normier | 2007-11-26 | |
| | ||||
* | Bug 2474. | Michi Henning | 2007-11-26 | |
| | ||||
* | Bug 2541. | Michi Henning | 2007-11-21 | |
| | ||||
* | Fix VC60 windows build bugs. | Brent Eagles | 2007-11-07 | |
| | ||||
* | Bug 2522 for C++ and Java. | Michi Henning | 2007-11-05 | |
| | ||||
* | Fix to previous fix. | Michi Henning | 2007-10-18 | |
| | ||||
* | Changed the UnexpectedObjectException is thrown to match C#. | Michi Henning | 2007-10-18 | |
| | ||||
* | bug 2442 - slice2java generating bad impl code | Dwayne Boone | 2007-08-31 | |
| | ||||
* | bug 2424: check for null in Java hashCode method | Mark Spruiell | 2007-08-29 | |
| | | | | merging java/CHANGES from 3.2.1 | |||
* | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice | Bernard Normier | 2007-06-26 | |
|\ | ||||
| * | bug 2245 - adding support for protected class data members | Mark Spruiell | 2007-06-19 | |
| | | ||||
* | | slice2xxx updates + Java Freeze updates and demo | Bernard Normier | 2007-06-26 | |
|/ | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2260 - invalid generated ↵ | Dwayne Boone | 2007-06-18 | |
| | | | | async proxy code | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2231. Fixed VC6 bug with | Matthew Newhook | 2007-06-07 | |
| | | | | test/Freeze/complex test | |||
* | Changed LocalObject mapping | Bernard Normier | 2007-06-04 | |
| | ||||
* | Split DispatchStatus into DispatchStatus and ReplyStatus | Bernard Normier | 2007-05-17 | |
| |