Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Some ice_tuple fixes | Joe George | 2016-07-13 | |
| | | | | | | | | - ice_tuple now returns all data members from class base class | |||
* | | Various C++ cleanups | Bernard Normier | 2016-07-13 | |
| | | ||||
* | | StreamReader/Writer improvements | Joe George | 2016-07-11 | |
| | | | | | | | | | | | | - No longer generate StreamWriter partial template specialization for C++ classes/structs/exceptions which have no optional members. - Reduce generated code size for all C++11 StreamReader/Writers. | |||
* | | ICE-7172 - Replace generated comparsion operators | Joe George | 2016-07-08 | |
| | | | | | | | | | | | | | | - Add ice_tuple function to structs and classes. Returns a tuple of data members - Replace generated comparsion for structs (and classes) with template comparsion operators which use ice_tuple | |||
* | | Better formatting of generated code | Bernard Normier | 2016-07-06 | |
| | | | | | | | | | | Fixed ice_id/ice_staticId implementation Generate override with C++11 mapping | |||
* | | Reduced number of symbols exported by generated code with MSVC | Bernard Normier | 2016-06-29 | |
| | | ||||
* | | Cleanup generated code for classes | Joe George | 2016-06-28 | |
| | | | | | | | | | | | | - Only generate StreamReader and StreamWriter friends for "protected" metadata - Remove some unnecessary 'using' declerations | |||
* | | Exported classes no longer have weak vtables with clang | Bernard Normier | 2016-06-27 | |
| | | ||||
* | | Refactored SSL and iAP transports, support for running SSL on top | Benoit Foucher | 2016-06-27 | |
| | | | | | | | | of TCP/iAP/Bluetooth. | |||
* | | C++11 proxy generation cleanup | Bernard Normier | 2016-06-23 | |
| | | ||||
* | | Improved InputStream and OutputStream in C++11 | Bernard Normier | 2016-06-21 | |
| | | ||||
* | | C++11 AMI custom mapping support | Bernard Normier | 2016-06-16 | |
| | | ||||
* | | 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 | |
| | | ||||
* | | partial support for custom mapping with cpp11 | Bernard Normier | 2016-06-09 | |
| | | | | | | | | slice2cpp now recognizes cpp98, cpp11 and cpp metadata | |||
* | | Fix typo | Joe George | 2016-06-08 | |
| | | ||||
* | | Fix for ICE-ICE-6982 optional data members | Joe George | 2016-06-08 | |
| | | ||||
* | | ICE-6982 and ICE-6946 | Joe George | 2016-06-08 | |
| | | | | | | | | | | - Refactord C++ class/exception stream generated code - Changed return type of Obejct::ice_id() to std::string for C++11 | |||
* | | Refactored string converters and use codecvt_utf8[_utf16] when | Bernard Normier | 2016-06-03 | |
| | | | | | | | | available instead of ConvertUTF | |||
* | | Removed StreamReader/Writer explicit template | Bernard Normier | 2016-05-26 | |
| | | | | | | | | instantiations in generated code with MSVC | |||
* | | cleaning up stream API in C++/Java/JS | Mark Spruiell | 2016-05-11 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-05-09 | |
|\| | ||||
| * | AIX port | Benoit Foucher | 2016-05-03 | |
| | | ||||
* | | remove extra semicolonv3.7.0-alpha0 | Jose | 2016-04-14 | |
| | | ||||
* | | COMPILERFIX clang++ 7.3.0 crash when using default ctor in class derived ↵ | Jose | 2016-04-13 | |
| | | | | | | | | from std::exception | |||
* | | Merge branch '3.6' | Jose | 2016-03-10 | |
|\| | ||||
| * | Windows wide string literal fixes | Jose | 2016-03-10 | |
| | | ||||
* | | slice2cpp minor build fix | Jose | 2016-03-10 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-03-10 | |
|\| | ||||
| * | String literals fixes | Jose | 2016-03-10 | |
| | | | | | | | | | | | | - Fixed escape sequences in C++ wide strings - Fixed objetive-c escape sequences - Update ruby to use magic comments to set the file encoding | |||
* | | C++11 string literal fixes | Jose | 2016-03-09 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-03-08 | |
|\| | ||||
| * | String literals Windows fixes | Jose | 2016-03-08 | |
| | | ||||
| * | ICE-6991 - Add support for unicode escape sequences | Jose | 2016-03-08 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 | |
|\| | ||||
| * | Update copyright headers | Joe George | 2016-03-01 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-02-29 | |
|\| | ||||
| * | ICE-6865 - Comparison operators for forwarded interfaces/classes undefined | Jose | 2016-02-29 | |
| | | ||||
* | | 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 | |
| | |