summaryrefslogtreecommitdiff
path: root/cpp/include
Commit message (Collapse)AuthorAge
...
* Reworked C++11 compiler check. Fixes #206.Bernard Normier2018-09-24
|
* Reworked clang -Wdocumentation warning suppression. Fixes #209.Bernard Normier2018-09-24
|
* Turn off documentation warnings with clangBernard Normier2018-09-21
|
* Merge branch '3.7.1-xcode10' into 3.7Bernard Normier2018-09-19
|\
| * Fix Xcode 10 warningsBernard Normier2018-09-19
| |
* | Missing C++ header includeJose2018-09-10
| |
* | Fixes for C++17 modeJose2018-09-07
| | | | | | | | Close #180
* | Replace strerror usage with IceUtilInternal::errorToStringJose2018-07-27
| | | | | | | | Close #154
* | Use ifndef around OS specific headersJose2018-06-11
|/ | | | Fixes #52
* Disable warning C5033: 'register' is no longer a supportedJose2018-04-18
| | | | | | The lex generated scanners still use 'register' storage class we have to disable the warning when building the generated scanners.
* Fixes for C++17 compatibilityJose2018-04-18
| | | | | | | | | Avoid using functions that have been removed in C++17 Added ICE_CPLUSPLUS macro to workaround __cplusplus not always set with VC++ compiler Fixes #24
* Fixes for C++17 compatibilityJose2018-04-17
| | | | Fixes #24
* Fixed minor test leaks (ICE-8767)Benoit Foucher2018-03-27
|
* Update copyright year to 2018Jose2018-02-14
|
* Removed explicit from CommunicatorHolder(const Ice::CommunicatorPtr&>) ↵Benoit Foucher2018-02-06
| | | | constructor (ICE-8633)
* Removed explicit from CommunicatorHolder(shared_ptr<Communicator>) ↵Benoit Foucher2018-02-06
| | | | constructor (ICE-8633)
* Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵Benoit Foucher2018-01-31
| | | | (ICE-7996 & ICE-7976)
* Removed __USE_UNIX98 check (ICE-8580)Bernard Normier2018-01-26
|
* Allow self-reset for UniqueRef::reset (ICE-8612)Benoit Foucher2018-01-23
|
* Whitespace cleanupJoe George2018-01-22
|
* Moved ice_collectable impl out of line (ICE-8610)Bernard Normier2018-01-22
|
* Adding doc comments to C++Mark Spruiell2018-01-17
|
* Update version to v3.7.1Jose2017-12-14
|
* Fix el7 C++ build failureJose2017-09-20
|
* 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
|