Brad Arant
|
c40e288a67
|
added trim operand function.
|
2025-01-16 13:38:35 -08:00 |
|
barant
|
5fd02a7a44
|
Fixed data type on comparisons.
|
2025-01-09 09:04:17 -08:00 |
|
barant
|
0ebe8eaf5b
|
cleanup for valgrind.
|
2024-12-23 11:15:53 -08:00 |
|
Brad Arant
|
2de5693e87
|
added moveBackToLineStart() method on ZString.
|
2024-11-26 10:33:31 -08:00 |
|
Brad Arant
|
52d3985ffa
|
added getLineNumberAtCursor() method to ZString.
|
2024-11-26 09:45:37 -08:00 |
|
brad Arant
|
d6d16a1b7f
|
renamed ifCRLF to trimCRLF to more accurately reflect the function.
|
2024-11-24 11:07:53 -08:00 |
|
Brad Arant
|
c70f135710
|
Modified nextChar method to return character under cursor before incrementing cursor.
|
2024-11-13 08:54:09 -08:00 |
|
Brad Arant
|
01180021b4
|
Work on the IMFHeader and IMFMessage.
|
2024-11-11 15:58:58 -08:00 |
|
Brad Arant
|
2e8bb4a123
|
Created ifNextIgnoreCase method for ZString.
|
2024-11-05 15:44:51 -08:00 |
|
Brad Arant
|
bf4ff3fdac
|
Created destructive removeTrailingZeros() method on ZString.
|
2024-11-04 16:26:40 -08:00 |
|
Brad Arant
|
f1337c682a
|
Added ability for ifNextInclude and changed data type on isCaracter to ZString.
|
2024-10-31 15:48:13 -07:00 |
|
Brad Arant
|
3eb1f5954a
|
Modified ifNext to only take the ZString parameter and let C++ do the conversions.
|
2024-10-30 08:36:30 -07:00 |
|
Brad Arant
|
d0239074a4
|
Fixed erroneous operator== on ZString.
|
2024-10-16 11:37:18 -07:00 |
|
Brad Arant
|
9d62a09140
|
Added >= and <= operators to ZString.
|
2024-09-30 16:50:17 -07:00 |
|
Brad Arant
|
e2d20a0c2d
|
Changed startsWithDouble to startsWithNumber.
|
2024-09-26 12:32:04 -07:00 |
|
Brad Arant
|
d7ef47cd49
|
Add trim to ZString.
|
2024-09-24 11:14:58 -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
|
dcf01ce555
|
initial compare coding.
|
2024-07-22 14:48:37 -07:00 |
|
Brad Arant
|
d5bdfe8ca3
|
Added lineIsWhitespace function.
|
2024-07-11 13:53:53 -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
|
ce71aefaac
|
Make some methods public for ZString.
|
2024-02-16 11:28:44 -08: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
|
2a349c6ceb
|
Many fixes for MString, ZString.
|
2022-08-23 09:30:56 -07:00 |
|
Brad Arant
|
d0d5172afa
|
Added substring capability to ZString.
|
2022-08-07 17:21:37 -07:00 |
|
Brad Arant
|
036978130d
|
MString updates.
|
2022-07-28 08:06:33 -07:00 |
|
Brad Arant
|
d2f13c192c
|
Added != operator functions.
|
2022-07-21 20:51:48 -07:00 |
|
Brad Arant
|
287933f9ce
|
Added ZString.c_str() function; Added MStrin operator=.
|
2022-07-16 21:33:55 -07:00 |
|
Brad Arant
|
6697a59c43
|
Update
|
2022-06-29 11:07:21 -07:00 |
|
Brad Arant
|
082263f5ea
|
Merge commit from develop
|
2022-05-23 12:51:44 -07:00 |
|
Brad Arant
|
e411d31cb6
|
MString edebugged.
|
2022-05-20 19:04:48 -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 |
|
Brad Arant
|
a37c4e6829
|
Updated and working.
|
2022-01-24 14:03:58 -08:00 |
|
Brad Arant
|
a0129273b3
|
Added testing function for ZString.
|
2021-09-22 18:01:54 -07:00 |
|
Brad Arant
|
191899fbb7
|
Fixed equals on zstring when length mismatches occured.
|
2021-08-31 17:59:24 -07:00 |
|
Brad Arant
|
deb88cb14d
|
Latest updates.
|
2021-08-26 22:57:47 -07:00 |
|
Brad Arant
|
1632a41b3e
|
Its working!!!
|
2021-08-11 21:37:48 -07:00 |
|
Brad Arant
|
ff4d818f8b
|
Working Compiling Version
|
2021-08-07 11:47:01 -07:00 |
|
|
78cb2fdd10
|
ZString modifications.
|
2021-07-31 11:15:07 -07:00 |
|
|
ff2c2b7432
|
All sorts of new crap and adjustments
|
2021-07-23 11:44:36 -07:00 |
|
Brad Arant
|
7e06591de6
|
Sync.
|
2021-01-09 18:27:48 -08:00 |
|