Files
libunicode/libunicode.changes
Muhammad Akbar Yanuar Mantari 517b7a7be9 - Update to version 0.5.0
* Fetch dependencies if OS is not supported
  * Make usage of SIMD (SSE2) extension optional
  * fix catch2 error when using system catch2
  * Add benchmark and std::simd
  * Add CMakePresets to conveniently build and work with the
    sources
  * tablegen: Improve performance for names
  * minor build and .clang-format improvements
  * add gc and runs sub command to introspect grapheme clusters and
  * runs
  * Change width()'s return type from int to unsigned
  * Tiny fix to benchmark plus minor naming changes
  * Adds missing include to convert.h 
- remove libunicode-fix-catch-in-cmake.patch: fix upstream

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/libunicode?expand=0&rev=8
2024-09-18 22:22:23 +00:00

48 lines
1.9 KiB
Plaintext

-------------------------------------------------------------------
Mon Sep 16 20:42:29 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.5.0
* Fetch dependencies if OS is not supported
* Make usage of SIMD (SSE2) extension optional
* fix catch2 error when using system catch2
* Add benchmark and std::simd
* Add CMakePresets to conveniently build and work with the
sources
* tablegen: Improve performance for names
* minor build and .clang-format improvements
* add gc and runs sub command to introspect grapheme clusters and
* runs
* Change width()'s return type from int to unsigned
* Tiny fix to benchmark plus minor naming changes
* Adds missing include to convert.h
- remove libunicode-fix-catch-in-cmake.patch: fix upstream
-------------------------------------------------------------------
Fri Aug 9 09:42:03 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Add conditional build for leap with force gcc version
-------------------------------------------------------------------
Wed Jul 17 12:48:00 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.4.0
* Allow passing custom LIBUNICODE_UCD_DIR to cmake
* Fix error handling of UTF-8 decoding for incomplete UTF-8
sequences
* Improve naming convention to be more streamlined.
* Move scan_result.next to scan_state.next
* Problem: Catch2 is always required
* Update catch2 to v3
* Allow building with older CMake < 3.18
- change Catch2-2-devel BuildRequires to cmake(Catch2)
- disable build test: failed unicode_test
- remove eb40101359cb283be0b736f6bda383243522fa91.patch: unneeded
patch
- add libunicode-fix-catch-in-cmake.patch: to fix catch issue
-------------------------------------------------------------------
Tue Oct 10 20:30:32 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Initial package