Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | New Dispatch Interceptor (see bug #2126) | Bernard Normier | 2007-05-16 | |
| | ||||
* | Java dispatch interceptor (see bug #2126) | Bernard Normier | 2007-05-14 | |
| | ||||
* | Fixed bug 2123 | Benoit Foucher | 2007-04-19 | |
| | ||||
* | bug 2070 | Mark Spruiell | 2007-03-29 | |
| | ||||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 | |
| | ||||
* | Fixed bug 1693 | Benoit Foucher | 2007-01-23 | |
| | ||||
* | Made Java 5 the default for IceJ | Dwayne Boone | 2007-01-18 | |
| | ||||
* | Updated copyright header | Dwayne Boone | 2007-01-08 | |
| | ||||
* | Improved context-related code generation | Bernard Normier | 2006-10-30 | |
| | ||||
* | Implicit context java changes | Bernard Normier | 2006-10-27 | |
| | ||||
* | Bug 932 | Dwayne Boone | 2006-10-18 | |
| | ||||
* | Borland C++Builder port mass commit | Dwayne Boone | 2006-08-09 | |
| | ||||
* | Bug 1246. | Michi Henning | 2006-08-04 | |
| | ||||
* | Partial fix for bug #1257: deprecating nonmutating | Bernard Normier | 2006-07-27 | |
| | ||||
* | fix for bug 774: simplify use of streaming API in templates | Mark Spruiell | 2006-06-08 | |
| | ||||
* | adding Java5 mapping; bug 848; bug 863 | Mark Spruiell | 2006-05-23 | |
| |