summaryrefslogtreecommitdiff
path: root/cpp/include/Ice
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
* 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
* Replaced virtual public by public virtualBernard Normier2017-05-19
|
* Generate alias for "delegate" in C++11 (ICE-7859)Bernard Normier2017-05-03
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Add operator bool() to CommunicatorHolderJose2017-04-28
|
* 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
|
* Small update to CtrlCHandlerBernard Normier2017-04-23
|
* Improved C++11 version of CtrlCHandlerBernard Normier2017-04-22
|
* Changed default ctor of CommunicatorHolderBernard Normier2017-04-21
|
* Fixed ICE-7744 - Changed back C++11 flushBatchRequests to return voidBenoit Foucher2017-04-20
|
* Visual Studio 2010 supportJose2017-04-20
|
* ICE-7768: fixed C++11 Blobject APIBernard Normier2017-04-07
|
* 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
|
* 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
|
* ICE-7506 - Update copyright to 2017Joe George2017-02-13
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Removed cpp:unscoped from all Ice enumsBernard Normier2017-02-08
| | | | | | | | CompressBatch is now "scoped" in C++98 and ObjC
* | Added wide char overloads of Ice::createProperties & Ice::initializeJose2017-02-07
| |
* | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵Benoit Foucher2017-02-06
| | | | | | | | flushed with the communicator/connection should be compressed
* | Fixed ICE-7536 - Simplified Ice.Util createProperties/initialize methodsBenoit Foucher2017-02-01
| |
* | merging IceBridge into masterMark Spruiell2017-01-30
| |
* | Fixed ICE-7281 - skipEmptyEncapsulation now checks for the encoding versionBenoit Foucher2017-01-25
| |
* | Refactor implementation of Ice::Application in C++Bernard Normier2017-01-20
| |
* | Fixed (ICE-7480) - Use UniqueRef to manage CoreFoundation types.Jose2017-01-13
| |
* | Moved UniquePtr to IceInternalBernard Normier2017-01-11
| | | | | | | | Removed ctor and assignment operator from UniquePtr
* | Fixed ICE-7470 - Don't define registerIceBT on OS X/WindowsBenoit Foucher2017-01-11
| |
* | Fixed (ICE-6694) - Unicode output in command line toolsJose2017-01-09
| |
* | Fixed deprecated warning and other warnings with clangBernard Normier2016-12-15
| |
* | WinRT -> UWP renamesJose2016-12-14
| |
* | Fixed a few warningsBernard Normier2016-12-14
| |
* | ICE-7138 - new Python AMI mapping based on futures and modified AMD mappingMark Spruiell2016-12-09
| |