1. 21 Nov, 2016 1 commit
  2. 18 Nov, 2016 2 commits
  3. 16 Nov, 2016 1 commit
    • Antoine Descamps's avatar
      [PHP] Use mb_detect_encoding when available (#3952) · dbecdf20
      Antoine Descamps authored
      I've faced an issue where I want to serialize UTF-8 emojis and FlatBufferBuilder::is_utf8 would return false on them.
      I was not able to add the corresponding hexadecimal code because I don't understand how the whole thing works but what i've done is using the `mb_detect_encoding` function which handles correctly all supposed UTF-8 characters.
      dbecdf20
  4. 09 Nov, 2016 1 commit
  5. 07 Nov, 2016 3 commits
  6. 02 Nov, 2016 1 commit
  7. 26 Oct, 2016 1 commit
  8. 24 Oct, 2016 1 commit
  9. 22 Oct, 2016 1 commit
  10. 21 Oct, 2016 4 commits
  11. 19 Oct, 2016 1 commit
  12. 17 Oct, 2016 6 commits
  13. 12 Oct, 2016 8 commits
  14. 07 Oct, 2016 1 commit
    • Baptiste Lepilleur's avatar
      flatc java generator: namespace_test2.fbs is missing namespace prefix for… · 199157e8
      Baptiste Lepilleur authored
      flatc java generator: namespace_test2.fbs is missing namespace prefix for referToA2() return type (#4040)
      
      * Fix flatc generating incorrect java/c# code for namespace_test2.fbs. In code for TableInC, method referToA2() returned type SecondTableInA instead of NamespaceA.SecondTableInA.
      
      * Updated generated code.
      
      * Fixed indendation.
      199157e8
  15. 05 Oct, 2016 1 commit
  16. 03 Oct, 2016 1 commit
    • jbrads's avatar
      Generate type traits for unions to map a type to the corresponding u… (#4032) · b075b8c4
      jbrads authored
      *  Generate type traits for unions to map a type to the corresponding union enum value.
      
      * Fixed break with union enum type traits when type is in a namespace.
      
      * Fixed spacing and variable names in type traits generation to match style guidelines.
      
      *  Fixed spacing in type traits generation to match style guidelines.
      
      * Regenerated test schema header.
      b075b8c4
  17. 21 Sep, 2016 1 commit
  18. 19 Sep, 2016 2 commits
  19. 15 Sep, 2016 2 commits
  20. 14 Sep, 2016 1 commit