Commit graph

14 commits

Author SHA1 Message Date
Andrew Martin
a66f8e1200 Add shortByteString builder. Prepare the changelog for a major release. 2019-10-17 09:45:08 -04:00
Andrew Martin
691749e27a Support big-endian and little-endian encoding of 16-bit and 32-bit signed integers 2019-10-10 10:28:01 -04:00
Andrew Martin
71568edb50 Add big-endian and little-endian functions for copying a PrimArray of Word{16,32,64} 2019-10-10 09:40:39 -04:00
Andrew Martin
c84f6cbcca Add flush, copy, and insert 2019-10-10 09:10:44 -04:00
Andrew Martin
3ad5261ff4 Add little-endian encoding functions for Word{16,32,64}. Add machine encoding functions for 64-bit signed int. These just convert it to an unsigned int and call the corresponding encoding function. 2019-10-09 09:48:28 -04:00
Andrew Martin
d52aecdc60 Add consLengthBE32 2019-09-18 11:45:02 -04:00
Andrew Martin
902eede957 add release date to changelog in preparation for release to hackage 2019-09-05 09:25:26 -04:00
Andrew Martin
1c17d129ff update the changelog 2019-09-05 09:18:14 -04:00
Andrew Martin
61c7539cee update the changelog in preparation for a release 2019-09-04 11:15:18 -04:00
Andrew Martin
5d3d6d1afd Add functions for encoding ShortText as UTF-8 and as JSON 2019-08-07 15:23:02 -04:00
Andrew Martin
37aaeac18a Add doubleDec for rendering floating-point numbers 2019-08-05 12:07:02 -04:00
Andrew Martin
7b222c31cf major version bump and modify changelog 2019-08-02 16:28:25 -04:00
Andrew Martin
a0f71b9b81 bump to 0.1.1.0 for release 2019-07-30 08:43:09 -04:00
Andrew Martin
0d63fbc60d Initial commit. The library includes a simple Builder, a Semigroup instance, primitives for running the builder, and a function for decimal-encoding a 64-bit word. There is also a test suite to confirm that it works. 2019-06-17 13:24:24 -04:00