2026-01-02 09:10:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 2 09:10:51 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.8.1:
|
|
|
|
|
* Lower the minimum CMake version to 3.16
|
|
|
|
|
* fix: update xhalf_float_impl.hpp for modern clang and gcc to
|
|
|
|
|
avoid -Wdeprecated-literal-operator warning on Clang 16 that
|
|
|
|
|
will soon become a hard error.
|
|
|
|
|
|
2025-03-30 11:19:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Mar 30 07:42:54 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.8.0:
|
|
|
|
|
* Migrated to C++17 and replaced backported features with standard ones
|
|
|
|
|
|
2025-03-22 07:07:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 21 22:42:35 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
|
|
|
|
|
|
2025-03-12 14:16:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 4 09:53:57 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
|
|
|
|
|
|
|
|
|
- BuildRequires: python3-sphinx_rtd_theme to fix Factory build
|
|
|
|
|
- Use fdupes
|
|
|
|
|
|
2024-01-27 17:27:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 27 17:27:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.7.7:
|
|
|
|
|
* Use GetModuleFileNameW for wchar_t array
|
|
|
|
|
|
2023-12-17 10:14:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Dec 17 10:14:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.7.6:
|
|
|
|
|
* Add missing #include <exception>
|
|
|
|
|
* Fix promote_type with two complex floats and one double
|
|
|
|
|
* test/CMakeLists.txt: remove extra find_package(Threads)
|
|
|
|
|
* Fixed half errhandling throw except
|
|
|
|
|
* Resolve issue promoting multiple std::complex
|
|
|
|
|
|
2023-02-09 11:13:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 21 17:28:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.7.5:
|
|
|
|
|
* added a backport of the C++20 header for integer comparison
|
|
|
|
|
|
2022-11-15 15:32:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 18 19:15:36 UTC 2022 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Enable unit test at package build
|
|
|
|
|
- Declare -devel and -doc packages as noarch
|
|
|
|
|
- Drop fix_cmake_install_directory.patch
|
|
|
|
|
|
2022-08-02 07:07:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jul 17 19:17:39 UTC 2022 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Version 0.7.4
|
|
|
|
|
- check _HAS_STD_BYTE MSVC macro in xspan implementation
|
|
|
|
|
- fixed line endings in xhalf_float_impl.hpp
|
|
|
|
|
|
2021-07-21 11:58:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 26 02:32:11 UTC 2021 - Daniel Weatherill <plasteredparrot@gmail.com>
|
|
|
|
|
|
|
|
|
|
- add HTML documentation to build
|
|
|
|
|
|
|
|
|
|
- add patch to revert upstream changes to install locations
|
|
|
|
|
- upstream is now installing CMake and pkg-config files in /usr/share
|
2021-07-21 12:18:25 +00:00
|
|
|
fix_cmake_install_directory.patch
|
2021-07-21 12:09:01 +00:00
|
|
|
|
2021-07-21 11:58:15 +00:00
|
|
|
- update to 0.7.2
|
|
|
|
|
- Removed C++14 code from xbase_fixed_string
|
|
|
|
|
- test/test_xsystem.cpp: Allow for ctest executable names
|
|
|
|
|
- Fixed return type in xbasic_fixed_string to be compatible with C++11
|
|
|
|
|
- Added missing FreeBSD headers
|
|
|
|
|
- Fixed call to sysctl
|
|
|
|
|
- Added meta switch
|
|
|
|
|
- Implement partial dispatch
|
|
|
|
|
- Improve xbasic fixed string
|
|
|
|
|
- Added xtl::executable_path and xtl::prefix_path
|
|
|
|
|
- Handle complex promote type w/ different T1 and T2
|
|
|
|
|
- Install as arch dependent for cmake > 3.14
|
|
|
|
|
- CMake: Modernized GTest integration
|
|
|
|
|
- Add support for xtl::endianness
|
|
|
|
|
- Added xtraits for future simple specialization
|
|
|
|
|
- Added half_float implementation
|
|
|
|
|
- Improved mpl::contains implementation
|
|
|
|
|
- Added are_equivalent_sequences
|
|
|
|
|
- Various minor improvements
|
|
|
|
|
|
|
|
|
|
|
2020-09-16 07:52:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 4 20:44:59 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.6.18:
|
|
|
|
|
- Replaced throw with XTL_THROW to support disabling exceptions
|
|
|
|
|
- Implemented ``index_of`` for ``mpl::vector``
|
|
|
|
|
- Implemented multimethods pattern
|
|
|
|
|
- Implemented visitor pattern
|
|
|
|
|
|
2020-08-17 17:02:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 17 17:01:32 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.6.16:
|
|
|
|
|
- Fixed mpark variant inclusion guards
|
|
|
|
|
- Add a serialiser for xvariant to json
|
|
|
|
|
- Removed capture all by reference
|
|
|
|
|
- Renamed mpark variant header inclusion guard
|
|
|
|
|
- Implemented value iterator for map containers
|
|
|
|
|
|
2020-04-26 11:33:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 25 17:55:26 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Initial version
|