aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rename persons to peopleJan Tattermusch2015-07-207-8/+8
|
* use Google.Protobuf namespace for C#Jan Tattermusch2015-07-201-1/+1
|
* fixed java exampleJan Tattermusch2015-07-202-5/+5
|
* fix python exampleJan Tattermusch2015-07-202-5/+5
|
* fix C++ exampleJan Tattermusch2015-07-202-7/+7
|
* update addressbook.proto to proto3Jan Tattermusch2015-07-201-8/+8
|
* Merge pull request #604 from haberman/ruby-conformanceJoshua Haberman2015-07-2016-579/+694
|\ | | | | Added Ruby to conformance tests.
| * Fixed lint errors and responded to CR comments.Josh Haberman2015-07-172-27/+30
| | | | | | | | Change-Id: If7b1cc0f03f609a7f43ddafc8509b44207c60910
| * Exclude JRuby from conformance tests for now.Josh Haberman2015-07-171-7/+16
| | | | | | | | Change-Id: Id008ebac5159f773e1bde8b85acb2626cbd16de8
| * Added Ruby to conformance tests.Josh Haberman2015-07-1616-575/+678
| | | | | | | | | | | | | | | | | | | | | | | | | | This involved fixing a few important bugs in the Ruby implementation -- mostly cases of mixing upb field types and descriptor types (upb field types do not distinguish between int/sint/fixed/sfixed like descriptor types do). Also added protobuf-specific exceptions so parse errors can be caught specifically. Change-Id: Ib49d3db976900b2c6f3455c8b88af52cfb86e036
* | Merge pull request #622 from pherl/splitheadersJisi Liu2015-07-172-0/+2
|\ \ | | | | | | Addming missing includes in stubs headers.
| * | Addming missing includes in stubs headers.Jisi Liu2015-07-172-0/+2
| | | | | | | | | | | | | | | | | | This is to prepare removing those additional headers in common.h Change-Id: I707d6d8eaf193eb28195a827c7fec738b968ab3e
* | | Merge pull request #613 from pherl/splitheadersJisi Liu2015-07-1710-1404/+1640
|\| | | | | | | | Split up common.h headers
| * | update header list.Jisi Liu2015-07-171-0/+3
| | | | | | | | | | | | Change-Id: I75459b8b6562c3ac58fa4b1e4513accdda43ad64
| * | Merge branch 'master' of github.com:google/protobuf into splitheaderJisi Liu2015-07-171-0/+3
| |\ \ | | | | | | | | | | | | Change-Id: I5f6cbc2430200e3751ad754cc7ae604338db6f91
| * | | Update make file for extra headers.Jisi Liu2015-07-172-0/+12
| | | | | | | | | | | | | | | | Change-Id: Ifbc415755266ba3d0ffa5661fcd7c7d2e3b32a22
| * | | Split up common.h headersJisi Liu2015-07-168-1404/+1625
| | |/ | |/| | | | | | | Change-Id: I223783111d743aa5193bf70fa1b9b54c7b4389c3
* | | Merge pull request #601 from anandolee/masterJie Luo2015-07-172-0/+35
|\ \ \ | |_|/ |/| | ignore UTF-8 BOM
| * | ignore UTF-8 BOM if it is in the begining of a proto fileJie Luo2015-07-162-0/+35
| |/
* / Install missing headersRob Earhart2015-07-141-0/+3
|/ | | | | | Install google/protobuf/stubs/status.h, and google/protobuf/stubs/stringpiece.h -- these are required in order to include google/protobuf/util/type_resolver.h. Install google/protobuf/stubs/bytestream.h -- this is required in order to include google/protobuf/util/json_util.h.
* Merge pull request #591 from pherl/fixbuildJisi Liu2015-07-131-1/+0
|\ | | | | remove pbconfig from extract script
| * remove pbconfig from extract scriptJisi Liu2015-07-131-1/+0
|/ | | | Change-Id: I5049da7449cbada781aa1e23485a336b584802cb
* Merge pull request #588 from haberman/conformance-jsonJoshua Haberman2015-07-136-52/+263
|\ | | | | Added support for JSON and valid input to conformance tests.
| * Added support for Json and valid input to conformance tests.Josh Haberman2015-07-106-52/+263
|/ | | | | | | | | | | | | | | | | | | | | | | | | This was enabled by the recent open-sourcing of JSON support and MessageDifferencer. MessageDifferencer allows the conformance suite to expand because it allows us to write tests for payloads that parse successfully. To verify the testee's output payload, we need to parse it back into a message and compare the message instances. Comparing output bytes vs. a golden message is *not* valid, because protobufs do not have a canonical encoding (especially in the presence of maps, which have no prescribed serialization order). We only add one small JSON test for now, but with the framework in place we now have the foundation to dramatically expand the coverage of the conformance test suite. Also added the ability for the testee to skip tests that exercise features that are unimplemented. This allows Java (which currently has no JSON support) to skip tests involving JSON. Change-Id: I697b4363da432b61ae3b638b4287c4cda1af4deb
* Merge pull request #570 from google/internal-third-partyPaul Yang2015-07-0911-158/+167
|\ | | | | Internal local modifications.
| * Internal local modifications.Bo Yang2015-07-0911-158/+167
|/
* Merge pull request #575 from haberman/rbleakJoshua Haberman2015-07-081-1/+13
|\ | | | | Worked around memory leak bug in Ruby interpreter.
| * Worked around memory leak bug in Ruby interpreter.Josh Haberman2015-07-081-1/+13
|/ | | | | Change-Id: I8e2b425f9008e6b82d41d59783bb8b04af1f886f Fixes: https://github.com/google/protobuf/issues/474.
* Merge pull request #554 from jcanizales/proto-objc-bazelPaul Yang2015-07-063-35/+50
|\ | | | | Add Bazel target for the Objective-C protobuf runtime
| * Add Bazel target for protobuf ObjC runtimeJorge Canizales2015-07-063-35/+50
| | | | | | | | | | Also add WKT headers to the umbrella file, and simplify Podspec with it. Plus some layout improvements to the BUILD file.
* | Merge pull request #500 from TeBoring/tempPaul Yang2015-07-013-62/+94
|\ \ | | | | | | Implement parsing for proto3 primitive repeated fields.
| * | Implement parsing for proto3 primitive repeated fields. Previously, forBo Yang2015-06-153-62/+94
| | | | | | | | | | | | | | | proto3 primitive repeated fields, packed data cannot be parsed if definition is unpacked. Neither is the other way.
* | | Merge pull request #551 from ostrovsky/masterFeng Xiao2015-07-016-31/+21
|\ \ \ | | | | | | | | MinGW64+MSYS2 compilation issues
| * | | MinGW64+MSYS2 compilation issues and portable isnan using MathLimitsKarol Ostrovsky2015-07-016-31/+21
| | |/ | |/|
* | | Merge pull request #458 from xfxyjwf/memory_leakPaul Yang2015-06-301-0/+5
|\ \ \ | | | | | | | | Delete default UnknownFieldSet when shuting down.
| * | | Delete default UnknownFieldSet when shuting down.Feng Xiao2015-06-021-0/+5
| | | |
* | | | Merge pull request #556 from mgiuca/fix-clang-warningFeng Xiao2015-06-301-1/+1
|\ \ \ \ | |_|/ / |/| | | Fix "sometimes-uninitialized" warning on Windows Clang.
| * | | Fix "sometimes-uninitialized" warning on Windows Clang.Matt Giuca2015-06-301-1/+1
|/ / /
* | | Merge pull request #540 from pherl/clean-warningsJisi Liu2015-06-253-11/+6
|\ \ \ | | | | | | | | fix compiler warnings.
| * | | fix compiler warnings.Jisi Liu2015-06-243-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - control reaches end of non-void function. - remove a deprecated IsMatch. Change-Id: Ifdeb15879bbcf591c48dc7fda1cd8994bdf87bb3
* | | | Merge pull request #512 from pherl/bazelPaul Yang2015-06-244-77/+140
|\ \ \ \ | | | | | | | | | | Enable tests for bazel build.
| * | | | Enable tests for bazel build.Jisi Liu2015-06-184-77/+140
| | | | | | | | | | | | | | | | | | | | Change-Id: I63ed5fb58a45e098f2fd1fa457a219148de030bd
* | | | | Merge pull request #538 from google/jtattermusch-patch-1Jisi Liu2015-06-241-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | fix typo in cmake/README.md
| * | | | fix typo in cmake/README.mdJan Tattermusch2015-06-241-1/+1
|/ / / /
* | | | Merge pull request #530 from haberman/updateupbJoshua Haberman2015-06-232-19/+54
|\ \ \ \ | | | | | | | | | | Update upb to fix two bugs in the Ruby library.
| * | | | Update upb to fix two bugs in the Ruby library.Josh Haberman2015-06-222-19/+54
|/ / / / | | | | | | | | | | | | | | | | | | | | Fixes: https://github.com/google/protobuf/issues/502 https://github.com/google/protobuf/issues/425
* | | | Fix appveyor tests.Feng Xiao2015-06-221-2/+2
| | | |
* | | | Merge pull request #503 from thomasvl/add_nonnill_markupPaul Yang2015-06-1930-274/+366
|\ \ \ \ | |/ / / |/| | | Add nonnull/nullable/null_resettable markup to ObjC library.
| * | | Add nonnil markup to ObjC library.Thomas Van Lenten2015-06-1630-274/+366
| | |/ | |/| | | | | | | Add the clang annotations to the objc library and generated code to help with Swift bridging and compiler checks.
* | | Merge pull request #510 from pherl/bazelJisi Liu2015-06-182-95/+2
|\ \ \ | | | | | | | | Remove OUTS constants in BUILD