Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | C++11 factory static registration updates | Jose | 2015-12-28 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2015-12-28 | |
|\| | ||||
| * | Object factory registration fix for VS 2015 | Jose | 2015-12-28 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2015-12-24 | |
|\| | ||||
| * | Fix binary compatibility issue with previous fix | Jose | 2015-12-23 | |
| | | ||||
| * | Visual Studio 2015 compiler fix | Jose | 2015-12-23 | |
| | | ||||
* | | 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 cpp:comparable for local classes | Jose | 2015-12-21 | |
| | | ||||
* | | ICE-6903 - "async" metadata changes | Joe George | 2015-12-18 | |
| | | | | | | | | | | - Rename "async" metadata to "async-oneway" - Update C++11 mapping for "async-oneway". | |||
* | | C++11 DispatchInterceptor fixes | Jose | 2015-12-17 | |
| | | ||||
* | | C++11 mapping, binding/checksum/defaultServant tests | Jose | 2015-12-14 | |
| | | ||||
* | | C++11 mapping server side input parameter fixes | Jose | 2015-12-10 | |
| | | ||||
* | | C++11 mapping server side input parameter fixes | Jose | 2015-12-09 | |
| | | ||||
* | | 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 enum fixes | Jose | 2015-12-07 | |
| | | ||||
* | | 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 | |||
* | | ICE-6897 - Add delegate metadata | Joe George | 2015-12-03 | |
| | | | | | | | | | | | | | | The "delegate" metadata tag can be applied to interfaces with one operation. In C++ they are mapped to std::function's, in C# delegates. In Java we still generate a interface with one operation, which is a FunctionalInterface. | |||
* | | C++11 mapping: fixes for optionals generated code | Jose | 2015-12-03 | |
| | | ||||
* | | Fix issues with handling of new builtin type Ice::Value | Jose | 2015-12-01 | |
| | | | | | | | | Remove ObjectFactoryF from ruby/php builds | |||
* | | C++11 mapping initial commit | Jose | 2015-12-01 | |
|/ | ||||
* | ICE-6677 - Fix C++ generated constructor code formating | Jose | 2015-08-03 | |
| | ||||
* | Fix for Visual Studio 2015 bogus warning | Jose | 2015-07-22 | |
| | | | | | Visual Studio 2015 generates a bogus warning for ice_clone implementation of GCObject derived classes. | |||
* | Fix for Abstrac class generated constructor | Jose | 2015-07-22 | |
| | | | | | Abstract class generated constructor must not call virtual base class constructors | |||
* | Fixed generated code to not instantiate templates if ICE_STATIC_LIBS is ↵ | Benoit Foucher | 2015-05-06 | |
| | | | | defined, minor WinRT test fixes | |||
* | 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. | |||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 | |
| | ||||
* | ICE-5814 fixed gcc compile errors | Dwayne Boone | 2015-02-23 | |
| | ||||
* | ICE-5814 change C++ generated code to prevent shadow warnigns | Dwayne Boone | 2015-02-20 | |
| | ||||
* | ICE-5814 allow demos to be built with /W4 on Windows | Dwayne Boone | 2015-01-30 | |
| | ||||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-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 | |
| | ||||
* | ICE-5804 - Warnings when building with GCC (Eliminate C style casts) | Jose | 2014-10-30 | |
| | ||||
* | 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 invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 | |
| | ||||
* | Fixed (ICE-5511) - Consider removing the deprecated AMI mapping | Jose | 2014-09-24 | |
| | ||||
* | Fixed #2 of ICE-5594: code style for CallbackBase class | Benoit Foucher | 2014-07-28 | |
| | ||||
* | Completed fix for ICE-5567: move various C++11 classes/functions out of line | Bernard Normier | 2014-07-24 | |
| | ||||
* | Fixed ICE-5567: Too much pseudo-inlining with ICE_CPP11 + OpenSSLEngine ↵ | Bernard Normier | 2014-07-23 | |
| | | | | build failure | |||
* | Better collocation optimization, fix for ICE-5489, ICE-5484 | Benoit Foucher | 2014-06-27 | |
| | ||||
* | Fix for ICE-5527 (simplify generated code for user exception and object ↵ | Bernard Normier | 2014-06-16 | |
| | | | | factories), ICE-4832 (ice_staticId and static initialization) and partial fix for ICE-5515 (ice_staticId on C++ proxies) | |||
* | Fix for ICE-5542: add message to ICE_DEPRECATED_API in C++ | Bernard Normier | 2014-06-12 | |
| | ||||
* | Fixed ICE-5499, new garbage collection support | Benoit Foucher | 2014-06-05 | |
| | ||||
* | New cpp:view-type metadata for strings, sequences and dictionaries, plus updates | ZeroC Staff | 2014-06-04 | |
| | | | | to throughput demo. Fixes ICE-5382. | |||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 | |
| | ||||
* | Fixed (ICE-714) - New visibility options in GCC 4.0 | Jose | 2014-05-05 | |
| | ||||
* | 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 | |
| | ||||
* | minor fix | Jose | 2013-08-26 | |
| | ||||
* | Fixed ICE-5402 - VS2010: generated code does not compile if method has more ↵ | Jose | 2013-08-26 | |
| | | | | than 10 out parameters |