summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cs/Gen.cpp
Commit message (Expand)AuthorAge
* Remove checksum support (#607)Austin Henriksen2021-02-01
* Fix C# marshal/unmarshal of optional data members (#1232)Jose2021-01-08
* Copy Slice doc comments to the generated enum typeJose2021-01-08
* Fxcop warnings (#1201)Jose2020-12-16
* Use pragmas to disable code analyzer warnings in generated code (#1199)Jose2020-12-11
* Fix bogus doc comments generated by slice2cs - Close #500Jose2019-09-02
* Fix slice2cs generated param "context" comment - Close #499Jose2019-09-02
* Fix for C# struct and protected metadataJose2019-07-17
* Add support for "protected" data members with C# generated structsJose2019-07-16
* Enable -Wconversion with clang - Close #363Jose2019-06-21
* Copyright header simplicationJose2019-01-19
* Remove copyright noticeJose2018-12-18
* Fix copyright headerJose2018-12-18
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
* Fixed generated code for C# type ID helpersBernard Normier2018-10-19
* slice2cs no longer generates empty namespacesBernard Normier2018-10-18
* Rework cs:namespace implementation (fix issue #239) (#249)Bernard Normier2018-10-18
* Replace strerror usage with IceUtilInternal::errorToStringJose2018-07-27
* Fixes for cs:namespace metadata directiveJose2018-07-13
* Add support cs:namespace metadataJose2018-06-28
* slice2cpp generates invalid code wrt namespace qualificationJose2018-06-19
* Update copyright year to 2018Jose2018-02-14
* Add ice_intialize partial method to C# class and structsJose2017-11-07
* Fix Overqualification in generated codeJose2017-10-30
* Added Ice::UserException::ice_getSlicedData and Ice::UnkownSlicedValue::ice_i...Benoit Foucher2017-07-06
* Fixed ICE-8217 - added ice_getSlicedData method to Ice values and Ice::Sliced...Benoit Foucher2017-07-05
* ICE-8192 - another fix for GeneratedCodeAttributeMark Spruiell2017-06-29
* ICE-8192 - missing GeneratedCodeAttribute in C#Mark Spruiell2017-06-29
* Remove excessive empty linesJoe George2017-06-07
* Additional fix for ICE-7884 - TwowayOnlyExceptionBenoit Foucher2017-06-01
* Fix slice2cs bug, result struct was not always generatedJose2017-05-19
* Fix (ICE-7861) - Generated Result struct for local interface op in C#Jose2017-05-04
* Removed trailing whitespace from code generated by slice2csBernard Normier2017-05-02
* Update IceSSL::ConnectionInfo to use native certs and remove NativeConnection...Jose2017-03-20
* Fix for ICE-7313 - Got rid of ReadValueCallback and patchers for reading valuesBenoit Foucher2017-03-10
* CSharp implementation failuresJose2017-03-08
* Fixed (ICE-7651) - bogus xml comment in CSharp generated codeJose2017-03-07
* Fixed (ICE-7649) - Bogus generated code for csharp marshalled-resultJose2017-03-07
* Fix (ICE-7643) marshaled-result generated bogus implementation code with --implJose2017-03-07
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
* | Make Slice enums scopedBernard Normier2017-02-08
* | Rework warning suppression to use global meta dataJose2017-02-03
* | Pass warning level to the ChecksumVisitor for consistencyJose2017-02-02
* | Add --no-warn option to Slice compilersJose2017-02-01
* | CSharp do not generate proxy for class without operationsJose2017-01-27
* | cs: and clr: are now interchangeable in C#/.NET metadata directivesBernard Normier2017-01-12
* | Renamed Slice/keyword test to clash, and added identifier-clash testBernard Normier2017-01-06
* | Updated generated slicedData data member for consistency with ObjCBernard Normier2016-12-06
* | Resync stream API for generated structs/enums in Java and C#Bernard Normier2016-11-17