Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | Fixed bugs in code generation for nested sequences. | Michi Henning | 2004-10-28 | |
| | ||||
* | - Fixed a bug in slice2cs: the generated code was incorrect for | Michi Henning | 2004-10-27 | |
| | | | | | dictionaries with sequence value types, if that sequence value type was mapped to an array. | |||
* | Fixed bug in code generation for sequences of sequences. Add missing | Michi Henning | 2004-10-07 | |
| | | | | DotNetNames.h file to Slice project. | |||
* | Fixed problems around escaping of inherited method names. | Michi Henning | 2004-10-06 | |
| | ||||
* | Changed prefix escape for .NET framework methods. Fixed a few bugs in | Michi Henning | 2004-09-24 | |
| | | | | slice2vb code generator. | |||
* | Fixed bugs in sequence code generation for slice2cs and slice2vb. | Michi Henning | 2004-09-17 | |
| | ||||
* | Added slice2vb and fixed a bunch of bugs in slice2cs. | Michi Henning | 2004-09-08 | |
| | ||||
* | adding bool param to parser visit() function | Mark Spruiell | 2004-09-02 | |
| |