Timofey Solomko
|
f57a9e0436
|
Merge branch 'develop'
4.0.1
|
2017-11-25 18:43:59 +03:00 |
|
Timofey Solomko
|
b471e66106
|
Prepare for 4.0.1
|
2017-11-25 18:43:39 +03:00 |
|
Timofey Solomko
|
e2054e15cc
|
Remove v release prefix from podspec
|
2017-11-25 18:42:16 +03:00 |
|
Timofey Solomko
|
7dbd11f035
|
Update summary in podspec
|
2017-11-25 18:41:55 +03:00 |
|
Timofey Solomko
|
5e46c5837d
|
Swiftlint autocorrect
|
2017-11-25 18:39:27 +03:00 |
|
Timofey Solomko
|
2438c6eec9
|
Fix tables in Results
|
2017-11-25 18:25:02 +03:00 |
|
Timofey Solomko
|
4d77104572
|
Add Contributing section to README and move Performance section
|
2017-11-25 18:22:26 +03:00 |
|
Timofey Solomko
|
6a97dac95d
|
Update tests results with completely new tests and results
|
2017-11-25 18:22:00 +03:00 |
|
Timofey Solomko
|
320adba127
|
Remove LONG_TESTS
|
2017-11-24 23:40:36 +03:00 |
|
Timofey Solomko
|
265353bbf3
|
Reduce size of 5 MB tests to 1 MB
|
2017-11-24 23:40:00 +03:00 |
|
Timofey Solomko
|
c80b486dbd
|
Remove script for parsing perfomance tests results
|
2017-11-24 00:15:00 +03:00 |
|
Timofey Solomko
|
66c821a699
|
Remove PERF_TESTS
|
2017-11-24 00:14:32 +03:00 |
|
Timofey Solomko
|
b127ff9611
|
Remove fail message for deflate compression test
|
2017-11-24 00:14:22 +03:00 |
|
Timofey Solomko
|
225af08da0
|
Fix uint8 overflow crash in 7z
It was happening when number of files with empty stream was greater than 255.
|
2017-11-24 00:10:22 +03:00 |
|
Timofey Solomko
|
60051dd193
|
Add commands to swcomp which can do performance tests
|
2017-11-23 23:33:55 +03:00 |
|
Timofey Solomko
|
d69f6cad8c
|
Ignore swcomp link correctly
|
2017-11-23 19:40:53 +03:00 |
|
Timofey Solomko
|
6f88a765a8
|
Check comp size after reading compressed data and simplify filters-apply code
|
2017-11-23 19:38:46 +03:00 |
|
Timofey Solomko
|
a447e6adcf
|
Don't check unicodeness of zip strings if language encoding flags is set
|
2017-11-22 23:04:21 +03:00 |
|
Timofey Solomko
|
e4447ca86f
|
Increase version
|
2017-11-22 22:57:25 +03:00 |
|
Timofey Solomko
|
427886fa23
|
Update tests results
|
2017-11-22 22:47:30 +03:00 |
|
Timofey Solomko
|
3b0e3c5d74
|
Mark several extension functions as inline-always
|
2017-11-22 22:25:18 +03:00 |
|
Timofey Solomko
|
d9954f4791
|
Use new toArray function in DWP.bytes
|
2017-11-22 22:24:45 +03:00 |
|
Timofey Solomko
|
1fa558f1a6
|
Add toArray extension function with count argument
|
2017-11-22 22:24:26 +03:00 |
|
Timofey Solomko
|
5d3a85944a
|
Mark test7 for BZip2 as long
|
2017-11-22 22:23:57 +03:00 |
|
Timofey Solomko
|
dcfde952f2
|
Don't convert Data to UInt8 array in Deflate compression
|
2017-11-22 22:15:02 +03:00 |
|
Timofey Solomko
|
b9cebf13e9
|
Remove dwp functions with count argument
|
2017-11-22 22:08:02 +03:00 |
|
Timofey Solomko
|
21a32f1d5a
|
Add no-args uint functions to DWP and BitReader
Tests shows that these functions are faster than functions with arguments.
|
2017-11-22 20:57:22 +03:00 |
|
Timofey Solomko
|
7c6d6d22ff
|
Replace UInt extensions with one extension to UnsignedInteger
|
2017-11-22 20:56:28 +03:00 |
|
Timofey Solomko
|
98fd2e4d1e
|
Remove reverseBytes function and use built-in byteSwapped property instead
|
2017-11-22 20:55:17 +03:00 |
|
Timofey Solomko
|
0826ccc5ef
|
Use smaller uint dwp functions where possible
|
2017-11-22 00:06:39 +03:00 |
|
Timofey Solomko
|
ea8a78045e
|
Rearrange tests in xcode project so they show in the order they are executed
|
2017-11-22 00:06:17 +03:00 |
|
Timofey Solomko
|
a8e8d6b67f
|
Add new test results
|
2017-11-19 20:07:41 +03:00 |
|
Timofey Solomko
|
8aced32379
|
Extract function for calculating Deflate's static huffman block size
|
2017-11-19 20:05:45 +03:00 |
|
Timofey Solomko
|
733b7a26b3
|
Remove empty_file special case in getting test data
|
2017-11-19 20:05:21 +03:00 |
|
Timofey Solomko
|
e98b42bf7a
|
Move zlib test files into subdirectory
|
2017-11-19 18:48:17 +03:00 |
|
Timofey Solomko
|
a603afc0ee
|
Rename some zip tests for consistency
|
2017-11-19 18:46:57 +03:00 |
|
Timofey Solomko
|
c8d8b0833a
|
Extract some common code for acquiring data
|
2017-11-19 18:44:10 +03:00 |
|
Timofey Solomko
|
3c405e4fa4
|
Make testType properties private to protect from potential mistakes
|
2017-11-19 18:43:15 +03:00 |
|
Timofey Solomko
|
9da406fc53
|
Small improvement to EncHuffTree.code function
|
2017-11-19 12:47:46 +03:00 |
|
Timofey Solomko
|
00977462b0
|
Merge branch 'release-4.0.0' into develop
|
2017-11-18 13:33:00 +03:00 |
|
Timofey Solomko
|
36f068e4ff
|
Merge branch 'release-4.0.0'
v4.0.0
|
2017-11-18 13:31:40 +03:00 |
|
Timofey Solomko
|
e8064ae12b
|
Prepare for 4.0.0
|
2017-11-18 13:31:10 +03:00 |
|
Timofey Solomko
|
c9cf285e13
|
Add changelog for 4.0.0
|
2017-11-18 11:09:00 +03:00 |
|
Timofey Solomko
|
36b4654521
|
Correct doc string for TarError.wrongField
|
2017-11-18 11:08:52 +03:00 |
|
Timofey Solomko
|
4ae2944a6e
|
Updated description and summary in podspec
|
2017-11-18 11:08:25 +03:00 |
|
Timofey Solomko
|
817c9fbae3
|
Finish updating README
|
2017-11-16 19:31:00 +03:00 |
|
Timofey Solomko
|
3d19a5c161
|
Allow trailing question marks in headers in markdown
|
2017-11-16 01:11:14 +03:00 |
|
Timofey Solomko
|
60a6b2fdfe
|
More updates to README
|
2017-11-15 21:51:43 +03:00 |
|
Timofey Solomko
|
67b68d5f79
|
Rebuild jazzy docs
|
2017-11-14 21:38:28 +03:00 |
|
Timofey Solomko
|
e4b3eb5421
|
Some updates to readme
|
2017-11-14 21:35:38 +03:00 |
|