summaryrefslogtreecommitdiff
path: root/cpp/include/Ice
Commit message (Collapse)AuthorAge
...
* 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
| |
* | Replaced non-public double underscores in C++Bernard Normier2016-11-12
| |
* | Revert "Replaced double and triple underscores in C++ by ice-prefixed names"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00.
* | Revert "Reverted previous double-underscore changes in IceUtil classes"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 2e6243dd2955e6a292bbe8a569d4e1711253746a.
* | Reverted previous double-underscore changes in IceUtil classesBernard Normier2016-11-03
| |
* | Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
| |
* | Windows build fix - warning C4100: tuple: unreferenced formal parameterJose2016-11-02
| |
* | More consistent names for _API macrosBernard Normier2016-11-01
| |
* | Fixed compilation warningBernard Normier2016-10-28
| |
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.