summaryrefslogtreecommitdiff
path: root/cpp/include/Ice
Commit message (Collapse)AuthorAge
* Remove Ice::Application & Glacier2::Application deprecated classesJose2021-02-02
|
* Remove checksum support (#607)Austin Henriksen2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping.
* Fixed doxygen warnings and updated configs.Austin Henriksen2021-01-26
|
* Fixed warnings (#824)Bernard Normier2020-04-30
|
* Move response, error and sent functions given to the client Async API (#610)Bernard Normier2019-11-03
| | | instead of copying them.
* Fix clang -std=c++17 buildBernard Normier2019-10-29
| | | | Note: still building Ice C++11 with -std=c++11.
* Add support for hidden visibility on AIX/xlC.Bernard Normier2019-07-25
| | | | Link libIceXML with libexpat-static on AIX/xlC.
* Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-02
|\
| * Disable conversion warning in include/Ice/Optional.h debug buildJose2019-06-26
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-06-22
|\|
| * Enable -Wconversion with clang - Close #363Jose2019-06-21
| |
| * Add ice_isFixed - Close #356Jose2019-06-21
| |
| * Fixed incorrect comment for ice_flushBatchRequestsAsync. Fixes #379.Bernard Normier2019-06-21
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-06-07
|\|
| * Fixed typo in commentBernard Normier2019-04-09
| |
* | Dispatch queue updatesJoe George2019-05-07
| | | | | | | | | | - Remove dispatch queues from Swift APIs - Create dispatch queue in C++ thread pool (ICE_SWIFT only)
* | Removed throws from some proxy methodsBernard Normier2019-04-12
|/
* Avoid result copy when setting the promiseJose2019-01-24
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Replaced VC1xx by v1xx for consistencyBernard Normier2018-11-09
|
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Whitespace cleanupBernard Normier2018-10-26
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Doxygen comments in IceUtil/Exception.h + related fixesBernard Normier2018-10-19
| | | | Fixes #234
* Reworked clang -Wdocumentation warning suppression. Fixes #209.Bernard Normier2018-09-24
|
* Merge branch '3.7.1-xcode10' into 3.7Bernard Normier2018-09-19
|\
| * Fix Xcode 10 warningsBernard Normier2018-09-19
| |
* | Fixes for C++17 modeJose2018-09-07
| | | | | | | | Close #180
* | Replace strerror usage with IceUtilInternal::errorToStringJose2018-07-27
|/ | | | Close #154
* 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
* 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)
* 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
|
* 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
|