Commit Graph

19 Commits

Author SHA1 Message Date
kevin
e0f92677c8 cwCommonImpl.h : cwAssert() now aborts pgm. 2024-06-10 16:35:54 -04:00
kevin
2395feb4a7 cwCommonImpl.h/cpp idToLabel() now returns label associated with 'eolId' instead of nullptr when the requested id is not found.
Added idToLabelNull() which return nullptr when the requested id is not found.
2024-05-06 15:41:18 -04:00
kevin
6d8e154354 cwCommonImpl.h : Added cwRuntimeCheck() 2024-05-02 13:59:55 -04:00
kevin
ec418f1d28 cwCommonImpl.h : Changed cwAssert() param named 'cond' to 'C' to fix warning. 2024-03-25 11:42:22 -04:00
kevin
39599e3e2e cwCommonImpl.h/cpp : Added #include <ccytpe>. Check for null label in labelToId() 2023-07-25 20:22:44 -04:00
kevin
18e78ad206 cwCommonImpl.h : Update comments. 2023-02-18 13:48:38 -05:00
kevin
7df957f4a9 cwCommon.h,cwCommonImpl.h : small changes. 2021-08-15 15:56:34 -04:00
Gitea
2df3933196 Makefile.am,cwCommonImpl.h : Implement use of cwWEB 2020-10-04 20:05:31 +00:00
kevin
d7eab641c0 cwCommonImpl.h : Added is_even(). 2020-10-04 10:49:52 -04:00
kevin
62257d7d24 cwVectOps.h : Initial commit.
cwTime.h: Added elaspsedMs()
cwObject.h: Added getv_opt().
cwCommon.h: Added kInvalidStateRC
Makefile: Added use of cwWEBSOCK build variable.
cwAudioFileOps.h : Initial commit.
cwAudioFile.h : Moved some operations so cwAudioFileOps.h
cwCommonImpl.h : Removed is_int<> because has a std library implementation.
2020-09-22 11:37:19 -04:00
kevin
fa33ac00c9 cwFileSys.h/cpp : Added makeDir().
cwLog.h/cpp : Added cwLogPrint() functions.
cwMtx.h : Many addtions.
cwObject.h : Added find_child() functions.
cwUtility.h/cpp : Added x80ToDouble() and doubleToX80().
cwCommon.h : Added new RC codes
cwCommonImpl.h : Added swapping macros and is_int<T>().
2020-09-01 15:46:21 -04:00
kevin
721d333a7f cwCommonImpl.h : define cwCount() and cwPP_NARG(). 2020-08-19 20:06:44 -04:00
kevin.larke
1d74c5131d cwCommonImpl.h : Added #icnlude <unistd.h> 2020-04-16 09:27:34 -04:00
kevin.larke
f2bfc13419 cwEucon.h/cpp : Initial updates to support fader bank array server. 2020-04-03 10:36:10 -04:00
kevin.larke
7b2ebd5580 Changes to support autotools build.
Changed #define cwLINUX to OS_LINUX.
2020-03-24 08:51:51 -04:00
kpl
0ead6fa974 Initial implementation cwTcpSocket*
Standardized cwLex and cwLog namespaces.
2019-12-27 16:52:45 -05:00
kpl
85954c5498 Changed audio system to use external driver modules. 2019-12-25 21:44:14 -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