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