Name: | tinyxml2 |
---|---|
Version: | 2.1.0 |
Release: | 2.20140406git6ee53e7.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 145032 |
License: | zlib |
RPM: | tinyxml2-2.1.0-2.20140406git6ee53e7.el7.aarch64.rpm |
Source RPM: | tinyxml2-2.1.0-2.20140406git6ee53e7.el7.src.rpm |
Build Date: | Sat May 26 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/leethomason/tinyxml2 |
Summary: | Simple, small and efficient C++ XML parser |
Description: | TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs. It uses a Document Object Model (DOM), meaning the XML data is parsed into a C++ objects that can be browsed and manipulated, and then written to disk or another output stream. TinyXML-2 doesn't parse or use DTDs (Document Type Definitions) nor XSLs (eXtensible Stylesheet Language). TinyXML-2 uses a similar API to TinyXML-1, But the implementation of the parser was completely re-written to make it more appropriate for use in a game. It uses less memory, is faster, and uses far fewer memory allocations. |
- Bump release and make it build (switch GNUInstallDirs.cmake from sources to git).
- Update to 2.1.0.
- Patch to build in EPEL branches.
- Fixes by Susi Lehtola: build in a separate directory and don't build anything static.
- Fixes suggested by Ville Skyttä: drop -static, add check, etc.
- Initial package.