aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #2021 from zlim/bench-fixGravatar Feng Xiao2016-09-12
|\ \ \ \ | | | | | | | | | | benchmarks: update readme.txt
* \ \ \ \ Merge pull request #2100 from vladmos/patch-1Gravatar Feng Xiao2016-09-12
|\ \ \ \ \ | | | | | | | | | | | | Compatibility with the new version of Bazel.
* \ \ \ \ \ Merge pull request #2092 from dprotaso/masterGravatar Feng Xiao2016-09-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow the JsonFormat.Parser to ignore unknown fields
| | * \ \ \ \ Resolved a conflictGravatar Vladimir Moskva2016-09-12
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #2044 from wychen/Win32ANSIGravatar Feng Xiao2016-09-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix Win32 error messages on Unicode build
* \ \ \ \ \ \ \ Merge pull request #1636 from yugui/feature/generic-pluginGravatar Jisi Liu2016-09-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Generalize plugin support in Bazel Skylark rule
* \ \ \ \ \ \ \ \ Merge pull request #2090 from guoxiao/findGravatar Feng Xiao2016-09-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | include std::find()
* \ \ \ \ \ \ \ \ \ Merge pull request #2103 from adrianludwin/fix-gtestGravatar Feng Xiao2016-09-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update repo in Bazel build files to use googletest instead of the deprecated gMock
| * | | | | | | | | | Update repo to use google testGravatar Adrian Ludwin2016-09-09
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1970 from thomasvl/objc_any_helpersGravatar Thomas Van Lenten2016-09-09
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Objc any helpers
| | | | | | | * | | | | Compatibility with the new version of Bazel.Gravatar Vladimir Moskva2016-09-09
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | Global variable HOST_CFG is deprecated and will not be supported soon.
* | | | | | | | | | | Merge pull request #2094 from thomasvl/update_wkt_commentsGravatar Thomas Van Lenten2016-09-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix error and add note about lossy issues
| | | | | | | | | | * \ Merge pull request #2096 from pherl/3.0.xGravatar Jisi Liu2016-09-08
| | | | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Cherry pick objc test changes into 3.0.x branch
| | | | | | | | | | | * | More complete nil/reset tests within a oneofGravatar Thomas Van Lenten2016-09-08
| | | | | | | | | | | | |
| | | | | | | | | | | * | Fix some constants to be correct for the message class in use.Gravatar Thomas Van Lenten2016-09-08
| | | | | | | | | | |/ /
| * | | | | | | | | | | Fix error and add note about lossy issuesGravatar Thomas Van Lenten2016-09-08
| | | | | | | | | | | |
* | | | | | | | | | | | Support the -Wassign-enum compiler flag. (#2085)Gravatar Sergio Campamá2016-09-08
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support the -Wassign-enum compiler flag.
| | | | | | * / / / / Allow the JsonFormat.Parser to ignore unknown fieldsGravatar Dave Protasowski2016-09-08
| |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default behaviour of throwing an exception remains
| | | | | | | | * | Merge pull request #2087 from khingblue/fix-unused-paramGravatar Jisi Liu2016-09-08
| | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | Fix #2032 unused parameter 'deterministic'
| * | | | | | | | | | Add ObjC helpers for Any WKT.Gravatar Thomas Van Lenten2016-09-08
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Capture the ObjC prefix used when generating the the file. - Track the containing type on descriptors. - Mark descriptors where the message class name got a suffix added to it. - Expose a fullName property on Descriptors. - Add helpers for packing/unpacking Any messages. - Bump the ObjC runtime version number. Since we added methods and invoke them in the generated code, ensure the code is running against a matching version. Otherwise, someone could compile against headers, but run with a framework that is older and get unknown selector failures. This should trip clearer messaging. Fixes https://github.com/google/protobuf/issues/1674
| | * / / / / / / / include std::find()Gravatar Guo Xiao2016-09-08
| |/ / / / / / / / |/| | | | | | | |
| | | | | | | * | Fix #2032 unused parameter 'deterministic'Gravatar Khing2016-09-08
| | | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parameter deterministic is unused in InternalSerializeWithCachedSizesToArray(), which generates unused parameter warning in every message.
* | | | | | | | Merge pull request #2079 from khingblue/fix-generate-descriptorGravatar Feng Xiao2016-09-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix #2071 replacing /bin/sh with bash when generates descriptor
| | | | | | | * \ Merge pull request #2083 from pherl/3.0.xGravatar Jisi Liu2016-09-07
| | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | Merge pull request #1884 from hochhaus/valueWriterFn
| | | | | | | | * | Merge pull request #1884 from hochhaus/valueWriterFnGravatar Joshua Haberman2016-09-07
| | | | | | | |/ / | | | | | | | | | | | | | | | | | | Fix valueWriterFn_ variable name
| * | | | | | / / Fix #2071 replacing /bin/sh with bashGravatar Khing2016-09-07
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Ubuntu /bin/sh is dash by default, this can cause generate_descriptor_proto.sh fail to execute.
| | | | | | * | Merge pull request #2077 from pherl/3.0.xGravatar Jisi Liu2016-09-06
| | | | | | |\ \ | | | | | | | | | | | | | | | | | | Update release date in the change log
| | | | | | | * | Update release date in the change logGravatar Jisi Liu2016-09-06
| | | | | | |/ /
* | | | | | | | Merge pull request #2047 from jonathon-love/masterGravatar Joshua Haberman2016-09-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix to typo/oversight in reflection tests
| | | | | | | * \ Merge pull request #2062 from pherl/3.0.2Gravatar Jisi Liu2016-09-06
| | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | Bump version number to 3.0.2
| | | | | | | * \ \ Merge pull request #2061 from pherl/changelogGravatar Jisi Liu2016-09-06
| | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | Changelog update for 3.0.2
* | | | | | | | | | | Rm check on dependency in the C# reflection API (#2051)Gravatar Guillaume Turri2016-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This check adds a few constraints on the way to build a project when we have a proto file which imports another one. In particular, on projects which build both C# and Java, it's easy to end up with exceptions like Expected: included.proto but was src/main/protobuf/included.proto A user may work around this issue, but it may add unnecessary constraints on the layout of the project. According to https://github.com/google/protobuf/commit/f3504cf3b1d456a843e8242fdee9ba0bf2991dc1#diff-ecb0b909ed572381a1c8d1994f09a948R309 it has already been considered to get rid of this check, for similar considerations, and because it doesn't exist in the Java code
* | | | | | | | | | | Merge pull request #2059 from chih-hung/masterGravatar Feng Xiao2016-09-02
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix #1955 clang-tidy warning misc-macro-parentheses
| * | | | | | | | | | | Fix #1955 clang-tidy warning misc-macro-parenthesesGravatar Chih-Hung Hsieh2016-09-02
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-tidy gives warning "macro argument should be enclosed in parentheses" to macro ZR_, the "first" parameter.
| | | | | | | | | * / Bump version number to 3.0.2Gravatar Jisi Liu2016-09-02
| | | | | | | | |/ / | | | | | | | |/| |
| | | | | | | | * | ruby, js and c# changesGravatar Jisi Liu2016-09-02
| | | | | | | | | |
| | | | | | | * | | Merge pull request #1862 from pherl/3.0.0-GAGravatar Jisi Liu2016-09-02
| | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | Cherry pick c# changes from master
| | | | | | | | | * | objc change logGravatar Jisi Liu2016-09-02
| | | | | | | | |/ / | | | | | | | |/| |
| | | | | | | * | | Merge pull request #1978 from pherl/cpGravatar Jisi Liu2016-09-02
| | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | Cherry-pick into 3.0.0-GA branch: Add a jenkins test status badge.
| | | | | | | * \ \ \ Merge pull request #2026 from pherl/cpjsGravatar Jisi Liu2016-09-02
| | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix missing import of jspb.Map (#1885)
* | | | | | | | \ \ \ \ Merge pull request #2045 from mike07026/masterGravatar Feng Xiao2016-09-02
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | fix #1342 cause by ownership issues
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2053 from thomasvl/improve_root_registry_wiringGravatar Thomas Van Lenten2016-09-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | Make Root's +extensionRegistry generation smarter.
| | | * | | | | | | | | | Fix to typo/oversight in python testsGravatar Jonathon Love2016-09-02
| |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix to typo/oversight in python tests, only affecting python 3
| | | | * | | | | | | | Rename UNICODE to protobuf_UNICODEGravatar Wei-Yin Chen (陳威尹)2016-09-01
| | | | | | | | | | | |
| * | | | | | | | | | | Make Root's +extensionRegistry generation smarter.Gravatar Thomas Van Lenten2016-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At generation time, walk the file's dependencies to see what really contains extensions so we can generate more minimal code that only links together the roots that provided extensions. Gets a bunch of otherwise noop code out of the call flow when the roots are +initialized.
* | | | | | | | | | | | Merge pull request #2039 from khingblue/remove-unused-vectorGravatar Jisi Liu2016-09-01
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused vector
| | | * | | | | | | | | | detect invaild JSON encoding in bytes fieldGravatar mike070262016-09-01
| | | | | | | | | | | | |
| | | * | | | | | | | | | detect invaild JSON encoding in bytes fieldGravatar mike070262016-09-01
| | | | | | | | | | | | |
| | | * | | | | | | | | | fix #1342 cause by ownership issuesGravatar mike070262016-09-01
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
| | | | * | | | | | | | Fix Win32ErrorMessage on Unicode buildGravatar Wei-Yin Chen (陳威尹)2016-08-31
| | | | | | | | | | | |