Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Fixed ICE-8223 - renamed cloneImpl to _iceCloneImpl | Benoit Foucher | 2017-07-05 |
| | |||
* | Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵ | Benoit Foucher | 2017-07-05 |
| | | | | Ice::SlicedData::clear method to break cyclic references | ||
* | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | |||
* | 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 |
| | |||
* | 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 | ||
* | stream API fix | Mark Spruiell | 2016-05-11 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6861 - removing public stream API | Mark Spruiell | 2016-01-19 |
| | |||
* | C++11 Value::ice_clone improvements | Jose | 2016-01-11 |
| | |||
* | 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 initial commit | Jose | 2015-12-01 |