Commit Graph

44 Commits

Author SHA1 Message Date
Phuntsok Drak-pa 7775fec68e test nouvelles fonctions 2018-06-17 04:09:25 +02:00
Phuntsok Drak-pa bae6d01bc8 fixed new bitpack size detection 2018-06-15 23:08:17 +02:00
Phuntsok Drak-pa 2b3e5e3f2b Fixed bit-packing bug 2018-06-15 19:54:00 +02:00
Phuntsok Drak-pa 5b9f3ccd6a forgot to change this line 2018-06-11 22:11:58 +02:00
Phuntsok Drak-pa 6c3fb8b6a7 removed [[nodiscard]] and changed chunk binary format 2018-06-11 21:26:05 +02:00
Phuntsok Drak-pa 67a88aaf91 bug fixed as input stream was char and not unsigned char 2018-06-11 21:02:59 +02:00
Phuntsok Drak-pa ec85a4b978 Some fixes, dictionary still broken 2018-06-11 16:34:35 +02:00
Phuntsok Drak-pa e54e5fa07d Bit-unpacking FIXEDDDDDDDDDDDD 2018-06-11 00:58:01 +02:00
Phuntsok Drak-pa 5eb33fb04f I think I fixed the lzw algo, but somehow uncompression still broken 2018-06-10 23:44:10 +02:00
Phuntsok Drak-pa fcfe944c5d Added (broken) uncompressing algo + fixed bit-unpacking 2018-06-10 21:21:06 +02:00
Phuntsok Drak-pa 9f70b01886 Moved ipow function 2018-06-09 23:11:27 +02:00
Phuntsok Drak-pa f8b493de2b added bit-unpacking algorithm 2018-06-09 22:59:11 +02:00
Phuntsok Drak-pa 1909b52c32 bugfix 2018-06-09 11:00:34 +02:00
Phuntsok Drak-pa 8e04f74bba bugfix 2018-06-09 03:30:37 +02:00
Phuntsok Drak-pa 6d779d8606 Changed file writing method to dynamic bit-packing 2018-06-09 03:18:28 +02:00
Phuntsok Drak-pa d901cd60f2 removed bettercode 2018-06-09 02:50:48 +02:00
Phuntsok Drak-pa cbd6d89234 Added function for bit-packing compression-side 2018-06-09 02:44:03 +02:00
Phuntsok Drak-pa b807ee259e changed some types 2018-06-05 11:38:27 +02:00
Phuntsok Drak-pa 74804a1ead Bugfixes and additional changes 2018-05-25 13:28:37 +02:00
Phuntsok Drak-pa 3bd2e15c76 removed unused prototype and header 2018-05-25 13:22:51 +02:00
Phuntsok Drak-pa 5ee86709ee I'm so stupid omb... 2018-05-25 12:13:21 +02:00
Phuntsok Drak-pa 44434df096 Code cleanup 2018-05-25 12:13:12 +02:00
Phuntsok Drak-pa 72c71c306f Changed I/O, compression behavior, removed threads 2018-05-25 12:00:58 +02:00
Phuntsok Drak-pa 34399b9b93 some style improvement 2018-05-23 16:27:54 +02:00
Phuntsok Drak-pa 3a4eff5ceb Fixed crashing processes and changed file writer 2018-05-03 13:28:17 +02:00
Phuntsok Drak-pa e0b869a844 Documenting and optimization 2018-04-29 14:13:14 +02:00
Phuntsok Drak-pa a8cce9e7e9 Modified for TravisCI 2018-04-26 14:37:10 +02:00
Phuntsok Drak-pa 494c0a9b60 Added needed header 2018-04-26 14:00:38 +02:00
Phuntsok Drak-pa 311898b363 added assertion thread exists 2018-04-26 13:56:43 +02:00
Phuntsok Drak-pa b7f96f0557 Fixed empty chunk issue, still unexpected errors 2018-04-26 13:49:39 +02:00
Phuntsok Drak-pa d7ea7c8866 Fixed issue with threads leftovers 2018-04-26 11:59:09 +02:00
Lucien Cartier-Tilet a4f722f6fb parallel compression kinda working, but ultimately segfault 2018-04-26 11:54:02 +02:00
Phuntsok Drak-pa 84808fd4e3 Minor changes 2018-04-21 20:28:42 +02:00
Phuntsok Drak-pa 8b4adb092b Minor code style optimization 2018-04-15 21:15:07 +02:00
Phuntsok Drak-pa 8b281854ee Merge branch 'master' of github.com:Phundrak/lzw-assignment 2018-04-15 21:07:15 +02:00
Phuntsok Drak-pa d88b89ba89
Clarified calculation precedence for '&' and '?' 2018-04-15 16:57:00 +02:00
Phuntsok Drak-pa bbfda2b0d0 added todo for compression and hint for decompression 2018-04-10 11:25:24 +02:00
Phuntsok Drak-pa d48012eb1d support for arguments + moved compression lines 2018-04-10 11:25:11 +02:00
Lucien Cartier-Tilet fa4d8aa4f9 from one file to several 2018-04-05 18:47:07 +02:00
Phuntsok Drak-pa 3eeb2bed7c Optimized compression function 2018-04-03 16:55:25 +02:00
Phuntsok Drak-pa 3ce2754211 Simplified the horrible mess the UTF-8 encoding function was 2018-04-03 16:11:54 +02:00
Phuntsok Drak-pa 5c2f6c62ec Output now written as UTF-8 characters 2018-04-02 19:39:53 +02:00
Phuntsok Drak-pa 1cb72d1a5f First compression implementation, but file output is wrong 2018-03-21 01:22:05 +01:00
Phuntsok Drak-pa 785633a33c initial commit 2018-03-20 21:41:46 +01:00