- Update to version 3.2.1
* Fix the inclusion of both cpp11 and cpp17 headers on C++17
compilation. Also some additional tests for using string
literals and string objects with modern compilers.
version 3.2:
* Optional support for C++ 17 std::string_view.
- Drop utfcpp-use_system_gtest.patch (merged upstream)
- Switch to _service to make up for incomplete upstream tarball
OBS-URL: https://build.opensuse.org/request/show/905577
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/utfcpp?expand=0&rev=11
- Update to version 3.1
* new API call: unchecked::replace_invalid().
* changes in testing and installation.
version 3.0.3:
* Fix link failure when including utf8.h in multiple files.
version 3.0.2:
* Fix project version number in CMakeLists.txt
version 3.0.1:
* Fix for a header guard.
version 3.0:
* New convenience API for C++ 11 and later compilers. The
library still works with C++ 98/03 compliant compilers, just
without the new functions.
* advance() function works in both directions.
* Removed deprecated funtions
+ previous() - deprecated since version 1.02.
+ is_bom() - deprecated since version 2.3.
version v2.3.5:
* Minor bug and warning fixes. Improved CMake support.
- Switched to maintained github upstream branch and removed
_service file
- Added tests and utfcpp-use_system_gtest.patch
- Spec cleanup
OBS-URL: https://build.opensuse.org/request/show/772340
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/utfcpp?expand=0&rev=5