mu578
mu578
``` struct thpool_* thpool_init(int num_threads){ threads_on_hold = 0; threads_keepalive = 1; - if (num_threads < 0){ - num_threads = 0; - } + if (num_threads < 1){ + num_threads =...
Hello, is someone have some standalone unit-test input/output dataset (error rate, expectation...) for auxiliary functions such as \*lasq\* family any help appreciated. Thank you.
@hello just downloaded the last toolchain ; I have few questions: out of curiosity: Why do you bundle eclipse with it? BTW, it's broken under high-sierra, I just wiped out...
Hello, windows now support Unix domain sockets; e.g AF_UNIX/AF_LOCAL, so less plaster and headaches for trying to emulate and support that thing (took them 25 years to get there), you...
Ports needed: ``` sudo port install freetype sudo port install giflib sudo port install tiff sudo port install jpeg sudo port install libpng sudo port install boost sudo port install...