summaryrefslogtreecommitdiff
path: root/cpp/src/IceXML/Parser.cpp
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Replace NULL by ICE_NULLPTRBernard Normier2017-01-11
| |
* | Added ICE_BUILDING_SRC to make buildsBernard Normier2016-07-22
| | | | | | | | | | | | Ice::Dispatcher and Ice::LocalObject are now hidden with C++11 Reworked C++11 exception ice_clone, added ExceptionHelper + other C++ cleanups
* | Fixed streamFilename bugBernard Normier2016-07-11
| |
* | Removed IceUtilInternal ifstream and ofstreamBernard Normier2016-07-08
| |
* | ICE-7176 - Cleanup exception dtor noexceptJoe George2016-06-10
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | ice_name/ice_id fixes & simplifications.Jose2016-01-20
| |
* | adding destroy() method to IceXML classesMark Spruiell2015-11-20
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstringBernard Normier2014-05-16
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5181) - unreferenced formal parameterJose2013-01-11
|
* 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
* Fixed bug #ICE-4845 (ice_clone for IceUtil::Exception is now covariant)Bernard Normier2012-08-11
| | | | | Small build fixes (VS warning, Python 3.x run.py) slice2cpp no longer generates ice_clone for interfaces
* Remove BCC supportJose2012-07-19
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fixed 3962 - Berkeley DB, problems with unicode paths.Jose2009-11-10
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Updated copyrightDwayne Boone2008-01-23
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Readded previous changeDwayne Boone2006-11-09
|
* Back out last changeDwayne Boone2006-11-09
|
* Derive from std::exceptionDwayne Boone2006-11-09
|
* Bug 1339.Michi Henning2006-08-29
| | | | Bug 1335 and 1325 for Ice-E.
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* Updated copyrightDwayne Boone2006-03-14
|
* Fixed SunOS C++ compiler warnings (bug 723)Benoit Foucher2006-01-06
|
* Fixed ice_name return typeDwayne Boone2005-04-25
|
* Changed ice_name() to return const char*Dwayne Boone2005-04-22
|
* Get rid of a bunch of 64bit warnings on SunDwayne Boone2005-03-07
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Fixed compiler warnings about unused variables when doing optimized build.Michi Henning2004-05-19
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Changed Ice::Exception::ice_name() to return const string&.Michi Henning2003-12-16
|
* adding line number supportMark Spruiell2003-10-22
|
* Fixed freeze bugsBernard Normier2003-09-12
|
* - 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.