From ce77513807f47bc7af59c8320932d3348aeb99ea Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 15 Jun 2014 22:43:14 +0200 Subject: added tinyxml and ticpp --- README.3rdPARTY | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) (limited to 'README.3rdPARTY') diff --git a/README.3rdPARTY b/README.3rdPARTY index 55e44ad..3d40999 100755 --- a/README.3rdPARTY +++ b/README.3rdPARTY @@ -231,3 +231,74 @@ whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. + +tinyxml 2.6.2 +------------- + +http://www.sourceforge.net/projects/tinyxml + +TinyXML is released under the zlib license: + +This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. + +Original code by Lee Thomason (www.grinninglizard.com) + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any +damages arising from the use of this software. + +Permission is granted to anyone to use this software for any +purpose, including commercial applications, and to alter it and +redistribute it freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must +not claim that you wrote the original software. If you use this +software in a product, an acknowledgment in the product documentation +would be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and +must not be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source +distribution. + +small changes: +- int TiXmlElement::QueryUnsignedAttribute( const char* name, unsigned* value ) const + => renamed value to _value (shadowed warning) +- removed all but source and header files (get them from the original + place, if needed) + +ticpp +----- + +http://ticpp.googlecode.com/ + +Fork + exctension of tinyxml, put unter MIT license. + +small changes: +- removed all but source and header files (get them from the original + place, if needed) +- tinyxml.cpp:1268:44: error: ISO C++98 does not support the '%lf' gnu_printf format + => fixed to '%g' + +irrxml +------ + +pugixml +------- + +RapidXML +-------- + +xmlParser +--------- + +http://www.applied-mathematics.net/tools/xmlParser.html -- cgit v1.2.3-54-g00ecf