Commit Graph

  • d7eab641c0 cwCommonImpl.h : Added is_even(). kevin 2020-10-04 10:49:52 -0400
  • e4db08a893 Makefile.am : Added cwDsp, cwString. kevin 2020-10-04 10:49:24 -0400
  • 1232c3e36e cwFileSystem.cpp : Fixed but in exapndPath() that rejected paths with spaces. kevin 2020-10-04 10:48:50 -0400
  • 49d84eeb2e cwString, cwDsp : Initial commit. kevin 2020-10-04 10:48:27 -0400
  • 090851acbf cwVectOps.h : Added new version of seq(), phasor(), and sine(). kevin 2020-10-04 10:47:39 -0400
  • 0884fda411 cwUtility : Added powerOfTwo() functions. kevin 2020-10-04 10:47:03 -0400
  • 1440a4f55f cwAudioFile : Fixed memory leak. Added alloc/freeFloatBuf(). kevin 2020-10-04 10:46:19 -0400
  • 43c8737d73 cwAudioBuf,cwAudioDeviceAlsa : Test functions now return error codes. kevin 2020-09-27 10:27:32 -0400
  • 9b97662d62 cwAudioFileOps.cpp : Fixed regression in parallelMix(). kevin 2020-09-24 12:39:19 -0400
  • be361fcbd6 cwAudioFileOps.cpp : Minor changes to clean code and error reporting. kevin 2020-09-24 11:41:23 -0400
  • 7312289d76 cwAudioFile.cpp : Fixed bug in _get() that prevented all dependent function from reading at the correct location. kevin 2020-09-24 11:36:06 -0400
  • fe5c069adb cwMtx.h,cpp : Added slice() and derivatives. kevin 2020-09-22 13:33:32 -0400
  • 077e1bc428 Makefile.am : Added use of cwALSA kevin 2020-09-22 13:32:13 -0400
  • 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. kevin 2020-09-22 11:37:19 -0400
  • 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>(). kevin 2020-09-01 15:46:21 -0400
  • 1af6b58667 cwAudioFile.h/cpp, cwMtx.cpp, Makefile.am : Added cwAudioFile and cwMtx.cpp. kevin 2020-09-01 15:42:28 -0400
  • d492374df7 cwNN.h/cpp/Makefile.am : Initial commit. kevin 2020-08-19 20:12:51 -0400
  • ca4487d09b cwText.h/cpp : Added textAppend() and textJoin(). kevin 2020-08-19 20:12:19 -0400
  • bb479512ef cwMtx.h : Initial commit. kevin 2020-08-19 20:11:49 -0400
  • a75a2a2a36 cwSvg.h/cpp : Initial commit. kevin 2020-08-19 20:11:29 -0400
  • 11bad66e54 cwDataSets.h/cpp : Initial commit. MNIST dataset implementation. kevin 2020-08-19 20:10:35 -0400
  • ded6a1ef4a cwMem.h : Expanded allocDupl() interfaces. Added printp(),appendStr() kevin 2020-08-19 20:08:14 -0400
  • 721d333a7f cwCommonImpl.h : define cwCount() and cwPP_NARG(). kevin 2020-08-19 20:06:44 -0400
  • 2e4ac71f44 cwFile.h : Set read/write???() cnt to default to 1. kevin 2020-08-19 20:06:17 -0400
  • 2b73b7b416 cwEuCon.cpp : Change mute id's to indicate source. kevin.larke 2020-05-19 20:51:20 -0400
  • c94990cb00 cwEuConDecls.h : Changed kMuteEuconId to kEucMuteEuconId and added kFdrMuteEuconId. kevin.larke 2020-05-19 20:44:35 -0400
  • 71a2bf42c9 html/ui/ui.css/js : Initial commit. kevin.larke 2020-05-18 12:23:41 -0400
  • 4982c61d60 cwUi.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
  • c4b0b0dba3 cwEuCon.cpp : Send state changes back to FDR. kevin.larke 2020-05-17 06:49:03 -0400
  • 222e058579 cwUi : Added widget type "numb_disp". kevin 2020-05-15 11:59:39 -0400
  • a11abf391c cwEuCon.cpp : Add fank channel to log output. kevin.larke 2020-05-14 16:34:09 -0400
  • c36ba83b7b cwEuCon.h/cpp : Implemented sendMsg() and use cwEuConDecls.h. kevin.larke 2020-05-14 11:13:07 -0400
  • 0ca908f7b8 cwEuConDecls.h : Initial commit. kevin.larke 2020-05-14 11:11:53 -0400
  • 9d9f43cf58 cwEuCon.cpp : added _app_msg_decode(). kevin.larke 2020-05-12 10:43:00 -0400
  • 6be205ecb5 cwUi.h/cpp : Added findElementAppId(). kevin.larke 2020-04-30 15:10:54 -0400
  • fab87f7050 cwUi.cpp : Fixed bug where 'title' element type had the wrong type string. kevin.larke 2020-04-28 20:51:18 -0400
  • 239f9c1916 Merge branch 'master' of gitea.larke.org:klarke/libcw kevin.larke 2020-04-28 17:39:28 -0400
  • 9b3fec0f95 cwUi.h: Added 'title' widget, and other minor HTML/JS/CSS changes. kevin.larke 2020-04-28 17:39:18 -0400
  • cb00951d10 Merge branch 'master' of gitea.larke.org:klarke/libcw kevin.larke 2020-04-28 16:59:42 -0400
  • e4bcdd4034 cwObject.cpp : Check for unexpected NULL node in objectFromString(). kevin.larke 2020-04-28 16:59:33 -0400
  • a46453f371 README.md : Updates kevin.larke 2020-04-28 16:38:54 -0400
  • 01a9b7605a cwNumericConvert.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
  • aa7f945299 cwUi.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
  • 99af70eb37 cwUiTest.cpp : Added more extensive example of resource based UI creation. Created 'value' UI element attribute. kevin.larke 2020-04-28 08:42:16 -0400
  • a324184c7a cwUi.cpp : Added 'div' aliases 'panel','row,'col' and assoc'd relaxed parent searching in _createEle(). kevin.larke 2020-04-28 08:40:53 -0400
  • f121997d53 cwUi.cpp,ui.js,ui.css,ui.cfg : Added row,col,panel div aliases. kevin.larke 2020-04-27 12:31:10 -0400
  • e2f1d9915f cwUi.h,cpp,cwUiTest.cpp : Added appIdMap[] as arg. to constructor. kevin.larke 2020-04-27 08:14:26 -0400
  • a260c3626c cwUi.cpp : Eliminated use of 'initFl' and changed _findOrCreateElement() to allow certain matching parent/name pairs. kevin.larke 2020-04-26 17:27:29 -0400
  • 87455db469 cwUI.h/cpp : Added session id tracking and 'idle' message generation. kevin.larke 2020-04-26 09:19:19 -0400
  • d3502e1379 html/ui.js,ui.css : Initial CSS implementation. kevin.larke 2020-04-24 16:38:03 -0400
  • 0fc0dcf1be cwUiTest.cpp : Changed connect/disconnect info message. kevin.larke 2020-04-24 16:37:15 -0400
  • 460e7d0048 cwUi.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
  • ebfe4dd224 cwUI.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
  • 9288040004 cwUi.cpp : check for null ele_t.eleName wherever eleName is accessed. kevin.larke 2020-04-23 13:53:30 -0400
  • ffe367ed38 Merge branch 'master' of gitea.larke.org:klarke/libcw kevin.larke 2020-04-21 17:56:46 -0400
  • 515c31d90f cwUi.cpp,cwUiTest.cpp : Change attribute 'class' to 'className'. kevin.larke 2020-04-21 17:56:38 -0400
  • 7dc88635e1 cwWebSock.cpp : callExpandPath() on physRootDir. kevin.larke 2020-04-21 17:55:40 -0400
  • fcc3dfee84 uiTest/ui.cfg : Changed 'class' to 'className'. kevin.larke 2020-04-21 17:54:49 -0400
  • 24a43c4c47 Merge branch 'master' of gitea.larke.org:klarke/libcw kevin.larke 2020-04-21 15:00:03 -0400
  • a2588cdfd7 cwUi.h/cpp : Added createFromObject(). kevin.larke 2020-04-21 14:59:55 -0400
  • a7858560a4 cwUi.cpp : _createEleFromRsrc() now duplicates the rsrc object prior to modifying it, thereby allowing a const source object. kevin.larke 2020-04-21 14:56:42 -0400
  • 65ad48974e cwObject.h/cpp : Added duplicate() function. kevin.larke 2020-04-21 14:53:33 -0400
  • 8e1fce703c Merge branch 'master' of gitea.larke.org:klarke/libcw kevin.larke 2020-04-20 15:01:30 -0400
  • 3d1facf2c2 cwFileSys.h/cpp : Added expandPath(). kevin.larke 2020-04-20 15:01:21 -0400
  • 642904fe3a cwSpScQueueTmpl.cpp : _consumer() now reads all available records. kevin.larke 2020-04-19 15:43:07 -0400
  • 85d7098061 cwSpScQueueTmpl.h : Change operation such that get() ony returns empty records. kevin.larke 2020-04-19 15:17:11 -0400
  • 48ebcc89c7 cwThread.cpp : Made stateId and doFlags atomic. kevin.larke 2020-04-19 13:01:47 -0400
  • b577d476d3 cwSpscQueueTmpl.h/cpp : Initial commit. kevin.larke 2020-04-19 13:01:21 -0400
  • c48ba08514 Merge branch 'master' of gitea.larke.org:klarke/libcw kevin.larke 2020-04-18 21:24:57 -0400
  • 8c7d72298c cwSpScQueueTmpl.h : Initial commit. kevin.larke 2020-04-18 21:24:42 -0400
  • 273133f6f6 cwTime.cpp : Added >=, <= tests to test(). kevin.larke 2020-04-18 08:59:35 -0400
  • 9ec4c131b5 cwEuCon.cpp : Debug watch-dog logic. kevin 2020-04-17 15:15:17 -0400
  • 16fb46f5f9 cwSocket.cpp : Log a warning if the socket to destroy() is not found. kevin.larke 2020-04-17 14:05:14 -0400
  • d143546748 Merge branch 'master' of gitea.larke.org:klarke/libcw kevin.larke 2020-04-17 13:43:06 -0400
  • 83b588bbf8 cwEuCon.cpp : Update heart-beat next recv time on every recvd msg. kevin.larke 2020-04-17 13:42:19 -0400
  • df1501ffa3 cwEuCon.cpp : Change printf() fmt. kevin.larke 2020-04-17 13:40:41 -0400
  • 09a02e9a9b cwTime.h/cpp : Added test(). kevin.larke 2020-04-17 13:28:09 -0400
  • c156a2fe85 Merge branch 'master' of gitea.larke.org:klarke/libcw kevin.larke 2020-04-17 11:16:59 -0400
  • e9ca9b08ca cwEuCon.h/cpp : Added heart-beat logic. kevin.larke 2020-04-17 11:16:52 -0400
  • 03d24fbbdc cwTime.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
  • 7fad3df667 cwLog.cpp : flush() output in defaultOutput(). kevin.larke 2020-04-16 20:09:13 -0400
  • f8971f90b1 Merge branch 'master' of https://gitea.larke.org/klarke/libcw kevin 2020-04-16 11:12:18 -0400
  • ddfd1be7bb cwEuCon.cpp : Fixed printf() format specifier warning. kevin.larke 2020-04-16 11:11:44 -0400
  • 85993dcc42 cwSpScBuf.cpp : Fixed signed/unsigned compare. kevin.larke 2020-04-16 11:11:23 -0400
  • e5bddf6a7e cwTcpSocket.cpp : Fixed signed/unsigned compare. kevin.larke 2020-04-16 11:11:09 -0400
  • 9761728433 cwObject.h/cpp : Enabled 'bool' variables via getv() kevin.larke 2020-04-16 11:05:38 -0400
  • 3ecea739f1 Merge branch 'master' of gitea.larke.org:klarke/libcw kevin.larke 2020-04-16 09:51:47 -0400
  • cb458168e7 cwEuCon.h/cpp : Updated comments and code formatting. kevin.larke 2020-04-16 09:51:38 -0400
  • ef50816330 cwEuCon.cpp : Commented out unused code to prevent warnings. kevin.larke 2020-04-16 09:27:58 -0400
  • 1d74c5131d cwCommonImpl.h : Added #icnlude <unistd.h> kevin.larke 2020-04-16 09:27:34 -0400
  • 1991e10639 cwCommon.h : Added kInvalidDataTypeRC. kevin.larke 2020-04-16 09:27:04 -0400
  • 1ecaca7c07 cwSpScBuf.cpp, cwThreadMach.cpp : Initial working version of spsc_buf and thread_mach. kevin.larke 2020-04-09 22:47:26 -0400
  • fb92ec15de Merge branch 'master' of gitea.larke.org:klarke/libcw kevin.larke 2020-04-09 21:07:58 -0400
  • d505a4af5a cwEuCon.h/cpp : Added initial interface for communicating with an an application or UI. kevin.larke 2020-04-09 21:07:45 -0400
  • efc1c27f85 cwSpScBuf.h/cpp, cwThreadMach.h/cpp : initial commit. kevin.larke 2020-04-09 21:06:33 -0400
  • 6670a961be cwObject.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
  • a27293c26f cwAudioDeviceAlsa.cpp : Removed pre-proc guards around SNDPCM_PRIVATE1 kevin 2020-04-08 20:23:38 -0400
  • 9f56f26ff7 Merge branch 'master' of https://gitea.larke.org/klarke/libcw kevin 2020-04-08 20:08:31 -0400
  • 0138d690a1 cwObject.cpp : Fixed int64 printf specifiers. kevin 2020-04-08 20:08:11 -0400
  • 4d5dadf0b9 cwAudioDeviceAlsa.cpp : Added pre-proc guard around SND_PCM_STATE_PRIVATE1. kevin.larke 2020-04-08 20:04:14 -0400