pugixml 1.7-1 source package in Ubuntu
Changelog
pugixml (1.7-1) unstable; urgency=medium * New upstream release. + Introduced a new compact tree storage mode that takes significantly less memory (2-5x smaller DOM) at some performance cost. + New integer parsing/formatting implementation (3-5x faster at getting/setting integers). + Added format_indent_attributes that makes the resulting XML friendlier to line diff/merge tools. + Fix Clang 3.7 crashes in out-of-memory cases (C++ DR 1748) * Refresh patch 2001 and 2002 for new release. * Update symbols file for new release. -- Vasudev Kamath <email address hidden> Sun, 01 Nov 2015 21:46:04 +0530
Upload details
- Uploaded by:
- Vasudev Kamath
- Uploaded to:
- Sid
- Original maintainer:
- Vasudev Kamath
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pugixml_1.7-1.dsc | 2.0 KiB | a72201a0a1bc249f58e4a2239ebf7c49f6ccfed52b3a1fe2a906a3323e78283c |
pugixml_1.7.orig.tar.gz | 510.5 KiB | c643ea27ae693957f29bbafa863ff35f47e51107285dc07f9933c3e9f3904de0 |
pugixml_1.7-1.debian.tar.xz | 10.7 KiB | 5911bb553f7e01b7d28a2e1bf59fbb7e692e06da2a32bf3c49970e3de68ee4e4 |
Available diffs
- diff from 1.6-2 to 1.7-1 (66.9 KiB)
No changes file available.
Binary packages built by this source
- libpugixml-dev: Light-weight C++ XML processing library (development)
pugixml is a lightweight C++ XML processing library with XPath
support. It features:
* DOM like interface with rich traversal/modification capabilities
* Extermely fast non-validating XML parser which constructs the DOM
tree from an XML file/buffer.
* XPath 1.0 implementation for complex data-driven tree queries
* Full Unicode support with Unicode interface variants and automatic
encoding conversions.
.
This package provides required development header files which allows
integrating pugixml with your application.
- libpugixml-dev-dbgsym: debug symbols for package libpugixml-dev
pugixml is a lightweight C++ XML processing library with XPath
support. It features:
* DOM like interface with rich traversal/modification capabilities
* Extermely fast non-validating XML parser which constructs the DOM
tree from an XML file/buffer.
* XPath 1.0 implementation for complex data-driven tree queries
* Full Unicode support with Unicode interface variants and automatic
encoding conversions.
.
This package provides required development header files which allows
integrating pugixml with your application.
- libpugixml1v5: Light-weight C++ XML processing library
pugixml is a lightweight C++ XML processing library with XPath
support. It features:
* DOM like interface with rich traversal/modification capabilities
* Extermely fast non-validating XML parser which constructs the DOM
tree from an XML file/buffer.
* XPath 1.0 implementation for complex data-driven tree queries
* Full Unicode support with Unicode interface variants and automatic
encoding conversions.
.
This library is extremely portable and easy to integrate and use.
.
Since pugixml has a DOM parser, it can't process XML documents that do
not fit in memory; also the parser is a non-validating one, so if you
need DTD or XML Schema validation, the library is not for you.
- libpugixml1v5-dbg: Light-weight C++ XML processing library - debug symbols
pugixml is a lightweight C++ XML processing library with XPath
support. It features:
* DOM like interface with rich traversal/modification capabilities
* Extermely fast non-validating XML parser which constructs the DOM
tree from an XML file/buffer.
* XPath 1.0 implementation for complex data-driven tree queries
* Full Unicode support with Unicode interface variants and automatic
encoding conversions.
.
This package contains the debug symbols.
- libpugixml1v5-dbgsym: debug symbols for package libpugixml1v5
pugixml is a lightweight C++ XML processing library with XPath
support. It features:
* DOM like interface with rich traversal/modification capabilities
* Extermely fast non-validating XML parser which constructs the DOM
tree from an XML file/buffer.
* XPath 1.0 implementation for complex data-driven tree queries
* Full Unicode support with Unicode interface variants and automatic
encoding conversions.
.
This library is extremely portable and easy to integrate and use.
.
Since pugixml has a DOM parser, it can't process XML documents that do
not fit in memory; also the parser is a non-validating one, so if you
need DTD or XML Schema validation, the library is not for you.
- pugixml-doc: Light-weight C++ XML processing library (documentation)
pugixml is a lightweight C++ XML processing library with XPath
support. It features:
* DOM like interface with rich traversal/modification capabilities
* Extermely fast non-validating XML parser which constructs the DOM
tree from an XML file/buffer.
* XPath 1.0 implementation for complex data-driven tree queries
* Full Unicode support with Unicode interface variants and automatic
encoding conversions.
.
This package contains API documentation.