Closed ghost closed 7 months ago
Thanks for the suggestion, I will consider it.
Below is a list of files in the build of cppcheck 2.13.0. Which files should I include? Just bin/cppcheck.exe
?
bin/cppcheck.exe
share/Cppcheck/addons/__init__.py
share/Cppcheck/addons/cppcheck.py
share/Cppcheck/addons/cppcheckdata.py
share/Cppcheck/addons/findcasts.py
share/Cppcheck/addons/misc.py
share/Cppcheck/addons/misra.py
share/Cppcheck/addons/misra_9.py
share/Cppcheck/addons/naming.py
share/Cppcheck/addons/namingng.py
share/Cppcheck/addons/runaddon.py
share/Cppcheck/addons/threadsafety.py
share/Cppcheck/addons/y2038.py
share/Cppcheck/cfg/avr.cfg
share/Cppcheck/cfg/bento4.cfg
share/Cppcheck/cfg/boost.cfg
share/Cppcheck/cfg/bsd.cfg
share/Cppcheck/cfg/cairo.cfg
share/Cppcheck/cfg/cppcheck-lib.cfg
share/Cppcheck/cfg/cppunit.cfg
share/Cppcheck/cfg/dpdk.cfg
share/Cppcheck/cfg/embedded_sql.cfg
share/Cppcheck/cfg/emscripten.cfg
share/Cppcheck/cfg/ginac.cfg
share/Cppcheck/cfg/gnu.cfg
share/Cppcheck/cfg/googletest.cfg
share/Cppcheck/cfg/gtk.cfg
share/Cppcheck/cfg/icu.cfg
share/Cppcheck/cfg/kde.cfg
share/Cppcheck/cfg/libcerror.cfg
share/Cppcheck/cfg/libcurl.cfg
share/Cppcheck/cfg/libsigc++.cfg
share/Cppcheck/cfg/lua.cfg
share/Cppcheck/cfg/mfc.cfg
share/Cppcheck/cfg/microsoft_atl.cfg
share/Cppcheck/cfg/microsoft_sal.cfg
share/Cppcheck/cfg/microsoft_unittest.cfg
share/Cppcheck/cfg/motif.cfg
share/Cppcheck/cfg/nspr.cfg
share/Cppcheck/cfg/ntl.cfg
share/Cppcheck/cfg/opencv2.cfg
share/Cppcheck/cfg/opengl.cfg
share/Cppcheck/cfg/openmp.cfg
share/Cppcheck/cfg/openssl.cfg
share/Cppcheck/cfg/pcre.cfg
share/Cppcheck/cfg/posix.cfg
share/Cppcheck/cfg/python.cfg
share/Cppcheck/cfg/qt.cfg
share/Cppcheck/cfg/ruby.cfg
share/Cppcheck/cfg/sdl.cfg
share/Cppcheck/cfg/sfml.cfg
share/Cppcheck/cfg/sqlite3.cfg
share/Cppcheck/cfg/std.cfg
share/Cppcheck/cfg/tinyxml2.cfg
share/Cppcheck/cfg/vcl.cfg
share/Cppcheck/cfg/windows.cfg
share/Cppcheck/cfg/wxsqlite3.cfg
share/Cppcheck/cfg/wxsvg.cfg
share/Cppcheck/cfg/wxwidgets.cfg
share/Cppcheck/cfg/zephyr.cfg
share/Cppcheck/cfg/zlib.cfg
share/Cppcheck/platforms/aix_ppc64.xml
share/Cppcheck/platforms/arm32-wchar_t2.xml
share/Cppcheck/platforms/arm32-wchar_t4.xml
share/Cppcheck/platforms/arm64-wchar_t2.xml
share/Cppcheck/platforms/arm64-wchar_t4.xml
share/Cppcheck/platforms/avr8.xml
share/Cppcheck/platforms/cray_sv1.xml
share/Cppcheck/platforms/elbrus-e1cp.xml
share/Cppcheck/platforms/mips32.xml
share/Cppcheck/platforms/msp430_eabi_large_datamodel.xml
share/Cppcheck/platforms/pic16.xml
share/Cppcheck/platforms/pic8-enhanced.xml
share/Cppcheck/platforms/pic8.xml
share/Cppcheck/platforms/unix32-unsigned.xml
share/Cppcheck/platforms/unix64-unsigned.xml
I don't know. I only do pacman -S mingw-w64-clang-x86_64-cppcheck
on MSYS2.
I included CTags in https://github.com/brechtsanders/winlibs_mingw/releases/tag/13.2.0posix-18.1.3-11.0.1-msvcrt-r7 Can you test if it works?
I included CTags in https://github.com/brechtsanders/winlibs_mingw/releases/tag/13.2.0posix-18.1.3-11.0.1-msvcrt-r7 Can you test if it works?
Would you consider using Universal Ctags to replace the legacy and seemingly discontinued Exuberant Ctags? Thank you! https://ctags.io/ https://github.com/universal-ctags/ctags-win32
@YorkWaugh Thanks for the suggestion, I wasn't aware Ctags was legacy.
I have updated my build and package scripts to use Universal Ctags from now on.
One more question: should I also include the additional files optscript.exe
and readtags.exe
?
@YorkWaugh Thanks for the suggestion, I wasn't aware Ctags was legacy.
I have updated my build and package scripts to use Universal Ctags from now on.
One more question: should I also include the additional files
optscript.exe
andreadtags.exe
?
Thank you! I personally only use ctags.exe.
https://cppcheck.sourceforge.io/