aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Support the -Wassign-enum compiler flag. (#2085)Sergio Campamá2016-09-086-8/+47
* 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-021-31/+158
|\ \
| * | Make Root's +extensionRegistry generation smarter.Thomas Van Lenten2016-09-011-31/+158
* | | 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
| |/
* | Speed up ObjC Generation with large dependency treesThomas Van Lenten2016-08-302-54/+14
* | Support GenerateAll().Thomas Van Lenten2016-08-264-45/+85
|/
* Remove the compiler options from ImportWriter.Thomas Van Lenten2016-08-233-22/+42
* Move the ImportWriter into the ObjC Helpers.Thomas Van Lenten2016-08-234-205/+202
* Adds better support for protos without packages (#1979)Sergio Campamá2016-08-191-17/+51
* Fixes extra whitespace on generated comments. (#1950)Sergio Campamá2016-08-121-2/+10
* Adds support for appledoc in generated code. (#1928)Sergio Campamá2016-08-099-37/+74
* close opened file descriptors properlyBryon Gloden, CISSP®2016-08-051-0/+1
* Merge pull request #1044 from mark-whiting/masterFeng Xiao2016-08-041-0/+18
|\
| * Adding missing generic gcc 64-bit atomicops.Mark Whiting2015-12-141-0/+18
* | Merge pull request #1893 from google/3.0.0-GAJisi Liu2016-07-294-13/+26
|\ \
| * | Change the build.zip.sh to support liteJisi Liu2016-07-281-0/+4
| * | Fixes traivs cpp build.Feng Xiao2016-07-262-5/+5
| * | Fixed Makefile.am for Ruby file rename.Josh Haberman2016-07-261-1/+1
| * | Merge branch 'master' into 3.0.0-GAJosh Haberman2016-07-253-13/+51
| |\ \
| * | | Define intX as standard exact-width integer types.Feng Xiao2016-07-252-12/+21
* | | | Be consistent with the use of CHECK()/ GOOGLE_CHECK().Clement Courbet2016-07-291-3/+4
* | | | Fixed Makefile.am for Ruby file rename.Josh Haberman2016-07-271-1/+1
* | | | Remove legacy_enum_values flag for GA.Jon Skeet2016-07-273-14/+2
| |/ / |/| |
* | | Ruby: translate package names from snake_case -> PascalCase.Josh Haberman2016-07-251-6/+44
* | | Merge pull request #1837 from haberman/rubygencodenameJoshua Haberman2016-07-253-7/+7
|\ \ \ | |/ / |/| |
| * | Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb.Josh Haberman2016-07-253-7/+7
* | | Correctly sets the generate_for_named_framework option after parsing.Sergio Campama2016-07-231-8/+17
|/ /
* | Merge pull request #1829 from xfxyjwf/fixcppFeng Xiao2016-07-234-349/+34
|\ \
| * | Fix sign-comparison warnings in public header files.Feng Xiao2016-07-222-6/+6
| * | Add a test to catch sign-comparison warnings.Feng Xiao2016-07-222-343/+28
* | | Fixes the parsing of the proto-framework map file.Sergio Campama2016-07-222-2/+3
|/ /
* | Merge pull request #1810 from xfxyjwf/versioningFeng Xiao2016-07-205-39/+60
|\ \
| * | Add files missing from "make dist".Feng Xiao2016-07-191-1/+3
| * | Versioning Java GeneratedMessage.Feng Xiao2016-07-194-38/+57
* | | restore old behavior for toObjectNikolai Vavilov2016-07-191-10/+18
* | | nitsNikolai Vavilov2016-07-191-32/+21
* | | Make implicit defaults consistent with explicit defaultsNikolai Vavilov2016-07-191-33/+44
|/ /
* | Merge pull request #1802 from haberman/jsmapbinJoshua Haberman2016-07-181-32/+70
|\ \
| * | JavaScript: move extension binary info to separate struct.Josh Haberman2016-07-181-10/+40
| * | JavaScript maps: move binary callbacks out of constructor.Josh Haberman2016-07-181-22/+30
* | | Merge remote-tracking branch 'origin/3.0.0-beta-4'Feng Xiao2016-07-1850-473/+1250
|\ \ \ | |/ / |/| |
| * | Fix compatiblity issues.Feng Xiao2016-07-141-0/+68