Artur Bać

Results 100 comments of Artur Bać

without even simple raii on pixels , some simple raii pixel locker holding pointer to pixels and pointer to Bitmap ? and second lockPixels should take refrence to pointer instead...

Yes, looks like You are right. I use it by CPM dependency so I do not need to install and did not now about this. Will asap fix it.

It can easy be done with better quality by hand than any auto converter to work with clang and gcc with CMake. C++ part is easy to do so. msvc...

More complicated it becomes in cmake configuration to maintain backward compatibility and option either to declare interface header only library or module library example, I am experimenting with simple_enum ```cmake...

BTW It is not about 'converting' into modules but to add optional module support , so additional c++ files declaring exports that can be ignored with normal pure include interface...

IMHO mixing module and non module code with conditional macro definitions is low quality code hard to maintain and at the end difficult to read. EDIT: From last talk about...

Btw for modules support You need to have 3.28 ``` cmake_minimum_required(VERSION 3.28..3.31) ```

I will give You and idea if You are a dev of this tool and maybe interested in that .. With cmake You can get targets and its sources etc.....

In ideal world we would liek to just convert our projects into module versions , but we ca not and we will not be able to do so for a...

> Or you can just modularize it completely and maintain both the header ones and the module one. This is not feasible to maintain and not rational double the possibility...