Timofey Solomko
|
3bff620572
|
Removed unused and excessive functions from Extensions. Corrected Zlib because it used one of them.
|
2016-12-10 15:59:24 +03:00 |
|
Timofey Solomko
|
def0ce590c
|
Moved common swift files so swift package manager won’t complain.
|
2016-11-20 17:56:09 +03:00 |
|
Timofey Solomko
|
58d49afc35
|
Reorganized project structure.
|
2016-11-19 15:21:44 +03:00 |
|
Timofey Solomko
|
05ddfa50b8
|
Added more extension functions for integer type conversions.
|
2016-11-19 13:47:02 +03:00 |
|
Timofey Solomko
|
c158f895bf
|
Added new enum for specifying bit order. United DataWithPointer and DataWithStraightPointer.
|
2016-11-15 22:32:36 +03:00 |
|
Timofey Solomko
|
f9d1baecfc
|
Added support for optional specification of straight bit order to findNextSymbol and convertToInt.
|
2016-11-14 23:59:02 +03:00 |
|
Timofey Solomko
|
8bccf79dfb
|
Removed unused symbols.
|
2016-11-05 12:06:52 +03:00 |
|
Timofey Solomko
|
64acfa23c3
|
Added two new convert... functions with straight bit order in array argument.
|
2016-10-30 14:45:56 +03:00 |
|
Timofey Solomko
|
d0a887ea87
|
convertToInt/convertToUInt8 functions' argument renamed to reversedUint8Array.
|
2016-10-30 14:45:12 +03:00 |
|
Timofey Solomko
|
641c0bb13b
|
Fixed copyright notice.
|
2016-10-29 22:32:01 +03:00 |
|
Timofey Solomko
|
1e01531e61
|
Swiftlinted.
|
2016-10-29 21:24:40 +03:00 |
|
Timofey Solomko
|
a2540d398c
|
bits function of Data extension now checks if start is the same as the end.
|
2016-10-29 17:55:47 +03:00 |
|
Timofey Solomko
|
9d782bb658
|
Added new extension for getting an array of bits from ambigious places in Data objects; convert array to number functions moved to Extensions file.
|
2016-10-27 14:47:27 +03:00 |
|
Timofey Solomko
|
bca59021a5
|
Added extensions, findNextSymbol; HuffmanLength moved to a separate file.
|
2016-10-26 21:03:19 +03:00 |
|
Timofey Solomko
|
15dbb1fb60
|
Data type actually has built-in subscripts, so home-made subscripts were replaced by them.
|
2016-10-25 23:25:35 +03:00 |
|
Timofey Solomko
|
33f8466dd7
|
Cleanuped code.
|
2016-10-25 23:07:13 +03:00 |
|
Timofey Solomko
|
b000b7952b
|
Added a lot of comments and rewrote some bad code.
|
2016-10-24 23:22:36 +03:00 |
|
Timofey Solomko
|
ed5cf0ebe1
|
Moved UInt8 and Data extensions to a combined file. Added function to "combine" two bytes into one.
|
2016-10-24 20:23:26 +03:00 |
|