summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/CsUtil.cpp
Commit message (Collapse)AuthorAge
* Update copyright headersJoe George2016-03-01
|
* Additional fix for ICE-6268, fixed struct un-marshalling to not re-create ↵Benoit Foucher2015-02-20
| | | | the struct
* Fixed ICE-6269: tolerate null values for structs and enumsBenoit Foucher2015-02-17
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* ICE-5764 deprecate CollectionBase/DictionaryBase and [clr:collection]Dwayne Boone2014-10-28
|
* ICE-2156 - Communicator should implement IDisposableMark Spruiell2014-08-01
|
* ICE-2600 - serialization support for C# exceptionsMark Spruiell2014-07-29
|
* ICE-5481 startSize/endSize methods aren't designed to be "reentrant"Dwayne Boone2014-07-17
|
* Minor remove VC90 workaroundsJose2014-04-23
|
* merging javascript branchMark Spruiell2014-03-19
|
* ICE-5324 - invalid C# code for struct with default valuesMark Spruiell2013-04-08
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5202) VC90 build brokenJose2013-01-24
|
* ICE-4938: Super compact enodingBenoit Foucher2013-01-04
|
* Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs filesBernard Normier2012-10-23
|
* ICE-4379 - marshaling order of C# stacksMark Spruiell2012-10-18
|
* ICE-4619 - custom enumerator valuesMark Spruiell2012-10-17
|
* Fixed ICE-4589 - CsUtil fixId && clr:propertyJose2012-10-02
|
* clean up optional tests; bug fixes for Java/C#Mark Spruiell2012-09-27
|
* Renamed OptionalType to OptionalFormat in C# (ICE-4868)Bernard Normier2012-09-25
|
* changing Ice.Optional to struct in C#Mark Spruiell2012-08-30
|
* initial support for optional params in C#Mark Spruiell2012-08-28
|
* more slice2cs bug fixesMark Spruiell2012-08-13
|
* implementing preserved slices in C#Mark Spruiell2012-08-10
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* bug 4723 - Windows fixMark Spruiell2010-05-25
|
* bug 4723 - bogus C# code for streaming generic typesMark Spruiell2010-05-25
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fixed bug 3409 - Added stream readAndCheckSeqSize methodBenoit Foucher2009-12-11
|
* New AMI mappingBenoit Foucher2009-11-23
|
* Bug 2523: Mono does not support global:: prefixMichi Henning2009-03-25
|
* More minor fixes to metadata messages.Michi Henning2009-02-26
|
* Minor fixes to metadata messages.Jose2009-02-24
|
* Bug 3751 - CsGenerator::MetaDataVisitor::visitParamDecl not calledMichi Henning2009-02-24
| | | | | | | - Added code to call parameter metadata validator. - Fixed typo in warning message. - Fixed incorect history update for global metadata. - Got rid of a few magic numbers in the metadata validation.
* bug 3374 & general metadata clean upMark Spruiell2009-02-20
|
* Support for serializable and protobuf metadata (from cs_serial branch)Benoit Foucher2009-02-09
|
* bug 3644 - improve integration between eclipse plugin and translatorMark Spruiell2009-02-02
| | | | bug 3657 - improve error reporting in translators
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3517 ; translator ↵Matthew Newhook2009-01-14
| | | | stdout/stderr.
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3399 C# generated struct ↵Matthew Newhook2009-01-12
| | | | sequence marshaling bogus
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Bug 3519 - fix isalpha, isprint, ... usageDwayne Boone2008-10-30
|
* 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.