Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Generate alias for "delegate" in C++11 (ICE-7859) | Bernard Normier | 2017-05-03 |
| | |||
* | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | |||
* | Removed cpp:unscoped from all Ice enums | Bernard Normier | 2017-02-08 |
| | | | | CompressBatch is now "scoped" in C++98 and ObjC | ||
* | Fix ICE-743 - Eliminate FeatureProfile in slice compilers | Jose | 2016-11-21 |
| | |||
* | 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 |
| | |||
* | Some ice_tuple fixes | Joe George | 2016-07-13 |
| | | | | - ice_tuple now returns all data members from class base class | ||
* | 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 | ||
* | Improved InputStream and OutputStream in C++11 | Bernard Normier | 2016-06-21 |
| | |||
* | C++11 AMI custom mapping support | Bernard Normier | 2016-06-16 |
| | |||
* | 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 | ||
* | Renamed ICE_UTIL_API to ICE_API and other cleanups | Bernard Normier | 2016-05-12 |