summaryrefslogtreecommitdiff
path: root/cpp/src/IceXML/StreamI.cpp
Commit message (Collapse)AuthorAge
* - 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.
* Freeze Evictor facet changesBernard Normier2003-08-27
|
* bug fix for readString - must convert XMLCh to UTF-8Mark Spruiell2003-08-12
|
* Sun: 64 bit + CC 5.3 supportBernard Normier2003-04-29
|
* fixed bugs with range errors and int64 parsingMark Spruiell2003-04-09
|
* Solaris/Sun C++ 5.4 portBernard Normier2003-04-09
|
* qualify all Xerces types to avoid conflict with VC7Mark Spruiell2003-02-23
|
* portability fixes for openssl, xerces; dependency updateMark Spruiell2003-02-21
|
* version update; date changeMarc Laukien2003-02-04
|
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* align output with XML transformerMark Spruiell2002-10-03
|
* Improved few local exceptions and evictor fix.Benoit Foucher2002-10-01
|
* removed several static'sMarc Laukien2002-09-22
|
* Runtime->LocalMarc Laukien2002-09-20
|
* Renamed Ice::LocalException to Ice::RuntimeException.Michi Henning2002-09-20
|
* Xerces 2.1.0 portMark Spruiell2002-09-05
|
* improving xerces workaroundMark Spruiell2002-08-28
|
* cleaning up XML support; Xerces fixesMark Spruiell2002-08-27
|
* added spaceMarc Laukien2002-07-09
|
* removed spacesMarc Laukien2002-06-25
|
* removed spaces after keywordsMarc Laukien2002-06-23
|
* fixesMarc Laukien2002-06-18
|
* removing __getClassIdsMark Spruiell2002-03-16
|
* revising Stream.ice to remove out paramsMark Spruiell2002-02-13
|
* minor fixesMark Spruiell2002-02-12
|
* Move Slice/OutputUtil to IceUtil. Integrate IceXML/Output.cpp withMatthew Newhook2002-01-31
| | | | OutputUtil. Various Makefile fixes.
* Freeze updates.Matthew Newhook2002-01-30
|
* Added test/IceXML/encoding. Various bug fixes for IceXML.Matthew Newhook2002-01-29
|
* WIN32 updates.Matthew Newhook2002-01-23
|
* added missing files. Renamed XMLStream to StreamI. Renamed XMLOutput toMatthew Newhook2002-01-23
Output.