Skip to content
Snippets Groups Projects
  1. Oct 09, 2016
  2. Sep 02, 2016
  3. Aug 10, 2016
  4. Aug 06, 2016
  5. Aug 05, 2016
  6. Aug 04, 2016
    • Tom Roeder's avatar
      Add inline allocation of bytes fields · 62afd549
      Tom Roeder authored
      This commit adds a new FT_INLINE allocation type that forces bytes
      fields to be inlined into the struct. E.g., pb_byte_t my_bytes[32].
      This requires max_size for the bytes field. The FT_INLINE type is
      represented as a new LTYPE: FT_LTYPE_FIXED_LENGTH_BYTES.
      
      This commit also updates the documentation with FT_INLINE and
      FT_LTYPE_FIXED_LENGTH_BYTES.
      
      Added an AUTHORS file in apparent order of appearance in the git log
      history from $(git log --all).
      62afd549
  7. Aug 03, 2016
  8. Aug 01, 2016
  9. Jul 23, 2016
  10. Jun 19, 2016
  11. Jun 14, 2016
  12. Jun 06, 2016
  13. May 25, 2016
  14. May 05, 2016
  15. Mar 10, 2016
  16. Mar 07, 2016
  17. Mar 04, 2016
  18. Feb 20, 2016
  19. Feb 19, 2016
  20. Feb 13, 2016
  21. Feb 07, 2016
  22. Feb 06, 2016
  23. Jan 27, 2016
Loading