summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/lib7z_facade.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-301-17/+12
|\
| * License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
| * Fix the exception message because missing a space.Takayuki ORITO2016-04-291-1/+1
* | Doc: added namespace statement for lib7zNico Vertriest2016-01-281-1/+7
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-201-4/+3
|\|
| * Update license headersIikka Eklund2015-12-291-4/+3
* | Fix timezone issue, simply keep the UTC time.Karsten Heimrich2016-01-041-27/+5
* | Fixed compiling lib7z_facade.cpp with Visual Studio 2013Frerich Raabe2015-12-091-0/+3
* | Fixed running binarycreator if the temporary directory name contains spacesFrerich Raabe2015-12-081-14/+13
* | Fix violated assertion in error handling of binarycreatorFrerich Raabe2015-12-081-3/+9
* | Fix broken daylight saving time check.Karsten Heimrich2015-11-231-0/+16
* | Fix missing filename conversion on UNIX systems.Karsten Heimrich2015-06-251-0/+15
* | Unify translated error messagesKai Koehne2015-06-241-31/+36
* | Cleanup time handling, some minor changes.Karsten Heimrich2015-06-231-45/+22
* | Fix usage of Lib7z::createArchive(), do not use static.Karsten Heimrich2015-06-161-1/+1
* | Implement option to pass compression level, update documentation.Karsten Heimrich2015-06-101-8/+11
* | Split the huge header file in more dedicated ones.Karsten Heimrich2015-06-101-0/+4
* | Update source tree with version 9.38.beta of LZMA SDK.Karsten Heimrich2015-06-101-890/+613
* | Update documentation and adjust some code to match.Karsten Heimrich2015-06-091-15/+45
* | Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-06-041-6/+7
|\|
| * Fix archivegen recursive include of directories with filter.Karsten Heimrich2015-05-121-6/+7
* | Coding style cleanup.Karsten Heimrich2015-06-031-123/+138
* | Remove unused and unmaintained code.Karsten Heimrich2015-06-031-245/+1
* | Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-02-261-7/+7
|\|
| * Update CopyrightKai Koehne2015-02-181-7/+7
* | Fix messagesjkobus2015-02-111-4/+4
|/
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* Fix some std::cout usage.kh12014-09-051-2/+1
* Calm down warnings.kh12014-07-091-7/+4
* Don't use QObject::tr().kh12014-06-241-79/+103
* Split out the file IO stuff and adjust other files respectively.kh12014-06-241-23/+24
* Replace auto_ptrKai Koehne2014-06-191-12/+12
* Implementation of time and date functions related to 7z.Niels Weber2013-05-301-10/+2
* disable getFileTimeFromProperty on Unix systemsTim Jenssen2013-05-221-0/+4
* Remove local filetime.Niels Weber2013-05-071-2/+6
* Add 7z facade auto test and fix bug in out stream.kh12013-05-061-16/+17
* Rename and document functions to be more clear what they do.kh12013-05-061-5/+6
* Add missing copyright header.kh12013-05-031-0/+40
* reformat initialize list of classesTim Jenssen2013-04-241-12/+12
* Merge remote-tracking branch 'origin/1.3'Tim Jenssen2013-04-231-58/+178
|\
| * fix error handling in 7z libTim Jenssen2013-04-191-58/+177
* | Get rid of some superfluous includes.kh12013-03-041-5/+5
|/
* Make IFW compile with mingw.kh12013-01-291-1/+1
* Fix unexpected symlink link, triggered thru broken 7z code.kh12013-01-241-0/+7
* Fix some warnings in our code after Idcfec77.kh12013-01-231-2/+7
* Remove some superfluous include and source files.kh12013-01-231-32/+4
* Preserve timestamps while packaging. Extract them if available.kh12013-01-221-21/+75
* remove unreadable throwIfNotOK methodkh12012-06-131-28/+35
* Fix create archive with files only. See code comment.kh12012-06-131-4/+6
* remove the limitation that archivegen could handle directories onlyTim Jenssen2012-05-141-14/+13