43c8737d73cwAudioBuf,cwAudioDeviceAlsa : Test functions now return error codes.
kevin
2020-09-27 10:27:32 -0400
9b97662d62cwAudioFileOps.cpp : Fixed regression in parallelMix().
kevin
2020-09-24 12:39:19 -0400
be361fcbd6cwAudioFileOps.cpp : Minor changes to clean code and error reporting.
kevin
2020-09-24 11:41:23 -0400
7312289d76cwAudioFile.cpp : Fixed bug in _get() that prevented all dependent function from reading at the correct location.
kevin
2020-09-24 11:36:06 -0400
fe5c069adbcwMtx.h,cpp : Added slice() and derivatives.
kevin
2020-09-22 13:33:32 -0400
077e1bc428Makefile.am : Added use of cwALSA
kevin
2020-09-22 13:32:13 -0400
62257d7d24cwVectOps.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.
kevin
2020-09-22 11:37:19 -0400
fa33ac00c9cwFileSys.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>().
kevin
2020-09-01 15:46:21 -0400
1af6b58667cwAudioFile.h/cpp, cwMtx.cpp, Makefile.am : Added cwAudioFile and cwMtx.cpp.
kevin
2020-09-01 15:42:28 -0400
d492374df7cwNN.h/cpp/Makefile.am : Initial commit.
kevin
2020-08-19 20:12:51 -0400
ca4487d09bcwText.h/cpp : Added textAppend() and textJoin().
kevin
2020-08-19 20:12:19 -0400
bb479512efcwMtx.h : Initial commit.
kevin
2020-08-19 20:11:49 -0400
a75a2a2a36cwSvg.h/cpp : Initial commit.
kevin
2020-08-19 20:11:29 -0400
4982c61d60cwUi.h/cpp : Added single element creation functions which take there values from the system rather than setting them from their default value.
kevin.larke
2020-05-18 11:03:42 -0400
c4b0b0dba3cwEuCon.cpp : Send state changes back to FDR.
kevin.larke
2020-05-17 06:49:03 -0400
222e058579cwUi : Added widget type "numb_disp".
kevin
2020-05-15 11:59:39 -0400
01a9b7605acwNumericConvert.h : min range limit in numeric_convert() changed from double.min() to 0. See note in source.
kevin.larke
2020-04-28 16:38:43 -0400
aa7f945299cwUi.h : _createEle() the parent id is set to the first ancestor which has a valid appId.
kevin.larke
2020-04-28 16:37:36 -0400
99af70eb37cwUiTest.cpp : Added more extensive example of resource based UI creation. Created 'value' UI element attribute.
kevin.larke
2020-04-28 08:42:16 -0400
a324184c7acwUi.cpp : Added 'div' aliases 'panel','row,'col' and assoc'd relaxed parent searching in _createEle().
kevin.larke
2020-04-28 08:40:53 -0400
f121997d53cwUi.cpp,ui.js,ui.css,ui.cfg : Added row,col,panel div aliases.
kevin.larke
2020-04-27 12:31:10 -0400
e2f1d9915fcwUi.h,cpp,cwUiTest.cpp : Added appIdMap[] as arg. to constructor.
kevin.larke
2020-04-27 08:14:26 -0400
a260c3626ccwUi.cpp : Eliminated use of 'initFl' and changed _findOrCreateElement() to allow certain matching parent/name pairs.
kevin.larke
2020-04-26 17:27:29 -0400
87455db469cwUI.h/cpp : Added session id tracking and 'idle' message generation.
kevin.larke
2020-04-26 09:19:19 -0400
0fc0dcf1becwUiTest.cpp : Changed connect/disconnect info message.
kevin.larke
2020-04-24 16:37:15 -0400
460e7d0048cwUi.cpp : Added ui_t.initFl to prevent application id's from being re-registered when new websocket sessions are started.
kevin.larke
2020-04-24 16:35:45 -0400
ebfe4dd224cwUI.h/cpp,cwUiTest.cpp,html/uiTest/ui.js : Implemented 'echo' protocol to send values to the browser. Implemented initial default HTML class attribute assignments.
kevin.larke
2020-04-24 10:20:25 -0400
9288040004cwUi.cpp : check for null ele_t.eleName wherever eleName is accessed.
kevin.larke
2020-04-23 13:53:30 -0400
ffe367ed38Merge branch 'master' of gitea.larke.org:klarke/libcw
kevin.larke
2020-04-21 17:56:46 -0400
03d24fbbdccwTime.h/cpp,cwDnsSd.cpp,cwMdns.cpp : Changed cwTime interface to use all references rather than pointers as arguments.
kevin.larke
2020-04-17 11:16:21 -0400
7fad3df667cwLog.cpp : flush() output in defaultOutput().
kevin.larke
2020-04-16 20:09:13 -0400
6670a961becwObject.h : Fixed bug where type CString was confused for type String. Added comments, and error messages.
kevin.larke
2020-04-09 21:06:06 -0400
a27293c26fcwAudioDeviceAlsa.cpp : Removed pre-proc guards around SNDPCM_PRIVATE1
kevin
2020-04-08 20:23:38 -0400