1. 18 Feb, 2016 1 commit
    • Brenden Blanco's avatar
      Embed runtime header files in libbcc.so · c597c29c
      Brenden Blanco authored
      To avoid installing header files needed by clang to disk
      (/usr/share/bcc), embed the files as strings inside the library and feed
      them to clang as memory buffers. The mechanism that we use to do this
      retains all of the existing features, as in one can still do `#include
      <bcc/helpers.h>`, even though it is redundant, and clang will pick up
      the embedded file.
      
      Fixes: #333
      Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
      c597c29c
  2. 17 Feb, 2016 3 commits
  3. 16 Feb, 2016 8 commits
  4. 15 Feb, 2016 11 commits
  5. 14 Feb, 2016 11 commits
  6. 13 Feb, 2016 4 commits
  7. 12 Feb, 2016 2 commits