Skip to content

Commit

Permalink
updated par2cmdline naming and confirm multithreaded merge
Browse files Browse the repository at this point in the history
Signed-off-by: BlackEagle <[email protected]>
  • Loading branch information
BlackIkeEagle committed Apr 10, 2017
1 parent 06240cb commit 71bd382
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 29 deletions.
7 changes: 1 addition & 6 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
par2cmdline-mt:

Jussi Kansanen <[email protected]>

par2cmdline:

Peter Brian Clements <[email protected]>
Marcel Partap <[email protected]>
Ike Devolder <[email protected]>
Jussi Kansanen <[email protected]>
12 changes: 6 additions & 6 deletions README
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
par2cmdline-mt is a multithreaded (OpenMP) PAR 2.0 compatible file verification and repair tool.
par2cmdline is a PAR 2.0 compatible file verification and repair tool.

To see the ongoing development see
https://github.com/jkansanen/par2cmdline-mt
To see the ongoing development see:
https://github.com/parchive/par2cmdline

Par2cmdline was forked from
https://github.com/BlackIkeEagle/par2cmdline
OpenMP multithreading was originally developed by Jussi Kansanen:
https://github.com/jkansanen/par2cmdline-mt

The original development was done on Sourceforge but stalled.
For more information from the original authors see
Expand Down Expand Up @@ -69,7 +69,7 @@ If you have only downloaded a precompiled executable, then the source
code should be available from the same location where you downloaded the
executable from.

*NOT TESTED WITH PAR2CMDLINE-MT* If you have MS Visual Studio .NET, then just open the par2cmdline.sln
If you have MS Visual Studio .NET, then just open the par2cmdline.sln
file and compile. You should then copy par2cmdline.exe to an appropriate
location that is on your path.

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#par2cmdline-mt
#par2cmdline

**par2cmdline-mt** is a multithreaded (OpenMP) PAR 2.0 compatible file verification and repair tool.
**par2cmdline** is a PAR 2.0 compatible file verification and repair tool.

To see the ongoing development see <https://github.com/jkansanen/par2cmdline-mt>
To see the ongoing development see: <https://github.com/parchive/par2cmdline>

Par2cmdline was forked from <https://github.com/BlackIkeEagle/par2cmdline>
OpenMP multithreading was originally developed by Jussi Kansanen: <https://github.com/jkansanen/par2cmdline-mt>

The original development was done on Sourceforge but stalled.

Expand Down Expand Up @@ -48,7 +48,7 @@ You should have received par2cmdline in the form of source code which you can co

If you have only downloaded a precompiled executable, then the source code should be available from the same location where you downloaded the executable from.

*NOT TESTED WITH PAR2CMDLINE-MT* If you have MS Visual Studio .NET, then just open the *par2cmdline.sln* file and compile. You should then copy *par2cmdline.exe* to an appropriate location that is on your path.
If you have MS Visual Studio .NET, then just open the *par2cmdline.sln* file and compile. You should then copy *par2cmdline.exe* to an appropriate location that is on your path.

To compile on Linux and other Unix variants use the following commands:

Expand Down
10 changes: 5 additions & 5 deletions commandline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ void CommandLine::banner(void)
{
cout << "Copyright (C) 2003-2015 Peter Brian Clements." << endl
<< "Copyright (C) 2011-2012 Marcel Partap." << endl
<< "Copyright (C) 2012-2015 Ike Devolder." << endl
<< "Copyright (C) 2014-2016 Jussi Kansanen." << endl
<< "Copyright (C) 2012-2017 Ike Devolder." << endl
<< "Copyright (C) 2014-2017 Jussi Kansanen." << endl
<< endl
<< "par2cmdline-mt comes with ABSOLUTELY NO WARRANTY." << endl
<< "par2cmdline comes with ABSOLUTELY NO WARRANTY." << endl
<< endl
<< "This is free software, and you are welcome to redistribute it and/or modify" << endl
<< "it under the terms of the GNU General Public License as published by the" << endl
Expand Down Expand Up @@ -360,8 +360,8 @@ bool CommandLine::Parse(int argc, char *argv[])
nthreads = nthreads * 10 + (*p - '0');
p++;
}
if (!nthreads)

if (!nthreads)
{
cerr << "Invalid thread option: " << argv[0] << endl;
return false;
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dnl -*- Autoconf -*-
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.62)
AC_INIT([par2cmdline-mt], [0.6.14-mt1], [jussi.kansanen@gmail.com])
AC_INIT([par2cmdline], [0.6.14], [ike.devolder@gmail.com])
AC_CONFIG_SRCDIR([par2cmdline.cpp])

AC_CANONICAL_HOST
Expand Down
8 changes: 4 additions & 4 deletions par2.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.\" Manpage for par2
.\" Contact [email protected] for mistakes.
.TH par2 1 "nov 2016" "0.6.14-mt1" "Parity archive utils"
.TH par2 1 "apr 2017" "0.6.14" "Parity archive utils"
.SH NAME
par2 \- Multithreaded PAR 2.0 compatible file verification and repair tool.
par2 \- PAR 2.0 compatible file verification and repair tool.
.SH SYNOPSIS
.B par2 c|v|r
.RI "[options] <" "PAR2 file" "> [" "files" "]"
Expand Down Expand Up @@ -30,7 +30,7 @@ Also:
.RI "[options] <" "PAR2 file" "> [" "files" "]"
.br
.SH DESCRIPTION
par2cmdline-mt is a program for creating and using PAR2 files to detect damage in data files and repair them if necessary. It can be used with any kind of file.
par2cmdline is a program for creating and using PAR2 files to detect damage in data files and repair them if necessary. It can be used with any kind of file.
.SH OPTIONS
.TP
.B \-h
Expand Down Expand Up @@ -190,6 +190,6 @@ Marcel Partap <[email protected]>
.br
Ike Devolder <[email protected]>
.br
par2cmdline-mt: Jussi Kansanen <[email protected]>
Jussi Kansanen <[email protected]>
.br

4 changes: 2 additions & 2 deletions par2cmdline.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PACKAGE=\&quot;par2cmdline\&quot;;VERSION=\&quot;0.6.14-mt1\&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PACKAGE=\&quot;par2cmdline\&quot;;VERSION=\&quot;0.6.14\&quot;"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
Expand Down Expand Up @@ -73,7 +73,7 @@
InlineFunctionExpansion="2"
FavorSizeOrSpeed="1"
OmitFramePointers="TRUE"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;PACKAGE=\&quot;par2cmdline\&quot;;VERSION=\&quot;0.6.14-mt1\&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;PACKAGE=\&quot;par2cmdline\&quot;;VERSION=\&quot;0.6.14\&quot;"
StringPooling="TRUE"
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
Expand Down

0 comments on commit 71bd382

Please sign in to comment.