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