18 Commits

Author SHA1 Message Date
Domen Vrankar
58326d55fe -(mod) bumped library version to 1.0.0 for release 2014-09-27 00:02:01 +02:00
Domen Vrankar
48fd5f4ba2 -(mod) changed archive exception constructor to a sink as it should be noexcept 2014-09-26 22:57:07 +02:00
Domen Vrankar
b4d1fdd42b -(mod) made archive exception noexcept 2014-09-26 22:25:30 +02:00
Domen Vrankar
41c9ef361e Merge branch 'develop' of https://github.com/do-m-en/libarchive_cpp_wrapper into develop 2014-09-23 18:33:30 +02:00
Domen Vrankar
1266ab6911 -(fix) stream read check was negated 2014-09-23 18:33:06 +02:00
do-m-en
4d128c0ea4 Update README.md 2014-09-23 18:26:42 +02:00
do-m-en
d6787a8cd5 Update README.md 2014-09-23 18:24:58 +02:00
Domen Vrankar
c3628129d4 -(add) now it is possible to override libarchive location from cmake
-(add) added git ignore file
-(mod) merged archive reader and archive writer entries
-(fix) fixed memory leaks reported by valgrind
-(fix) archives are no longer zero padded
2014-09-23 18:09:37 +02:00
Domen Vrankar
8dc63b5232 -(add) added missing license header
-(fix) writer was calling archive_read_free instead of archive_write_free
2014-08-27 23:04:55 +02:00
Domen Vrankar
49b3ddc97a Merge branch 'develop' of https://github.com/do-m-en/libarchive_cpp_wrapper into develop 2014-08-26 14:08:55 +02:00
Domen Vrankar
1ca06b2412 -(mod) renamed .tpp files to .ipp as code blocks editor doesn't recognise tpp out of the box
-(mod) cleanup of archive reader code
-(add) added new constructor for reader if we only need filter and no format
-(add) added initial version of archive writer
2014-08-26 14:05:34 +02:00
do-m-en
9933dc7fe6 Update README.md 2014-06-17 23:05:15 +02:00
Domen Vrankar
756cab1b15 -(mod) removed distinguishing between different archive input sources
-(mod) changed the name of library so that it doesn't get the name of liblibarchive...
-(add) added make install target
-(add) added library versioning
-(del) deleted file and memory container as they are obsolete
2014-06-17 22:53:29 +02:00
Domen Vrankar
8b95419844 Merge branch 'master' of https://github.com/do-m-en/libarchive_cpp_wrapper into develop 2014-06-17 22:28:24 +02:00
Domen Vrankar
83cd8b3d40 -(add) added missing license 2014-06-17 00:13:26 +02:00
Domen Vrankar
35a4692f53 -(add) initial archive reader wrapper 2014-06-17 00:09:12 +02:00
Domen Vrankar
f586803546 first commit 2014-06-17 00:01:25 +02:00
Domen Vrankar
ff34cb2ab2 Initial commit 2014-06-17 00:00:36 +02:00