Skip to content
Snippets Groups Projects
  1. Dec 31, 2016
  2. Dec 23, 2016
  3. Dec 22, 2016
  4. Dec 09, 2016
  5. Nov 22, 2016
  6. Nov 21, 2016
  7. Nov 19, 2016
  8. Oct 30, 2016
  9. Oct 24, 2016
  10. Oct 23, 2016
  11. Oct 11, 2016
  12. Oct 10, 2016
  13. Oct 09, 2016
  14. Sep 02, 2016
  15. Aug 10, 2016
  16. Aug 06, 2016
  17. Aug 05, 2016
  18. 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
  19. Aug 03, 2016
  20. Aug 01, 2016
  21. Jul 26, 2016
Loading