Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Port Glacier2, IceBox, IceBridge, IceDB, IceXML, icegriddb | Joe George | 2021-02-01 |
| | |||
* | Fix build failured, introduce in previous commit | Jose | 2020-04-30 |
| | |||
* | Unhandled CommunicatorDestroyedException - See # 744 | Jose | 2020-04-30 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Fix Xcode 10 warnings | Bernard Normier | 2018-09-19 |
| | |||
* | Fixed minor test leaks (ICE-8767) | Benoit Foucher | 2018-03-27 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Move SessionHelper communicator initialization to a separate thread ICE-8504 | Jose | 2017-10-30 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Fix ICE-7926 - Glacier2::SessionHelper::session implementation | Jose | 2017-05-29 |
| | |||
* | Fixed ICE-7884 - TwowayOnlyException is now raised for twoway invocations on ↵ | Benoit Foucher | 2017-05-23 |
| | | | | oneway proxies | ||
* | Fix (ICE-7873) - Port Glacier2/sessionHelper test to C++11 | Jose | 2017-05-15 |
| | |||
* | SessionHelper API cleanup | Bernard Normier | 2017-04-27 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Removed cpp:unscoped from all Ice enums | Bernard Normier | 2017-02-08 |
| | | | | | | | | CompressBatch is now "scoped" in C++98 and ObjC | ||
* | | First cut of ICE-6920 - Remove try/catch block around communicator destroy | Benoit Foucher | 2017-01-25 |
| | | |||
* | | Moved UniquePtr to IceInternal | Bernard Normier | 2017-01-11 |
| | | | | | | | | Removed ctor and assignment operator from UniquePtr | ||
* | | WinRT -> UWP renames | Jose | 2016-12-14 |
| | | |||
* | | Added support for non-ASCII characters and universal character names | Bernard Normier | 2016-10-20 |
| | | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property. | ||
* | | Refactored shared_from_this/enable_shared_from_this | Bernard Normier | 2016-08-04 |
| | | |||
* | | Move generateUUID to Ice | Bernard Normier | 2016-08-01 |
| | | |||
* | | Simplified exception-related code | Bernard Normier | 2016-07-25 |
| | | | | | | | | Reduced VS 2015 U3 optimizer disabling | ||
* | | 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 | ||
* | | Exported classes no longer have weak vtables with clang | Bernard Normier | 2016-06-27 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
| * | Rework previous fix for 3.6 compatibility | Jose | 2016-02-29 |
| | | |||
| * | ICE-6952 - identityToString/stringToIdentity non member functions | Jose | 2016-02-29 |
| | | |||
* | | Ice::identityToString & Ice::stringToIdentity usage | Jose | 2016-02-29 |
| | | |||
* | | Remove C++14 usage and switch to -std=c++11 | Jose | 2016-01-12 |
| | | |||
* | | Add ICE_RESET_EXCEPTION macro to simplify C++ builds | Jose | 2016-01-11 |
| | | |||
* | | C++11 fix Exception::ice_clone to use exception_ptr | Jose | 2016-01-08 |
| | | |||
* | | C++ lambda cleanup | Joe George | 2015-12-30 |
| | | |||
* | | Fix ICE-6947 | Joe George | 2015-12-29 |
| | | | | | | | | | | Pass in-parameters for local interfaces with delegate metadata by value in C++11 | ||
* | | ICE-6898 - "Delegate" functions for ACM callbacks | Joe George | 2015-12-24 |
| | | | | | | | | | | | | - Add delegate local interfaces CloseCallback and HeartbeatCallback and remove ConnectionCallback. - Replace setCallback by setCloseCallback and setHeartbeatCallback | ||
* | | Fixes related to EnableSharedFromThis | Jose | 2015-12-23 |
| | | |||
* | | C++11 mapping Glacier2Lib updates | Jose | 2015-12-15 |
| | | |||
* | | Fixed typo | Bernard Normier | 2015-11-15 |
| | | |||
* | | Moved AbstractMutex and Cache | Bernard Normier | 2015-11-13 |
|/ | | | | from IceUtil to Freeze | ||
* | ICE-6302 Fixed intermittent sessionHelper test failure | Dwayne Boone | 2015-07-28 |
| | |||
* | ICE-6302 Fixed SessionHelper to terminate connection attempt when destroy is ↵ | Dwayne Boone | 2015-07-27 |
| | | | | called | ||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 |
| | |||
* | Fixed ICE-6595: Glacier2/sessionHelper deadlock on destroy | Benoit Foucher | 2015-06-19 |
| | |||
* | Fixed ICE-6595, potential deadlock when joining thread | Benoit Foucher | 2015-06-16 |
| | |||
* | Fixed Glacier2 session helper and optional test leak | Benoit Foucher | 2015-06-10 |
| | |||
* | ICE-6302 fixed Glacier2 session helper to no longer use detached threads | Dwayne Boone | 2015-02-20 |
| | |||
* | ICE-6285 - Glacier2 session helper bug | Mark Spruiell | 2015-01-29 |
| | | | | ICE-6167 - ACM improvements for Glacier2 helpers |