Commit Graph

24 Commits

Author SHA1 Message Date
kevin
4262eae18e cwObject.h/cpp,cwObjectTemplate.h : All strings are now reallocated on assignment.
Added newDictObject(),newListObject(),append_child()
2021-11-01 21:42:33 -04:00
kevin
e6bfa98878 cwObjec.h/cpp : Added newObjectDict() and newObjectList(). 2021-11-01 10:05:18 -04:00
kevin
297ab58212 cwObject.cpp : Allow strings with '.' to match the 'id' token. 2021-08-15 15:59:52 -04:00
kevin
e86067659a cwFileSys.cpp, cwMtx.h, cwObject.cpp : minor changes to eliminate warning during non-debug build. 2021-02-21 08:53:39 -05:00
kevin
5154c9eb53 cwObject.cpp : Changed uses of printf() to use "%s" where no format was necessary to prevent compiler warnings. 2021-01-20 13:08:29 -05:00
kevin
dc461dbe84 cwNumericConvert.h,cwObject.cpp : Added type specializations for cwNumericConvert.number_to_string(). 2020-12-29 10:11:00 -05:00
kevin
33756d0e2f cwObject.cpp : Allow 'null' objects to be converted to a null ptr to a string. 2020-10-07 10:55:34 -04:00
kevin.larke
e4bcdd4034 cwObject.cpp : Check for unexpected NULL node in objectFromString(). 2020-04-28 16:59:33 -04:00
kevin.larke
65ad48974e cwObject.h/cpp : Added duplicate() function. 2020-04-21 14:53:33 -04:00
kevin.larke
9761728433 cwObject.h/cpp : Enabled 'bool' variables via getv() 2020-04-16 11:05:38 -04:00
kevin.larke
fb92ec15de Merge branch 'master' of gitea.larke.org:klarke/libcw 2020-04-09 21:07:58 -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
0138d690a1 cwObject.cpp : Fixed int64 printf specifiers. 2020-04-08 20:08:11 -04:00
kevin.larke
bfe9d9ebfc cwObject.h/cpp : Added newPairObject(), typeid: kCStringTId, changed list_ele() to child_ele() 2020-04-06 19:15:03 -04:00
kevin
86c641c4ab Minor changes for Raspberry Pi Build. 2020-04-04 20:53:20 +00:00
kevin.larke
10b2a36970 cwObject.h/cpp,cwObjectTemplate.h : Initial implementation of newObject(). Added flags to find(). 2020-03-31 12:51:17 -04:00
kevin.larke
e4328c950b cwObject.h/cpp : Added unlink() and non const find(),par_value(),list_ele(). 2020-03-25 11:34:28 -04:00
kevin.larke
938e8c284d cwObject*,cwText* : Added object_t.to_string() function 2020-03-24 08:53:00 -04:00
kpl
77c5026f14 cwObject.cpp,cwObjectTemplate.h,main.cpp : Fixed cwObject bool parsing. 2020-02-29 00:12:15 -05:00
kpl
72b959690f cwObject.h/cpp : Added list_ele(). 2020-01-27 17:48:17 -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
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
3954d794f1 Initial commit 2019-12-18 22:24:12 -05:00