summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp
Commit message (Collapse)AuthorAge
...
* | remove extra semicolonv3.7.0-alpha0Jose2016-04-14
| |
* | COMPILERFIX clang++ 7.3.0 crash when using default ctor in class derived ↵Jose2016-04-13
| | | | | | | | from std::exception
* | Updated Ice version to 3.7a0Benoit Foucher2016-04-07
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-17
|\|
| * .gitignore updatesJose2016-03-11
| |
* | Merge branch '3.6'Jose2016-03-10
|\|
| * Windows wide string literal fixesJose2016-03-10
| |
| * Update version to 3.6.2Jose2016-03-10
| |
* | slice2cpp minor build fixJose2016-03-10
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-03-10
|\|
| * String literals fixesJose2016-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 fixesJose2016-03-09
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-03-08
|\|
| * String literals Windows fixesJose2016-03-08
| |
| * ICE-6991 - Add support for unicode escape sequencesJose2016-03-08
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-07
|\|
| * Update Copyright year to 2016 in rc and cs filesJoe George2016-03-07
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-02-29
|\|
| * ICE-6865 - Comparison operators for forwarded interfaces/classes undefinedJose2016-02-29
| |
* | Windows msbuild build updatesJose2016-02-26
| |
* | Fixed C++98 compilation error in generated codeBenoit Foucher2016-02-03
| |
* | Refactored invocation code to better suite new C++11 mappingBenoit Foucher2016-02-03
| |
* | ice_name/ice_id fixes & simplifications.Jose2016-01-20
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | Deprecate ice_name and add ice_idJose2016-01-19
| |
* | bogus metadata warningJose2016-01-15
| |
* | Add slice2cpp --impl-c++98/--impl-c++11 optionsJose2016-01-14
| |
* | Use Ice::noExplicitCurrent as C++ Current default parameterJose2016-01-13
| |
* | C++98: Reduce code bloat from C++ proxy factory methodsJose2016-01-13
| |
* | C++ Consistent usage of public virtualJose2016-01-12
| |
* | C++11 minor improvementsJose2016-01-12
| |
* | C++11: Reduce code bloat from C++ proxy factory methodsJose2016-01-12
| |
* | Remove C++14 usage and switch to -std=c++11Jose2016-01-12
| |
* | C++11 Value::ice_clone improvementsJose2016-01-11
| |
* | C++11 fix Exception::ice_clone to use exception_ptrJose2016-01-08
| |
* | ICE-6910 - C++11 remove public cto for proxy classesJose2016-01-07
| |
* | ICE-6921 - GC visit members fix for Ice::ValueJose2016-01-07
| |
* | C++11 constructors default initialization in generated codeJose2016-01-07
| |
* | C++11 missing stream visitor for exceptionsJose2016-01-05
| |
* | C++98 object factory static initialization simplificationJose2016-01-05
| |
* | Removed un-used member to fix OS X build failureBenoit Foucher2016-01-05
| |
* | C++11 move compatibility definitions to a separate visitorJose2016-01-04
| |
* | Fix ICE-6903Joe George2016-01-04
| | | | | | | | Make sent callback optional in "async-oneway" operations
* | Fix ICE-6947Joe George2015-12-29
| | | | | | | | | | Pass in-parameters for local interfaces with delegate metadata by value in C++11
* | C++11 mapping: InterfaceByValue simplificationJose2015-12-29
| |
* | C++11 mapping fixes:Jose2015-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 mappingJose2015-12-28
| |
* | C++11 factory static registration updatesJose2015-12-28
| |