Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Fix C# marshal/unmarshal of optional data members (#1232) | Jose | 2021-01-08 |
| | | | See #889 | ||
* | Fix bogus call to holdAdapter in ruby timeout test | Jose | 2020-12-16 |
| | |||
* | 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. | ||
* | Fix for invocation timeout sporadic test failure, fixes #547 | Benoit Foucher | 2019-09-24 |
| | |||
* | Fixes for endpoint to string conversion - Close #517 (#519) | Jose | 2019-09-10 |
| | |||
* | Fixes for slice2py forward declarations - Close #490 | Jose | 2019-09-03 |
| | |||
* | Fixed Ice/timeout test to ensure the client doesn't hang in case of test failure | Benoit Foucher | 2019-08-22 |
| | |||
* | Additional fixes for Ice/optional Swift cross testing | Jose | 2019-08-08 |
| | |||
* | Fixes for C++ & Swift generated code - Close #458 | Jose | 2019-07-31 |
| | |||
* | Remove forward declarations limitation - Close #97 | Jose | 2019-07-09 |
| | |||
* | Fix checkedCast with facet and MATLAB - Close #394 | Jose | 2019-06-24 |
| | |||
* | Add ice_isFixed - Close #356 | Jose | 2019-06-21 |
| | |||
* | Fix Incorrect generated code for class implements interface | Jose | 2019-06-06 |
| | | | | Close #406 | ||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Fixed slice2matlab generated code type for dictionary data members | Jose | 2018-10-23 |
| | | | | Close #256 | ||
* | 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 | ||
* | Enable test workers for PHP, Ruby and Python | Jose | 2018-09-04 |
| | | | | Close #185 | ||
* | Whitespace cleanup | Jose | 2018-08-13 |
| | |||
* | Ruby test suite updates | Jose | 2018-08-07 |
| | |||
* | 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 |
| | |||
* | Port Ice/scope test to scripting languages | Jose | 2018-06-19 |
| | |||
* | Timeout test and Android driver fixes | Benoit Foucher | 2018-05-29 |
| | |||
* | Added sanity checks for ACM timeout value (ICE-8749) | Benoit Foucher | 2018-03-20 |
| | |||
* | 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 |
| | |||
* | Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵ | Benoit Foucher | 2018-02-09 |
| | | | | is destroyed (ICE-8659) | ||
* | Added ice_fixed to generated Java proxy class, added test to check proxy ↵ | Benoit Foucher | 2018-02-01 |
| | | | | return type from ice_fixed | ||
* | Changed ice_fixed to inherit invocation timeout, context and compress ↵ | Benoit Foucher | 2018-02-01 |
| | | | | override from original proxy | ||
* | Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵ | Benoit Foucher | 2018-01-31 |
| | | | | (ICE-7996 & ICE-7976) | ||
* | Additional Ice/objects fixes for macOS debug builds | Benoit Foucher | 2018-01-27 |
| | |||
* | Increased invocation timeout from timeout test to prevent sporadic failures | Benoit Foucher | 2017-11-21 |
| | |||
* | Fix for latest Ruby timeout failure (the sleep from hold sometime sleeps for ↵ | Benoit Foucher | 2017-11-10 |
| | | | | much longer than desired) | ||
* | Fixed timeout tests to be less time sensitive | Benoit Foucher | 2017-09-15 |
| | | | | | The tests now use a controller to hold/activate the adapter instead of relying on a timer. Fixes ICE-8312. | ||
* | Fixed Ice.MessageSizeMax value in Ice/timeout tests | Bernard Normier | 2017-07-15 |
| | |||
* | Added Ice::UserException::ice_getSlicedData and ↵ | Benoit Foucher | 2017-07-06 |
| | | | | Ice::UnkownSlicedValue::ice_id methods | ||
* | Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵ | Benoit Foucher | 2017-07-05 |
| | | | | Ice::SlicedData::clear method to break cyclic references | ||
* | Fixed ICE-8166 and ICE-8171 - increased 100ms connection timeouts to 250ms, ↵ | Benoit Foucher | 2017-06-28 |
| | | | | also increased retryCount for connection establishment | ||
* | Improved timeout test reliability and fixed Ice/slicing/exceptions test to ↵ | Benoit Foucher | 2017-06-14 |
| | | | | no longer listen on all interfaces for callbacks | ||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Fixed ICE-7966 - empty test.py files | Benoit Foucher | 2017-06-02 |
| | |||
* | Additional fix for ICE-7884 - TwowayOnlyException | Benoit Foucher | 2017-06-01 |
| | |||
* | Fix (ICE-7923) - suppress deprecation warnings | Jose | 2017-05-29 |
| | |||
* | Additional timeout test improvements | Benoit Foucher | 2017-05-26 |
| | |||
* | Improved timeout test to better deal with slow VMs | Benoit Foucher | 2017-05-26 |
| | |||
* | Fixed sporadic timeout & bridge test failures | Benoit Foucher | 2017-05-25 |
| |