Brad Arant
|
c40e288a67
|
added trim operand function.
|
2025-01-16 13:38:35 -08:00 |
|
barant
|
f8557aa5f5
|
migrating conversion modifiers from JetCore::Global to MString.
|
2024-12-19 10:32:23 -08:00 |
|
barant
|
10df4a6a99
|
added changed event handler.
|
2024-12-18 11:26:58 -08:00 |
|
barant
|
7eb2417456
|
added a pretty output to JString.
|
2024-12-18 09:49:34 -08:00 |
|
barant
|
d74fa9689d
|
added a pretty output to JString. Initial.
|
2024-12-17 16:56:05 -08:00 |
|
barant
|
d1e5e41ab2
|
JString fix to compress initial assignment JSON.
|
2024-12-17 09:58:56 -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 |
|
barant
|
7531c885a7
|
JString now streams properly.
|
2024-12-11 09:55:40 -08:00 |
|
barant
|
0baa44d076
|
messing around with jstring.
|
2024-12-10 17:10:49 -08:00 |
|
brad Arant
|
6cd2fd6cc1
|
updated zstring_test to accomodate asInteger.
|
2024-11-27 15:18:32 -08:00 |
|
Brad Arant
|
8f5dd52c6a
|
changed getTokenExclude method to allow escaped characters.
|
2024-11-14 09:44:12 -08:00 |
|
Brad Arant
|
bf4ff3fdac
|
Created destructive removeTrailingZeros() method on ZString.
|
2024-11-04 16:26:40 -08:00 |
|
Brad Arant
|
d0239074a4
|
Fixed erroneous operator== on ZString.
|
2024-10-16 11:37:18 -07:00 |
|
Brad Arant
|
34e2ca0566
|
Fixed NULL assignment to ZString.
|
2024-10-16 11:15:54 -07:00 |
|
Brad Arant
|
8648ab3152
|
Added operator= integer operator.
|
2024-10-14 10:09:14 -07:00 |
|
Brad Arant
|
e2d20a0c2d
|
Changed startsWithDouble to startsWithNumber.
|
2024-09-26 12:32:04 -07:00 |
|
Brad Arant
|
974a509767
|
Fixed bug in asDouble but changed its operation. Decimal only.
|
2024-09-26 12:19:34 -07:00 |
|
Brad Arant
|
75df8d0282
|
Made find() return -1 if not found.
|
2024-09-24 14:19:25 -07:00 |
|
Brad Arant
|
d7ef47cd49
|
Add trim to ZString.
|
2024-09-24 11:14:58 -07:00 |
|
Brad Arant
|
a1cc142a59
|
Completed cosing of substring.
|
2024-08-08 11:42:09 -07:00 |
|
Brad Arant
|
39fd88cad9
|
Added startsWithDouble() method on ZString.
|
2024-08-01 15:03:28 -07:00 |
|
Brad Arant
|
0db4be8a99
|
Fixed operator< on ZString.
|
2024-07-31 13:03:45 -07:00 |
|
Brad Arant
|
ad74a9de85
|
Completed ZString::compare method.
|
2024-07-24 17:01:25 +00:00 |
|
Brad Arant
|
6409bd2444
|
ignore string_tests.
|
2024-07-23 14:30:42 +00:00 |
|
Brad Arant
|
2adb523306
|
testing update.
|
2024-07-23 14:28:00 +00:00 |
|
Brad Arant
|
d5bdfe8ca3
|
Added lineIsWhitespace function.
|
2024-07-11 13:53:53 -07:00 |
|
Brad Arant
|
81829f15f5
|
Added a zstring test.
|
2024-07-11 10:45:20 -07:00 |
|
Brad Arant
|
cca957b948
|
Removed stringstream from assignment from double.
|
2024-07-09 08:29:43 -07:00 |
|
Brad Arant
|
bfe5283492
|
Change c++17 to c++20. Fixed formatting on assignment from double.
|
2024-07-09 08:21:11 -07:00 |
|
brad Arant
|
363a6aa496
|
Fixed assignment of double to MString.
|
2024-07-08 18:27:05 -07:00 |
|
Brad Arant
|
1cfdc23a57
|
Added asDouble method to ZString.
|
2024-06-15 10:43:41 -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
|
77d5ea61dd
|
Merge branch 'master' into develop
|
2024-03-20 11:03:44 -07:00 |
|
Brad Arant
|
37b9a5e316
|
Added ZString constructor for assignment on definition.
|
2024-02-16 14:38:04 -08:00 |
|
Brad Arant
|
2ad0d9a30c
|
JString work.
|
2024-02-16 11:24:42 -08:00 |
|
Brad Arant
|
d020363bc9
|
Trying to fix MString assignments.
|
2023-10-10 15:49:46 -07:00 |
|
Brad Arant
|
74ab316e64
|
Working flat JString sorta
|
2023-10-09 19:31:12 -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
|
2a8cfcee2a
|
testing changes and JString
|
2023-03-08 17:59:53 -08: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 |
|