summaryrefslogtreecommitdiff
path: root/cpp/include
Commit message (Collapse)AuthorAge
...
* 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
|
* C++11 build failureJose2017-02-24
|
* Fixed (ICE-7105) - Allow to retrieve X509v3 extensions from the certificateJose2017-02-24
|
* Updated Flex rule to generate correct file references in #lineBernard Normier2017-02-19
| | | | Regenerated all Scanner and Grammar files on CentOS 7
* Fix (ICE-6831) - Improve IceSSL::Certificate APIJose2017-02-17
|
* 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
| |
* | Fixed Linux armhf build failureBernard Normier2017-01-23
| |
* | Refactor implementation of Ice::Application in C++Bernard Normier2017-01-20
| |
* | Fixed (ICE-7480) - Use UniqueRef to manage CoreFoundation types.Jose2017-01-13
| |
* | Replace NULL by ICE_NULLPTRBernard Normier2017-01-11
| |
* | 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
| |
* | Export BasicStringConverter template instantiations (ICE-7473)Bernard Normier2017-01-10
| |
* | Fixed (ICE-6694) - Unicode output in command line toolsJose2017-01-09
| |
* | Revert "Fixed (ICE-7477) - Use native Base64 encode/decode"Jose2017-01-02
| | | | | | | | This reverts commit 2df05d130ae51a65f51c593800ad722d533f5df3.
* | Fixed (ICE-7477) - Use native Base64 encode/decodeJose2017-01-02
| |
* | _MSC_VER not defined by ResourceCompilerJose2016-12-26
| |
* | Missing \0Jose2016-12-26
| |
* | ResourceConfig definitions only apply to VC++ compilerJose2016-12-26
| |