BareRose

Results 8 comments of BareRose

@r-lyeh is pretty much correct. A neat thing about small libraries like these is that they're usually complete at first release. Beyond that I simply maintain them, making adjustments as...

How did you call nibrans? Did you compile tdec/tenc or call it from your own code? Does test.c pass without any errors?

Neat, will have a closer look at that weirdness when I can. Hopefully a solution can be found that won't require awkwardly redefining `_DEFAULT_SOURCE` everywhere. What version of GCC and...

I would recommend trying [miniaudio](https://github.com/dr-soft/miniaudio)'s "simple_playback.c" example first to make sure the backend works. Note that miniaudio is simply the new name of mini_al, which is the backend atomix was...

**Initialization Macros** From looking things over, I don't think `MAT2_ZERO` and such are even meant to have those brackets. the `MAT2` macro already adds them. That should definitely be corrected....

Yea, some better visual indication what columns/rows are would be nice, maybe a comment too. It's not just the MAT2_ZERO macros that seem to have excess brackets, perhaps we can...

Turns out the compound-literals are necessary for the macros to work as function arguments, which is most of the reason those macros exist. Removing the compounds also breaks a bunch...

Turns out mounting `/mnt/timeshift/backup` with `noatime` is probably a good idea eitherway as it prevents undesired atime updates to the mounted subvolumes. A temporary workaround is to add a line...