Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed comments | Bernard Normier | 2019-08-16 |
| | |||
* | Fixes for C++ & Swift generated code - Close #458 | Jose | 2019-07-31 |
| | |||
* | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-07-09 |
|\ | |||
| * | Remove forward declarations limitation - Close #97 | Jose | 2019-07-09 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-06-22 |
|\| | |||
| * | Incorrect documentation for C++ generated structs Fixes #350 | Jose | 2019-06-21 |
| | | |||
* | | Fix version check | Jose | 2019-06-12 |
|/ | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | slice2cpp generates invalid code wrt namespace qualification | Jose | 2018-06-19 |
| | | | | Closes #104 | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Fix Overqualification in generated code | Jose | 2017-10-30 |
| | | | | See ICE-7856 | ||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Generate alias for "delegate" in C++11 (ICE-7859) | Bernard Normier | 2017-05-03 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-05-02 |
| | |||
* | Update IceSSL::ConnectionInfo to use native certs and remove ↵ | Jose | 2017-03-20 |
| | | | | NativeConnectionInfo | ||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | 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 | ||
* | | Make Slice enums scoped | Bernard Normier | 2017-02-08 |
| | | | | | | | | Add new cpp:scoped and objc:scoped metadata directives | ||
* | | 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. | ||
* | | Revert "Reverted previous double-underscore changes in IceUtil classes" | Bernard Normier | 2016-11-05 |
| | | | | | | | | This reverts commit 2e6243dd2955e6a292bbe8a569d4e1711253746a. | ||
* | | Reverted previous double-underscore changes in IceUtil classes | Bernard Normier | 2016-11-03 |
| | | |||
* | | Replaced double and triple underscores in C++ by ice-prefixed names | Bernard Normier | 2016-11-02 |
| | | |||
* | | Fixed (ICE-7440) - unreferenced local parameter in generated code | Jose | 2016-11-02 |
| | | |||
* | | New C++11 optional mapping | Bernard Normier | 2016-07-18 |
| | | |||
* | | Some ice_tuple fixes | Joe George | 2016-07-13 |
| | | | | | | | | - ice_tuple now returns all data members from class base class | ||
* | | Add missing file from previous commit | Joe George | 2016-07-11 |
| | | |||
* | | 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 | ||
* | | 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 |
| | | |||
* | | 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 | ||
* | | Another fix for ICE-7132 | Benoit Foucher | 2016-05-09 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Refactored invocation code to better suite new C++11 mapping | Benoit Foucher | 2016-02-03 |
| | | |||
* | | 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 server side input parameter fixes | Jose | 2015-12-09 |
| | | |||
* | | 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 |
| | | |||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
|/ | |||
* | 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. |