Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename global metadata to local metadata. (#1231) | Bernard Normier | 2021-01-08 |
| | | | Fixes #828 | ||
* | Remove forward declarations limitation - Close #97 | Jose | 2019-07-09 |
| | |||
* | Enable -Wconversion with clang - Close #363 | Jose | 2019-06-21 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Increase Visual Studio warning level to Level4 | Bernard Normier | 2018-11-01 |
| | | | | Fixes #223. | ||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | Overqualification in C# generated code | Jose | 2018-10-26 |
| | | | | Close #250 | ||
* | Rework cs:namespace implementation (fix issue #239) (#249) | Bernard Normier | 2018-10-18 |
| | | | | | | | | | | | | * Rework the cs:namespace implementation No longer rely on Ice.Packages. Fixes #239. * Renamed Ice/packagemd to Ice/namespacemd (C#) * Removed Ice.Package property from C# tests * Switched to get-only attribute, fixed Xamarin test | ||
* | Fixes for cs:namespace metadata directive | Jose | 2018-07-13 |
| | |||
* | Add support cs:namespace metadata | Jose | 2018-06-28 |
| | | | | | | | Add support to map Slice modules to different namespaces using cs:namespace metadata Fixes #122 slice2cs generates invalid namespace qualification | ||
* | slice2cpp generates invalid code wrt namespace qualification | Jose | 2018-06-19 |
| | | | | Closes #104 | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Add missing new lines in generated code | Jose | 2017-12-06 |
| | |||
* | Add workaround for .NET Core optional failure | Jose | 2017-12-04 |
| | |||
* | Fix Overqualification in generated code | Jose | 2017-10-30 |
| | | | | See ICE-7856 | ||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-05-02 |
| | |||
* | Update IceSSL::ConnectionInfo to use native certs and remove ↵ | Jose | 2017-03-20 |
| | | | | NativeConnectionInfo | ||
* | Fix for ICE-7313 - Got rid of ReadValueCallback and patchers for reading values | Benoit Foucher | 2017-03-10 |
| | |||
* | Fixed (ICE-7649) - Bogus generated code for csharp marshalled-result | Jose | 2017-03-07 |
| | |||
* | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | |||
* | Make Slice enums scoped | Bernard Normier | 2017-02-08 |
| | | | | Add new cpp:scoped and objc:scoped metadata directives | ||
* | Slice compilers now emit deprecated warning for classes with operations ↵ | Bernard Normier | 2017-02-04 |
| | | | | | | (ICE-7557) Refactored suppress-warning implementation | ||
* | Rework warning suppression to use global meta data | Jose | 2017-02-03 |
| | |||
* | Add --no-warn option to Slice compilers | Jose | 2017-02-01 |
| | |||
* | Fixed bug in CSharp Stack sequence mapping | Jose | 2017-01-30 |
| | |||
* | slice2cs build failure | Jose | 2017-01-28 |
| | |||
* | C++ build failure | Jose | 2017-01-27 |
| | |||
* | CSharp do not generate proxy for class without operations | Jose | 2017-01-27 |
| | |||
* | java:UserException metadata for both local and remote operations | Bernard Normier | 2017-01-19 |
| | |||
* | cs: and clr: are now interchangeable in C#/.NET metadata directives | Bernard Normier | 2017-01-12 |
| | |||
* | Renamed Slice/keyword test to clash, and added identifier-clash test | Bernard Normier | 2017-01-06 |
| | |||
* | Resync stream API for generated structs/enums in Java and C# | Bernard Normier | 2016-11-17 |
| | |||
* | Replaced all double-underscores in C# | Bernard Normier | 2016-11-10 |
| | |||
* | Revert "Replaced double underscores in C# mapping by ice-prefix names" | Bernard Normier | 2016-11-05 |
| | | | | This reverts commit c693f916141772b82da44d0ef90f64602a69d3ec. | ||
* | Replaced double underscores in C# mapping by ice-prefix names | Bernard Normier | 2016-11-03 |
| | |||
* | Replaced slice compiler options --ice, --underscore and --dll-export by | Bernard Normier | 2016-10-31 |
| | | | | | global metadata directives (ice-prefix, underscore, cpp:dll-export:SYMBOL and objc:dll-export:SYMBOL) Added new cs:tie and java:tie metadata | ||
* | C# mapping changes | Benoit Foucher | 2016-08-16 |
| | | | | | | | | - user exceptions are no longer checked on the server side (ICE-6980) - support for ["marshaled-result"] metadata - AMD operations now return a Task - improved dispatch interceptors - PropertiesAdminI::setProperties impl. now invokes callbacks synchronously | ||
* | ICE-7118 - Add serialization support for C# proxies | Jose | 2016-07-29 |
| | |||
* | CShasp Ice.Value mapping | Jose | 2016-07-28 |
| | |||
* | slice2cs updates for new AMD mapping | Jose | 2016-07-22 |
| | |||
* | cleaning up stream API in C# | Mark Spruiell | 2016-05-11 |