Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Fix Ice for PHP ZTS (Thread Safe) Windows builds | Jose | 2016-12-08 | |
| | | ||||
* | | Replaced non-public double underscores in C++ | Bernard Normier | 2016-11-12 | |
| | | ||||
* | | Update to mcpp-2.7.2.12 | Jose | 2016-11-11 | |
| | | ||||
* | | Add support to build PHP Nuget packages | Jose | 2016-11-11 | |
| | | ||||
* | | Revert "Replaced double and triple underscores in C++ by ice-prefixed names" | Bernard Normier | 2016-11-05 | |
| | | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00. | |||
* | | Replaced double and triple underscores in C++ by ice-prefixed names | Bernard Normier | 2016-11-02 | |
| | | ||||
* | | Refactored string literal generation and updated identityToString format | Bernard Normier | 2016-10-25 | |
| | | ||||
* | | 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. | |||
* | | PHP build fixes | Jose | 2016-09-12 | |
| | | ||||
* | | Fix ICE-7267 | Joe George | 2016-08-08 | |
| | | | | | | | | PHP make tests no longer fails if php-config is missing. | |||
* | | Move generateUUID to Ice | Bernard Normier | 2016-08-01 | |
| | | ||||
* | | Update version to 3.7a3 | Joe George | 2016-07-12 | |
| | | ||||
* | | Fixed streamFilename bug | Bernard Normier | 2016-07-11 | |
| | | ||||
* | | Removed IceUtilInternal ifstream and ofstream | Bernard Normier | 2016-07-08 | |
| | | ||||
* | | Whitespace cleanup - tabs to spaces | Joe George | 2016-06-29 | |
| | | ||||
* | | ICE-7202 - Fix php 5 build | Joe George | 2016-06-27 | |
| | | ||||
* | | Refactored SSL and iAP transports, support for running SSL on top | Benoit Foucher | 2016-06-27 | |
| | | | | | | | | of TCP/iAP/Bluetooth. | |||
* | | Fix ICE-7163 | Joe George | 2016-05-31 | |
| | | | | | | | | | | | | - Printing types is more forgiving and will not throw an exception if there is bogus data. - Fix several print statements to print the correct class name. | |||
* | | Updated version to 3.7a2 | Bernard Normier | 2016-05-31 | |
| | | ||||
* | | PHP 7 fix for printing Exception info | Joe George | 2016-05-27 | |
| | | ||||
* | | Removed references to DotNetNames.cpp | Bernard Normier | 2016-05-12 | |
| | | ||||
* | | Renamed ICE_UTIL_API to ICE_API and other cleanups | Bernard Normier | 2016-05-12 | |
| | | ||||
* | | stream API fixes for scripting languages | Mark Spruiell | 2016-05-11 | |
| | | ||||
* | | IceUtil and Slice msbuild updates | Bernard Normier | 2016-05-11 | |
| | | ||||
* | | Fixes to allow per-project/component platform/config variables | Benoit Foucher | 2016-05-10 | |
| | | ||||
* | | Removed libIceUtil and libSlice | Bernard Normier | 2016-05-09 | |
| | | ||||
* | | Windows msbuild build updates | Jose | 2016-05-05 | |
| | | ||||
* | | Re-factored gmake build system | Benoit Foucher | 2016-05-03 | |
| | | ||||
* | | PHP7 Windows x64 number range check fixes | Jose | 2016-04-12 | |
| | | ||||
* | | Updated Ice version to 3.7a0 | Benoit Foucher | 2016-04-07 | |
| | | ||||
* | | Fix php7 build | Joe George | 2016-03-31 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-03-10 | |
|\| | ||||
| * | Windows PHP build fixes | Jose | 2016-03-09 | |
| | | ||||
| * | isfinite not supported with VS 2012 | Jose | 2016-03-09 | |
| | | ||||
* | | Update copyright headers | Joe George | 2016-03-01 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 | |
|\| | ||||
| * | Update copyright headers | Joe George | 2016-03-01 | |
| | | ||||
* | | Ice::identityToString/Ice::stringToIdentity for PHP7 | Jose | 2016-03-01 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-03-01 | |
|\| | ||||
| * | Ice::identityToString/Ice::stringToIdentity php/ruby/python implementations | Jose | 2016-03-01 | |
| | | ||||
* | | Windows msbuild build updates | Jose | 2016-02-26 | |
| | | ||||
* | | workaround for compiler error in php7 with gcc 4.8 | Mark Spruiell | 2016-02-12 | |
| | | ||||
* | | removing bogus compiler option from php7 makefile | Mark Spruiell | 2016-02-12 | |
| | | ||||
* | | ICE-6973 - Add support for PHP 7 | Joe George | 2016-02-12 | |
| | | ||||
* | | minor fixes to stream classes; restoring test/Ice/stream | Mark Spruiell | 2016-02-09 | |
| | | ||||
* | | ice_name/ice_id fixes & simplifications. | Jose | 2016-01-20 | |
| | | ||||
* | | ICE-6861 - removing public stream API | Mark Spruiell | 2016-01-19 | |
| | | ||||
* | | Deprecate ice_name and add ice_id | Jose | 2016-01-19 | |
| | | ||||
* | | Fix more deprecated compilation errors | Joe George | 2015-12-10 | |
| | | ||||
* | | ICE-6908 - Add ValueFactory | Joe George | 2015-12-08 | |
| | | | | | | | | | | | | ValueFactory is a replacement for ObjectFactory (which is still available if needed). It is an interface with only one operation and can has the "delegate" metadata. |