summaryrefslogtreecommitdiff
path: root/cpp/include/IceXML/Parser.h
Commit message (Collapse)AuthorAge
* Re-factored gmake build systemBenoit Foucher2016-05-03
|
* Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\
* | Windows msbuild build updatesJose2016-02-26
| |
* | ice_name/ice_id fixes & simplifications.Jose2016-01-20
| |
* | adding destroy() method to IceXML classesMark Spruiell2015-11-20
| |
* | A few changes to support move of FreezeDwayne Boone2015-11-06
|/
* ICE-5370 Remove IceXML header from public headersDwayne Boone2014-08-14
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Undo pragma-once-in-header enhancementBernard Normier2012-09-05
|
* 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
* ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵Jose2012-07-19
| | | | files.
* 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.
* Updated copyrightDwayne Boone2006-03-14
|
* Fixed ice_name return typeDwayne Boone2005-04-25
|
* Changed ice_name() to return const char*Dwayne Boone2005-04-22
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* 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
|
* Win32 fixesMark Spruiell2003-09-11
|
* - 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.