Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pugixml-devel-1.9-bp153.1.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.3 for armv7hl

Name: pugixml-devel Distribution: SUSE Linux Enterprise 15 SP3
Version: 1.9 Vendor: openSUSE
Release: bp153.1.1 Build date: Tue Feb 16 20:43:41 2021
Group: Development/Libraries/C and C++ Build host: armbuild24
Size: 951487 Source RPM: pugixml-1.9-bp153.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://pugixml.org/
Summary: Development Files for pugixml
This package provides development libraries and headers needed to build
software using pugixml.

Provides

Requires

License

MIT

Changelog

* Mon Mar 25 2019 Jan Engelhardt <jengelh@inai.de>
  - Ensure neutrality of descriptions.
* Tue Jul 24 2018 antoine.belvire@opensuse.org
  - Install pc file:
    * Add pugixml-1.9-install-pc-file.patch (picked from upstream).
    * Add pugixml-1.9-use-CMAKE_INSTALL_LIBDIR.patch (picked from
      upstream).
* Tue Apr 10 2018 bjoern@schramke-online.de
  - Update to version 1.9
    * Specification changes
      + xml_document::load(const char*) (deprecated in 1.5) now has
      deprecated attribute; use xml_document::load_string instead
      + xml_node::select_single_node (deprecated in 1.5) now has
      deprecated attribute; use xml_node::select_node instead
    * New features
      + Add move semantics support for xml_document and improve
      move semantics support for other objects
      + CMake build now exports include directories
      + CMake build with BUILD_SHARED_LIBS=ON now uses dllexport
      attribute for MSVC
    * XPath improvements
      + Rework parser/evaluator to not rely on exceptional control
      flow; longjmp is no longer used when exceptions are disabled
      + Improve error messages for certain invalid expressions such
      as .[1] or (1
      + Minor performance improvements
    * Compatibility improvements
      + Fix Texas Instruments compiler warnings
      + Fix compilation issues with limits.h for some versions of gcc
      + Fix compilation issues with Clang/C2
      + Fix implicit fallthrough warnings in gcc 7
      + Fix unknown attribute directive warnings in gcc 8
      + Fix cray++ compiler errors
      + Fix unsigned integer overflow errors with -fsanitize=integer
      + Fix undefined behavior sanitizer issues in compact mode
* Thu Feb 16 2017 joerg.lorenzen@ki.tng.de
  - Update to version 1.8
    * Specification changes
      + When printing empty elements, a space is no longer added
      before / in format_raw mode.
    * New features
      + Added parse_embed_pcdata parsing mode in which PCDATA value
      is stored in the element node if possible (significantly
      reducing memory consumption for some documents).
      + Added auto-detection support for Latin-1 (ISO-8859-1)
      encoding during parsing.
      + Added format_no_empty_element_tags formatting flag that
      outputs start/end tags instead of empty element tags for
      empty elements.
    * Performance improvements
      + Minor memory allocation improvements (yielding up to 1%
      memory savings in some cases).
    * Compatibility improvements
      + Fixed compilation issues for Borland C++ 5.4.
      + Fixed compilation issues for some distributions of MinGW 3.8.
      + Fixed various Clang/GCC warnings.
      + Enabled move semantics support for XPath objects for MSVC
      2010 and above.
* Wed Oct 21 2015 idonmez@suse.com
  - Update to version 1.7
    * New integer parsing/formatting implementation
      + Functions that convert from and to integers (e.g. as_int/set_value)
      do not rely on CRT any more.
      + New implementation is 3-5x faster and is always correct wrt
      overflow or underflow. This is a behavior change - where previously
      as_uint() would return UINT_MAX on a value "-1", it now returns 0.
    * New features
      + XPath objects (xpath_query, xpath_node_set, xpath_variable_set)
      are now movable if your compiler supports C++11. Additionally,
      xpath_variable_set is copyable.
      + Added format_indent_attributes that makes the resulting XML friendlier
      to line diff/merge tools.
      + Added a variant of xml_node::attribute function with a hint that
      can improve lookup performance.
      + Custom allocation functions are now allowed (but not required)
      to throw instead of returning a null pointer.
    * Bug fixes
      + Fix Clang 3.7 crashes in out-of-memory cases (C++ DR 1748)
      + Fix xpath_node_set assignment to provide strong exception guarantee
      + Fix saving for custom xml_writer implementations that can throw from write()
  - Add pugixml-config.patch to enable long long support, works better than
    enabling via build flags.
* Fri Oct 09 2015 idonmez@suse.com
  - Manually enable long long support
* Fri Sep 04 2015 tchvatal@suse.com
  - Version bump to 1.6:
    * See manual.html for in-depth changelog
  - Use %cmake macros properly
* Thu Mar 05 2015 davejplater@gmail.com
  - Update to version 1.5 and prepare for submission to factory
    See bnc#905649 enable blender cycles. Pugixml needed by OpenImageIO
    needed by blender for cycles.
  - Upstream changes:
    see http://cdn.rawgit.com/zeux/pugixml/v1.5/docs/manual/changes.html
* Tue Jul 15 2014 asterios.dramis@gmail.com
  - Update to version 1.4:
    Specification changes:
    * Documents without element nodes are now rejected with
      status_no_document_element error, unless parse_fragment option is used
    New features:
    * Added XML fragment parsing (parse_fragment flag)
    * Added PCDATA whitespace trimming (parse_trim_pcdata flag)
    * Added long long support for xml_attribute and xml_text (as_llong, as_ullong
      and set_value/set overloads)
    * Added hexadecimal integer parsing support for
      as_int/as_uint/as_llong/as_ullong
    * Added xml_node::append_buffer to improve performance of assembling
      documents from fragments
    * xml_named_node_iterator is now bidirectional
    * Reduced XPath stack consumption during compilation and evaluation (useful
      for embedded systems)
    Compatibility improvements:
    * Improved support for platforms without wchar_t support
    * Fixed several false positives in clang static analysis
    * Fixed several compilation warnings for various GCC versions
    Bug fixes:
    * Fixed undefined pointer arithmetic in XPath implementation
    * Fixed non-seekable iostream support for certain stream types, i.e. boost
      file_source with pipe input
    * Fixed xpath_query::return_type() for some expressions
    * Fixed dllexport issues with xml_named_node_iterator
    * Fixed find_child_by_attribute assertion for attributes with null name/value
  - Removed fix_install_libdir.patch (not needed anynore).
* Tue Jun 24 2014 perry.werneck@gmail.com
  - Small change in "make install" to fix SLES build.

Files

/usr/include/pugiconfig.hpp
/usr/include/pugixml.hpp
/usr/lib/cmake/pugixml
/usr/lib/cmake/pugixml/pugixml-config-relwithdebinfo.cmake
/usr/lib/cmake/pugixml/pugixml-config.cmake
/usr/lib/libpugixml.so
/usr/lib/pkgconfig/pugixml.pc
/usr/share/doc/packages/pugixml-devel
/usr/share/doc/packages/pugixml-devel/images
/usr/share/doc/packages/pugixml-devel/images/dom_tree.png
/usr/share/doc/packages/pugixml-devel/images/vs2005_link1.png
/usr/share/doc/packages/pugixml-devel/images/vs2005_link2.png
/usr/share/doc/packages/pugixml-devel/images/vs2005_pch1.png
/usr/share/doc/packages/pugixml-devel/images/vs2005_pch2.png
/usr/share/doc/packages/pugixml-devel/images/vs2005_pch3.png
/usr/share/doc/packages/pugixml-devel/images/vs2005_pch4.png
/usr/share/doc/packages/pugixml-devel/images/vs2010_link1.png
/usr/share/doc/packages/pugixml-devel/images/vs2010_link2.png
/usr/share/doc/packages/pugixml-devel/manual.html
/usr/share/doc/packages/pugixml-devel/quickstart.html
/usr/share/doc/packages/pugixml-devel/readme.txt
/usr/share/doc/packages/pugixml-devel/samples
/usr/share/doc/packages/pugixml-devel/samples/character.xml
/usr/share/doc/packages/pugixml-devel/samples/custom_memory_management.cpp
/usr/share/doc/packages/pugixml-devel/samples/include.cpp
/usr/share/doc/packages/pugixml-devel/samples/load_error_handling.cpp
/usr/share/doc/packages/pugixml-devel/samples/load_file.cpp
/usr/share/doc/packages/pugixml-devel/samples/load_memory.cpp
/usr/share/doc/packages/pugixml-devel/samples/load_options.cpp
/usr/share/doc/packages/pugixml-devel/samples/load_stream.cpp
/usr/share/doc/packages/pugixml-devel/samples/modify_add.cpp
/usr/share/doc/packages/pugixml-devel/samples/modify_base.cpp
/usr/share/doc/packages/pugixml-devel/samples/modify_remove.cpp
/usr/share/doc/packages/pugixml-devel/samples/save_custom_writer.cpp
/usr/share/doc/packages/pugixml-devel/samples/save_declaration.cpp
/usr/share/doc/packages/pugixml-devel/samples/save_file.cpp
/usr/share/doc/packages/pugixml-devel/samples/save_options.cpp
/usr/share/doc/packages/pugixml-devel/samples/save_stream.cpp
/usr/share/doc/packages/pugixml-devel/samples/save_subtree.cpp
/usr/share/doc/packages/pugixml-devel/samples/text.cpp
/usr/share/doc/packages/pugixml-devel/samples/transitions.xml
/usr/share/doc/packages/pugixml-devel/samples/traverse_base.cpp
/usr/share/doc/packages/pugixml-devel/samples/traverse_iter.cpp
/usr/share/doc/packages/pugixml-devel/samples/traverse_predicate.cpp
/usr/share/doc/packages/pugixml-devel/samples/traverse_rangefor.cpp
/usr/share/doc/packages/pugixml-devel/samples/traverse_walker.cpp
/usr/share/doc/packages/pugixml-devel/samples/tree.xml
/usr/share/doc/packages/pugixml-devel/samples/weekly-shift_jis.xml
/usr/share/doc/packages/pugixml-devel/samples/weekly-utf-16.xml
/usr/share/doc/packages/pugixml-devel/samples/weekly-utf-8.xml
/usr/share/doc/packages/pugixml-devel/samples/xgconsole.xml
/usr/share/doc/packages/pugixml-devel/samples/xpath_error.cpp
/usr/share/doc/packages/pugixml-devel/samples/xpath_query.cpp
/usr/share/doc/packages/pugixml-devel/samples/xpath_select.cpp
/usr/share/doc/packages/pugixml-devel/samples/xpath_variables.cpp


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:43:41 2024