Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | .gitignore updates | Jose | 2016-03-11 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6952 - identityToString/stringToIdentity non member functions | Jose | 2016-02-29 |
| | |||
* | Update AsyncResult.h | Benoit Foucher | 2015-11-10 |
| | | | Added comment to explain why we extend std::function | ||
* | Fixed ICE-6671 - Added registration functions to explicitly register Ice plugins | Benoit Foucher | 2015-08-12 |
| | |||
* | Fix for WinRT headers install | Jose | 2015-07-31 |
| | |||
* | Fixed ICE-6557 - non virtual destructor warnings | Benoit Foucher | 2015-06-02 |
| | |||
* | Updates for windows mkdir usage | Jose | 2015-05-15 |
| | | | | This avoid problems with git/cygwin mkdir being in PATH | ||
* | Fixed generated code to not instantiate templates if ICE_STATIC_LIBS is ↵ | Benoit Foucher | 2015-05-06 |
| | | | | defined, minor WinRT test fixes | ||
* | Fixed ICE-6482: Cleanup WinRT makefiles, other WinRT minor fixes | Benoit Foucher | 2015-05-06 |
| | |||
* | 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. | ||
* | Fixed Makefile indentation to use tab witdh=8 and indent width = 4 | Benoit Foucher | 2015-04-13 |
| | |||
* | Fixed ICE-6399 - include SliceChecksums.h in Ice.h | Benoit Foucher | 2015-03-26 |
| | |||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 |
| | |||
* | ICE-6170 - fixed behavior of batch requests | Benoit Foucher | 2015-03-10 |
| | |||
* | ICE-6338 make stream writeEnum/readEnum virtual | Dwayne Boone | 2015-03-04 |
| | |||
* | Simplification to Atomic usage | Jose | 2015-02-20 |
| | |||
* | Add IceUtil/Atomic.h with support for std::atomic | Jose | 2015-02-19 |
| | |||
* | Changes for brew, python PyPI packaging and ruby gem packaging. | Matthew Newhook | 2015-02-18 |
| | |||
* | Added support for registration of plugin factories | Benoit Foucher | 2015-01-30 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-6199 - changed collocation optimization to call AMI cb ↵ | Benoit Foucher | 2014-12-17 |
| | | | | asynchronously if AMD dispatch | ||
* | Fixed ICE-5985: Java background test failures | Benoit Foucher | 2014-11-27 |
| | |||
* | Fixes for ICE-5910: merged makecerts.py with makewinrtcerts.py, removed ↵ | Benoit Foucher | 2014-11-18 |
| | | | | WinRT certs | ||
* | Fix -Wshadow warnings | Bernard Normier | 2014-11-05 |
| | |||
* | Fixed ICE-5607: relaxed Ice.MessageSizeMax | Benoit Foucher | 2014-11-05 |
| | |||
* | New IceUtil headers to push and pop pragma disable warning with MSVC and GCC | Bernard Normier | 2014-10-31 |
| | |||
* | Fix overloaded-virtual warnings | Jose | 2014-10-30 |
| | |||
* | Fixed ICE-5796: LoggerUtil now deals properly with exceptions (print their ↵ | Bernard Normier | 2014-10-29 |
| | | | | stack traces when available) | ||
* | Fixed ICE-5791: removed deprecated APIs for Ice 3.6 | Bernard Normier | 2014-10-28 |
| | |||
* | Fixed ICE-5548: fixed C++11 support to maintain binary compatibility between ↵ | Benoit Foucher | 2014-10-28 |
| | | | | C++11 and C++03 compiled code | ||
* | Fixed ICE-3490: guarantee invocation serialization for proxies which are equal | Benoit Foucher | 2014-10-22 |
| | |||
* | Fixed connect request handler to not invoke callback from a single thread | Benoit Foucher | 2014-10-20 |
| | |||
* | Windows installers updates | Jose | 2014-10-16 |
| | |||
* | Fixed ICE-5666: setting the invocation timeout to -2 provides the previous ↵ | Benoit Foucher | 2014-10-15 |
| | | | | connection timeouts | ||
* | Update JS with the same OutgoingAsync fixes as C++/Java/C# | Benoit Foucher | 2014-10-13 |
| | |||
* | Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 |
| | |||
* | Fixed ICE-5726: provide deprecated public StringConverterPlugin | Bernard Normier | 2014-10-09 |
| | |||
* | Several Windows build fixes: | Jose | 2014-10-08 |
| | | | | | | | ICE-3420 - Force link failure for debug/release mismatch? Update VS add-in to not add C++ libraries Fixed WinRT builds Fixed Python Windows builds | ||
* | Lots of minor fixes, few simplifications to OutgoingAsync code | Benoit Foucher | 2014-10-01 |
| | |||
* | Remove leftovers of the old AMI mapping | Jose | 2014-09-25 |
| | |||
* | ICE-5661 some changes to class structure for OutgoingAsync | Dwayne Boone | 2014-09-19 |
| | |||
* | ICE-5661 add proxy->begin_ice_getConnection | Dwayne Boone | 2014-09-18 |
| | |||
* | Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵ | Benoit Foucher | 2014-09-12 |
| | | | | wasn't instrumented | ||
* | Added back to optmization to not call connection dispatch if not necessary | Benoit Foucher | 2014-09-05 |
| | |||
* | - C#, Java: Removed Outgoing, fixed generated code to make synchronous | Matthew Newhook | 2014-09-03 |
| | | | | | | | | | | | requests using AMI. - Java: AsyncResult is now an interface. - Added --arg to allTests.py. - Fixed operations, adapterDeactivation and metrics test to work with background IO. - Added Collocated interrupt test. - Added support for batch oneway requests using AMI. - Added test in operations for batch oneway requests using AMI. | ||
* | Fixed WINRT build | Dwayne Boone | 2014-08-21 |
| | |||
* | Updated gitignore files | Dwayne Boone | 2014-08-15 |
| | |||
* | Initial merge for ICE-2400: | Bernard Normier | 2014-08-14 |
| | | | | | | | - added new Logger admin facet (C++ only) - this Logger facet allows remote application to retrieve the Ice log file, including recently logged events, with optional filters - this logger facet also allows remote applications to attach RemoteLogger objects to get new logs as they are generated - added new "show log" feature to icegridadmin, to retrieve Ice log file of Ice server (not yet implemented for IceGrid registry and node) | ||
* | ICE-5457 added ability to set source address for connections | Dwayne Boone | 2014-08-07 |
| |