Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 20, 2020 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/20ee28cfa369c65d0728c92dfc30622b to your computer and use it in GitHub Desktop.
Save r-ryantm/20ee28cfa369c65d0728c92dfc30622b to your computer and use it in GitHub Desktop.
/nix/store/x7qm2iic30smcdfccdh8klyf9y0rl5ia-cppcheck-2.0
├── bin
│   ├── cppcheck
│   └── cppcheck-htmlreport
└── cfg
├── addons
│   ├── cert.py
│   ├── cppcheckdata.py
│   ├── findcasts.py
│   ├── __init__.py
│   ├── misc.py
│   ├── misra.py
│   ├── namingng.py
│   ├── naming.py
│   ├── threadsafety.py
│   └── y2038.py
├── cfg
│   ├── avr.cfg
│   ├── boost.cfg
│   ├── bsd.cfg
│   ├── cairo.cfg
│   ├── cppcheck-lib.cfg
│   ├── cppunit.cfg
│   ├── daca.cfg
│   ├── embedded_sql.cfg
│   ├── gnu.cfg
│   ├── googletest.cfg
│   ├── gtk.cfg
│   ├── kde.cfg
│   ├── libcerror.cfg
│   ├── libcurl.cfg
│   ├── libsigc++.cfg
│   ├── lua.cfg
│   ├── mfc.cfg
│   ├── microsoft_atl.cfg
│   ├── microsoft_sal.cfg
│   ├── motif.cfg
│   ├── nspr.cfg
│   ├── opencv2.cfg
│   ├── opengl.cfg
│   ├── openmp.cfg
│   ├── openssl.cfg
│   ├── posix.cfg
│   ├── python.cfg
│   ├── qt.cfg
│   ├── ruby.cfg
│   ├── sdl.cfg
│   ├── sfml.cfg
│   ├── sqlite3.cfg
│   ├── std.cfg
│   ├── tinyxml2.cfg
│   ├── windows.cfg
│   ├── wxwidgets.cfg
│   └── zlib.cfg
└── platforms
├── aix_ppc64.xml
├── arm32-wchar_t2.xml
├── arm32-wchar_t4.xml
├── arm64-wchar_t2.xml
├── arm64-wchar_t4.xml
├── avr8.xml
├── cray_sv1.xml
├── msp430_eabi_large_datamodel.xml
├── unix32-unsigned.xml
└── unix64-unsigned.xml
5 directories, 59 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment