SHA256
1
0
forked from pool/pugixml
Go to file
Dave Plater 73c6d8d804 Accepting request 595366 from home:bschramke
- 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

OBS-URL: https://build.opensuse.org/request/show/595366
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pugixml?expand=0&rev=11
2018-04-11 05:21:30 +00:00
.gitattributes Accepting request 290283 from home:plater:blender 2015-03-17 15:01:50 +00:00
.gitignore Accepting request 290283 from home:plater:blender 2015-03-17 15:01:50 +00:00
pugixml-1.9.tar.gz Accepting request 595366 from home:bschramke 2018-04-11 05:21:30 +00:00
pugixml-config.patch - Update to version 1.7 2015-10-21 09:34:31 +00:00
pugixml.changes Accepting request 595366 from home:bschramke 2018-04-11 05:21:30 +00:00
pugixml.spec Accepting request 595366 from home:bschramke 2018-04-11 05:21:30 +00:00