summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/StreamHelpers.h
Commit message (Collapse)AuthorAge
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* Adding doc comments to C++Mark Spruiell2018-01-17
|
* Remove excessive empty linesJoe George2017-06-07
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Removed cpp:unscoped from all Ice enumsBernard Normier2017-02-08
| | | | | | | | CompressBatch is now "scoped" in C++98 and ObjC
* | Fixed compilation warningBernard Normier2016-10-28
| |
* | Update DispatchInterceptorAsyncCallback + small cleanupsBernard Normier2016-08-02
| |
* | StreamReader/Writer improvementsJoe George2016-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 codeBernard Normier2016-07-06
| | | | | | | | | | Fixed ice_id/ice_staticId implementation Generate override with C++11 mapping
* | Improved InputStream and OutputStream in C++11Bernard Normier2016-06-21
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Refactored invocation code to better suite new C++11 mappingBenoit Foucher2016-02-03
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* ICE-5457 added ability to set source address for connectionsDwayne Boone2014-08-07
|
* Windows 64 build failureJose2014-07-23
|
* ICE-5481 startSize/endSize methods aren't designed to be "reentrant"Dwayne Boone2014-07-17
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5188 and ICE-5190: release for ScopedArray, aligned BasicStream ↵Benoit Foucher2013-01-28
| | | | and InputStream zero-copy methods
* ICE-4938: Super compact enodingBenoit Foucher2013-01-04
|
* ICE-4619 - custom enumerator valuesMark Spruiell2012-10-17
|
* Partial fix for ICE-4869: C++ stream read/write for structs (and ↵Bernard Normier2012-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 Normier2012-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