Martijn Laan
|
72405d6196
Call GetActiveProcessorGroupCount to set LZMA2's numThreadGroups, like 7-Zip itself does in System.cpp's CCpuGroups::Load. This makes allowing 256 max threads make sense again, without drawbacks.
|
2 weeks ago |
Martijn Laan
|
8a2994ee98
VerifyPrecompiledFiles -> DisablePrecompiledFileVerifications. Also status tweaks.
|
1 month ago |
Martijn Laan
|
9e1b67740b
Add info about VerifyPrecompiledFiles to the errors.
|
2 months ago |
Martijn Laan
|
273d83e2c3
Add CheckTrust setting at the right level.
|
2 months ago |
Martijn Laan
|
5f02dcef32
Check trust of islzma*.exe. Todo: add directive to disable + doc this.
|
2 months ago |
Martijn Laan
|
82a13227cf
Various tweaks.
|
2 months ago |
Jordan Russell
|
b7a53ed9aa
LZMACompressor: Report any exception message if worker thread terminates unexpectedly.
|
3 months ago |
Jordan Russell
|
63aaaa8dac
LZMACompressor: Report progress asynchronously.
|
9 months ago |
Jordan Russell
|
8c5e03cdfe
LZMACompressor: Use intrinsic InterlockedExchangeAdd.
|
9 months ago |
Jordan Russell
|
1c085a090c
LZMACompressor: Replace Integer64 usage.
|
9 months ago |
Jordan Russell
|
b445cf40a3
LZMACompressor: Add more barriers.
|
9 months ago |
Jordan Russell
|
0e3bd960f8
LZMACompressor: Release locks with InterlockedExchange.
|
9 months ago |
Jordan Russell
|
f41bfe10b5
LZMACompressor: Fix race in NoMoreInput check.
|
9 months ago |
Martijn Laan
|
529c1a1c31
Fix/update some comments.
|
10 months ago |
Martijn Laan
|
7d3b4aa85a
Rename/group the compression units. Stop using Compression.Base (Shared.Compress) in Compil32.
|
1 year ago |