summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/AsyncResult.cpp
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | 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.
* | Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
| |
* | Exported classes no longer have weak vtables with clangBernard Normier2016-06-27
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Refactored invocation code to better suite new C++11 mappingBenoit Foucher2016-02-03
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | Deprecate ice_name and add ice_idJose2016-01-19
| |
* | Minor fix related to exception ice_clone updatesJose2016-01-13
| |
* | C++11 Value::ice_clone improvementsJose2016-01-11
| |
* | Add ICE_RESET_EXCEPTION macro to simplify C++ buildsJose2016-01-11
| |
* | C++11 fix Exception::ice_clone to use exception_ptrJose2016-01-08
| |
* | Remove C++11 extensions to C++98 mappingJose2015-12-28
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-6028: test/Ice/interrupt failureBenoit Foucher2014-12-01
|
* Fixed ICE-5666: setting the invocation timeout to -2 provides the previous ↵Benoit Foucher2014-10-15
| | | | connection timeouts
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10