summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/interceptor/MyObjectI.cpp
Commit message (Collapse)AuthorAge
* Fixed non-thread safe AMD dispatch, fixes #448 (#449)Benoit Foucher2019-07-18
| | | | | | | The caching of the output stream which was added back to solve #414 made the dispatch of AMD requests non thread-safe if a dispatch interceptor was installed and if the interceptor retried the dispatch. Multiple continuation could run concurrently and eventually re-use the cached output stream to marshal multiple responses.
* Port to AIX with g++, xlC_r and xlclang++ (#434)Bernard Normier2019-07-15
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Do not use Ice::Application for Ice testsuiteJose2018-06-01
|
* Fixed Xcode 9.3 warnings from interceptor test when building C++11 XcodeSDK ↵Benoit Foucher2018-04-10
| | | | on macOS
* Ice/interceptor test unused lambda captureJose2018-04-06
|
* Update copyright year to 2018Jose2018-02-14
|
* Catch exception by const& when appropriate (ICE-8632)Benoit Foucher2018-02-06
|
* Fixed build failureBernard Normier2017-06-01
|
* Fixed C++11 interceptor test failureBenoit Foucher2017-06-01
|
* Fixed ICE-7954 - bug in Object::ice_dispatchBenoit Foucher2017-06-01
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | C++ dispatching code fixesBenoit Foucher2016-08-25
| | | | | | | | | | | | - removed user exception check on the server side (ICE-6980) - C++11 dipatch interceptor async callback (ICE-7263) - Fixed slicing/objects test in various mapping (removed Forward.ice)
* | Added ICE_BUILDING_SRC to make buildsBernard Normier2016-07-22
| | | | | | | | | | | | Ice::Dispatcher and Ice::LocalObject are now hidden with C++11 Reworked C++11 exception ice_clone, added ExceptionHelper + other C++ cleanups
* | ICE-7179 - Update std::function code styleJoe George2016-06-13
| |
* | ICE-7176 - Cleanup exception dtor noexceptJoe George2016-06-10
| |
* | Renamed C++11 AMI/AMD suffix: _async to AsyncBernard Normier2016-06-09
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | ice_name/ice_id fixes & simplifications.Jose2016-01-20
| |
* | Deprecate ice_name and add ice_idJose2016-01-19
| |
* | C++11 DispatchInterceptor fixesJose2015-12-17
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed bug with system exceptions not being propagated correctly with ↵Benoit Foucher2014-07-24
| | | | collocation optimization + AMD
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Fixed bug #2934Bernard Normier2008-04-02
|
* Updated copyrightDwayne Boone2008-01-23
|
* Put the generated code in its own library on Windows to test dllexportBernard Normier2007-05-17
|
* Windows (VC60) build fixesBernard Normier2007-05-16
|
* New Dispatch Interceptor (see bug #2126)Bernard Normier2007-05-16