Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Windows msbuild build updates | Jose | 2016-02-26 | |
| | | ||||
* | | Fixed C++98 compilation error in generated code | Benoit Foucher | 2016-02-03 | |
| | | ||||
* | | Refactored invocation code to better suite new C++11 mapping | Benoit Foucher | 2016-02-03 | |
| | | ||||
* | | ice_name/ice_id fixes & simplifications. | Jose | 2016-01-20 | |
| | | ||||
* | | ICE-6861 - removing public stream API | Mark Spruiell | 2016-01-19 | |
| | | ||||
* | | Deprecate ice_name and add ice_id | Jose | 2016-01-19 | |
| | | ||||
* | | bogus metadata warning | Jose | 2016-01-15 | |
| | | ||||
* | | Add slice2cpp --impl-c++98/--impl-c++11 options | Jose | 2016-01-14 | |
| | | ||||
* | | Use Ice::noExplicitCurrent as C++ Current default parameter | Jose | 2016-01-13 | |
| | | ||||
* | | C++98: Reduce code bloat from C++ proxy factory methods | Jose | 2016-01-13 | |
| | | ||||
* | | C++ Consistent usage of public virtual | Jose | 2016-01-12 | |
| | | ||||
* | | C++11 minor improvements | Jose | 2016-01-12 | |
| | | ||||
* | | C++11: Reduce code bloat from C++ proxy factory methods | Jose | 2016-01-12 | |
| | | ||||
* | | Remove C++14 usage and switch to -std=c++11 | Jose | 2016-01-12 | |
| | | ||||
* | | C++11 Value::ice_clone improvements | Jose | 2016-01-11 | |
| | | ||||
* | | C++11 fix Exception::ice_clone to use exception_ptr | Jose | 2016-01-08 | |
| | | ||||
* | | ICE-6910 - C++11 remove public cto for proxy classes | Jose | 2016-01-07 | |
| | | ||||
* | | ICE-6921 - GC visit members fix for Ice::Value | Jose | 2016-01-07 | |
| | | ||||
* | | C++11 constructors default initialization in generated code | Jose | 2016-01-07 | |
| | | ||||
* | | C++11 missing stream visitor for exceptions | Jose | 2016-01-05 | |
| | | ||||
* | | C++98 object factory static initialization simplification | Jose | 2016-01-05 | |
| | | ||||
* | | Removed un-used member to fix OS X build failure | Benoit Foucher | 2016-01-05 | |
| | | ||||
* | | C++11 move compatibility definitions to a separate visitor | Jose | 2016-01-04 | |
| | | ||||
* | | 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 | |||
* | | C++11 mapping: InterfaceByValue simplification | Jose | 2015-12-29 | |
| | | ||||
* | | C++11 mapping fixes: | Jose | 2015-12-29 | |
| | | | | | | | | | | | | - Remove usage of compatibility typedefs in generated code - Get rid of some stream generated code for C++11 - Fix one shot constructor to move assign when appropriate | |||
* | | Remove C++11 extensions to C++98 mapping | Jose | 2015-12-28 | |
| | | ||||
* | | 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 | |
| | | ||||
* | | Changed version to 3.7.0 | Dwayne Boone | 2015-11-02 | |
|/ | ||||
* | Updated AssemblyInfo and StringFileInfo on Windows | Bernard Normier | 2015-08-21 | |
| |