1. 07 Jan, 2016 1 commit
  2. 06 Jan, 2016 9 commits
  3. 05 Jan, 2016 4 commits
    • 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
      Fix build for platforms not supporting realpath · 4731c7e5
      Chris Pickett authored
      Added a check for a preprocessor definition that can be set if the platform you're building for doesn't support any notion of absolute path resolution/realpath()/etc.
      4731c7e5
    • 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
  4. 04 Jan, 2016 2 commits
  5. 30 Dec, 2015 1 commit
  6. 29 Dec, 2015 2 commits
  7. 24 Dec, 2015 2 commits
  8. 22 Dec, 2015 4 commits
  9. 21 Dec, 2015 3 commits
  10. 17 Dec, 2015 1 commit
  11. 16 Dec, 2015 1 commit
  12. 15 Dec, 2015 2 commits
  13. 14 Dec, 2015 1 commit
  14. 13 Dec, 2015 1 commit
    • Faizan Rashid's avatar
      [BUG] [MINOR] Use buffer for specific py versions · 853e3408
      Faizan Rashid authored
      Fix for Issue 1741
      Minor bug where python versions 2.7.x where x < 5 do not support
      unpacking from memoryview objects. Versions 2.7.5 and above will
      use memoryview while 2.7 versions below 2.7.5  will use buffer
      objects.
      
      Manual testing was performed on versions 2.7.5 and 2.7.2 to
      confirm both worked correctly.
      853e3408
  15. 12 Dec, 2015 1 commit
  16. 11 Dec, 2015 1 commit
  17. 10 Dec, 2015 1 commit
  18. 09 Dec, 2015 2 commits
  19. 08 Dec, 2015 1 commit