Skip to content
Snippets Groups Projects
  1. Oct 21, 2016
    • Baptiste Lepilleur's avatar
      Java: fix unsigned default value code generation and add 'L' suffix for long default value (#4051) · 5b5fcbfc
      Baptiste Lepilleur authored
      * Java: emit "signed" equivalent of unsigned default value in generated code and add "L" suffix to long default value.
      
      * Updated generated code
      
      * Only convert ulong to "signed" equivalent. ubyte and ushort don't need specific handling as "user facing" type is int. uint need 'L' suffix as "user facing" type is long.
      
      * Added missing cast to primitive type of default value which is in "user facing" type in builder.add<type>() calls.
      
      * Do not cast default value to actual type in C#.
      5b5fcbfc
  2. Oct 19, 2016
  3. Oct 17, 2016
  4. Oct 12, 2016
  5. Oct 07, 2016
  6. Oct 05, 2016
  7. Oct 03, 2016
    • 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
  8. Sep 21, 2016
  9. Sep 19, 2016
  10. Sep 15, 2016
  11. Sep 14, 2016
  12. Sep 13, 2016
  13. Sep 12, 2016
  14. Sep 10, 2016
  15. Sep 09, 2016
  16. Sep 07, 2016
  17. Sep 06, 2016
  18. Sep 01, 2016
  19. Aug 30, 2016
Loading