2584 Commits
Author SHA1 Message Date
Timofey Solomko 78205e8d1e Preparations for 1.2.1. 2016-12-10 18:47:05 +03:00
Timofey Solomko b16cd78977 Updated readme. 2016-12-10 18:43:00 +03:00
Timofey Solomko 81e86e2971 Updated readme. 2016-12-10 18:43:00 +03:00
Timofey Solomko 29eb13ada4 Updated test results. 2016-12-10 18:40:02 +03:00
Timofey Solomko 82c479ee42 Updated test results. 2016-12-10 18:40:02 +03:00
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 58155a3ea2 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 5ec3cce5d2 Removed unused import in DWP. 2016-12-10 15:58:17 +03:00
Timofey Solomko 035d4cba3d Removed unused import in DWP. 2016-12-10 15:58:17 +03:00
Timofey Solomko 106fd1e645 Made some properties in DWP private. 2016-12-09 20:33:29 +03:00
Timofey Solomko 4fda526791 Made some properties in DWP private. 2016-12-09 20:33:29 +03:00
Timofey Solomko 8e189f1877 Updated test results. 2016-12-09 11:29:47 +03:00
Timofey Solomko e923c87062 Updated test results. 2016-12-09 11:29:47 +03:00
Timofey Solomko effb1e8691 Uncompressed block now added to out a little bit more efficient. 2016-12-09 11:29:36 +03:00
Timofey Solomko 5e0a174fb6 Uncompressed block now added to out a little bit more efficient. 2016-12-09 11:29:36 +03:00
Timofey Solomko c02e00dd64 Fixed gzip tests incompatibility. 2016-12-09 09:21:42 +03:00
Timofey Solomko 1bee90aa8f Fixed gzip tests incompatibility. 2016-12-09 09:21:42 +03:00
Timofey Solomko 5828570bed Swiftlinted. 2016-12-09 01:12:22 +03:00
Timofey Solomko cfe13df217 Swiftlinted. 2016-12-09 01:12:22 +03:00
Timofey Solomko 97633f1069 Added results of performance testing. 2016-12-09 01:12:17 +03:00
Timofey Solomko bb97fd9207 Added results of performance testing. 2016-12-09 01:12:17 +03:00
Timofey Solomko 1f95237274 Adopted removal of alignedBytes() in other code. 2016-12-09 01:08:49 +03:00
Timofey Solomko 78fd83dda2 Adopted removal of alignedBytes() in other code. 2016-12-09 01:08:49 +03:00
Timofey Solomko c009ef12a8 Rewritten DataWithPointer with the use of array of bytes. Removed alignedBytes(count:) because it was significantly slower this way. 2016-12-09 01:07:52 +03:00
Timofey Solomko 0a50b5d10f Rewritten DataWithPointer with the use of array of bytes. Removed alignedBytes(count:) because it was significantly slower this way. 2016-12-09 01:07:52 +03:00
Timofey Solomko 7f49f10b1c Reorganized tests so there is now less duplicate code. 2016-12-09 00:05:45 +03:00
Timofey Solomko 631aab387c Reorganized tests so there is now less duplicate code. 2016-12-09 00:05:45 +03:00
Timofey Solomko 41bd64fb8a filter_tests now has output filename argument. 2016-12-08 17:09:01 +03:00
Timofey Solomko ea7f63cc0d filter_tests now has output filename argument. 2016-12-08 17:09:01 +03:00
Timofey Solomko dceadb049d Removed unused variable. 2016-12-08 17:08:44 +03:00
Timofey Solomko 714699ae41 Removed unused variable. 2016-12-08 17:08:44 +03:00
Timofey Solomko b9fb8079b9 Removed HuffmanLength. 2016-12-08 08:26:14 +03:00
Timofey Solomko a93a06124f Removed HuffmanLength. 2016-12-08 08:26:14 +03:00
Timofey Solomko ee0b814104 Added small python script which parses results of performance tests. 2016-12-08 08:25:33 +03:00
Timofey Solomko 84d9728f12 Added small python script which parses results of performance tests. 2016-12-08 08:25:33 +03:00
Timofey Solomko 95c5221f49 HuffmanLength is no longer used. 2016-12-08 08:25:00 +03:00
Timofey Solomko 21a5ba23df HuffmanLength is no longer used. 2016-12-08 08:25:00 +03:00
Timofey Solomko e9edd445d0 Added optional performance tests which run when «PERF_TESTS» option is passed to swift compiler. 2016-12-06 22:14:31 +03:00
Timofey Solomko 3ba84dc921 Added optional performance tests which run when «PERF_TESTS» option is passed to swift compiler. 2016-12-06 22:14:31 +03:00
Timofey Solomko 497f9569f4 Merge branch 'release-1.2.0' into develop 2016-12-05 19:52:20 +03:00
Timofey Solomko 702bd31b2b Merge branch 'release-1.2.0' into develop 2016-12-05 19:52:20 +03:00
Timofey Solomko 11579bf9ec Merge branch 'release-1.2.0' v1.2.0 2016-12-05 19:51:35 +03:00
Timofey Solomko 04f541b7be Preparations for 1.2.0. 2016-12-05 19:51:00 +03:00
Timofey Solomko 8c58347303 Preparations for 1.2.0. 2016-12-05 19:51:00 +03:00
Timofey Solomko 0c56343356 Small updates to readme. 2016-12-05 19:47:34 +03:00
Timofey Solomko 02bdb07f18 Small updates to readme. 2016-12-05 19:47:34 +03:00
Timofey Solomko 4db6e7ec44 Removed remains of huffmantable. 2016-12-05 19:47:25 +03:00
Timofey Solomko 4c310b9ce8 Removed remains of huffmantable. 2016-12-05 19:47:25 +03:00
Timofey Solomko 52cc370607 Swiftlinted. 2016-12-05 19:46:09 +03:00
Timofey Solomko 95f4a2fa75 Swiftlinted. 2016-12-05 19:46:09 +03:00