Skip to content
Snippets Groups Projects
  1. Oct 12, 2016
  2. Sep 09, 2016
  3. Aug 01, 2016
  4. Jul 29, 2016
  5. Jul 21, 2016
  6. Jul 12, 2016
  7. Jul 09, 2016
  8. Jul 05, 2016
  9. Jul 01, 2016
  10. Jun 29, 2016
  11. Jun 20, 2016
  12. Jun 15, 2016
  13. Jun 02, 2016
  14. May 23, 2016
  15. Apr 29, 2016
  16. Apr 22, 2016
  17. Apr 20, 2016
  18. Apr 18, 2016
  19. Apr 12, 2016
  20. Apr 11, 2016
  21. Mar 09, 2016
  22. Mar 08, 2016
  23. Feb 22, 2016
  24. Feb 17, 2016
    • Wouter van Oortmerssen's avatar
      Fixed namespace code generation for C++ · 20c0082e
      Wouter van Oortmerssen authored
      The code generator was assuming all declarations for the current
      file sit in the same namepace. Now uses the "on demand" namespace
      switching we had for the forward declarations.
      
      Also fixed a bug related to namespace lookup.
      
      Change-Id: Ib54a3efbc752cbb9590302fa0707c0c73448db3d
      Tested: on Linux.
      20c0082e
  25. Feb 10, 2016
  26. Jan 19, 2016
  27. Jan 18, 2016
  28. Jan 09, 2016
  29. Jan 05, 2016
    • Chris Pickett's avatar
      Fixed MS static analysis warnings · 30013b4f
      Chris Pickett authored
      Cleaned up a few warnings to allow VS2012 to compile idl_parser and idl_gen_text (for exporting binary protobuf blobs as JSON) cleanly under static analysis.
      30013b4f
    • Chris Pickett's avatar
      Fixed compile warning with VS2012 · e0b2f818
      Chris Pickett authored
      flatbuffers\src\idl_parser.cpp(1516): warning C4244: 'argument' : conversion from 'int' to 'char', possible loss of data
      e0b2f818
    • Chris Pickett's avatar
      Fixed compile warning with VS2012 · 0e1601b8
      Chris Pickett authored
      flatbuffers\src\idl_parser.cpp(1525): warning C4127: conditional expression is constant
      flatbuffers\src\idl_parser.cpp(1546): warning C4127: conditional expression is constant
      0e1601b8
  30. Dec 30, 2015
  31. Dec 22, 2015
  32. Dec 21, 2015
  33. Dec 10, 2015
  34. Dec 04, 2015
  35. Dec 02, 2015
    • Wouter van Oortmerssen's avatar
      Multiple schemas parsed by flatc are now parsed independently. · 3881bbd6
      Wouter van Oortmerssen authored
      It used to be such that later schemas could depend on earlier
      schemas. This was a convenience from days before include files
      were implemented. Nowadays they cause subtle bugs rather than being
      useful, so this functionality has been removed.
      
      You now need to explicitly include files you depend upon.
      
      Change-Id: Id8292c3c621fc38fbd796da2d2cbdd63efc230d1
      Tested: on Linux.
      3881bbd6
Loading