Timofey Solomko
72ca40ce91
Prepare for 4.2.2 release
2018-03-17 19:17:02 +03:00
Timofey Solomko
3a65484322
Prepare for 4.2.1 release
2018-03-08 12:48:59 +03:00
Timofey Solomko
d0a6263ea5
Prepare for 4.2.0 release
2018-03-04 12:34:32 +03:00
Timofey Solomko
84478a3eb4
Prepare for second test release of 4.2.0
2018-03-03 20:51:26 +03:00
Timofey Solomko
a186631202
Merge branch 'develop' into release-4.2.0
2018-03-03 20:37:01 +03:00
Timofey Solomko
cb9d181754
[BZip2] Don't create new Huffman trees if maximum amount of trees possible is already reached
2018-03-03 20:30:49 +03:00
Timofey Solomko
8fc390a680
[swcomp] Rename PerfTest to Benchmark
2018-03-03 13:43:57 +03:00
Timofey Solomko
f2e7c6c4b3
[swcomp] Print addtional properties for all types of entry infos (as well as unknown pax records)
2018-03-03 13:05:50 +03:00
Timofey Solomko
ced314d797
[swcomp] Improve how we handle alternative options in container commands
2018-03-02 22:35:00 +03:00
Timofey Solomko
f3c568386a
[swcomp] Replace nine block size options for BZip2 command with a single one
2018-02-23 17:59:19 +03:00
Timofey Solomko
68bd0dac3d
Prepare for first test release of 4.2.0
2018-02-23 13:01:22 +03:00
Timofey Solomko
dc8a60b7c0
Swiftlinted
2018-02-17 12:55:31 +03:00
Timofey Solomko
f02361d486
Prepare for 4.1.1 release
2018-02-11 14:52:17 +03:00
Timofey Solomko
b9f325f91b
Small text/comments-related changes
2018-02-07 23:59:42 +03:00
Timofey Solomko
7319e26922
Prepare for 4.1.0 release
2018-01-31 20:30:09 +03:00
Timofey Solomko
c1c54add88
Prepare for second test release of 4.1.0
2018-01-29 21:14:43 +03:00
Timofey Solomko
e7511130a9
Merge branch 'develop' into release-4.1.0
2018-01-29 19:56:24 +03:00
Timofey Solomko
e7a2707508
[swcomp] Fix 7zCommand using Zip's functions
2018-01-28 19:13:05 +03:00
Timofey Solomko
4adc62192f
[swcomp] Extract most of global printInfo function as an extension to ContainerEntryInfo
2018-01-17 13:13:57 +03:00
Timofey Solomko
67c906840d
[swcomp] Add commands for performance testing deflate and bzip2 compression
2018-01-17 12:57:45 +03:00
Timofey Solomko
baa16b00b5
[swcomp] Add block size options to bzip2 command
2018-01-17 12:54:33 +03:00
Timofey Solomko
6781ff5e96
[swcomp] Implement ZipCommand and SevenZipCommand using ContainerCommand
2018-01-16 22:52:27 +03:00
Timofey Solomko
ab7c65249d
[swcomp] Add ContainerCommand protocol
...
This protocol represents common functionality for container-related commands (7z and zip). Extension to this protocol implements execute() function which is the same for both 7z and Zip commands.
2018-01-16 22:52:20 +03:00
Timofey Solomko
6b6ece5b6e
[swcomp] Protect against non-set (set to 0) permissions in containers
...
Such permissions made files unaccessable by everyone except root.
2018-01-15 22:37:04 +03:00
Timofey Solomko
726cc8a828
[swcomp] Update description of extract option of 7z, tar and zip commands
2018-01-15 22:35:59 +03:00
Timofey Solomko
344421f49c
Exclude SPM's .build directory from swiftlint and swiftlint
2018-01-15 21:49:54 +03:00
Timofey Solomko
955ab734c8
[swcomp] Add info option to GZipCommand, which prints GZip header
2018-01-14 13:12:03 +03:00
Timofey Solomko
714de31f5d
[swcomp] Add CustomStringConvertible extensions for several SWCompression's types
2018-01-14 13:11:35 +03:00
Timofey Solomko
6fafd9d729
[swcomp] Remove redundant checks covered by exactlyOne OptionGroups
2018-01-14 12:53:57 +03:00
Timofey Solomko
22372cb6e9
Prepare for first test release of 4.1.0
2018-01-03 19:44:38 +03:00
Timofey Solomko
e714dc308b
Updated copyright year to 2018
2018-01-03 19:44:18 +03:00
Timofey Solomko
6b0dd666ce
Several modifications to xcode projects
...
Organization name set to "Timofey Solomko"; reset some settings to its default values; remove separate test project and workspace by merging them into main project; move plist files inside xcode project; use project-wide settings as much as possible; set project version 50 (total amount of releases on github) and CFBundleShortVersion to 4.0.1; versions in xcode project are now managed by agvtool: project version is increased by 1 whenever there is a new release, CFBundleShortVersion will continue to be semantically versioned; remove some unused settings; remove header file and empty build phases.
2018-01-03 19:21:14 +03:00
Timofey Solomko
c090d37c43
Set versions to 4.0.2-dev
2017-11-27 21:33:30 +03:00
Timofey Solomko
b471e66106
Prepare for 4.0.1
2017-11-25 18:43:39 +03:00
Timofey Solomko
5e46c5837d
Swiftlint autocorrect
2017-11-25 18:39:27 +03:00
Timofey Solomko
60051dd193
Add commands to swcomp which can do performance tests
2017-11-23 23:33:55 +03:00
Timofey Solomko
e4447ca86f
Increase version
2017-11-22 22:57:25 +03:00
Timofey Solomko
e8064ae12b
Prepare for 4.0.0
2017-11-18 13:31:10 +03:00
Timofey Solomko
a544475eca
Increase version number in swcomp
2017-11-11 15:16:37 +03:00
Timofey Solomko
2f1ec48fbd
Fix some outdated code in swcomp
2017-11-11 15:16:26 +03:00
Timofey Solomko
a12407d8ec
Update version in swcomp
2017-11-05 13:07:23 +03:00
Timofey Solomko
8d41bc7130
Make swiftlint happier
2017-11-05 00:45:12 +03:00
Timofey Solomko
4776ab95a5
Fix problems in XZ command when outputPath wasn't specified
2017-11-04 23:28:58 +03:00
Timofey Solomko
a74efddd64
Force unwrap extract option in 7z, tar, zip commands
...
This is possible because Key<String> options can never have nil value.
2017-11-04 23:22:17 +03:00
Timofey Solomko
97af15a92c
Enable extract options for tar, 7z and zip commands
2017-11-04 23:01:40 +03:00
Timofey Solomko
71aaf4c5cb
Reimplement function which writes ContainerEntries for swcomp
2017-11-04 22:56:31 +03:00
Timofey Solomko
cf23d44bae
Print link path for tar entries
2017-11-04 22:53:56 +03:00
Timofey Solomko
4fa262002f
Remake info option for swcomp's tar, zip and 7z commands
2017-10-29 00:47:31 +03:00
Timofey Solomko
86d1026d68
Set version to 4.0.0-dev in some places
2017-10-28 13:16:31 +03:00
Timofey Solomko
d6c265c8e1
Add ability to use file name embedded into gzip archive
2017-10-22 17:20:55 +03:00