log src/dmgrowbuf.h @ 2298:b5abfff07ca9

age author description
Thu, 04 Jul 2019 10:54:16 +0300 Matti Hamalainen Add new DMGrowBuf helper functions dmGrowBufCopyOffsSize() and
Thu, 04 Jul 2019 10:51:02 +0300 Matti Hamalainen Bump copyright.
Thu, 04 Jul 2019 10:50:07 +0300 Matti Hamalainen Constify.
Fri, 22 Jun 2018 16:17:06 +0300 Matti Hamalainen Remove dmGrowBufUpdate() and min/max_offs.
Mon, 11 Jun 2018 13:57:07 +0300 Matti Hamalainen Change DMGrowBuf API somewhat and implement more copy operations.
Tue, 05 Jun 2018 19:49:49 +0300 Matti Hamalainen Add helper function dmGrowBufCreateFromOffs().
Tue, 05 Jun 2018 15:04:15 +0300 Matti Hamalainen Implement dmGrowBufConstCopy() and dmGrowBufCreateFrom(), and also
Tue, 05 Jun 2018 15:02:56 +0300 Matti Hamalainen Implement dmGrowBufGetU8().
Tue, 05 Jun 2018 12:55:17 +0300 Matti Hamalainen Refactor DMGrowBuf so that there can be buffers that grow "backwards".
Tue, 05 Jun 2018 11:03:17 +0300 Matti Hamalainen Backed out changeset 9611ecd2c4fb
Tue, 05 Jun 2018 09:52:53 +0300 Matti Hamalainen Get rid of dmGrowBufResize().
Tue, 05 Jun 2018 09:50:08 +0300 Matti Hamalainen Get rid of dmGrowBufInit().
Fri, 01 Jun 2018 02:21:24 +0300 Matti Hamalainen Cosmetics.
Sat, 12 May 2018 03:26:14 +0300 Matti Hamalainen Cosmetic.
Sat, 12 May 2018 03:23:32 +0300 Matti Hamalainen Implement current len/offs push/pop for growbuf.
Fri, 11 May 2018 02:26:29 +0300 Matti Hamalainen Rename one of the growbuf functions.
Thu, 10 May 2018 21:00:59 +0300 Matti Hamalainen Adjust semantics of growbuf and add new function.
Thu, 10 May 2018 18:53:23 +0300 Matti Hamalainen Add dmGrowBufCheckGrow() function.
Thu, 10 May 2018 18:33:57 +0300 Matti Hamalainen Add a growable buffer implementation.