Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Bug 467. | Michi Henning | 2005-09-20 | |
| | ||||
* | Back out change | Dwayne Boone | 2005-09-19 | |
| | ||||
* | Bug 432 - unwanted OutgoingAync cleanup() if __response prompted retry. | Dwayne Boone | 2005-09-19 | |
| | ||||
* | Fix to fix for bug 368 | Michi Henning | 2005-09-15 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=353 | Matthew Newhook | 2005-09-08 | |
| | ||||
* | Bug 193: added /FIXED:no to link options for release build. | Michi Henning | 2005-09-06 | |
| | ||||
* | revising dictionary helper code for bug 386 | Mark Spruiell | 2005-09-01 | |
| | ||||
* | Fix for bug 386. | Dwayne Boone | 2005-09-01 | |
| | ||||
* | AMI change for UnknownUserException | Mark Spruiell | 2005-07-25 | |
| | ||||
* | another fix for UnknownUserException | Mark Spruiell | 2005-07-25 | |
| | ||||
* | do not retry on UnknownUserException | Mark Spruiell | 2005-07-22 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=397 | Matthew Newhook | 2005-07-11 | |
| | ||||
* | removing getOutgoing/reclaimOutgoing from _ObjectDelM | Mark Spruiell | 2005-07-07 | |
| | ||||
* | Made Ice::Object abstract. | Michi Henning | 2005-07-04 | |
| | ||||
* | Merged make install fixes from the branch. | Benoit Foucher | 2005-06-30 | |
| | ||||
* | Fixed bug 193. | Michi Henning | 2005-06-22 | |
| | ||||
* | Added one-shot constructors to icej and iceje. | Michi Henning | 2005-06-21 | |
| | ||||
* | Removed unused methods from IceUtil::Output. | Michi Henning | 2005-06-09 | |
| | ||||
* | Fixed bug reported in | Michi Henning | 2005-06-08 | |
| | | | | http://www.zeroc.com/vbulletin/showthread.php?p=6308#post6308 | |||
* | __in -> __inS, __out -> __outS See | Michi Henning | 2005-05-13 | |
| | | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=322 | |||
* | Added -E option to Slice compilers. | Michi Henning | 2005-03-24 | |
| | ||||
* | Slice definitions at global scope (other than module definitions) are now a | Michi Henning | 2005-03-24 | |
| | | | | hard error in C++ and Java. | |||
* | Added incremental link option to mfchelloC, mfchellS, and mfcpatchC for | Michi Henning | 2005-03-08 | |
| | | | | | debug build. Added incremental link option to all projects for release builds. | |||
* | work-around for CC 5.5 bug | Bernard Normier | 2005-03-02 | |
| | ||||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 | |
| | ||||
* | allow metadata for dictionary types | Mark Spruiell | 2005-02-09 | |
| | ||||
* | Did a make depend. Added the various slice files forward containing forward | Michi Henning | 2004-12-16 | |
| | | | | | | declarations (such as ProcessF.ice) to list of object files in the various Makefiles. Without this, a "make depend" does not work if it is preceeded by a "make clean". | |||
* | Changed command line parsing to use IceUtil::Options. | Michi Henning | 2004-12-16 | |
| | ||||
* | Added context parameter to checkedCast() for Java, C#, and VB. | Michi Henning | 2004-12-07 | |
| | ||||
* | Changed IceUtil::GCShared to derive from IceUtil::Shared. | Michi Henning | 2004-11-25 | |
| | ||||
* | always generate stream read/write functions for class, exception | Mark Spruiell | 2004-11-08 | |
| | ||||
* | make depend | Marc Laukien | 2004-11-08 | |
| | ||||
* | make depend | Marc Laukien | 2004-11-07 | |
| | ||||
* | AMD and dispatch exception handling fixes | Marc Laukien | 2004-11-01 | |
| | ||||
* | outgoing.abort | Marc Laukien | 2004-10-28 | |
| | ||||
* | test suite now works with thread per connection | Marc Laukien | 2004-10-27 | |
| | ||||
* | test for null in hashCode, equals | Mark Spruiell | 2004-10-22 | |
| | ||||
* | adding streaming API | Mark Spruiell | 2004-10-19 | |
| | ||||
* | generate marker class to validate package properties | Mark Spruiell | 2004-10-13 | |
| | ||||
* | Fixed bug in slice2java: with the --impl-tie option, incorrect code was | Michi Henning | 2004-10-13 | |
| | | | | generated for local interfaces and classes. | |||
* | Minor fix: for local interfaces, we were generating the source file for the | Michi Henning | 2004-10-12 | |
| | | | | impl class twice. | |||
* | Changed code generation in slice2java: for local interfaces, only an | Michi Henning | 2004-10-12 | |
| | | | | | | OperationsNC (but no Operations) interface is generated now. (Previously, both interfaces were generated, with one of them being empty.) | |||
* | depend | Marc Laukien | 2004-10-04 | |
| | ||||
* | Connection.ice | Marc Laukien | 2004-09-13 | |
| | ||||
* | Fixed exception handler ordering problem in slice2java and slice2cs. | Michi Henning | 2004-09-09 | |
| | | | | | | | Removed redundant code to omit local exceptions when generating exception- handling code: local exceptions can no longer appear in the exception specification of a non-local operation, so the code was superfluous. | |||
* | Fixed a whole pile of code generation bugs: | Michi Henning | 2004-09-08 | |
| | | | | | | | | - Lots of problems when Java keywords were used as Slice identifiers. - Incorrect code generation if a base interface had an "amd" or "ami" metadata directive, but the derived class did not have it. - Incorrect code generation for implementation stubs for some "amd" constructs. | |||
* | adding bool param to parser visit() function | Mark Spruiell | 2004-09-02 | |
| | ||||
* | Deprecation of global Slice definitions. | Michi Henning | 2004-08-31 | |
| | ||||
* | allow metadata for operation return value and parameters | Mark Spruiell | 2004-08-26 | |
| | ||||
* | Fixed incorrect initialization of byte constants. | Michi Henning | 2004-08-19 | |
| |