Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fixed Android instructions and removed no longer needed ./allTests.py files | Benoit Foucher | 2018-11-15 | |
| | ||||
* | Update version to 3.7.2 | Jose | 2018-11-14 | |
| | ||||
* | More bidir tests. Fixes #51. | Bernard Normier | 2018-11-13 | |
| | ||||
* | Remove unused IceSSL Util class | Jose | 2018-11-06 | |
| | | | | Close #281 | |||
* | Fixed flushBatchRequests metrics bug, fixes #257 | Benoit Foucher | 2018-10-23 | |
| | ||||
* | Fixed slice2matlab generated code type for dictionary data members | Jose | 2018-10-23 | |
| | | | | Close #256 | |||
* | Removed keep alive thread from icegridadmin and IceGridGUI, only rely on ACM ↵ | Benoit Foucher | 2018-10-23 | |
| | | | | instead fixes #201 | |||
* | 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 | |||
* | Removed bogus package property setting from C# test | Benoit Foucher | 2018-10-10 | |
| | ||||
* | 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 | |||
* | Fixed location test slowness with Xamarin/iOS testing | Benoit Foucher | 2018-09-13 | |
| | ||||
* | Make test controllers layout more consistent | Jose | 2018-09-12 | |
| | | | | Close #184 | |||
* | Fixed IceBox/configuration build for .NETCore | Benoit Foucher | 2018-07-20 | |
| | ||||
* | Xamarin testsuite | Jose | 2018-07-20 | |
| | ||||
* | Fixed C# IceBox/admin test to build service against netstandard2.0 framework | Benoit Foucher | 2018-07-20 | |
| | ||||
* | Fixed test driver to use netcoreapp2.1 for tests | Benoit Foucher | 2018-07-20 | |
| | ||||
* | Fixed tests to target netcoreapp2.1 to ensure latest 2.1 runtime is used | Benoit Foucher | 2018-07-20 | |
| | ||||
* | Fixed .NET Core multicast support (fixes #29) | Benoit Foucher | 2018-07-19 | |
| | ||||
* | CSharp packagemd test missing files | Jose | 2018-06-28 | |
| | ||||
* | 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 | |||
* | Test fixes and improvements for Android testing reliability | Benoit Foucher | 2018-06-21 | |
| | ||||
* | Test for qualified names | Jose | 2018-06-19 | |
| | ||||
* | Fix .NET Core test properties creation | Jose | 2018-06-01 | |
| | ||||
* | .NET Core test build fixes | Jose | 2018-06-01 | |
| | ||||
* | Do not use Ice::Application for Ice testsuite | Jose | 2018-06-01 | |
| | ||||
* | Fixed Ice/location locator cache timeout sporadic failure | Benoit Foucher | 2018-05-30 | |
| | ||||
* | Timeout test and Android driver fixes | Benoit Foucher | 2018-05-29 | |
| | ||||
* | 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 | |
| | ||||
* | Fixed metrics test failure on C# | Benoit Foucher | 2018-03-24 | |
| | ||||
* | Disabled Windows fast path loopback (ICE-8763) | Benoit Foucher | 2018-03-23 | |
| | ||||
* | Fix for .NET Core where SO_REUSEADDR isn't set on bound socket (ICE-8744) | Benoit Foucher | 2018-03-21 | |
| | ||||
* | Added sanity checks for ACM timeout value (ICE-8749) | Benoit Foucher | 2018-03-20 | |
| | ||||
* | Fixed C# Ice/ami test failures | Benoit Foucher | 2018-02-26 | |
| | ||||
* | Android fixes | Benoit Foucher | 2018-02-21 | |
| | | | | | - Improved emulator support (no need to specify the AVD name anymore) - Fixed adapterDeactivation test issue with Android | |||
* | Improved object adapter getPublishedEndpoints/refreshPublishedEndpoints method | Benoit Foucher | 2018-02-16 | |
| | | | | | | | | | | | | | to return the Ice router server endpoints if the adapter is associated with a router. setPublishedEndpoints now also raises an invalid argument exception for such adapters. Also fixed a rare deadlock that could occur on adapter creating if the router wasn't accessible. Fixes ICE-8675 and ICE-8650 | |||
* | 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 | |
| | ||||
* | Fixed UWP cross operation test failure | Benoit Foucher | 2018-02-13 | |
| | ||||
* | Update MSBuild project to use 5.0.3 zeroc.icebuilder.msbuild packagev3.7.1-netcore-beta1 | Jose | 2018-02-12 | |
| | ||||
* | Ensure Ice::Connection::setAdapter fails if the adapter is deactivated ↵ | Benoit Foucher | 2018-02-12 | |
| | | | | (ICE-8659) | |||
* | Use version 3.7.1-beta1 with CSharp packages | Jose | 2018-02-12 | |
| | ||||
* | Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵ | Benoit Foucher | 2018-02-09 | |
| | | | | is destroyed (ICE-8659) | |||
* | Update msbuild projects to use 5.0.2 builder | Jose | 2018-02-08 | |
| | ||||
* | Merge branch '3.7' of github.com:zeroc-ice/ice into 3.7 | Jose | 2018-02-08 | |
|\ | ||||
| * | Fixed Glacier2 potential NullHandleException (ICE-8575) | Benoit Foucher | 2018-02-07 | |
| | | ||||
* | | Remove old files | Jose | 2018-02-08 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/netcore' into 3.7 | Jose | 2018-02-08 | |
|\ \ | |/ |/| |