Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | | WinRT -> UWP renames | Jose | 2016-12-14 |
| | | |||
* | | Revert "Replaced double and triple underscores in C++ by ice-prefixed names" | Bernard Normier | 2016-11-05 |
| | | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00. | ||
* | | Revert "Reverted previous double-underscore changes in IceUtil classes" | Bernard Normier | 2016-11-05 |
| | | | | | | | | This reverts commit 2e6243dd2955e6a292bbe8a569d4e1711253746a. | ||
* | | Reverted previous double-underscore changes in IceUtil classes | Bernard Normier | 2016-11-03 |
| | | |||
* | | Replaced double and triple underscores in C++ by ice-prefixed names | Bernard Normier | 2016-11-02 |
| | | |||
* | | Fixed ICE-7347 - NullHandleException in the thread pool | Benoit Foucher | 2016-09-15 |
| | | |||
* | | Fixed ICE-7320 - C++ thread pool and event handler leak | Benoit Foucher | 2016-09-09 |
| | | |||
* | | Refactored shared_from_this/enable_shared_from_this | Bernard Normier | 2016-08-04 |
| | | |||
* | | Move StringConverter API to namespace Ice | Bernard Normier | 2016-08-01 |
| | | |||
* | | 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 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Benoit Foucher | 2016-01-05 |
|\| | |||
| * | Fixed potential deadlock that could occur with Ice for C++ when using ↵ | Benoit Foucher | 2016-01-05 |
| | | | | | | | | collocation optimization and serialization | ||
* | | C++11 mapping: fixes to InitializationData | Jose | 2015-12-15 |
| | | |||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
| | | |||
* | | Added ready callback to allow transports to signal readiness to the thread pool | Benoit Foucher | 2015-10-09 |
|/ | |||
* | Fixed ICE-6695, Ice for WinRT hang on Windows 10 | Benoit Foucher | 2015-08-11 |
| | |||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 |
| | |||
* | ICE-6481 pragma comment when building static libraries | Bernard Normier | 2015-05-05 |
| | | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro. | ||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-5775: interrupt test failure | Benoit Foucher | 2014-10-24 |
| | |||
* | Fixed ICE-5454: close acceptor on adapter deactivation | Benoit Foucher | 2014-10-15 |
| | |||
* | Cleanup and simplification of OA in C++/Java/C#. | Matthew Newhook | 2014-10-02 |
| | |||
* | Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵ | Benoit Foucher | 2014-09-12 |
| | | | | wasn't instrumented | ||
* | Fixes for Ruby x64 on Windows + MinGW cleanups | Bernard Normier | 2014-07-27 |
| | |||
* | Fixed ICE-5595: Catch C++ exceptions by const reference | Benoit Foucher | 2014-07-25 |
| | |||
* | Fixed collocation optimization to use the dispatcher, minor test fixes | Benoit Foucher | 2014-07-15 |
| | |||
* | ICE-5573 - .NET TimeoutException ignores Dispatcher | Matthew Newhook | 2014-07-10 |
| | | | | | | | | - Added test for C++, C# & Java to the dispatcher test to ensure that the invocation timeout is throwin in the correct thread. - Pass the connection to the dispatcher invocation in more cases. | ||
* | Better collocation optimization, fix for ICE-5489, ICE-5484 | Benoit Foucher | 2014-06-27 |
| | |||
* | Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstring | Bernard Normier | 2014-05-16 |
| | |||
* | Fixed WinRT build (transport re-factoring) | Benoit Foucher | 2014-05-06 |
| | |||
* | ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵ | Jose | 2014-05-02 |
| | | | | characters? | ||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5196: allow setting an observer with IceMX enabled | Benoit Foucher | 2013-09-09 |
| | |||
* | Revert "Fix to allow transceivers to read more data than requested." | Benoit Foucher | 2013-07-26 |
| | | | | This reverts commit 9c4e79ce6760badf047568fd300fcbe3455f31b7. | ||
* | Fix to allow transceivers to read more data than requested. | Benoit Foucher | 2013-07-12 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Xcode 4.6 - clang 4.2 updates | Jose | 2013-01-31 |
| | |||
* | Fixed ICE-5129 - thread safety issue when updating thread observers | Benoit Foucher | 2012-12-12 |
| | | | | Fixed bug where "ice_invoke" was used instead of the operation name for blobject invocations. | ||
* | Merge remote-tracking branch 'origin/encoding11' into mx | Jose | 2012-08-16 |
|\ | | | | | | | | | | | | | Conflicts: cpp/config/Make.rules.Darwin cpp/src/Ice/ConnectionFactory.cpp cpp/src/Ice/ConnectionI.h | ||
| * | MinGW minor fixes | Jose | 2012-08-14 |
| | | |||
* | | Windows fixes | Benoit Foucher | 2012-08-10 |
| | | |||
* | | Merge remote-tracking branch 'origin/encoding11' into mx | Benoit Foucher | 2012-08-10 |
|\| | | | | | | | | | Conflicts: cpp/src/Ice/OutgoingAsync.cpp | ||
| * | Added native cond-var implementation on Windows (bug #2667) | Bernard Normier | 2012-08-09 |
| | | | | | | | | | | | | | | for Visual Studio 2012 and up Removed all #define and checks for _WIN32_WINNT (no longer needed) Misc build fixes for Visual Studio IceUtil/Config.h cleanup (minor) | ||
| * | remove VC6 support | Jose | 2012-08-08 |
| | | |||
* | | Fix | Benoit Foucher | 2012-08-09 |
| | |