1. 28 Jan, 2016 3 commits
  2. 27 Jan, 2016 4 commits
  3. 20 Jan, 2016 3 commits
  4. 19 Jan, 2016 4 commits
  5. 18 Jan, 2016 2 commits
  6. 16 Jan, 2016 2 commits
  7. 14 Jan, 2016 2 commits
  8. 10 Jan, 2016 1 commit
  9. 09 Jan, 2016 1 commit
  10. 08 Jan, 2016 3 commits
  11. 06 Jan, 2016 2 commits
  12. 04 Jan, 2016 2 commits
  13. 01 Jan, 2016 2 commits
  14. 10 Dec, 2015 2 commits
  15. 07 Dec, 2015 2 commits
    • 4ast's avatar
      Merge pull request #303 from iovisor/bblanco_dev · 65c52ba5
      4ast authored
      Improve json type support for misc struct/union types
      65c52ba5
    • Brenden Blanco's avatar
      Improve json type support for misc struct/union types · fe88e5a2
      Brenden Blanco authored
      The ability of the clang rewriter to extract the type information for
      some types of structs, unions, and pointers to the aforementioned was
      somewhat buggy. This became exposed in a test_clang case after a user
      upgraded to a newer kernel, wherein the struct definition changed. The
      functionality in question is only used to pass json-ified representation
      of the struct to python in order to program the Key/Leaf metaclass.
      
      Improve support for this and other types, including unions.
      Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
      fe88e5a2
  16. 03 Dec, 2015 4 commits
  17. 01 Dec, 2015 1 commit