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 php Ice/optional test | Jose | 2021-01-09 |
| | |||
* | 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. | ||
* | 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 |
| | |||
* | Fixes for PHP/Swift cross testing | Jose | 2019-08-07 |
| | |||
* | 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 |
| | |||
* | Test driver fixes | Benoit Foucher | 2018-10-19 |
| | |||
* | Fix whitespaces | Benoit Foucher | 2018-10-01 |
| | |||
* | 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 | ||
* | PHP5 test failure, do not use finally with PHP < 5.5 | Jose | 2018-08-13 |
| | |||
* | Whitespace cleanup | Jose | 2018-08-13 |
| | |||
* | PHP5 test failures | Jose | 2018-08-09 |
| | | | | | finally is not supported with PHP < 5.5 and we still support PHP 5.3 and PHP 5.4 | ||
* | Update PHP tests to use TestHelper class | Jose | 2018-08-08 |
| | |||
* | Fix IcePHP sequences order | Jose | 2018-07-27 |
| | | | | Close #172 | ||
* | 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 | ||
* | Port Ice/scope test to scripting languages | Jose | 2018-06-19 |
| | |||
* | Timeout test and Android driver fixes | Benoit Foucher | 2018-05-29 |
| | |||
* | 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 |
| | |||
* | Fix ICE-8665 - PHP timeout test failure | Jose | 2018-02-13 |
| | |||
* | Fixed UWP cross operation test failure | Benoit Foucher | 2018-02-13 |
| | |||
* | ICE-8636 - assertion failure with PHP7 debug build | Mark Spruiell | 2018-02-09 |
| | |||
* | Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵ | Benoit Foucher | 2018-02-09 |
| | | | | is destroyed (ICE-8659) | ||
* | Updates for Ice Builder 5.x | Jose | 2018-02-05 |
| | |||
* | Fixed PHP array initialization in test proxy client | Benoit Foucher | 2018-02-04 |
| | |||
* | 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 |
| | |||
* | Fix for latest Ruby timeout failure (the sleep from hold sometime sleeps for ↵ | Benoit Foucher | 2017-11-10 |
| | | | | much longer than desired) | ||
* | Fixed sleep for invocation timeout test | Benoit Foucher | 2017-09-23 |
| | |||
* | 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 |
| | |||
* | Windows PHP build project updates | Jose | 2017-07-06 |
| | |||
* | 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 | ||
* | Disable unreliable Ice/timeout PHP test | Benoit Foucher | 2017-06-22 |
| | |||
* | Fix for ICE-8136 - travis php Ice/timeout failure | Benoit Foucher | 2017-06-22 |
| | |||
* | Fixed ICE-8031 - invocation timeout test failure | Benoit Foucher | 2017-06-14 |
| |