summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/BasicStream.cpp
Commit message (Collapse)AuthorAge
...
* Performance improvements, mainly inliningDwayne Boone2006-03-15
|
* Updated copyrightDwayne Boone2006-03-14
|
* fixed custom marshaling with apple.Matthew Newhook2006-03-02
|
* Changed blob functions to match IceEDwayne Boone2006-02-24
|
* Added zero copy readBlobDwayne Boone2006-02-10
|
* Do zero copy of basic sequence types on 32 bit intel platformsDwayne Boone2006-02-09
|
* Added support for alternate sequences Added custom testDwayne Boone2006-02-06
|
* Added static_castDwayne Boone2006-01-25
|
* Changes to support "cpp:array" in IceE (and eventually Ice).Dwayne Boone2006-01-23
|
* Fixed SunOS C++ compiler warnings (bug 723)Benoit Foucher2006-01-06
|
* Moved VS 8 warning suppression into IceUtil/DisableWarnings.hMichi Henning2005-11-18
|
* Fixed VS 8 warning.Michi Henning2005-11-17
|
* Fixed typo in comment.Michi Henning2005-09-26
|
* Moved FactoryTable into IceInternal namespace.Michi Henning2005-08-05
|
* Improved excpetion info for NoObjectFactoryException. When sliced toMichi Henning2005-07-15
| | | | Object, the original most derived type ID is now reported.
* Made Ice::Object abstract.Michi Henning2005-07-04
|
* Fixed bug 383.Michi Henning2005-06-23
|
* Get rid of a bunch of 64bit warnings on SunDwayne Boone2005-03-07
|
* fixing compilation problem for Sun One Studio 8Brent Eagles2005-03-01
|
* fixMarc Laukien2005-02-24
|
* other fixesMarc Laukien2005-02-24
|
* more optimizationsMarc Laukien2005-02-23
|
* perf optimizationsMarc Laukien2005-02-23
|
* Buffer::ContainerMarc Laukien2005-02-23
|
* Removed bogus optimization from read(vector<string>)Dwayne Boone2005-02-21
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* removing call to startSeq/endSeq for sequence of fixed-length typeMark Spruiell2005-02-04
|
* fixesMarc Laukien2005-02-04
|
* encaps optimizationsMarc Laukien2005-02-03
|
* backed out changeMarc Laukien2005-02-02
|
* todo itemsMarc Laukien2005-02-02
|
* comment formattingMarc Laukien2004-11-04
|
* Changed code in throwException() to reflect that exception slices are notMichi Henning2004-09-01
| | | | followed by a terminating empty type ID on the wire.
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Merged changes from michi_pre_e3 branchMichi Henning2004-05-10
|
* add write(const char*) to cause link errorMark Spruiell2004-04-21
|
* facet changesMarc Laukien2004-04-07
|
* adding ice_preMarshal/ice_postUnmarshal, and tests in Ice/objectsMark Spruiell2004-02-24
|
* more AMI stuffMarc Laukien2004-02-15
|
* allow disabling of slicingMark Spruiell2004-01-30
|
* fixMarc Laukien2004-01-26
|
* bug fix in read(vector<string>&)Mark Spruiell2004-01-13
|
* manual listMarc Laukien2004-01-04
|
* fixMarc Laukien2004-01-04
|
* Got rid of warning on Suns.Michi Henning2003-10-20
|
* Moved UserExceptionFactory from Ice to IceInternal namespace/package.Michi Henning2003-10-06
|
* read(string&) fixBernard Normier2003-09-27
|
* - Removed dependency on Xerces.Mark Spruiell2003-09-11
| | | | | | | | | - Removed generic stream interface Ice::Stream and ice_marshal functions. - Removed XML stream implementation and related test. - Removed XML transformer and related test. - Removed slice2xsd. - Added C++ wrapper for the expat XML parser in IceXML::Parser. - Removed XML encoding from Freeze.
* adding support for a default object factoryMark Spruiell2003-08-08
|