summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/CsUtil.cpp
Commit message (Collapse)AuthorAge
...
* But 2534.Michi Henning2007-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 Henning2007-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 Henning2007-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 Henning2007-10-16
| | | | Changed patcher classes to template classes.
* Bug 2502.Michi Henning2007-10-11
|
* Fixed bug 2473 andMichi Henning2007-09-24
| | | | http://www.zeroc.com/forums/bug-reports/3395-c-nested-struct-unmarshalling-problem.html#post14910
* Added support for sorted dictionaries.Michi Henning2007-09-19
|
* Added support for custom sequences. Unfortunately, it doesn't work.Michi Henning2007-09-19
| | | | Looks like a C# compiler bug.
* Added more tests. Changed stack marshaling to reverse order duringMichi Henning2007-09-19
| | | | marshaling instead of unmarshaling.
* Full support for LinkedList, List, Queue, and Stack, exceptMichi Henning2007-09-17
| | | | that for sequences of classes, only List can be used right now.
* Refactored DictionaryBase.Michi Henning2007-09-06
|
* New CollectionBase implementation.Michi Henning2007-09-05
|
* Add new sequence mapping and updated dictionary tests to useMichi Henning2007-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 Henning2007-08-21
|
* Changed LocalObject mappingBernard Normier2007-06-04
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Bug 1419 - Allow null for collection sequencesDwayne Boone2006-11-07
|
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* Bug 1246.Michi Henning2006-08-04
|
* fix for bug 774: simplify use of streaming API in templatesMark Spruiell2006-06-08
|
* Updated copyrightDwayne Boone2006-03-14
|
* Changed slice2cs and slice2vb to allow "clr:property" for all structs. It'sMichi Henning2006-02-14
| | | | more consistent that way.
* Bug 859Michi Henning2006-02-13
|
* Fixed SunOS C++ compiler warnings (bug 723)Benoit Foucher2006-01-06
|
* Fixed http://www.zeroc.com/vbulletin/showthread.php?t=1867Michi Henning2005-11-18
|
* bug fix for sequence of structMark Spruiell2005-11-14
|
* Fixed http://www.zeroc.com/vbulletin/showthread.php?t=1612Michi Henning2005-11-01
|
* Bug 426.Michi Henning2005-09-21
|
* Bug 454.Michi Henning2005-09-14
|
* Bug 419.Michi Henning2005-09-06
|
* Fix for http://www.zeroc.com/vbulletin/showthread.php?t=1612Michi Henning2005-08-26
|
* Fix for http://www.zeroc.com/vbulletin/showthread.php?t=1653Michi Henning2005-08-18
|
* __in -> __inS, __out -> __outS SeeMichi Henning2005-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 Henning2005-02-28
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* changing sequence unmarshaling for fixed-length typesMark Spruiell2005-02-08
|
* Improved diagnostics for invalid metadata.Michi Henning2004-12-29
|
* Removed some trace I left behind.Michi Henning2004-12-08
|
* Added additional checks to validate metadata.Michi Henning2004-12-07
|
* More code generation for streaming API.Michi Henning2004-11-04
|
* More changes for streaming API for C#.Michi Henning2004-11-02
|
* Fixed bugs in code generation for nested sequences.Michi Henning2004-10-28
|
* - Fixed a bug in slice2cs: the generated code was incorrect forMichi Henning2004-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 missingMichi Henning2004-10-07
| | | | DotNetNames.h file to Slice project.
* Fixed problems around escaping of inherited method names.Michi Henning2004-10-06
|
* Changed prefix escape for .NET framework methods. Fixed a few bugs inMichi Henning2004-09-24
| | | | slice2vb code generator.
* Fixed bugs in sequence code generation for slice2cs and slice2vb.Michi Henning2004-09-17
|
* Added slice2vb and fixed a bunch of bugs in slice2cs.Michi Henning2004-09-08
|
* adding bool param to parser visit() functionMark Spruiell2004-09-02
|