Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed non-thread safe AMD dispatch, fixes #448 (#449) | Benoit Foucher | 2019-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 Normier | 2019-07-15 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Do not use Ice::Application for Ice testsuite | Jose | 2018-06-01 |
| | |||
* | Fixed Xcode 9.3 warnings from interceptor test when building C++11 XcodeSDK ↵ | Benoit Foucher | 2018-04-10 |
| | | | | on macOS | ||
* | Ice/interceptor test unused lambda capture | Jose | 2018-04-06 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Catch exception by const& when appropriate (ICE-8632) | Benoit Foucher | 2018-02-06 |
| | |||
* | Fixed build failure | Bernard Normier | 2017-06-01 |
| | |||
* | Fixed C++11 interceptor test failure | Benoit Foucher | 2017-06-01 |
| | |||
* | Fixed ICE-7954 - bug in Object::ice_dispatch | Benoit Foucher | 2017-06-01 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | C++ dispatching code fixes | Benoit Foucher | 2016-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 builds | Bernard Normier | 2016-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 style | Joe George | 2016-06-13 |
| | | |||
* | | ICE-7176 - Cleanup exception dtor noexcept | Joe George | 2016-06-10 |
| | | |||
* | | Renamed C++11 AMI/AMD suffix: _async to Async | Bernard Normier | 2016-06-09 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | ice_name/ice_id fixes & simplifications. | Jose | 2016-01-20 |
| | | |||
* | | Deprecate ice_name and add ice_id | Jose | 2016-01-19 |
| | | |||
* | | C++11 DispatchInterceptor fixes | Jose | 2015-12-17 |
|/ | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed bug with system exceptions not being propagated correctly with ↵ | Benoit Foucher | 2014-07-24 |
| | | | | collocation optimization + AMD | ||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Fixed bug #2934 | Bernard Normier | 2008-04-02 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | Put the generated code in its own library on Windows to test dllexport | Bernard Normier | 2007-05-17 |
| | |||
* | Windows (VC60) build fixes | Bernard Normier | 2007-05-16 |
| | |||
* | New Dispatch Interceptor (see bug #2126) | Bernard Normier | 2007-05-16 |