Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Switch to using python3 by default | Joe George | 2021-02-10 |
| | |||
* | 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. | ||
* | Add getPythonVersion to PythonMapping.Config | Jose | 2021-01-19 |
| | |||
* | Check the python version of the interpreter running the tests | Jose | 2021-01-19 |
| | |||
* | Fix C# marshal/unmarshal of optional data members (#1232) | Jose | 2021-01-08 |
| | | | See #889 | ||
* | Fixed asyncio/test.py to only run the test with Python 3.7 | Benoit Foucher | 2021-01-08 |
| | |||
* | Fixed Ice.wrap_future cancellation bug and added asyncio test (#1229) | Benoit Foucher | 2021-01-07 |
| | |||
* | 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. | ||
* | Remove extra empty line | Jose | 2020-04-23 |
| | |||
* | Disable IceSSL with python/Ice/blobject - Close #810 | Jose | 2020-04-21 |
| | |||
* | Inrease timeouts in Ice/acm test - Close #558 | Jose | 2019-09-29 |
| | |||
* | Fixed Python bug related to invalid return parameters, fixes #550 | Benoit Foucher | 2019-09-25 |
| | |||
* | 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 |
| | |||
* | Fixed Ice/acm test waitForClose timing | Benoit Foucher | 2019-09-04 |
| | |||
* | Simplifed collocation test in Ice/location test, fixes #506 | Benoit Foucher | 2019-09-04 |
| | |||
* | 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 |
| | |||
* | Fixed whitespaces | Benoit Foucher | 2019-07-22 |
| | |||
* | Fixes for python custom sequence mapping (#444) | Jose | 2019-07-16 |
| | | | | | | | | * Fixes for python mappings * Additional fixes for Python custom sequence mapping. * Fix CHANGELOG TOC | ||
* | 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 |
| | |||
* | More bidir tests. Fixes #51. | Bernard Normier | 2018-11-13 |
| | |||
* | Do not use "false" in python tests | Jose | 2018-11-08 |
| | | | | Close #270 | ||
* | Memoryview (#271) | Jose | 2018-11-08 |
| | | | | | | | Enhance support for buffer objects in Python Close #208 | ||
* | Do not use time.clock() with Python >= 3.3 as it is deprecated | Jose | 2018-10-26 |
| | |||
* | Fixed slice2matlab generated code type for dictionary data members | Jose | 2018-10-23 |
| | | | | Close #256 | ||
* | Added support for --cpp-path to test driver | Benoit Foucher | 2018-10-18 |
| | |||
* | Fix whitespaces | Benoit Foucher | 2018-10-01 |
| | |||
* | Fix python Ice/info test failure | Jose | 2018-09-26 |
| | |||
* | Fix python Ice/info test failure | Jose | 2018-09-26 |
| | | | | Close #215 | ||
* | 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 | ||
* | Remove debug statement | Jose | 2018-09-03 |
| | |||
* | Fixed whitespaces | Benoit Foucher | 2018-08-28 |
| | |||
* | Fix sockect exception in python binding test when running with workers | Jose | 2018-08-15 |
| | |||
* | Fix python Slice/escape test failure running with workers | Jose | 2018-08-15 |
| | |||
* | Fixes to allow run JavaScript and Python tests with workers | Jose | 2018-08-14 |
| | |||
* | Update PHP tests to use TestHelper class | Jose | 2018-08-08 |
| | |||
* | Python test suite updates | Jose | 2018-08-06 |
| | |||
* | 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 |
| |