Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update version to v3.8.0 | Joe George | 2021-02-15 |
| | |||
* | Update to MSbuild builder 5.0.6 | Jose | 2021-01-18 |
| | |||
* | Update MSBuild builder package | Jose | 2021-01-18 |
| | |||
* | Replace bogus version 3.7.5.2 with 3.7.5.0 in CSharp test projects | Jose | 2020-12-17 |
| | |||
* | Update version to 3.7.5 | Jose | 2020-11-30 |
| | |||
* | Add .NET 5.0 support (#1154) | Jose | 2020-11-18 |
| | |||
* | Add class cycle detection during unmarshaling (#946) | Joe George | 2020-07-07 |
| | | | | | | | | | Add support for detection of class cycles during unmarshaling in languages which do no have garbage collection: C++, Swift, and Objective-C. A `MarshalException` is thrown when a cycle is detected. The property `Ice.AcceptClassCycles` can be set to a value greater than `0` to change this behavior. | ||
* | Update version to 3.7.4 | Jose | 2020-04-20 |
| | |||
* | Update C# version to 3.7.3.2 | Jose | 2020-03-27 |
| | |||
* | Udpated C# .NET Framework projects to use 3.7.3.1 | Benoit Foucher | 2020-03-11 |
| | |||
* | Updated PackageReference to use 3.7.3.1 C# Nuget package | Benoit Foucher | 2020-03-11 |
| | |||
* | Fixed C# projects to set UseAppHost only with netcoreapp3.1 | Benoit Foucher | 2020-03-10 |
| | |||
* | Fixed C# exe projects to set <UseAppHost>true</UseAppHost> which is now ↵ | Benoit Foucher | 2020-03-09 |
| | | | | disabled by default on macOS/Catalina | ||
* | Fix Xamarin build failure | Jose | 2019-09-03 |
| | |||
* | Fixes for slice2py forward declarations - Close #490 | Jose | 2019-09-03 |
| | |||
* | Update Ice version to 3.7.3 | Jose | 2019-07-22 |
| | |||
* | Remove forward declarations limitation - Close #97 | Jose | 2019-07-09 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Support building .NET applications with different Target frameworks | Jose | 2018-12-21 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Update version to 3.7.2 | Jose | 2018-11-17 |
| | |||
* | Update version to 3.7.2 | Jose | 2018-11-14 |
| | |||
* | Fixed slice2matlab generated code type for dictionary data members | Jose | 2018-10-23 |
| | | | | Close #256 | ||
* | 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 | ||
* | Test using Value as operation parameter | Jose | 2018-09-20 |
| | | | | | | | | | Fix a bug in slice2java that generate bogus code or using Value as an Slice operation parameter Fix a bug in JavaScript mapping that cause a run-time error when invoking an operation that defines Value as an input parameter | ||
* | Test using Value type as a class data member | Jose | 2018-09-13 |
| | | | | See #203 | ||
* | Xamarin testsuite | Jose | 2018-07-20 |
| | |||
* | Fixed tests to target netcoreapp2.1 to ensure latest 2.1 runtime is used | Benoit Foucher | 2018-07-20 |
| | |||
* | Do not use Ice::Application for Ice testsuite | Jose | 2018-06-01 |
| | |||
* | Remove dependency on Visual Studio Extension for C# builds | Jose | 2018-05-10 |
| | | | | Closes #84 | ||
* | Update .NET packages version | Jose | 2018-04-11 |
| | |||
* | Update Visual Studio projects to MSBuild builder 5.0.4 | Jose | 2018-04-06 |
| | |||
* | ICE-8618 - Add marshaling test for empty class with non-empty base | Mark Spruiell | 2018-02-14 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Update MSBuild project to use 5.0.3 zeroc.icebuilder.msbuild packagev3.7.1-netcore-beta1 | Jose | 2018-02-12 |
| | |||
* | Use version 3.7.1-beta1 with CSharp packages | Jose | 2018-02-12 |
| | |||
* | Update msbuild projects to use 5.0.2 builder | Jose | 2018-02-08 |
| | |||
* | Merge remote-tracking branch 'origin/netcore' into 3.7 | Jose | 2018-02-08 |
|\ | |||
| * | 3.7.1 version updates | Jose | 2017-12-14 |
| | | |||
| * | Merge remote-tracking branch 'origin/3.7' into netcore | Jose | 2017-12-14 |
| |\ | |||
| * | | Rework C# project structure | Jose | 2017-12-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - .NET 4.5 projects go to msbuild\net45 - .NET Standard 2.0 projects go to msbuild\netstandard2.0 - .NET Standard projects can be build for different target frameworks the default is .NET Core 2.0 but this can be override setting IceTestsFramworks MSBuild property | ||
| * | | Support to build and run .NET Core test suite with the NuGet packages | Jose | 2017-12-01 |
| | | | |||
| * | | Add .NET Core build support | Jose | 2017-11-29 |
| | | | |||
* | | | Remove bogus 5.0.0 package imports | Jose | 2018-02-06 |
| | | | |||
* | | | Updates for Ice Builder 5.x | Jose | 2018-02-05 |
| |/ |/| | |||
* | | Update version to v3.7.1 | Jose | 2017-12-14 |
|/ | |||
* | Add ice_intialize partial method to C# class and structs | Jose | 2017-11-07 |
| | | | | Bug ICE-8193 | ||
* | Update assembley strog name public key token | Jose | 2017-06-13 |
| | |||
* | Fixed (ICE-8005) - CSharp tests should generate PDBs | Jose | 2017-06-09 |
| |