aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1765 from mbarbon/masterFeng Xiao2016-09-121-0/+1
|\
| * Add https://metacpan.org/pod/Google::ProtocolBuffers::DynamicMattia Barbon2016-07-091-0/+1
* | Merge pull request #2021 from zlim/bench-fixFeng Xiao2016-09-121-13/+9
|\ \
| * | benchmarks: update readme.txtZi Shen Lim2016-08-261-13/+9
* | | Merge pull request #2100 from vladmos/patch-1Feng Xiao2016-09-121-2/+2
|\ \ \
| * \ \ Resolved a conflictVladimir Moskva2016-09-1243-85/+649
| |\ \ \
| * | | | Compatibility with the new version of Bazel.Vladimir Moskva2016-09-091-2/+2
* | | | | Merge pull request #2092 from dprotaso/masterFeng Xiao2016-09-122-6/+38
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow the JsonFormat.Parser to ignore unknown fieldsDave Protasowski2016-09-082-6/+38
* | | | | Merge pull request #2044 from wychen/Win32ANSIFeng Xiao2016-09-096-15/+25
|\ \ \ \ \
| * | | | | Rename UNICODE to protobuf_UNICODEWei-Yin Chen (陳威尹)2016-09-012-3/+3
| * | | | | Fix Win32ErrorMessage on Unicode buildWei-Yin Chen (陳威尹)2016-08-311-6/+6
| * | | | | Add test for Win32ErrorMessageWei-Yin Chen (陳威尹)2016-08-311-0/+5
| * | | | | Support Unicode build on WindowsWei-Yin Chen (陳威尹)2016-08-314-9/+14
* | | | | | Merge pull request #1636 from yugui/feature/generic-pluginJisi Liu2016-09-091-10/+44
|\ \ \ \ \ \
| * | | | | | Generalize plugin support in Bazel Skylark ruleYuki Yugui Sonoda2016-06-011-10/+44
* | | | | | | Merge pull request #2090 from guoxiao/findFeng Xiao2016-09-091-0/+1
|\ \ \ \ \ \ \
| * | | | | | | include std::find()Guo Xiao2016-09-081-0/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2103 from adrianludwin/fix-gtestFeng Xiao2016-09-092-22/+22
|\ \ \ \ \ \ \
| * | | | | | | Update repo to use google testAdrian Ludwin2016-09-092-22/+22
* | | | | | | | Merge pull request #1970 from thomasvl/objc_any_helpersThomas Van Lenten2016-09-0934-38/+557
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Add ObjC helpers for Any WKT.Thomas Van Lenten2016-09-0834-38/+557
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2094 from thomasvl/update_wkt_commentsThomas Van Lenten2016-09-081-3/+13
|\ \ \ \ \ \ \
| * | | | | | | Fix error and add note about lossy issuesThomas Van Lenten2016-09-081-3/+13
| |/ / / / / /
* / / / / / / Support the -Wassign-enum compiler flag. (#2085)Sergio Campamá2016-09-0821-56/+102
|/ / / / / /
* | | | | | Merge pull request #2079 from khingblue/fix-generate-descriptorFeng Xiao2016-09-071-1/+1
|\ \ \ \ \ \
| * | | | | | Fix #2071 replacing /bin/sh with bashKhing2016-09-071-1/+1
|/ / / / / /
* | | | | | Merge pull request #2047 from jonathon-love/masterJoshua Haberman2016-09-061-1/+1
|\ \ \ \ \ \
| * | | | | | Fix to typo/oversight in python testsJonathon Love2016-09-021-1/+1
| |/ / / / /
* | | | | | Rm check on dependency in the C# reflection API (#2051)Guillaume Turri2016-09-051-12/+1
* | | | | | Merge pull request #2059 from chih-hung/masterFeng Xiao2016-09-026-14/+14
|\ \ \ \ \ \
| * | | | | | Fix #1955 clang-tidy warning misc-macro-parenthesesChih-Hung Hsieh2016-09-026-14/+14
|/ / / / / /
* | | | | | Merge pull request #2045 from mike07026/masterFeng Xiao2016-09-022-1/+32
|\ \ \ \ \ \
| * | | | | | detect invaild JSON encoding in bytes fieldmike070262016-09-011-23/+23
| * | | | | | detect invaild JSON encoding in bytes fieldmike070262016-09-011-0/+28
| * | | | | | fix #1342 cause by ownership issuesmike070262016-09-011-1/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2053 from thomasvl/improve_root_registry_wiringThomas Van Lenten2016-09-0226-86/+626
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Make Root's +extensionRegistry generation smarter.Thomas Van Lenten2016-09-0126-86/+626
* | | | | | Merge pull request #2039 from khingblue/remove-unused-vectorJisi Liu2016-09-011-1/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove unused vectorKhing2016-08-311-1/+0
| | |_|/ / | |/| | |
* | | | | Merge pull request #2024 from pstavirs/masterFeng Xiao2016-08-317-12/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Restore New*Callback into google::protobuf namespace since these are used by ...Srivats P2016-08-297-12/+8
| |/ / /
* | | | Merge pull request #2033 from frett/osgiExportFeng Xiao2016-08-301-2/+2
|\ \ \ \
| * | | | update the OSGi SymbolicName and ExportedPackage for the javanano libraryDaniel Frett2016-08-301-2/+2
* | | | | Merge pull request #2031 from thomasvl/dont_require_filegeneratorsThomas Van Lenten2016-08-302-54/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Speed up ObjC Generation with large dependency treesThomas Van Lenten2016-08-302-54/+14
|/ / / /
* | | | Merge pull request #2012 from haberman/rubymapgcfixJoshua Haberman2016-08-294-9/+59
|\ \ \ \
| * | | | upb bugfix: JSON map entry keys were passing the wrong closure.Josh Haberman2016-08-291-1/+1
| * | | | Ruby: make sure map parsing frames are GC-rooted.Josh Haberman2016-08-263-8/+58
| |/ / /
* | | | Merge pull request #1920 from gegles/masterJoshua Haberman2016-08-291-0/+2
|\ \ \ \