tinyxml2 2.1.0-1~ubuntu14.04.1 source package in Ubuntu

Changelog

tinyxml2 (2.1.0-1~ubuntu14.04.1) trusty-backports; urgency=medium

  * No-change backport to trusty (LP: #1373049)

tinyxml2 (2.1.0-1) unstable; urgency=medium

  * [5db3612] Imported Upstream version 2.1.0

tinyxml2 (2.0.2-1) unstable; urgency=medium

  * [92a3ede] Add debian/watch that looks at github tags.
    Thanks to Octavio Alvarez
  * [e03135c] Imported Upstream version 2.0.2 (Closes: #738700)
  * [512de19] Renmae package for ABI change.
    We now finally have a SOVERSION
  * [82ad203] Drop patch -- applied upstream
  * [ab15c6f] Add .symbols file since we have a SOVERSION now
  * [9d6aa8f] Bump Standards-Version to 3.9.5 (no changes required)
  * [b7e9f94] Build with -fvisibility to control symbol exporting
  * [9e36237] Drop -DBUILD_SHARED_LIBS.
    Obsolete option
  * [f4bdfad] Pass -c4 to dpkg-gensymbols
 -- Iain Lane <email address hidden>   Wed, 24 Sep 2014 09:58:44 +0100

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Trusty
Original maintainer:
Chow Loong Jin
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty backports universe libs

Downloads

File Size SHA-256 Checksum
tinyxml2_2.1.0.orig.tar.gz 444.1 KiB 4bdd6569fdce00460bf9cda0ff5dcff46d342b4595900d849cc46a277a74cce6
tinyxml2_2.1.0-1~ubuntu14.04.1.debian.tar.xz 4.6 KiB a22bbfcd3fbaa0c8f278e39ad95fb1e0f39650aaf92974f5ab85c079a9cd982a
tinyxml2_2.1.0-1~ubuntu14.04.1.dsc 1.9 KiB ca2e6cc6ff8bef5cce607362a287242659da7dcca25fdac03c7a9fc4f918c519

View changes file

Binary packages built by this source

libtinyxml2-2: C++ XML parsing library

 This package contains the shared version of the TinyXML2 library.
 .
 TinyXML2 is a simple and small C++ XML parser that can be easily integrating
 into other programs. It reads XML and creates C++ objects representing the XML
 document. The objects can be manipulated, changed, and saved again as XML.
 .
 TinyXML2 supersedes the previous TinyXML library, with various improvements:
  - Fewer memory allocations (1% - 10% compared to TinyXML)
  - Uses less memory (about 40% of that used by TinyXML)
  - Faster
  - No STL requirement
  - More modern C++, including a proper namespace
  - Proper and useful handling of whitespace

libtinyxml2-dev: TinyXML2 library - header and static library

 This package contains the header file and a static version of the
 TinyXML2 library.
 .
 TinyXML2 is a simple and small C++ XML parser that can be easily integrating
 into other programs. It reads XML and creates C++ objects representing the XML
 document. The objects can be manipulated, changed, and saved again as XML.
 .
 TinyXML2 supersedes the previous TinyXML library, with various improvements:
  - Fewer memory allocations (1% - 10% compared to TinyXML)
  - Uses less memory (about 40% of that used by TinyXML)
  - Faster
  - No STL requirement
  - More modern C++, including a proper namespace
  - Proper and useful handling of whitespace