tabs to spaces, remove trailing spaces and extra empty lines at the end of files

This commit is contained in:
XhmikosR 2012-09-28 21:25:46 +03:00 committed by PKEuS
parent 5101243c64
commit 9b5c245899
13 changed files with 73 additions and 83 deletions

View File

@ -55,4 +55,3 @@ Install pcre:
Ensure /path/to/pcre.h is in CXXFLAGS, e.g:
export CXXFLAGS=${CXXFLAGS}:/opt/local/include

View File

@ -73,4 +73,3 @@ git archive --format=tar --prefix=$releasename/ $tag | bzip2 > ~/$releasename.ta
git archive --format=zip -9 --prefix=$releasename/ $tag > ~/$releasename.zip
scp ../$releasename.* danielmarjamaki,cppcheck@frs.sourceforge.net:/home/frs/project/c/cp/cppcheck/cppcheck/$tag/

View File

@ -7,20 +7,19 @@
# cppcheck lib folder
cppchecklib=cppcheck-$1/lib
echo Download..
echo Downloading...
wget https://downloads.sourceforge.net/project/cppcheck/cppcheck/$1/cppcheck-$1.tar.bz2
echo Unpack..
echo Unpacking...
tar xjvf cppcheck-$1.tar.bz2
rm cppcheck-$1.tar.bz2
rm cppcheck-$1/Changelog
echo Building..
echo Building...
g++ -O2 -o democlient-$1.cgi -I$cppchecklib cppcheck-$1/democlient/democlient.cpp $cppchecklib/*.cpp
echo Copy cgi to webspace..
echo Copy cgi to webspace...
cp democlient-$1.cgi /home/project-web/cppcheck/cgi-bin/democlient.cgi
chmod +rx /home/project-web/cppcheck/cgi-bin/democlient.cgi
echo Done!

View File

@ -4,4 +4,3 @@ xsltproc -o manual.html /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.x
xsltproc -o intermediate-fo-file.fo /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl manual.docbook
fop -pdf manual.pdf -fo intermediate-fo-file.fo

View File

@ -92,4 +92,3 @@ If you want to use --rule and --rule-file then dependencies are needed:
## Webpage ##
http://cppcheck.sourceforge.net/

View File

@ -80,4 +80,3 @@ Cross compiling Win32 (CLI) version of Cppcheck in Linux
Webpage
http://cppcheck.sourceforge.net/

View File

@ -60,4 +60,3 @@ To update translations:
To compile translations:
- run lrelease gui.pro to compile .ts files to .qm files which are used by the
executable.

View File

@ -30,4 +30,3 @@ astyle $style $options test/*.h
astyle $style $options tools/*.cpp
astyle $style $options --recursive "samples/*.c"
astyle $style $options --recursive "samples/*.cpp"

View File

@ -278,4 +278,3 @@ if filename != None:
else:
for node in e.nodes:
print node['functionName']

View File

@ -14,4 +14,3 @@ mv doxyoutput/html devinfo/doxyoutput
~/pmd-4.2.6/bin/cpd.sh lib/ > devinfo/cpd.txt
scp -r devinfo/ danielmarjamaki,cppcheck@web.sourceforge.net:/home/groups/c/cp/cppcheck/htdocs