Hyprland/hyprpm/src
Sv. Lockal 0c317f2508
internal: Fix compilation with libc++ (#11355)
Build with libc++ (Clang-20, Gentoo LLVM profile) fails due to transitive include with:
```
s_Sys.cpp.o -c ../hyprland-source/hyprpm/src/helpers/Sys.cpp
../hyprland-source/hyprpm/src/helpers/Sys.cpp:24:24: error: implicit instantiation of undefined template 'std::basic_ostringstream<char>'
   24 |     std::ostringstream oss;
      |                        ^
/usr/include/c++/v1/__fwd/sstream.h:28:28: note: template is declared here
   28 | class _LIBCPP_TEMPLATE_VIS basic_ostringstream;
      |                            ^
1 error generated.
```
2025-08-06 14:01:02 +02:00
..
core ci: correct tar command for xz compression & fix typos (#11213) 2025-07-25 17:19:23 +02:00
helpers internal: Fix compilation with libc++ (#11355) 2025-08-06 14:01:02 +02:00
progress hyprpm: Minor optimizations and refactor of helpers and progress bar (#10246) 2025-05-05 04:22:22 +02:00
main.cpp hyprpm: check version and update automatically on add (#10706) 2025-06-12 13:40:55 +02:00
meson.build hyprpm: use glaze to parse hyprctl plugin list (#8812) 2024-12-27 14:40:46 +00:00