Skip to content
Snippets Groups Projects
  1. Sep 01, 2016
  2. Aug 21, 2016
  3. Aug 20, 2016
  4. Aug 17, 2016
  5. Aug 14, 2016
    • Michal Terepeta's avatar
      Initial version of FindMissingInclude · c2d7e2aa
      Michal Terepeta authored
      
      This allows finding missing includes for `.c` files (this is important
      for all the cases where we generate the includes during the build
      process).
      
      We're using GCC's `-MM` `-MG` options and iterate as long as we get
      new includes. Since this would return all includes verbatim from the
      `#include`, we check which ones are actually generated and what are
      their final paths.
      
      Note: this is currently applied only to `.c` files and does not (yet?)
      work for `.hs` files (there are issues with things like ifdefs for
      package versions that cause GCC to error out).
      
      Signed-off-by: default avatarMichal Terepeta <michal.terepeta@gmail.com>
      c2d7e2aa
  6. Aug 10, 2016
  7. Aug 05, 2016
  8. Aug 02, 2016
  9. Aug 01, 2016
  10. Jul 24, 2016
  11. Jul 23, 2016
  12. Jul 22, 2016
  13. Jul 16, 2016
Loading