Skip to content
Snippets Groups Projects
  1. Jan 08, 2016
    • Wouter van Oortmerssen's avatar
      Ensured code is not generated directly from .proto files. · 63b526db
      Wouter van Oortmerssen authored
      The parser state generated from the .proto conversion process is
      not exactly the same as what you get by parsing the generated
      schema, which can cause problems. This check enforces that you
      first convert the .proto, then generate code from the new schema.
      
      Change-Id: I04b53af9288d87e256d1cc109388332fefb3a09f
      Tested: on Linux.
      63b526db
  2. Jan 07, 2016
  3. Jan 06, 2016
  4. Jan 05, 2016
  5. Jan 04, 2016
  6. Dec 30, 2015
  7. Dec 29, 2015
  8. Dec 24, 2015
  9. Dec 22, 2015
  10. Dec 21, 2015
  11. Dec 17, 2015
  12. Dec 16, 2015
  13. Dec 15, 2015
  14. Dec 14, 2015
  15. Dec 13, 2015
    • 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
  16. Dec 12, 2015
  17. Dec 11, 2015
  18. Dec 10, 2015
Loading