Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | More dispatch queue fixes | Joe George | 2019-05-07 |
| | |||
* | Dispatch queue updates | Joe George | 2019-05-07 |
| | | | | | - Remove dispatch queues from Swift APIs - Create dispatch queue in C++ thread pool (ICE_SWIFT only) | ||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Fixed flushBatchRequests metrics bug, fixes #257 | Benoit Foucher | 2018-10-23 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Added [cpp:noexcept] to Slice local methods that don't throw (ICE-8592) | Benoit Foucher | 2018-01-24 |
| | |||
* | Fixed ICE-7744 - Changed back C++11 flushBatchRequests to return void | Benoit Foucher | 2017-04-20 |
| | |||
* | ICE-7707 Improved handling of argc/argv arguments | Bernard Normier | 2017-03-28 |
| | | | | Added configFile overload to Ice::initialize and CommunicatorHolder in C++ | ||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | 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 | ||
* | | Fixed ICE-6920 - Communicator::destroy is now noexcept | Benoit Foucher | 2017-01-26 |
| | | |||
* | | 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 |
| | | |||
* | | Refactored shared_from_this/enable_shared_from_this | Bernard Normier | 2016-08-04 |
| | | |||
* | | ICE-7179 - Update std::function code style | Joe George | 2016-06-13 |
| | | |||
* | | Renamed C++11 AMI/AMD suffix: _async to Async | Bernard Normier | 2016-06-09 |
| | | |||
* | | 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 |
| | | |||
* | | C++11 minor fix (don't use private default ctor) | Jose | 2016-01-20 |
| | | |||
* | | ICE-6861 - removing public stream API | Mark Spruiell | 2016-01-19 |
| | | |||
* | | Fix ICE-6903 | Joe George | 2016-01-04 |
| | | | | | | | | Make sent callback optional in "async-oneway" operations | ||
* | | Fix ICE-6947 | Joe George | 2015-12-29 |
| | | | | | | | | | | Pass in-parameters for local interfaces with delegate metadata by value in C++11 | ||
* | | Remove C++11 extensions to C++98 mapping | Jose | 2015-12-28 |
| | | |||
* | | Fixes related to EnableSharedFromThis | Jose | 2015-12-23 |
| | | |||
* | | ICE-6903 - "async" metadata changes | Joe George | 2015-12-18 |
| | | | | | | | | | | - Rename "async" metadata to "async-oneway" - Update C++11 mapping for "async-oneway". | ||
* | | Updated Ice::CommunicationHolder and simplified tests | Bernard Normier | 2015-12-11 |
| | | |||
* | | C++11 mapping adding CommunicatorHolder | Jose | 2015-12-10 |
| | | |||
* | | ICE-6908 - Add ValueFactory | Joe George | 2015-12-08 |
| | | | | | | | | | | | | ValueFactory is a replacement for ObjectFactory (which is still available if needed). It is an interface with only one operation and can has the "delegate" metadata. | ||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
|/ | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-5548: fixed C++11 support to maintain binary compatibility between ↵ | Benoit Foucher | 2014-10-28 |
| | | | | C++11 and C++03 compiled code | ||
* | Simplified creation of Admin facets in IceBox; simplified test for Admin ↵ | Bernard Normier | 2014-09-17 |
| | | | | enabled (Ice.Admin.Enabled if defined, otherwise check Ice.Admin.Endpoints and no other property) | ||
* | Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and Python | Bernard Normier | 2014-09-08 |
| | |||
* | Completed fix for ICE-5567: move various C++11 classes/functions out of line | Bernard Normier | 2014-07-24 |
| | |||
* | ICE-4612: first cut of the IceGrid discovery plugin and APIs | Benoit Foucher | 2014-07-10 |
| | |||
* | Fixed (ICE-5510) - Remove Stats interface that was deprecated in 3.5 | Jose | 2014-05-02 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Merge remote-tracking branch 'origin/encoding11' into withoutsync | Benoit Foucher | 2012-09-10 |
|\ | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h | ||
| * | Undo pragma-once-in-header enhancement | Bernard Normier | 2012-09-05 |
| | | |||
* | | ICE-4774: Merged skype_props enhancement | Benoit Foucher | 2012-08-30 |
| | | |||
* | | 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 | ||
| * | c++11 minor method renaming | Jose | 2012-08-13 |
| | | |||
| * | C++11 ami lambda support | Jose | 2012-08-10 |
| | | |||
* | | Fix | Benoit Foucher | 2012-08-09 |
| | |