summaryrefslogtreecommitdiff
path: root/cpp/src/Ice
Commit message (Collapse)AuthorAge
* .gitignore updatesJose2016-03-11
|
* Update version to 3.6.2Jose2016-03-10
|
* Update Copyright year to 2016 in rc and cs filesJoe George2016-03-07
|
* Update copyright headersJoe George2016-03-01
|
* Rework previous fix for 3.6 compatibilityJose2016-02-29
|
* ICE-6952 - identityToString/stringToIdentity non member functionsJose2016-02-29
|
* Fixed potential deadlock that could occur with Ice for C++ when using ↵Benoit Foucher2016-01-05
| | | | collocation optimization and serialization
* Fixed UDPTransceiver leak on WinRTBenoit Foucher2015-09-09
|
* Fix for TCH-259 - assert on shutdownBenoit Foucher2015-09-08
|
* Fixed ICE-6778 - background test failureBenoit Foucher2015-09-08
|
* Fixed ICE-6757 - allow Windows 10 UAP apps to re-use multicast addrBenoit Foucher2015-09-01
|
* Updated AssemblyInfo and StringFileInfo on WindowsBernard Normier2015-08-21
|
* ICE-6703 - Windows dependencies and third party packages.Jose2015-08-12
|
* Fixed ICE-6671 - Added registration functions to explicitly register Ice pluginsBenoit Foucher2015-08-12
|
* Fixed ICE-6695 - ensure buffers are not cleared too early for WS/SSL transportsBenoit Foucher2015-08-11
|
* Fixed ICE-6695, Ice for WinRT hang on Windows 10Benoit Foucher2015-08-11
|
* Fixed ICE-6159: release memory allocated by connection buffers when the ↵Benoit Foucher2015-08-05
| | | | connection is closed instead of waiting for the reaping
* ICE-6685: removed Ice.ServerId and RegisterProcess related code from Ice the ↵Benoit Foucher2015-08-03
| | | | core, minor test suite fixes
* ICE-6624 renamed overloaded functions that cause issues with some compilersDwayne Boone2015-08-03
|
* Updated version to 3.6.1Dwayne Boone2015-07-31
|
* Fixed ICE-6625: warning when shutting IceDiscovery hello serverBenoit Foucher2015-07-31
|
* Install Windows third parties during nmake installJose2015-07-30
| | | | | | | | | - The nuget third party binaries required to run applications are now installed with nmake install target. - Fixes for nuget packages dependency on nuget.exe - For VC100 define only the BZIP2 packages
* Nuget supportJose2015-07-30
| | | | | | | | C++ third party packages for Windows builds are now in nuget. The packages are automatically downloaded when required.
* ICE-6661 Cannot build Ice with -Os on Ubuntu 15.04Dwayne Boone2015-07-20
|
* Updated Windows dependenciesDwayne Boone2015-07-08
|
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* Force correct overload selection to fix compatibility with Intel C++ 2015alexey.nazarenko2015-07-01
|
* Fixed IceDiscovery and collocation optimization issue which could cause ↵Benoit Foucher2015-06-22
| | | | indefinite hang if communicator was destroyed (ICE-6627)
* The communicator now catch exceptions raised by plugin initialize and raise ↵Benoit Foucher2015-06-17
| | | | PluginInitializationException instead
* Don't throw RetryException if the failure occurs during connection ↵Benoit Foucher2015-06-12
| | | | establishement (ICE-6589)
* Fixed bug in object adapter where default servants were not cleared on ↵Benoit Foucher2015-06-10
| | | | destroyed (ICE-6582)
* Fix Web Socket protocol bug when reading message payloadJose2015-06-09
|
* Fixed ICE-6558 - Android deadlock with background IO threadBenoit Foucher2015-06-04
|
* Fixed initConnectionInfo to no longer throwBenoit Foucher2015-06-03
|
* WinRT connection info fixesJose2015-06-02
|
* Fixed: (ICE-6543) StringConverter not build with WinRTJose2015-05-29
|
* ICE-6524 added string converter to the statically registered pluginsDwayne Boone2015-05-26
|
* Updates for windows mkdir usageJose2015-05-15
| | | | This avoid problems with git/cygwin mkdir being in PATH
* Fixed ICE-6498: replaced protocol error with encoding error un ↵Benoit Foucher2015-05-13
| | | | UnsupportedEncodingException message
* Fixed ICE-6505 Allow to Sign C++ .exe/.dlls after buildJose2015-05-12
|
* Fixed ICE-6497: broken Windows RT buildBenoit Foucher2015-05-11
|
* Fixed ICE-6486: added tracing of encoding for replies, fixed Java bug where ↵Benoit Foucher2015-05-07
| | | | the reply for servant locator finished user exception was always encoded with 1.0
* Fixed generated code to not instantiate templates if ICE_STATIC_LIBS is ↵Benoit Foucher2015-05-06
| | | | defined, minor WinRT test fixes
* Fixed ICE-6482: Cleanup WinRT makefiles, other WinRT minor fixesBenoit Foucher2015-05-06
|
* ICE-6481 pragma comment when building static librariesBernard Normier2015-05-05
| | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro.
* minor fixes for purifyMark Spruiell2015-05-05
|
* Fixed ICE-6464 and deprecated various IceSSL propertiesBenoit Foucher2015-04-28
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* Fixed Makefile indentation to use tab witdh=8 and indent width = 4Benoit Foucher2015-04-13
|
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|