SHA256
1
0
forked from pool/pugixml
Commit Graph

5 Commits

Author SHA256 Message Date
Ismail Dönmez
d0002b8efc Accepting request 458513 from home:enzokiel:branches:devel:libraries:c_c++
Update to version 1.8

OBS-URL: https://build.opensuse.org/request/show/458513
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pugixml?expand=0&rev=9
2017-02-16 19:45:04 +00:00
Ismail Dönmez
666057d3a1 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pugixml?expand=0&rev=7
2015-10-21 09:34:31 +00:00
Ismail Dönmez
8e5aca2d13 - Manually enable long long support
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pugixml?expand=0&rev=5
2015-10-09 08:41:43 +00:00
Ismail Dönmez
a1363eb7d4 Accepting request 329123 from home:scarabeus_iv:branches:devel:libraries:c_c++
- Version bump to 1.6:
  * See manual.html for in-depth changelog
- Use %cmake macros properly

OBS-URL: https://build.opensuse.org/request/show/329123
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pugixml?expand=0&rev=3
2015-09-04 15:14:39 +00:00
728148c1e1 Accepting request 290283 from home:plater:blender
Fixed build and used correct bug number
New package needed for OpenImageIO to enable blender to build with cycles bnc#905649. Please add me as maintainer to enable me to submit to factory.

OBS-URL: https://build.opensuse.org/request/show/290283
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pugixml?expand=0&rev=1
2015-03-17 15:01:50 +00:00