summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/SlicedData.h
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
|
* Adding doc comments to C++Mark Spruiell2018-01-17
|
* 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
* 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
| |
* | ICE-6982 and ICE-6946Joe George2016-06-08
| | | | | | | | | | - Refactord C++ class/exception stream generated code - Changed return type of Obejct::ice_id() to std::string for C++11
* | cleaning up stream API in C++/Java/JSMark Spruiell2016-05-11
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-05-09
|\|
| * AIX portBenoit Foucher2016-05-03
| |
* | 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++ Consistent usage of public virtualJose2016-01-12
| |
* | C++11 Value::ice_clone improvementsJose2016-01-11
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Add IceUtil/Atomic.h with support for std::atomicJose2015-02-19
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fix overloaded-virtual warningsJose2014-10-30
|
* Fixed ICE-5499, new garbage collection supportBenoit Foucher2014-06-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* compact ID support for scripting languagesMark Spruiell2012-12-26
|
* ICE-4938: support for compact IDsBenoit Foucher2012-12-19
|
* Updated copyright in various filesBernard Normier2012-10-23
|
* Python support for optionalsMark Spruiell2012-09-14
|
* Port to Solaris 11 / Solaris Studio 12.3 (== CC 5.12)Bernard Normier2012-09-07
| | | | Fix to BasicStream.h (unitialized data member) that caused occasional failures in Ice/stream test
* 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
|
* Support for optionalsBenoit Foucher2012-06-11
|
* 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