kpl
|
33aca956da
|
cwThread.cpp : Threads are no longer created in detached state
because it no longer solves the problems of internal memory leaks when the thread is closed.
Instead we use pthread_join() when the thread is closed.
|
2020-03-18 19:05:48 -04:00 |
|
kpl
|
23f1fbf460
|
cwThread.cpp : Added call to pthread_attr_destroy() to fix problem with pthread library memory leak.
|
2020-02-12 13:26:18 -05:00 |
|
kpl
|
8fbd2fee2d
|
cwThread.h/cpp : thread_id_t is changed form unsigned to unsigned long long.
|
2020-01-27 17:50:57 -05:00 |
|
kpl
|
5a62d884dd
|
Standardized filesys and mem namespaces.
Removed use of global variable in cwAudioBuf.
|
2019-12-27 21:51:28 -05:00 |
|
kpl
|
d6e0f5e675
|
Many changes and additions.
Added serial port, websocket, midi and initial audio functionality.
|
2019-12-24 10:05:24 -05:00 |
|
kpl
|
3954d794f1
|
Initial commit
|
2019-12-18 22:24:12 -05:00 |
|