hyprutils/tests
Hiroki Tagato cb4e152dc7
internal: add libc++ < 20 fallback for floating-point strToNumber (#104)
* Add missing includes.

* Add libc++ < 20 fallback for floating-point strToNumber

libc++ prior to version 20 does not implement std::from_chars for
floating point types, which causes builds to fail on systems using older
libc++ versions (e.g. FreeBSD).

Add a small fallback using strtof/strtod/strtold for building with
libc++ < 20.

While libstdc++, or libc++ 20 or later continue to use the existing
std::from_chars implementation, this change restores compatibility with
older libc++ versions.
2026-03-22 20:30:05 +00:00
..
animation animation: allow/intend for animated vars to be unique pointers (#93) 2025-11-28 17:08:50 +00:00
cli cli/argumentParser: improve formatting of description 2025-11-24 14:54:18 +00:00
i18n i18n: fix typo in sorting entries (#94) 2025-11-30 00:54:28 +00:00
math tests: move tests out of source tree (#88) 2025-11-21 16:27:29 +00:00
memory memory: add dynamicPointerCast for weak ptrs 2026-03-07 18:28:56 +00:00
os internal: add libc++ < 20 fallback for floating-point strToNumber (#104) 2026-03-22 20:30:05 +00:00
path path: add resolvePath 2026-03-17 14:58:44 -04:00
signal tests: move tests out of source tree (#88) 2025-11-21 16:27:29 +00:00
string string/numeric: add hex parsing 2026-03-17 14:52:42 -04:00