flagarde
flagarde
Yes exactly we have to do everything by ourself using ugly old Windows stufs.
I have made a PR #178 it should fix point 2 and 3
Hi, maybe returning a class with width weigth would be better ? And use std::size_t windows is complaining about int to size_t convertion and size_t seams really a good type...
Does this is superseded by your new PR?
Hi, This is the pre-commit I use for other project : It deals with most the analysis tools you asked + some others 1) For the ones which need CI...
For the tests with Ubuntu clang +gcc you can use https://github.com/flagarde/Khaos/blob/main/.github/workflows/Ubuntu.yml clang3.9 clang4 are buggy on ubuntu so you can skip them or comment them. The docker containers are done...
MacOS clang: https://github.com/yaodaq/YAODAQ/blob/main/.github/workflows/MacOS-Clang.yml MacOS GCC: https://github.com/yaodaq/YAODAQ/blob/main/.github/workflows/MacOS-GCC.yml Windows: https://github.com/yaodaq/YAODAQ/blob/main/.github/workflows/Windows-MSVC.yml https://github.com/yaodaq/YAODAQ/blob/main/.github/workflows/Windows-MSYS2.yml MinGW - GCC, clang, Cygwin - GCC, clang I tried and I gave up :( Fell free to copy and adapt....
This form is nice :) I like it.. I was was refereing to implementation too, it takes care of the old Windows standard so we could have a look and...
I think the library linked turn it on and off if it tty or not It's not enought to turn it on/off based on tty it would be very nice...
I'm thinking about this kind of things https://bixense.com/clicolors/ And for people who suffer some visual problem, they could disable the colors. Other people like to see life in black and...