Skip to content
jcelerier edited this page Dec 10, 2014 · 28 revisions

Welcome to the i-score wiki!

Useful informations

astyle command line :

astyle -A1 -t -C -xG -S -N -w -xw -f -p -d -k1 -W1 -j -xL

cppcheck :

cppcheck -v --library=qt --xml --enable=all --quiet --std=c++11 -i base/plugins/device_explorer -I plugins/scenario -I lib -I lib/core -I ~/Qt/5.3/gcc_64/include/ base 2> cppcheck.xml 
./cppcheck-htmlreport --file=cppcheck.xml --report-dir=html   
Clone this wiki locally