summaryrefslogtreecommitdiff
path: root/cpp/include
Commit message (Collapse)AuthorAge
* Added Ice::UserException::ice_getSlicedData and ↵Benoit Foucher2017-07-06
| | | | Ice::UnkownSlicedValue::ice_id methods
* Fixed ICE-8223 - renamed cloneImpl to _iceCloneImplBenoit Foucher2017-07-05
|
* Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵Benoit Foucher2017-07-05
| | | | Ice::SlicedData::clear method to break cyclic references
* Fix copyright headersJose2017-06-13
|
* Fixed ICE-7994 - invocation metrics issue with AMI batch oneway requestsBenoit Foucher2017-06-08
|
* Remove excessive empty linesJoe George2017-06-07
|
* Fix some whitespace and typo in Proxy.hJoe George2017-06-07
|
* Fixed comments for system exceptionsBernard Normier2017-06-05
|
* Added missing copyright noticeBernard Normier2017-06-02
|
* Priority inverstion test fixesJose2017-06-01
|
* Fixed ICE-7941 - scheduleCallback now provides the connection to the ↵Benoit Foucher2017-06-01
| | | | dispatcher work item, fixed naming of AsyncResult private methods
* Updated recursive mutex checkBernard Normier2017-05-31
|
* Replaced virtual public by public virtualBernard Normier2017-05-19
|
* Cleanup more whitespaceJoe George2017-05-09
| | | | | Remove extra newlines from the end of files and add newlines to files which are missing one.
* Generate alias for "delegate" in C++11 (ICE-7859)Bernard Normier2017-05-03
|
* Fix tabs and spaces in MakefilesJoe George2017-05-03
|
* Updated version to 3.7.0Benoit Foucher2017-05-03
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Fix (ICE-7846) - Add Ice::registerIceSSLOpenSSL to IceSSL/OpenSSL.hJose2017-04-28
|
* Add operator bool() to CommunicatorHolderJose2017-04-28
|
* SessionHelper API cleanupBernard Normier2017-04-27
|
* Fixed ICE-6680 - WS transports are now provided by a separate IceWS pluginBenoit Foucher2017-04-27
|
* Fix for VS2015 run-time errorBernard Normier2017-04-25
|
* Do not use inherit constructor with Glacier2::ApplicationJose2017-04-24
| | | | | With VC++ 19.00 and 19.10 the defautl constructor gets removed when using inherit constructors and deleted copy constructor.
* Small update to CtrlCHandlerBernard Normier2017-04-23
|
* Improved C++11 version of CtrlCHandlerBernard Normier2017-04-22
|
* Fix (ICE-7780) - Glacier2::Application cleanupJose2017-04-21
|
* Changed default ctor of CommunicatorHolderBernard Normier2017-04-21
|
* Added new header IceBT/IceBT.hBernard Normier2017-04-20
|
* Fixed ICE-7744 - Changed back C++11 flushBatchRequests to return voidBenoit Foucher2017-04-20
|
* Visual Studio 2010 supportJose2017-04-20
|
* Rename getEngineVersion -> getOpenSSLVersion, remove getEngineNameJose2017-04-11
|
* ICE-7768: fixed C++11 Blobject APIBernard Normier2017-04-07
|
* Remove unused memberJose2017-04-05
|
* Fix (ICE-7742) - Ice/faultTolerance Python 3.6 crash when using pip packagesJose2017-04-04
|
* Another VC90 fixJose2017-04-03
|
* Fix typo in Incoming.hJoe George2017-04-03
|
* Better fix for VC90 handleException overloadsJose2017-04-03
| | | | | | Do not use static const string function variables as that is not thread safe, instead we add a new overload that takes a const char* for VC90 only
* Small fixes to synchronize with the Ice manualBernard Normier2017-04-02
|
* VC90 build failuresJose2017-04-01
|
* ICE-7707 Improved handling of argc/argv argumentsBernard Normier2017-03-28
| | | | Added configFile overload to Ice::initialize and CommunicatorHolder in C++
* Fix for ICE-7125 - Added support for Ice.ClassGraphDepthMaxBenoit Foucher2017-03-23
|
* Replaced tabs with spacesBernard Normier2017-03-22
|
* Update IceSSL::ConnectionInfo to use native certs and remove ↵Jose2017-03-20
| | | | NativeConnectionInfo
* Fixed (ICE-7621) - Refactor IceSSL API to support multiple implementationsJose2017-03-16
|
* Added new ctors to Ice::CommunicatorHolderBernard Normier2017-03-13
|
* Removed Current's default value in the C++11 mappingBernard Normier2017-03-08
| | | | Renamed Ice::noExplicitCurrent to Ice::emptyCurrent
* Refreshed Ice::optionalBernard Normier2017-03-08
|
* Bumped version to 3.7b0Benoit Foucher2017-03-07
|
* Replaced ICE_SSL_ by ICESSL_ for consistencyBernard Normier2017-03-02
|