SHA256
1
0
forked from pool/pugixml

13 Commits

Author SHA256 Message Date
164d991dba Accepting request 1114838 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1114838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=14
2023-10-04 20:30:51 +00:00
5b8bc5643c Accepting request 1032962 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1032962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=13
2022-11-03 18:14:15 +00:00
daf9354377 Accepting request 955804 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/955804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=12
2022-02-18 22:03:00 +00:00
84db007f6c Accepting request 953120 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/953120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=11
2022-02-10 22:12:21 +00:00
879ea096a6 Accepting request 862447 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/862447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=10
2021-01-13 17:19:46 +00:00
b2bb50066a Accepting request 770183 from devel:libraries:c_c++
- Update to version 1.10

OBS-URL: https://build.opensuse.org/request/show/770183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=9
2020-02-05 18:42:03 +00:00
ec584cda7f Accepting request 688594 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/688594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=8
2019-03-26 14:45:33 +00:00
df07f98e29 Accepting request 625610 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/625610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=7
2018-07-28 10:43:24 +00:00
ec56f12af7 Accepting request 595417 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/595417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=6
2018-04-11 12:03:18 +00:00
9a328b7d26 Accepting request 458557 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/458557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=5
2017-02-18 02:19:55 +00:00
Stephan Kulow
7da13cf48e Accepting request 340208 from devel:libraries:c_c++
- 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/request/show/340208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=4
2015-10-25 18:12:59 +00:00
974c1d7f60 Accepting request 337382 from devel:libraries:c_c++
- Manually enable long long support

OBS-URL: https://build.opensuse.org/request/show/337382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=3
2015-10-19 20:49:11 +00:00
bb9263e5b0 Accepting request 329155 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/329155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=2
2015-09-08 15:42:45 +00:00

Diff Content Not Available