Commit Graph

200 Commits

Author SHA1 Message Date
Phuntsok Drak-pa
fdcdc6519a better code quality 2018-11-21 01:49:30 +01:00
Phuntsok Drak-pa
988dbcaa87 woops, forgot these lines 2018-11-21 01:21:13 +01:00
Phuntsok Drak-pa
631bca6d8f fix building issue with travis I hope 2018-11-21 01:13:37 +01:00
Phuntsok Drak-pa
db9aa784ef travis update 2018-11-21 01:05:46 +01:00
Phuntsok Drak-pa
b3ea126e42 added cache for apt with travis 2018-11-21 00:59:02 +01:00
Phuntsok Drak-pa
ba4706cec4 travis update 2018-11-21 00:56:35 +01:00
Phuntsok Drak-pa
4192e9789d Merge branch 'master' of github.com:Phundrak/lzw-assignment 2018-11-21 00:53:55 +01:00
Phuntsok Drak-pa
652146a93a testing cloudsonar with travis 2018-11-21 00:52:03 +01:00
Phuntsok Drak-pa
834504c886
Update README.md 2018-11-21 00:38:26 +01:00
Phuntsok Drak-pa
2b932f3e1a added gitlabCI config file 2018-11-02 14:41:43 +01:00
Phuntsok Drak-pa
6d4e29b030 cleaned a bit and made general Makefile 2018-06-24 18:59:17 +02:00
Phuntsok Drak-pa
8e23eb858e BUG FIXED, DOBBY IS FREEEEEE!!! 2018-06-24 18:34:43 +02:00
Phuntsok Drak-pa
3e9d94d865 did not mean for this line to be commited 2018-06-24 18:08:50 +02:00
Phuntsok Drak-pa
0523fe77f2 Bug identified, first char of new chunk not witten (see uncompress.cc:59) 2018-06-24 18:03:09 +02:00
Phuntsok Drak-pa
e01334a566 removed Doxygen from release build 2018-06-24 18:02:39 +02:00
Phuntsok Drak-pa
4c212907c2 bugfixes 2018-06-21 17:38:51 +02:00
Phuntsok Drak-pa
94435ef305 updated help message 2018-06-18 18:04:07 +02:00
Phuntsok Drak-pa
d3ea93d13e Updated README.md 2018-06-18 17:53:38 +02:00
Phuntsok Drak-pa
8b8032e533 hopefully will fix Travis-CI builds 2018-06-18 17:10:49 +02:00
Phuntsok Drak-pa
5830f4225c bugfix: fixed writing mask for charsize increase 2018-06-18 16:51:38 +02:00
Phuntsok Drak-pa
8777183821 better, but still some bugs 2018-06-17 06:38:57 +02:00
Phuntsok Drak-pa
bae6d01bc8 fixed new bitpack size detection 2018-06-15 23:08:17 +02:00
Phuntsok Drak-pa
79770384c1 Deleted unused files 2018-06-15 19:58:25 +02:00
Phuntsok Drak-pa
9b892e12ee OSX deactivated for now 2018-06-15 19:54:47 +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
816b5cf1a7 update CircleCI 2018-05-25 13:39:55 +02:00
Phuntsok Drak-pa
3413bc9372 Added doxygen and graphviz to release builds on TravisCI and CircleCI 2018-05-25 13:36:21 +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
c3ec86de87 Added documentation generation as CMake target for Release 2018-05-25 13:20:46 +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
2cfb560153 For some reason it worked before but not anymore 2018-05-25 12:00:30 +02:00
Phuntsok Drak-pa
c2f3621815 updated bettercodehub settings 2018-05-23 22:54:41 +02:00