Skip to content

Commit

Permalink
v0.4.1: Added paq8px v194 and v195, and paq8pxd v90.
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed Oct 24, 2020
1 parent c3f61b1 commit 4abd0df
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.4.1
- Added paq8px v194 and v195
- Added paq8pxd v90

v0.4
- Added new Use AVX2-optimized build" (Native CPU) option to use AVX2-optimized paq8px builds (v190 and up)
- Files compressed with "Native CPU" versions will have .native appended to the filename before the paq8px version.
Expand Down
4 changes: 2 additions & 2 deletions PAQCompress/Form1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions PAQCompress/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Private Const paq8pxd_add_x_levels As Integer = 28
Private Const paq8px_nativecpus As Integer = 100
Private DistributedPAQCompressors As New Dictionary(Of String, String())() From {{"PAQ8PX", {"v185", "v186", "v186fix1", "v187",
"v187fix3", "v187fix5", "v188", "v189", "v193fix2"}},
"v187fix3", "v187fix5", "v188", "v189", "v193fix2", "v195"}},
{"PAQ8PXd", {"v85", "v86"}}}

Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
Expand Down Expand Up @@ -148,7 +148,7 @@
ElseIf PAQSeries.SelectedItem Is "PAQ8PXd" Then
PAQVersion.Items.AddRange({"v45", "v46", "v47", "v48", "v49", "v50", "v51", "v52", "v53", "v54", "v55", "v56", "v57", "v58", "v59", "v60",
"v61", "v62", "v63", "v64", "v66", "v67", "v68", "v69f", "v69", "v70", "v71", "v72", "v73", "v74", "v75", "v76",
"v77", "v78", "v79", "v80", "v81", "v82", "v83", "v84", "v85", "v86", "v87", "v88", "v89"})
"v77", "v78", "v79", "v80", "v81", "v82", "v83", "v84", "v85", "v86", "v87", "v88", "v89", "v90"})
CompressionLevel.Text = "s5"
CompressionLevel.Items.AddRange({"s0", "s1", "s2", "s3", "s4", "s5", "s6", "s7", "s8", "s9", "s10", "s11", "s12", "s13", "s14", "s15"})
paq_other.Text = "Threads"
Expand Down Expand Up @@ -184,7 +184,7 @@
"v168", "v169", "v170", "v171", "v172", "v173", "v174", "v175", "v176", "v177", "v178", "v179", "v179fix1",
"v179fix2", "v179fix3", "v179fix4", "v179fix5", "v180", "v181", "v181fix1", "v182", "v182fix1", "v182fix2",
"v183", "v183fix1", "v184", "v185", "v186", "v186fix1", "v187", "v187fix1", "v187fix2", "v187fix3", "v187fix4", "v187fix5",
"v188", "v189", "v190", "v191", "v191a", "v192", "v193", "v193fix1", "v193fix2"})
"v188", "v189", "v190", "v191", "v191a", "v192", "v193", "v193fix1", "v193fix2", "v194", "v195"})
PAQVersion.Enabled = True
End If
If PAQVersion.Enabled Then
Expand Down
4 changes: 2 additions & 2 deletions PAQCompress/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("0.4.0.0")>
<Assembly: AssemblyFileVersion("0.4.0.0")>
<Assembly: AssemblyVersion("0.4.1.0")>
<Assembly: AssemblyFileVersion("0.4.1.0")>
4 changes: 2 additions & 2 deletions PAQCompress/My Project/Settings.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion PAQCompress/My Project/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="PAQVersion" Type="System.String" Scope="User">
<Value Profile="(Default)">v190</Value>
<Value Profile="(Default)">v195</Value>
</Setting>
<Setting Name="compiler" Type="System.String" Scope="User">
<Value Profile="(Default)">jit</Value>
Expand Down
2 changes: 1 addition & 1 deletion PAQCompress/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<value>1</value>
</setting>
<setting name="PAQVersion" serializeAs="String">
<value>v190</value>
<value>v195</value>
</setting>
<setting name="compiler" serializeAs="String">
<value>jit</value>
Expand Down

0 comments on commit 4abd0df

Please sign in to comment.