Bimba Shrestha
|
caaf43b258
|
Using a number instead of M prefix in head call
|
2019-09-10 09:30:37 -07:00 |
|
Bimba Shrestha
|
e6be4cf4eb
|
Changing test file directory names to be more descriptive
|
2019-09-09 12:08:33 -07:00 |
|
Bimba Shrestha
|
0b25ab2202
|
Testing first block decompression cli
|
2019-09-09 11:54:43 -07:00 |
|
Bimba Shrestha
|
44e122053b
|
Mentioning cli only in the comment as suggested
|
2019-09-06 14:48:41 -07:00 |
|
Bimba Shrestha
|
a917cd597d
|
Put back omission for first rle block and updated comment as suggested
|
2019-09-06 13:44:25 -07:00 |
|
Bimba Shrestha
|
d687d603e4
|
Removing redundant condition in decompression, making first block rles valid to deocmpress
|
2019-09-06 10:46:19 -07:00 |
|
Bimba Shrestha
|
c3e3c8bf32
|
Undoing the last commit (that was an accident)
|
2019-08-29 12:05:47 -07:00 |
|
bimbashrestha
|
e5704bbfdf
|
Added test for multiple blocks of zeros and fixed nit about comments
|
2019-08-28 08:32:34 -07:00 |
|
bimbashrestha
|
96201d9774
|
Added bool to cctx and fixed some comment nits
|
2019-08-26 15:30:41 -07:00 |
|
bimbashrestha
|
991cbc9024
|
Fixing mixed declaration compiler complaint
|
2019-08-26 15:00:50 -07:00 |
|
bimbashrestha
|
ce264ce53b
|
Forbiding emission of RLE when its the first block
|
2019-08-26 14:54:29 -07:00 |
|
bimbashrestha
|
33b6446ca7
|
Removing accidental method call
|
2019-08-26 14:34:43 -07:00 |
|
bimbashrestha
|
7b041b552e
|
Removing assert for rle that doesn't always hold
|
2019-08-26 12:26:53 -07:00 |
|
bimbashrestha
|
1f2bf77f2a
|
Using typedef U32 instead of int
|
2019-08-26 09:00:22 -07:00 |
|
bimbashrestha
|
ba46932492
|
Removing implicit conversion from const void* to const BYTE* and added constant for threshold
|
2019-08-26 08:51:34 -07:00 |
|
bimbashrestha
|
0e3ba02cf1
|
Fixing more test falure errors
|
2019-08-22 13:54:41 -07:00 |
|
bimbashrestha
|
4faf3a5911
|
Fixing ci-circle test failure issues
|
2019-08-22 13:46:15 -07:00 |
|
bimbashrestha
|
cba5350f88
|
Moving RLE logic to inside ZSTD_compressBlock_internal and adding assert
|
2019-08-22 12:12:44 -07:00 |
|