Drew Galbraith
9c860dd6a4
[Yunq] Add support for repeated nested fields
2024-01-11 22:09:42 -08:00
Drew Galbraith
66e7e95855
[Glacier] Factor Vector iterator logic into standalone class.
2024-01-11 17:32:06 -08:00
Drew Galbraith
b2354ae341
Move many loops over glcr::Vector to range-based loops.
2024-01-11 17:13:35 -08:00
Drew Galbraith
c06d1741f3
[Glacier] Add a vector iterator.
2024-01-11 16:59:10 -08:00
Drew Galbraith
c8e5441c7f
[Glacier] Add the ability to remove a character from a StringBuilder.
2023-11-26 13:39:18 -08:00
Drew Galbraith
569945f06d
[Glacier] Cleanup formatting for Array and Vector.
2023-11-15 18:43:35 -08:00
Drew Galbraith
792e5155ba
[Glacier] When resizing vector use the proper T constructor.
...
Previously when we static_casted from uint8_t[] to T[] we ended
up not properly initializing the objects in the array. This caused
issues where garbage memory provided by new was treated as a legitimate
object.
Potentially in the future it would make sense to back vectors with
a simple byte array and do memcpys to move objects in and out as
needed.
2023-11-15 12:00:53 -08:00
Drew Galbraith
26b61db021
Move userspace to a templated StrFormat.
2023-11-03 02:48:21 -07:00
Drew Galbraith
d7050ff19f
[VictoriaFalls] Implement Read File.
2023-11-02 20:57:28 -07:00
Drew Galbraith
a2e80952c8
[Glacier] Add a StringView class and StrSplit method.
2023-11-02 20:23:28 -07:00
Drew Galbraith
02e6b49d90
[glacier] Add a vector class
2023-06-26 15:46:03 -07:00