Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed throws from some proxy methods | Bernard Normier | 2019-04-12 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Replaced VC1xx by v1xx for consistency | Bernard Normier | 2018-11-09 |
| | |||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵ | Benoit Foucher | 2018-01-31 |
| | | | | (ICE-7996 & ICE-7976) | ||
* | Fixed ICE-7994 - invocation metrics issue with AMI batch oneway requests | Benoit Foucher | 2017-06-08 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Fixed ICE-7941 - scheduleCallback now provides the connection to the ↵ | Benoit Foucher | 2017-06-01 |
| | | | | dispatcher work item, fixed naming of AsyncResult private methods | ||
* | Fixed ICE-7884 - TwowayOnlyException is now raised for twoway invocations on ↵ | Benoit Foucher | 2017-05-23 |
| | | | | oneway proxies | ||
* | Visual Studio 2010 support | Jose | 2017-04-20 |
| | |||
* | VC90 build failure IceProxy::Ice::noExplicitContext unresolved symbol | Jose | 2017-04-01 |
| | |||
* | 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 | ||
* | | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵ | Benoit Foucher | 2017-02-06 |
| | | | | | | | | flushed with the communicator/connection should be compressed | ||
* | | Replaced non-public double underscores in C++ | Bernard Normier | 2016-11-12 |
| | | |||
* | | Revert "Replaced double and triple underscores in C++ by ice-prefixed names" | Bernard Normier | 2016-11-05 |
| | | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00. | ||
* | | Replaced double and triple underscores in C++ by ice-prefixed names | Bernard Normier | 2016-11-02 |
| | | |||
* | | Fixed C++11 relational operators build failure with GCC 6 | Bernard Normier | 2016-09-13 |
| | | |||
* | | Fixed ICE-7270 - ice_getConnection now returns a non-null connection even if ↵ | Benoit Foucher | 2016-08-09 |
| | | | | | | | | connection caching is disabled | ||
* | | Fixed ICE-7208 - C++98 sync code now depends on async code | Benoit Foucher | 2016-08-08 |
| | | |||
* | | Fixed C++11 relational operators on ObjectPrx | Bernard Normier | 2016-08-03 |
| | | | | | | | | Removed many useless operator!= | ||
* | | ice_id and ice_ids no longer string-convert their parameters (C++11, ↵ | Bernard Normier | 2016-07-29 |
| | | | | | | | | client-side) | ||
* | | C++11 AMI custom mapping support | Bernard Normier | 2016-06-16 |
| | | |||
* | | partial support for custom mapping with cpp11 | Bernard Normier | 2016-06-09 |
| | | | | | | | | slice2cpp now recognizes cpp98, cpp11 and cpp metadata | ||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Refactored invocation code to better suite new C++11 mapping | Benoit Foucher | 2016-02-03 |
| | | |||
* | | ICE-6861 - removing public stream API | Mark Spruiell | 2016-01-19 |
| | | |||
* | | Deprecate ice_name and add ice_id | Jose | 2016-01-19 |
| | | |||
* | | C++11 ice_invoke std::future API | Jose | 2016-01-13 |
| | | |||
* | | Remove C++14 usage and switch to -std=c++11 | Jose | 2016-01-12 |
| | | |||
* | | windows build fixes | Jose | 2016-01-08 |
| | | |||
* | | ICE-6910 - C++11 remove public cto for proxy classes | Jose | 2016-01-07 |
| | | |||
* | | C++11 updates for IceLocatorDiscovery | Jose | 2015-12-31 |
| | | | | | | | | | | - Fixes IceLocatorDiscovery to build with new C++11 mapping - Fixes to C++11 mapping for Bloject and ice_invoke async versions | ||
* | | C++11 ice_invoke_async & Blobject async implementation | Jose | 2015-12-30 |
| | | |||
* | | Remove C++11 extensions to C++98 mapping | Jose | 2015-12-28 |
| | | |||
* | | C++11 metrics fixes | Jose | 2015-12-22 |
| | | |||
* | | Fixed C++98 to get rid of Ice::Context pointers now that we use ↵ | Benoit Foucher | 2015-12-22 |
| | | | | | | | | Ice::noExplicitContext, other minor style fixes | ||
* | | C++11 mapping updates: | Jose | 2015-12-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Added missing __hash method - Added missing virtual method Value::ice_clone - Fixed issue with unmarshalling the idirection table - Fixed default value initialization for scoped enums - Fixed scoped enums mapping to use correct size types - Added missing ice_id method to generated Value classes - Fixed defaultValue, hash, networkProxy, plug-in, stringConverter, threadPoolPriority and slicing/objects tests to work with C++11 mapping | ||
* | | C++11 mapping: ice_flushBatchRequests_async fixes | Jose | 2015-12-03 |
| | | |||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
|/ | |||
* | ICE-6170 - fixed behavior of batch requests | Benoit Foucher | 2015-03-10 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-3490: guarantee invocation serialization for proxies which are equal | Benoit Foucher | 2014-10-22 |
| | |||
* | Fixed ICE-5666: setting the invocation timeout to -2 provides the previous ↵ | Benoit Foucher | 2014-10-15 |
| | | | | connection timeouts | ||
* | Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 |
| |