Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add support for PHP 8 (Fixes #1172) (#1177) | Joe George | 2020-12-03 |
| | |||
* | 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. | ||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Increase Visual Studio warning level to Level4 | Bernard Normier | 2018-11-01 |
| | | | | Fixes #223. | ||
* | Fixed issue where parsing of 64-bits values would be incorrect on Windows, ↵ | Benoit Foucher | 2018-05-03 |
| | | | | fixes #79 | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵ | Benoit Foucher | 2018-02-09 |
| | | | | is destroyed (ICE-8659) | ||
* | Fixed IcePHP assert that would occur with a PHP debug executable when ↵ | Benoit Foucher | 2018-02-06 |
| | | | | destroying multiple times the same communicator (ICE-8635) | ||
* | Added missing ICE_NOEXPECT to IcePy/IceRuby/IcePHP | Benoit Foucher | 2018-01-24 |
| | |||
* | ICE-7716 - more scripting language fixes | Mark Spruiell | 2017-03-29 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
| * | Backport PHP7 support | Joe George | 2016-05-10 |
| | |||
* | Fix ICE-7561 - PHP Build failure | Jose | 2017-02-06 |
| | |||
* | IcePHP Ice::Value implementation & minor extension cleanup | Jose | 2017-01-19 |
| | |||
* | Replace NULL by ICE_NULLPTR | Bernard Normier | 2017-01-11 |
| | |||
* | Added support for non-ASCII characters and universal character names | Bernard Normier | 2016-10-20 |
| | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property. | ||
* | Fixed streamFilename bug | Bernard Normier | 2016-07-11 |
| | |||
* | Removed IceUtilInternal ifstream and ofstream | Bernard Normier | 2016-07-08 |
| | |||
* | IceUtil and Slice msbuild updates | Bernard Normier | 2016-05-11 |
| | |||
* | Fix php7 build | Joe George | 2016-03-31 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Ice::identityToString/Ice::stringToIdentity for PHP7 | Jose | 2016-03-01 |
| | |||
* | ICE-6973 - Add support for PHP 7 | Joe George | 2016-02-12 |