createrelease: updates
This commit is contained in:
parent
3989408738
commit
a28f0bc9a1
|
@ -14,18 +14,17 @@
|
||||||
# ./cppcheck -D__CPPCHECK__ --std=c++11 --library=cppcheck-lib --enable=style --inconclusive --inline-suppr --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm --suppress=*:externals/picojson.h --suppress=functionConst --suppress=functionStatic --xml cli gui/*.cpp lib 2> selfcheck.xml
|
# ./cppcheck -D__CPPCHECK__ --std=c++11 --library=cppcheck-lib --enable=style --inconclusive --inline-suppr --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm --suppress=*:externals/picojson.h --suppress=functionConst --suppress=functionStatic --xml cli gui/*.cpp lib 2> selfcheck.xml
|
||||||
#
|
#
|
||||||
# check --bug-hunting output:
|
# check --bug-hunting output:
|
||||||
# make clean && make -j4 USE_Z3=yes CXXFLAGS=-O2 MATCHCOMPILER=yes && ./cppcheck -D__CPPCHECK__ --bug-hunting lib
|
# make clean && make -j4 USE_Z3=yes CXXFLAGS=-O2 MATCHCOMPILER=yes && ./cppcheck -D__CPPCHECK__ --bug-hunting --xml lib 2> bughunting.xml
|
||||||
#
|
#
|
||||||
# Update translations
|
# Update translations
|
||||||
# lupdate gui.pro
|
# lupdate gui.pro
|
||||||
#
|
#
|
||||||
# Update copyright year
|
# Update copyright year
|
||||||
# git diff 2.3 -- */*.cpp */*.h | grep '^diff --git a/' | sed 's|.* b/||' | xargs sed -i 's/Copyright (C) 2007-20[12]./Copyright (C) 2007-2021/'
|
# git diff 2.6 -- */*.cpp */*.h | grep '^diff --git a/' | sed 's|.* b/||' | xargs sed -i 's/Copyright (C) 2007-20[12]./Copyright (C) 2007-2022/'
|
||||||
# git diff | grep '^diff --git a/'
|
# git diff | grep '^diff --git a/'
|
||||||
#
|
#
|
||||||
# Make sure "cppcheck --errorlist" works. For example with:
|
# Make sure "cppcheck --errorlist" works:
|
||||||
# make test
|
# make clean && make -j4 && ./cppcheck --errorlist > errlist.xml && xmllint --noout errlist.xml
|
||||||
# ./cppcheck --errorlist > errlist.xml && xmllint --noout errlist.xml
|
|
||||||
#
|
#
|
||||||
# Update AUTHORS using output from:
|
# Update AUTHORS using output from:
|
||||||
# git log --format='%aN' 1.81..HEAD | sort -u > AUTHORS2 && diff -y AUTHORS AUTHORS2 | less
|
# git log --format='%aN' 1.81..HEAD | sort -u > AUTHORS2 && diff -y AUTHORS AUTHORS2 | less
|
||||||
|
|
Loading…
Reference in New Issue