Commit graph

17 commits

Author SHA1 Message Date
6dea3fba08
flake.lock: update
Some checks failed
Build & Test (Arch) / Arch: Build and Test (gcc) (push) Has been cancelled
Build & Test (Arch) / Arch: Build and Test (clang) (push) Has been cancelled
Build & Test / nix (hyprgraphics) (push) Has been cancelled
Build & Test / nix (hyprgraphics-with-tests) (push) Has been cancelled
2024-12-23 00:23:56 +02:00
Jan Beich
0f9b8ca692
color: add missing header for libc++ (#3)
Some checks failed
Build & Test (Arch) / Arch: Build and Test (gcc) (push) Has been cancelled
Build & Test (Arch) / Arch: Build and Test (clang) (push) Has been cancelled
Build & Test / nix (hyprgraphics) (push) Has been cancelled
Build & Test / nix (hyprgraphics-with-tests) (push) Has been cancelled
src/color/Color.cpp:71:66: error: no member named 'min' in namespace 'std'; did you mean 'fmin'?
   71 |     const double vmax = std::max(std::max(r, g), b), vmin = std::min(std::min(r, g), b);
      |                                                             ~~~~~^~~
      |                                                                  fmin
/usr/include/c++/v1/cmath:447:9: note: 'fmin' declared here
  447 | using ::fmin _LIBCPP_USING_IF_EXISTS;
      |         ^
src/color/Color.cpp:71:75: error: no member named 'min' in namespace 'std'; did you mean 'fmin'?
   71 |     const double vmax = std::max(std::max(r, g), b), vmin = std::min(std::min(r, g), b);
      |                                                                      ~~~~~^~~
      |                                                                           fmin
/usr/include/c++/v1/cmath:447:9: note: 'fmin' declared here
  447 | using ::fmin _LIBCPP_USING_IF_EXISTS;
      |         ^
2024-12-18 17:59:51 +01:00
qxb3
fb2c026864
image: add symlink support (#1) 2024-12-08 19:53:39 +01:00
cc95e5babc version: bump to 0.1.1 2024-12-03 17:52:51 +00:00
7ba28704d3 color: Add color 2024-12-03 17:52:39 +00:00
4d927a52be cmake: fix clang compilation 2024-11-28 15:35:27 +00:00
336b3c4885 core: add clang-format 2024-11-28 15:29:49 +00:00
e01d1f8f54
CMake: bump C++ required ver, format 2024-11-26 14:59:46 +02:00
1e60e76382
CI/Arch: add deps 2024-11-26 14:08:51 +02:00
cf9509bd79
CI: init 2024-11-26 13:58:40 +02:00
73c6651baf
Nix: init 2024-11-26 13:57:40 +02:00
704fca7b17 README: fix invalid getconf variable name 2024-11-22 15:11:15 +00:00
9a44204244 README: epic c+p fail 2024-11-22 15:09:49 +00:00
d09dfd1bb5 image: make non-copyable 2024-11-22 15:05:51 +00:00
cfefd47632 cmakelists: fixup description 2024-11-22 15:04:30 +00:00
292597d55a core: Add image and cairo 2024-11-22 15:02:12 +00:00
Vaxry
8b0000af17
Initial commit 2024-11-22 14:16:34 +00:00