summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/CsUtil.cpp
Commit message (Collapse)AuthorAge
...
* Fixed incorrect file permissions.Michi Henning2008-05-11
|
* x64 fixesBernard Normier2008-01-30
|
* Updated copyrightDwayne Boone2008-01-23
|
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* Fixed generated type for LocalObject.Michi Henning2007-12-14
|
* Minor fix for bug 2474 for --stream with C#.Michi Henning2007-11-29
|
* Bug 2474.Michi Henning2007-11-26
|
* Fixed bug in TestUtil.py that caused line numbers to be omitted from the stackMichi Henning2007-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 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
|