Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable -Wconversion with clang - Close #363 | Jose | 2019-06-21 |
| | |||
* | 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 |
| | |||
* | Adding doc comments to C++ | Mark Spruiell | 2018-01-17 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | 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 | ||
* | | Fixed compilation warning | Bernard Normier | 2016-10-28 |
| | | |||
* | | Update DispatchInterceptorAsyncCallback + small cleanups | Bernard Normier | 2016-08-02 |
| | | |||
* | | 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. | ||
* | | 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 |
| | | |||
* | | 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 |
| | | |||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
|/ | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | ICE-5457 added ability to set source address for connections | Dwayne Boone | 2014-08-07 |
| | |||
* | Windows 64 build failure | Jose | 2014-07-23 |
| | |||
* | ICE-5481 startSize/endSize methods aren't designed to be "reentrant" | Dwayne Boone | 2014-07-17 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5188 and ICE-5190: release for ScopedArray, aligned BasicStream ↵ | Benoit Foucher | 2013-01-28 |
| | | | | and InputStream zero-copy methods | ||
* | ICE-4938: Super compact enoding | Benoit Foucher | 2013-01-04 |
| | |||
* | ICE-4619 - custom enumerator values | Mark Spruiell | 2012-10-17 |
| | |||
* | Partial fix for ICE-4869: C++ stream read/write for structs (and ↵ | Bernard Normier | 2012-10-11 |
| | | | | | | | | structs-as-class) is now generated as templates. Removed most slice2cpp --stream uses (but not all) Also fixed various build failures on Solaris. | ||
* | Renamings (ICE-4868): | Bernard Normier | 2012-09-25 |
- StreamTrait is now StreamableTraits - StreamTraitType is now StreamHelperCategory - OptionalType is now OptionalFormat - Ice/StreamTraits.h is now Ice/StreamHelpers.h Updated C++, Python and Ruby Updated .depend and .depend.mak in C++, Python, Ruby and PHP |