Name: | tinyxml2 |
---|---|
Version: | 6.0.0 |
Release: | 3.el8 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 120307 |
License: | zlib |
RPM: | tinyxml2-6.0.0-3.el8.x86_64.rpm |
Source RPM: | tinyxml2-6.0.0-3.el8.src.rpm |
Build Date: | Fri May 03 2019 |
Build Host: | ca-build101.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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Switch to %ldconfig_scriptlets
- Update to latest upstream (rhbz#1357711)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Update to release 3.0.0 (rhbz#1202166)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Rebuilt for GCC 5 C++11 ABI change