Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update version to v3.8.0 | Joe George | 2021-02-15 |
| | |||
* | Remove checksum support (#607) | Austin Henriksen | 2021-02-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping. | ||
* | Update to MSbuild builder 5.0.6 | Jose | 2021-01-18 |
| | |||
* | Update MSBuild builder package | Jose | 2021-01-18 |
| | |||
* | Update source link package | Jose | 2020-12-10 |
| | |||
* | Update version to 3.7.5 | Jose | 2020-11-30 |
| | |||
* | Add .NET 5.0 support (#1154) | Jose | 2020-11-18 |
| | |||
* | Use TryGetValue instead of operator [] - Close #666 | Jose | 2020-04-21 |
| | |||
* | Update version to 3.7.4 | Jose | 2020-04-20 |
| | |||
* | Update C# version to 3.7.3.2 | Jose | 2020-03-27 |
| | |||
* | update C# assembly version to 3.7.3.1 | Jose | 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 | ||
* | Ensure iceboxnet.exe.config is generated after strong name signing | Jose | 2019-10-08 |
| | |||
* | Use PrivateAssets ALL for NuGet development dependencies | Jose | 2019-09-20 |
| | |||
* | Enable SourceLink with .NET Core builds | Jose | 2019-09-20 |
| | |||
* | Fixed retry bug with -2 invocation timeout, fixes #501 | Benoit Foucher | 2019-09-03 |
| | |||
* | Fixed IceBox exception handling, fixes #486 | Benoit Foucher | 2019-08-30 |
| | |||
* | Move IceBox.PrintServicesReady output after creation of Admin object. | Bernard Normier | 2019-08-20 |
| | | | Fixes #471 | ||
* | Update Ice version to 3.7.3 | Jose | 2019-07-22 |
| | |||
* | Minor style fix | Jose | 2019-01-24 |
| | |||
* | Fix invalid argument parsing in Java/C# IceBox Server | Jose | 2019-01-23 |
| | | | | Close #339 | ||
* | 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 |
| | |||
* | Add strong name signatures to .NET Core assemblies | Jose | 2018-12-14 |
| | |||
* | Removes Ice.Application from IceBox in Java, Java-Compat, and C# (#314) | Austin Henriksen | 2018-12-05 |
| | |||
* | Update version to 3.7.2 | Jose | 2018-11-14 |
| | |||
* | Remove dependency on Visual Studio Extension for C# builds | Jose | 2018-05-10 |
| | | | | Closes #84 | ||
* | Update Visual Studio projects to MSBuild builder 5.0.4 | Jose | 2018-04-06 |
| | |||
* | 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 |
| | |||
* | Fix .NET assembly sign targets | Jose | 2018-02-12 |
| | | | | Close: ICE-8660 | ||
* | Update msbuild projects to use 5.0.2 builder | Jose | 2018-02-08 |
| | |||
* | Remove old files | Jose | 2018-02-08 |
| | |||
* | Merge remote-tracking branch 'origin/netcore' into 3.7 | Jose | 2018-02-08 |
|\ | |||
| * | Merge remote-tracking branch 'origin/3.7' into netcore | Jose | 2018-02-05 |
| |\ | |||
| * \ | 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 | ||
| * | | | Fix build failure | Jose | 2017-12-06 |
| | | | | |||
| * | | | Fix IceBox ServiceManager to correctly fallback to LoadFrom | Jose | 2017-12-06 |
| | | | | | | | | | | | | | | | | | | | | With .NET Core Assembly.Load doesn't fail with an IOException this was preventing LoadFrom for being try after Load failures | ||
| * | | | Add IceSSL dependency to IceBox | Jose | 2017-12-06 |
| | | | | | | | | | | | | | | | | | | | | This allow to load easy load IceSSL plug-in when running iceboxnet from zeroc.ice.net NuGet package | ||
| * | | | Add .Net Core assemblies to NuGet packages | Jose | 2017-12-01 |
| | | | | |||
| * | | | Add .NET Core build support | Jose | 2017-11-29 |
| | | | | |||
* | | | | Updates for Ice Builder 5.x | Jose | 2018-02-05 |
| |_|/ |/| | | |||
* | | | Icebox requires at least one service (csharp)(ICE-8307) | Bernard Normier | 2018-01-26 |
| |/ |/| | |||
* | | Update version to v3.7.1 | Jose | 2017-12-14 |
|/ | |||
* | Fixed (ICE-8155) - Ice.dll .NET assembly not signed | Jose | 2017-06-26 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-06-20 |
| |