1. 29 Oct, 2015 1 commit
    • Josh Haberman's avatar
      Removed all warnings from the Python/C++ build. · 00700b72
      Josh Haberman authored
      Also made the Travis build ensure that no warnings
      are present.
      
      These builds were previously spewing many warnings,
      which was hiding warnings for important things like
      accidentally using C++11-only features.
      
      Change-Id: I56caeee9db48bc78756a3e8d7c14874630627037
      00700b72
  2. 27 Oct, 2015 2 commits
  3. 24 Oct, 2015 3 commits
  4. 23 Oct, 2015 1 commit
  5. 22 Oct, 2015 6 commits
  6. 21 Oct, 2015 7 commits
  7. 20 Oct, 2015 9 commits
  8. 19 Oct, 2015 3 commits
    • Jie Luo's avatar
      fix json_format for python2.6: · 2850a982
      Jie Luo authored
      1, objcect_pair_hook is not supported in python2.6, so duplicated key check is removed in 2.6
      2, total_seconds is not suppoted in python2.6, changed to compute seconds directly
      2850a982
    • Jisi Liu's avatar
      Merge pull request #892 from pherl/cc_bazel · e63bd9be
      Jisi Liu authored
      Allow include to be None.
      e63bd9be
    • Jisi Liu's avatar
      Allow include to be None. · 6dac0822
      Jisi Liu authored
      This enables the use case where all the paths are relative to the
      workspace root, e.g.
      
      foo/bar/BUILD
             /foo.proto -- package foo.bar
      
      would generate the message correctly.
      6dac0822
  9. 16 Oct, 2015 7 commits
  10. 15 Oct, 2015 1 commit