32 Commits

Author SHA1 Message Date
barant
f8557aa5f5 migrating conversion modifiers from JetCore::Global to MString. 2024-12-19 10:32:23 -08:00
barant
7eb2417456 added a pretty output to JString. 2024-12-18 09:49:34 -08:00
barant
95254310f0 JString fix to compress initial assignment JSON. 2024-12-17 09:56:55 -08:00
barant
83e9b8ca99 bug fixes on mstring and jstring. 2024-12-12 15:47:09 -08:00
barant
0d60cce8dc more serious work on JString. 2024-12-12 12:22:46 -08:00
barant
c6e0486c14 Serious work on JString and some minor MString ajustments. 2024-12-11 16:58:34 -08:00
Brad Arant
8648ab3152 Added operator= integer operator. 2024-10-14 10:09:14 -07:00
Brad Arant
4945bbfc91 Updated write from ZString to not pass by reference. 2024-07-11 14:02:28 -07:00
Brad Arant
7341d26852 Created read method on MString to read from sockets. 2024-07-09 12:56:10 -07:00
brad Arant
363a6aa496 Fixed assignment of double to MString. 2024-07-08 18:27:05 -07:00
Brad Arant
beb3673241 Fixed == operator for empty string comparison. 2024-06-14 10:21:28 -07:00
Brad Arant
f6e5e60e5b MString streaming work. 2024-03-26 11:09:07 -07:00
Brad Arant
37b9a5e316 Added ZString constructor for assignment on definition. 2024-02-16 14:38:04 -08:00
Brad Arant
d020363bc9 Trying to fix MString assignments. 2023-10-10 15:49:46 -07:00
Brad Arant
7b333a3984 Added assignment to MString from ZString operator=. 2023-10-08 07:26:26 -07:00
Brad Arant
61d9f8015e Fixed pointer type on MString operator=. 2023-10-07 18:15:17 -07:00
Brad Arant
b44a00862b Fixed leak in MString when assigning from another MString. 2023-10-07 18:04:23 -07:00
Matt Arant
badfc4c709 merge 2023-10-07 02:31:33 +00:00
Matt Arant
ac142b6a66 Core Changes 2023-10-06 18:32:17 +00:00
Brad Arant
8a9c1c3bd7 Worked on ZString, MString and JString 2023-10-05 17:57:01 -07:00
Brad Arant
f39bdc98f6 jstring changes 2023-03-08 13:54:42 -08:00
Brad Arant
8f8c14d7b2 Changes to MString to add insert and remove methods. 2023-01-05 11:51:20 -08:00
Brad Arant
88d51cb598 Added support for MString in File 2022-11-19 10:18:09 -08:00
Brad Arant
d38b7f0c55 MString fixes. 2022-08-03 16:16:29 -07:00
Brad Arant
963a0561e8 Continues ZString and MString adjustments. 2022-07-30 18:04:27 -07:00
Brad Arant
f8bc2df133 Merge up with master branch. 2022-07-28 18:52:30 -07:00
Brad Arant
db801727c6 MString now string builds with << operator. 2022-07-28 18:36:44 -07:00
Brad Arant
036978130d MString updates. 2022-07-28 08:06:33 -07:00
Brad Arant
d8df083d6b Added char * << to MString for string assignment. 2022-07-21 19:39:47 -07:00
Brad Arant
287933f9ce Added ZString.c_str() function; Added MStrin operator=. 2022-07-16 21:33:55 -07:00
Brad Arant
b25650c5a7 << operator now outputs fulll ZString. 2022-04-04 13:35:15 -07:00
Brad Arant
59228ad356 Developed MString. 2022-03-15 20:07:43 -07:00