kevin.larke
|
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.
|
2020-04-24 10:20:25 -04:00 |
|
kevin.larke
|
9288040004
|
cwUi.cpp : check for null ele_t.eleName wherever eleName is accessed.
|
2020-04-23 13:53:30 -04:00 |
|
kevin.larke
|
ffe367ed38
|
Merge branch 'master' of gitea.larke.org:klarke/libcw
|
2020-04-21 17:56:46 -04:00 |
|
kevin.larke
|
515c31d90f
|
cwUi.cpp,cwUiTest.cpp : Change attribute 'class' to 'className'.
|
2020-04-21 17:56:38 -04:00 |
|
kevin.larke
|
7dc88635e1
|
cwWebSock.cpp : callExpandPath() on physRootDir.
|
2020-04-21 17:55:40 -04:00 |
|
kevin.larke
|
fcc3dfee84
|
uiTest/ui.cfg : Changed 'class' to 'className'.
|
2020-04-21 17:54:49 -04:00 |
|
kevin.larke
|
24a43c4c47
|
Merge branch 'master' of gitea.larke.org:klarke/libcw
|
2020-04-21 15:00:03 -04:00 |
|
kevin.larke
|
a2588cdfd7
|
cwUi.h/cpp : Added createFromObject().
|
2020-04-21 14:59:55 -04:00 |
|
kevin.larke
|
a7858560a4
|
cwUi.cpp : _createEleFromRsrc() now duplicates the rsrc object prior to modifying it, thereby allowing a const source object.
|
2020-04-21 14:56:42 -04:00 |
|
kevin.larke
|
65ad48974e
|
cwObject.h/cpp : Added duplicate() function.
|
2020-04-21 14:53:33 -04:00 |
|
kevin.larke
|
8e1fce703c
|
Merge branch 'master' of gitea.larke.org:klarke/libcw
|
2020-04-20 15:01:30 -04:00 |
|
kevin.larke
|
3d1facf2c2
|
cwFileSys.h/cpp : Added expandPath().
|
2020-04-20 15:01:21 -04:00 |
|
kevin.larke
|
642904fe3a
|
cwSpScQueueTmpl.cpp : _consumer() now reads all available records.
|
2020-04-19 15:43:07 -04:00 |
|
kevin.larke
|
85d7098061
|
cwSpScQueueTmpl.h : Change operation such that get() ony returns empty records.
|
2020-04-19 15:17:11 -04:00 |
|
kevin.larke
|
48ebcc89c7
|
cwThread.cpp : Made stateId and doFlags atomic.
|
2020-04-19 13:01:47 -04:00 |
|
kevin.larke
|
b577d476d3
|
cwSpscQueueTmpl.h/cpp : Initial commit.
|
2020-04-19 13:01:21 -04:00 |
|
kevin.larke
|
c48ba08514
|
Merge branch 'master' of gitea.larke.org:klarke/libcw
|
2020-04-18 21:24:57 -04:00 |
|
kevin.larke
|
8c7d72298c
|
cwSpScQueueTmpl.h : Initial commit.
|
2020-04-18 21:24:42 -04:00 |
|
kevin.larke
|
273133f6f6
|
cwTime.cpp : Added >=, <= tests to test().
|
2020-04-18 08:59:35 -04:00 |
|
kevin
|
9ec4c131b5
|
cwEuCon.cpp : Debug watch-dog logic.
|
2020-04-17 15:15:17 -04:00 |
|
kevin.larke
|
16fb46f5f9
|
cwSocket.cpp : Log a warning if the socket to destroy() is not found.
|
2020-04-17 14:05:14 -04:00 |
|
kevin.larke
|
d143546748
|
Merge branch 'master' of gitea.larke.org:klarke/libcw
# Conflicts:
# cwEuCon.cpp
|
2020-04-17 13:43:06 -04:00 |
|
kevin.larke
|
83b588bbf8
|
cwEuCon.cpp : Update heart-beat next recv time on every recvd msg.
|
2020-04-17 13:42:19 -04:00 |
|
kevin.larke
|
df1501ffa3
|
cwEuCon.cpp : Change printf() fmt.
|
2020-04-17 13:40:41 -04:00 |
|
kevin.larke
|
09a02e9a9b
|
cwTime.h/cpp : Added test().
|
2020-04-17 13:28:09 -04:00 |
|
kevin.larke
|
c156a2fe85
|
Merge branch 'master' of gitea.larke.org:klarke/libcw
|
2020-04-17 11:16:59 -04:00 |
|
kevin.larke
|
e9ca9b08ca
|
cwEuCon.h/cpp : Added heart-beat logic.
|
2020-04-17 11:16:52 -04:00 |
|
kevin.larke
|
03d24fbbdc
|
cwTime.h/cpp,cwDnsSd.cpp,cwMdns.cpp : Changed cwTime interface to use all references rather than pointers as arguments.
|
2020-04-17 11:16:21 -04:00 |
|
kevin.larke
|
7fad3df667
|
cwLog.cpp : flush() output in defaultOutput().
|
2020-04-16 20:09:13 -04:00 |
|
kevin
|
f8971f90b1
|
Merge branch 'master' of https://gitea.larke.org/klarke/libcw
|
2020-04-16 11:12:18 -04:00 |
|
kevin.larke
|
ddfd1be7bb
|
cwEuCon.cpp : Fixed printf() format specifier warning.
|
2020-04-16 11:11:44 -04:00 |
|
kevin.larke
|
85993dcc42
|
cwSpScBuf.cpp : Fixed signed/unsigned compare.
|
2020-04-16 11:11:23 -04:00 |
|
kevin.larke
|
e5bddf6a7e
|
cwTcpSocket.cpp : Fixed signed/unsigned compare.
|
2020-04-16 11:11:09 -04:00 |
|
kevin.larke
|
9761728433
|
cwObject.h/cpp : Enabled 'bool' variables via getv()
|
2020-04-16 11:05:38 -04:00 |
|
kevin.larke
|
3ecea739f1
|
Merge branch 'master' of gitea.larke.org:klarke/libcw
|
2020-04-16 09:51:47 -04:00 |
|
kevin.larke
|
cb458168e7
|
cwEuCon.h/cpp : Updated comments and code formatting.
|
2020-04-16 09:51:38 -04:00 |
|
kevin.larke
|
ef50816330
|
cwEuCon.cpp : Commented out unused code to prevent warnings.
|
2020-04-16 09:27:58 -04:00 |
|
kevin.larke
|
1d74c5131d
|
cwCommonImpl.h : Added #icnlude <unistd.h>
|
2020-04-16 09:27:34 -04:00 |
|
kevin.larke
|
1991e10639
|
cwCommon.h : Added kInvalidDataTypeRC.
|
2020-04-16 09:27:04 -04:00 |
|
kevin.larke
|
1ecaca7c07
|
cwSpScBuf.cpp, cwThreadMach.cpp : Initial working version of spsc_buf and thread_mach.
|
2020-04-09 22:47:26 -04:00 |
|
kevin.larke
|
fb92ec15de
|
Merge branch 'master' of gitea.larke.org:klarke/libcw
|
2020-04-09 21:07:58 -04:00 |
|
kevin.larke
|
d505a4af5a
|
cwEuCon.h/cpp : Added initial interface for communicating with an an application or UI.
|
2020-04-09 21:07:45 -04:00 |
|
kevin.larke
|
efc1c27f85
|
cwSpScBuf.h/cpp, cwThreadMach.h/cpp : initial commit.
|
2020-04-09 21:06:44 -04:00 |
|
kevin.larke
|
6670a961be
|
cwObject.h : Fixed bug where type CString was confused for type String. Added comments, and error messages.
|
2020-04-09 21:06:06 -04:00 |
|
kevin
|
a27293c26f
|
cwAudioDeviceAlsa.cpp : Removed pre-proc guards around SNDPCM_PRIVATE1
|
2020-04-08 20:23:38 -04:00 |
|
kevin
|
9f56f26ff7
|
Merge branch 'master' of https://gitea.larke.org/klarke/libcw
|
2020-04-08 20:08:31 -04:00 |
|
kevin
|
0138d690a1
|
cwObject.cpp : Fixed int64 printf specifiers.
|
2020-04-08 20:08:11 -04:00 |
|
kevin.larke
|
4d5dadf0b9
|
cwAudioDeviceAlsa.cpp : Added pre-proc guard around SND_PCM_STATE_PRIVATE1.
|
2020-04-08 20:04:14 -04:00 |
|
kevin.larke
|
1fe3e6d841
|
cwEuCon.h/cpp : Added an application thread.
|
2020-04-07 17:40:08 -04:00 |
|
kevin.larke
|
c6ccaefcdb
|
cwUI.h/cpp, cwUiTest.cpp : Separated the UI component into three parts ui, ws, srv.
|
2020-04-07 16:24:34 -04:00 |
|