Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fixed incorrect file permissions. | Michi Henning | 2008-05-11 | |
| | ||||
* | x64 fixes | Bernard Normier | 2008-01-30 | |
| | ||||
* | Updated copyright | Dwayne Boone | 2008-01-23 | |
| | ||||
* | IceUtil cleanup (first commit) | Bernard Normier | 2007-12-21 | |
| | ||||
* | Fixed generated type for LocalObject. | Michi Henning | 2007-12-14 | |
| | ||||
* | Minor fix for bug 2474 for --stream with C#. | Michi Henning | 2007-11-29 | |
| | ||||
* | Bug 2474. | Michi Henning | 2007-11-26 | |
| | ||||
* | Fixed bug in TestUtil.py that caused line numbers to be omitted from the stack | Michi Henning | 2007-11-15 | |
| | | | | | | | | | | | | | trace under Mono when the a test failed. Ported servant locator exceptions. Fixed bug that caused the "unknown" member of unknown exception to not be initialized in some cases, and initialized to the wrong value in other cases. Added ice_name() to mapping for exceptions--without it, there was no way to get at the Slice type id of an exception, which was needed to set the "unknown" member correctly. | |||
* | But 2534. | Michi Henning | 2007-11-12 | |
| | | | | | Also fixed incorrect allTests.py for Mono, and updated INSTALL.MONO to require Mono version 1.2.5.1 or later. | |||
* | Work-around for bug 2532 until gmcs is fixed. | Michi Henning | 2007-11-09 | |
| | | | | | | Fixed makefile that was broken with the tree reorganziation. Fixed makedepend.py which was broken by that too. Ran make depend to update the .depend files. | |||
* | Changed the way the patchers work for the expected type. | Michi Henning | 2007-10-18 | |
| | | | | | | Simplified code generation for UnexpectedObjectException. Fixed a few places where the wrong Slice type IDs were reported by that exception. | |||
* | Finished implementation of custom sequence mapping. | Michi Henning | 2007-10-16 | |
| | | | | Changed patcher classes to template classes. | |||
* | Bug 2502. | Michi Henning | 2007-10-11 | |
| | ||||
* | Fixed bug 2473 and | Michi Henning | 2007-09-24 | |
| | | | | http://www.zeroc.com/forums/bug-reports/3395-c-nested-struct-unmarshalling-problem.html#post14910 | |||
* | Added support for sorted dictionaries. | Michi Henning | 2007-09-19 | |
| | ||||
* | Added support for custom sequences. Unfortunately, it doesn't work. | Michi Henning | 2007-09-19 | |
| | | | | Looks like a C# compiler bug. | |||
* | Added more tests. Changed stack marshaling to reverse order during | Michi Henning | 2007-09-19 | |
| | | | | marshaling instead of unmarshaling. | |||
* | Full support for LinkedList, List, Queue, and Stack, except | Michi Henning | 2007-09-17 | |
| | | | | that for sequences of classes, only List can be used right now. | |||
* | Refactored DictionaryBase. | Michi Henning | 2007-09-06 | |
| | ||||
* | New CollectionBase implementation. | Michi Henning | 2007-09-05 | |
| | ||||
* | Add new sequence mapping and updated dictionary tests to use | Michi Henning | 2007-08-22 | |
| | | | | | | | new sequences as well. Still need to add tests for sequence mapping itself (not tested yet with all relevant element types). | |||
* | New dictionary mapping. | Michi Henning | 2007-08-21 | |
| | ||||
* | Changed LocalObject mapping | Bernard Normier | 2007-06-04 | |
| | ||||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 | |
| | ||||
* | Updated copyright header | Dwayne Boone | 2007-01-08 | |
| | ||||
* | Bug 1419 - Allow null for collection sequences | Dwayne Boone | 2006-11-07 | |
| | ||||
* | Borland C++Builder port mass commit | Dwayne Boone | 2006-08-09 | |
| | ||||
* | Bug 1246. | Michi Henning | 2006-08-04 | |
| | ||||
* | fix for bug 774: simplify use of streaming API in templates | Mark Spruiell | 2006-06-08 | |
| | ||||
* | Updated copyright | Dwayne Boone | 2006-03-14 | |
| | ||||
* | Changed slice2cs and slice2vb to allow "clr:property" for all structs. It's | Michi Henning | 2006-02-14 | |
| | | | | more consistent that way. | |||
* | Bug 859 | Michi Henning | 2006-02-13 | |
| | ||||
* | Fixed SunOS C++ compiler warnings (bug 723) | Benoit Foucher | 2006-01-06 | |
| | ||||
* | Fixed http://www.zeroc.com/vbulletin/showthread.php?t=1867 | Michi Henning | 2005-11-18 | |
| | ||||
* | bug fix for sequence of struct | Mark Spruiell | 2005-11-14 | |
| | ||||
* | Fixed http://www.zeroc.com/vbulletin/showthread.php?t=1612 | Michi Henning | 2005-11-01 | |
| | ||||
* | Bug 426. | Michi Henning | 2005-09-21 | |
| | ||||
* | Bug 454. | Michi Henning | 2005-09-14 | |
| | ||||
* | Bug 419. | Michi Henning | 2005-09-06 | |
| | ||||
* | Fix for http://www.zeroc.com/vbulletin/showthread.php?t=1612 | Michi Henning | 2005-08-26 | |
| | ||||
* | Fix for http://www.zeroc.com/vbulletin/showthread.php?t=1653 | Michi Henning | 2005-08-18 | |
| | ||||
* | __in -> __inS, __out -> __outS See | Michi Henning | 2005-05-13 | |
| | | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=322 | |||
* | Added fix for http://www.zeroc.com/vbulletin/showthread.php?t=1225. | Michi Henning | 2005-02-28 | |
| | ||||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 | |
| | ||||
* | changing sequence unmarshaling for fixed-length types | Mark Spruiell | 2005-02-08 | |
| | ||||
* | Improved diagnostics for invalid metadata. | Michi Henning | 2004-12-29 | |
| | ||||
* | Removed some trace I left behind. | Michi Henning | 2004-12-08 | |
| | ||||
* | Added additional checks to validate metadata. | Michi Henning | 2004-12-07 | |
| | ||||
* | More code generation for streaming API. | Michi Henning | 2004-11-04 | |
| | ||||
* | More changes for streaming API for C#. | Michi Henning | 2004-11-02 | |
| |