1. 10 Dec, 2016 1 commit
  2. 09 Dec, 2016 11 commits
  3. 08 Dec, 2016 11 commits
  4. 07 Dec, 2016 6 commits
  5. 06 Dec, 2016 5 commits
  6. 05 Dec, 2016 2 commits
  7. 03 Dec, 2016 3 commits
    • Joshua Haberman's avatar
      Factored Conformance and Benchmark test messages into shared test schema. (#1971) · f1ce60e7
      Joshua Haberman authored
      * Factored Conformance test messages into shared test schema.
      
      * Updated benchmarks to use new proto3 message locations.
      
      * Fixed include path.
      
      * Conformance: fixed include of Python test messages.
      
      * Make maven in Rakefile use --batch-mode.
      
      * Revert changes to benchmarks.
      
      On second thought I think a separate schema for
      CPU benchmarking makes sense.
      
      * Try regenerating C# protos for new test protos.
      
      * Removed benchmark messages from test proto.
      
      * Added Jon Skeet's fixes for C#.
      
      * Removed duplicate/old test messages C# file.
      
      * C# fixes for test schema move.
      
      * Fixed C# to use the correct TestAllTypes message.
      
      * Fixes for Objective C test schema move.
      
      * Added missing EXTRA_DIST file.
      f1ce60e7
    • Feng Xiao's avatar
      Merge pull request #2436 from cgrushko/patch-1 · 4280c274
      Feng Xiao authored
      Add a proto_lang_toolchain() for cc_proto_library
      4280c274
    • cgrushko's avatar
      Add a proto_lang_toolchain() for cc_proto_library · 45d92aea
      cgrushko authored
      Bazel's built-in cc_proto_library rule uses a proto_lang_toolchain to learn how to invoke proto-compiler.
      To use Bazel's cc_proto_library, add the following to your project's WORKSPACE file:
      
      local_repository(
        name = "com_google_protobuf_cc",
        path = "/path/to/protobuf-distribution/"
      )
      45d92aea
  8. 02 Dec, 2016 1 commit