summaryrefslogtreecommitdiff
path: root/cpp/include/Ice
Commit message (Collapse)AuthorAge
* .gitignore updatesJose2016-03-11
|
* Update copyright headersJoe George2016-03-01
|
* ICE-6952 - identityToString/stringToIdentity non member functionsJose2016-02-29
|
* Update AsyncResult.hBenoit Foucher2015-11-10
| | | Added comment to explain why we extend std::function
* Fixed ICE-6671 - Added registration functions to explicitly register Ice pluginsBenoit Foucher2015-08-12
|
* Fix for WinRT headers installJose2015-07-31
|
* Fixed ICE-6557 - non virtual destructor warningsBenoit Foucher2015-06-02
|
* Updates for windows mkdir usageJose2015-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 Foucher2015-05-06
| | | | defined, minor WinRT test fixes
* Fixed ICE-6482: Cleanup WinRT makefiles, other WinRT minor fixesBenoit Foucher2015-05-06
|
* ICE-6481 pragma comment when building static librariesBernard Normier2015-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 = 4Benoit Foucher2015-04-13
|
* Fixed ICE-6399 - include SliceChecksums.h in Ice.hBenoit Foucher2015-03-26
|
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* ICE-6338 make stream writeEnum/readEnum virtualDwayne Boone2015-03-04
|
* Simplification to Atomic usageJose2015-02-20
|
* Add IceUtil/Atomic.h with support for std::atomicJose2015-02-19
|
* Changes for brew, python PyPI packaging and ruby gem packaging.Matthew Newhook2015-02-18
|
* Added support for registration of plugin factoriesBenoit Foucher2015-01-30
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-6199 - changed collocation optimization to call AMI cb ↵Benoit Foucher2014-12-17
| | | | asynchronously if AMD dispatch
* Fixed ICE-5985: Java background test failuresBenoit Foucher2014-11-27
|
* Fixes for ICE-5910: merged makecerts.py with makewinrtcerts.py, removed ↵Benoit Foucher2014-11-18
| | | | WinRT certs
* Fix -Wshadow warningsBernard Normier2014-11-05
|
* Fixed ICE-5607: relaxed Ice.MessageSizeMaxBenoit Foucher2014-11-05
|
* New IceUtil headers to push and pop pragma disable warning with MSVC and GCCBernard Normier2014-10-31
|
* Fix overloaded-virtual warningsJose2014-10-30
|
* Fixed ICE-5796: LoggerUtil now deals properly with exceptions (print their ↵Bernard Normier2014-10-29
| | | | stack traces when available)
* Fixed ICE-5791: removed deprecated APIs for Ice 3.6Bernard Normier2014-10-28
|
* Fixed ICE-5548: fixed C++11 support to maintain binary compatibility between ↵Benoit Foucher2014-10-28
| | | | C++11 and C++03 compiled code
* Fixed ICE-3490: guarantee invocation serialization for proxies which are equalBenoit Foucher2014-10-22
|
* Fixed connect request handler to not invoke callback from a single threadBenoit Foucher2014-10-20
|
* Windows installers updatesJose2014-10-16
|
* Fixed ICE-5666: setting the invocation timeout to -2 provides the previous ↵Benoit Foucher2014-10-15
| | | | connection timeouts
* Update JS with the same OutgoingAsync fixes as C++/Java/C#Benoit Foucher2014-10-13
|
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* Fixed ICE-5726: provide deprecated public StringConverterPluginBernard Normier2014-10-09
|
* Several Windows build fixes:Jose2014-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 codeBenoit Foucher2014-10-01
|
* Remove leftovers of the old AMI mappingJose2014-09-25
|
* ICE-5661 some changes to class structure for OutgoingAsyncDwayne Boone2014-09-19
|
* ICE-5661 add proxy->begin_ice_getConnectionDwayne Boone2014-09-18
|
* Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵Benoit Foucher2014-09-12
| | | | wasn't instrumented
* Added back to optmization to not call connection dispatch if not necessaryBenoit Foucher2014-09-05
|
* - C#, Java: Removed Outgoing, fixed generated code to make synchronousMatthew Newhook2014-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 buildDwayne Boone2014-08-21
|
* Updated gitignore filesDwayne Boone2014-08-15
|
* Initial merge for ICE-2400:Bernard Normier2014-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 connectionsDwayne Boone2014-08-07
|