Use the full sourceforget.net url.
This commit is contained in:
parent
d25e7d4a21
commit
29475d056a
|
@ -30,7 +30,7 @@ Then I built the lib with:
|
||||||
nmake
|
nmake
|
||||||
|
|
||||||
The resulting files can be downloaded here (please try if it works):
|
The resulting files can be downloaded here (please try if it works):
|
||||||
http://cppcheck.sf.net/pcre-8.10-vs.zip
|
http://cppcheck.sourceforge.net/pcre-8.10-vs.zip
|
||||||
|
|
||||||
|
|
||||||
MINGW (Qt 4.7 SDK)
|
MINGW (Qt 4.7 SDK)
|
||||||
|
|
|
@ -926,5 +926,5 @@ void CmdLineParser::PrintHelp()
|
||||||
" cppcheck -I inc1/ -I inc2/ f.cpp\n"
|
" cppcheck -I inc1/ -I inc2/ f.cpp\n"
|
||||||
"\n"
|
"\n"
|
||||||
"For more information:\n"
|
"For more information:\n"
|
||||||
" http://cppcheck.sf.net/manual.pdf\n";
|
" http://cppcheck.sourceforge.net/manual.pdf\n";
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,7 +55,7 @@ int main()
|
||||||
puts("Content-type: text/html\r\n\r\n");
|
puts("Content-type: text/html\r\n\r\n");
|
||||||
puts("<html>");
|
puts("<html>");
|
||||||
puts("<body>");
|
puts("<body>");
|
||||||
puts(" <form action=\"http://cppcheck.sf.net/cgi-bin/setfiledata.cgi\" method=\"get\">");
|
puts(" <form action=\"http://cppcheck.sourceforge.net/cgi-bin/setfiledata.cgi\" method=\"get\">");
|
||||||
printf(" <textarea name=\"name\" cols=\"30\" rows=\"1\" readonly>%s</textarea>\n",name);
|
printf(" <textarea name=\"name\" cols=\"30\" rows=\"1\" readonly>%s</textarea>\n",name);
|
||||||
printf(" <textarea name=\"version\" cols=\"30\" rows=\"1\" readonly>%i</textarea><br>\n",1+version);
|
printf(" <textarea name=\"version\" cols=\"30\" rows=\"1\" readonly>%i</textarea><br>\n",1+version);
|
||||||
printf(" <textarea name=\"data\" cols=\"60\" rows=\"20\" maxsize=\"512\">%s</textarea><br>\n",olddata);
|
printf(" <textarea name=\"data\" cols=\"60\" rows=\"20\" maxsize=\"512\">%s</textarea><br>\n",olddata);
|
||||||
|
|
|
@ -16,7 +16,7 @@ Despite the name, Cppcheck is designed for both C and C++.
|
||||||
|
|
||||||
## Manual
|
## Manual
|
||||||
|
|
||||||
A manual is available [online](http://cppcheck.sf.net/manual.pdf).
|
A manual is available [online](http://cppcheck.sourceforge.net/manual.pdf).
|
||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ make
|
||||||
Use the cppcheck.sln file. The rules are normally enabled.
|
Use the cppcheck.sln file. The rules are normally enabled.
|
||||||
|
|
||||||
To compile with rules (PCRE dependency):
|
To compile with rules (PCRE dependency):
|
||||||
* the PCRE dll is needed. It can be downloaded from [here](http://cppcheck.sf.net/pcre-8.10-vs.zip).
|
* the PCRE dll is needed. It can be downloaded from [here](http://cppcheck.sourceforge.net/pcre-8.10-vs.zip).
|
||||||
|
|
||||||
To compile without rules (no dependencies):
|
To compile without rules (no dependencies):
|
||||||
* remove the preprocessor define `HAVE_RULES` from the project
|
* remove the preprocessor define `HAVE_RULES` from the project
|
||||||
|
|
|
@ -10,7 +10,7 @@ About
|
||||||
Manual
|
Manual
|
||||||
|
|
||||||
A manual is available online:
|
A manual is available online:
|
||||||
http://cppcheck.sf.net/manual.pdf
|
http://cppcheck.sourceforge.net/manual.pdf
|
||||||
|
|
||||||
Compiling
|
Compiling
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ Compiling
|
||||||
|
|
||||||
To compile with rules (pcre dependency):
|
To compile with rules (pcre dependency):
|
||||||
* the pcre dll is needed. it can be downloaded from:
|
* the pcre dll is needed. it can be downloaded from:
|
||||||
http://cppcheck.sf.net/pcre-8.10-vs.zip
|
http://cppcheck.sourceforge.net/pcre-8.10-vs.zip
|
||||||
|
|
||||||
To compile without rules (no dependencies):
|
To compile without rules (no dependencies):
|
||||||
* remove the preprocessor define HAVE_RULES from the project
|
* remove the preprocessor define HAVE_RULES from the project
|
||||||
|
|
Loading…
Reference in New Issue