| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove debug textv1.4.1 | Arda Serdar Pektezol | 2023-09-15 | 1 | -2/+0 |
| | | |||||
| * | revamped bitreader; with new functionality and bug fixes | Arda Serdar Pektezol | 2023-09-15 | 1 | -146/+273 |
| | | |||||
| * | finally fixed ReadBitsToSlice logic v4v1.2.9 | Arda Serdar Pektezol | 2022-11-11 | 1 | -0/+12 |
| | | |||||
| * | fix ReadBitsToSlice logic v3v1.2.7 | Arda Serdar Pektezol | 2022-11-11 | 1 | -7/+10 |
| | | |||||
| * | fix ReadBitsToSlice logic v2v1.2.6 | Arda Serdar Pektezol | 2022-11-11 | 1 | -7/+10 |
| | | |||||
| * | fix ReadBitsToSlice logicv1.2.5 | Arda Serdar Pektezol | 2022-11-11 | 1 | -17/+23 |
| | | |||||
| * | add ReadBitsToSlice() functionv1.2.4 | Arda Serdar Pektezol | 2022-11-11 | 1 | -0/+48 |
| | | |||||
| * | added wrapper funcs for read bits/bytesv1.2.3 | Arda Serdar Pektezol | 2022-11-10 | 1 | -0/+20 |
| | | |||||
| * | add ReadBytesToSlice() functionv1.2.2 | Arda Serdar Pektezol | 2022-11-07 | 1 | -2/+32 |
| | | |||||
| * | add ReadStringLen(length int) func | Arda Serdar Pektezol | 2022-11-07 | 1 | -0/+29 |
| | | |||||
| * | add ReadString() function | Arda Serdar Pektezol | 2022-11-07 | 1 | -4/+33 |
| | | |||||
| * | slight change for go doc | BiSaXa | 2022-09-11 | 1 | -4/+9 |
| | | |||||
| * | added go doc | BiSaXa | 2022-09-11 | 1 | -14/+60 |
| | | |||||
| * | added tryreadbool and tryreadint1 | BiSaXa | 2022-09-08 | 1 | -0/+16 |
| | | |||||
| * | no err output on try wrapper funcs | BiSaXa | 2022-09-07 | 1 | -18/+18 |
| | | |||||
| * | change package name to bitreader | BiSaXa | 2022-09-07 | 1 | -1/+1 |
| | | |||||
| * | v2 init | BiSaXa | 2022-09-05 | 1 | -93/+128 |
| | | |||||
| * | changed package name to bitreader for proper library | BiSaXa | 2022-09-04 | 1 | -1/+1 |
| | | |||||
| * | added skipbytes, 64 bit support for readbits, new readme | BiSaXa | 2022-09-04 | 1 | -7/+19 |
| | | |||||
| * | specify little endian, easier reader construct | BiSaXa | 2022-09-04 | 1 | -20/+13 |
| | | |||||
| * | init - first full version | BiSaXa | 2022-09-04 | 1 | -0/+129 |