| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
dispatcher work item, fixed naming of AsyncResult private methods
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Added configFile overload to Ice::initialize and CommunicatorHolder in C++
|
| |
|
| |
|
|
|
|
| |
Renamed Ice::noExplicitCurrent to Ice::emptyCurrent
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
CompressBatch is now "scoped" in C++98 and ObjC
|
| | |
|
| |
| |
| |
| | |
flushed with the communicator/connection should be compressed
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Removed ctor and assignment operator from UniquePtr
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00.
|
| |
| |
| |
| | |
This reverts commit 2e6243dd2955e6a292bbe8a569d4e1711253746a.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
to stringified identities and proxies.
This includes a new Ice.ToStringMode property.
|