File cm256cc.changes of Package cm256cc
-------------------------------------------------------------------
Sat Sep 20 07:49:33 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.1.2
* Set cmake_minimum_required to 3.5 for compatibility with
cmake4.
-------------------------------------------------------------------
Fri Mar 1 21:35:12 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.1.1
* This release fixes a problem when compiling with gcc 13
-------------------------------------------------------------------
Sat Mar 6 11:53:05 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.1.0
* Now requires c++11 also includes the "nullptr" define fix
* Unnecessary dependency to Boost has been removed.
-------------------------------------------------------------------
Tue Apr 16 18:21:41 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.0.5
* Cmake CPU flags discovery and fixes for Clang
-------------------------------------------------------------------
Sat Dec 29 22:05:24 UTC 2018 - mardnh@gmx.de
- Update to version 1.0.4
* Misc fixes
-------------------------------------------------------------------
Mon Oct 15 17:30:21 UTC 2018 - mardnh@gmx.de
- Update to version 1.0.2
* cmake fixes
- Drop patch:
* cm256cc-fix-cmake.patch (fixed upstream)
-------------------------------------------------------------------
Sat Oct 6 11:09:40 UTC 2018 - mardnh@gmx.de
- Update to version 1.0.1
* Use 16 bit alignment for structures used by SIMD instructions
* Fixed compilation warnings
- Drop patches:
* cm256cc-cmake-libsuffix.diff (fixed upstream)
- Add patch:
* cm256cc-fix-cmake.patch
-------------------------------------------------------------------
Sat Jun 03 12:57:32 UTC 2017 - mardnh@gmx.de
- Update to version 0.0.0+git.20170525:
* gf256_ctx: added init debug messages
* treated warning as errors and suppressed them
* removed warnings as errors
- Add patch:
* cm256cc-cmake-force-use-neon-on-aarch64.diff
-------------------------------------------------------------------
Tue Apr 25 17:37:31 UTC 2017 - mardnh@gmx.de
- Update to version 0.0.0+git.20170425:
* Fixed no return in non void function
* Truing to support aarch64
* Truing to support i686
- Remove patch:
* 0001-Fix-no-return-in-nonvoid-function.patch (fixed upstream)
- Add patch:
* cm256cc-cmake-libsuffix.diff
* Remove gcc workaround and add "-std=c++11" to the CXXFLAGS
-------------------------------------------------------------------
Mon Apr 24 10:01:36 UTC 2017 - mpluskal@suse.com
- Update dependencies to build on Leap as well
- Exclude unsupported architectures
- Split subpackages
-------------------------------------------------------------------
Thu Apr 13 21:29:46 UTC 2017 - mardnh@gmx.de
- Update to version 0.0.0+git.20161106:
* Remove executables
* UDP transmission example (4): receiver
* UDP transmission example (4): check data method in receiver
* UDP transmission example (4): receiver program implementation
* UDP transmission example: complete
* Converted to clean C++ code
* Updated readme
* Updated readme
* Use a little endian test that is compatible with strict aliasing
* Use more precise SIMD flags and detect actual x86_64 SIMD features
-------------------------------------------------------------------
Thu Apr 13 21:27:21 UTC 2017 - mardnh@gmx.de
- initial package