summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SlicedData.cpp
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* Added Ice::UserException::ice_getSlicedData and ↵Benoit Foucher2017-07-06
| | | | Ice::UnkownSlicedValue::ice_id methods
* Fixed ICE-8223 - renamed cloneImpl to _iceCloneImplBenoit Foucher2017-07-05
|
* Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵Benoit Foucher2017-07-05
| | | | Ice::SlicedData::clear method to break cyclic references
* 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
| |
* | Replaced non-public double underscores in C++Bernard Normier2016-11-12
| |
* | Revert "Replaced double and triple underscores in C++ by ice-prefixed names"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00.
* | Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
| |
* | Various C++ cleanupsBernard Normier2016-07-13
| |
* | Exported classes no longer have weak vtables with clangBernard Normier2016-06-27
| |
* | cleaning up stream API in C++/Java/JSMark Spruiell2016-05-11
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | C++11 minor improvementsJose2016-01-12
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-5499, new garbage collection supportBenoit Foucher2014-06-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* ICE-4619 - custom enumerator valuesMark Spruiell2012-10-17
|
* Python support for optionalsMark Spruiell2012-09-14
|
* Don't write optionals with 1.0 encoding, added UnknownSlicedObject test, ↵Benoit Foucher2012-06-20
| | | | fixed exception un-marhsalling to raise UnkownUserException for unknown exceptions.
* Fixed support unknown types in unknown optionalsBenoit Foucher2012-06-12
|
* removing hasObjects/clearObjects from SlicedDataMark Spruiell2012-05-25
|
* * C++ implementation for compact/sliced formatsMark Spruiell2012-05-08
* C++ implementation for "preserve-slice" metadata * C++ tests for compact/sliced/preserved types * Updated stream API * Python changes for stream API * Python tests for compact/sliced formats * Added Ice.Default.SlicedFormat property