1. 30 Jun, 2018 2 commits
  2. 29 Jun, 2018 1 commit
  3. 28 Jun, 2018 2 commits
    • Charles Hardin's avatar
      Fix to allow a compilation under mips big endian with gcc · f1b841b6
      Charles Hardin authored
      The __MIPSEL__ is mips little endian, specific and we needed
      to compile for a big endian mips target that also happened
      to be a mips64, so replaced the __MIPSEL__ with a __mip__
      which should preserve the build on little endian and allow a
      build for a big endian setup.
      
      	$ echo | mips64-linux-gcc -E -dM -
      	... snip snip ...
      	#define __mips__ 1
      	#define __MIPSEB__ 1
      Signed-off-by: 's avatarCharles Hardin <ckhardin@gmail.com>
      f1b841b6
    • Paul Yang's avatar
      Add -Og to no-warning-test (#4830) · f25e7edf
      Paul Yang authored
      * Add -Og to no-warning-test
      
      * Initialize value
      
      * Implement PrintFieldName in CompactRepeatedFieldPrinter to prevent Woverloaded-virtual
      
      * Update generated code
      f25e7edf
  4. 27 Jun, 2018 3 commits
  5. 25 Jun, 2018 15 commits
  6. 23 Jun, 2018 2 commits
  7. 22 Jun, 2018 4 commits
  8. 21 Jun, 2018 9 commits
  9. 20 Jun, 2018 2 commits