MSVC - Can I re-create the warning list without doing a rebuild?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp_questions

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • ccache

    ccache – a fast compiler cache

  • If your project is also targeting gcc and/or clang, then you can use ccache. ccache caches the compilation results for a given "file + compiler + compile flags"; i.e it stores the .o file but also the related warnings .

  • buildcache

    Discontinued A build cache

  • I use buildcache with direct mode enabled (off by default) and it works well with cl.exe. the only caveat with all this other build tools is you need to use /Z7 instead of /Zi or /ZI for debug symbols.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts