aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Support the -Wassign-enum compiler flag. (#2085)Gravatar Sergio Campamá2016-09-08
* Fix #1955 clang-tidy warning misc-macro-parenthesesGravatar Chih-Hung Hsieh2016-09-02
* Merge pull request #2045 from mike07026/masterGravatar Feng Xiao2016-09-02
|\
* \ Merge pull request #2053 from thomasvl/improve_root_registry_wiringGravatar Thomas Van Lenten2016-09-02
|\ \
| * | Make Root's +extensionRegistry generation smarter.Gravatar Thomas Van Lenten2016-09-01
* | | Merge pull request #2039 from khingblue/remove-unused-vectorGravatar Jisi Liu2016-09-01
|\ \ \
| | | * 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
| |_|/ |/| |
* | | Merge pull request #2024 from pstavirs/masterGravatar Feng Xiao2016-08-31
|\ \ \ | |_|/ |/| |
| | * Remove unused vectorGravatar Khing2016-08-31
* | | Speed up ObjC Generation with large dependency treesGravatar Thomas Van Lenten2016-08-30
| * | Restore New*Callback into google::protobuf namespace since these are used by ...Gravatar Srivats P2016-08-29
| |/
* / Support GenerateAll().Gravatar Thomas Van Lenten2016-08-26
|/
* Remove the compiler options from ImportWriter.Gravatar Thomas Van Lenten2016-08-23
* Move the ImportWriter into the ObjC Helpers.Gravatar Thomas Van Lenten2016-08-23
* Adds better support for protos without packages (#1979)Gravatar Sergio Campamá2016-08-19
* Fixes extra whitespace on generated comments. (#1950)Gravatar Sergio Campamá2016-08-12
* Adds support for appledoc in generated code. (#1928)Gravatar Sergio Campamá2016-08-09
* close opened file descriptors properlyGravatar Bryon Gloden, CISSP®2016-08-05
* Merge pull request #1044 from mark-whiting/masterGravatar Feng Xiao2016-08-04
|\
* \ Merge pull request #1893 from google/3.0.0-GAGravatar Jisi Liu2016-07-29
|\ \
* | | Be consistent with the use of CHECK()/ GOOGLE_CHECK().Gravatar Clement Courbet2016-07-29
| * | Change the build.zip.sh to support liteGravatar Jisi Liu2016-07-28
* | | Fixed Makefile.am for Ruby file rename.Gravatar Josh Haberman2016-07-27
* | | Remove legacy_enum_values flag for GA.Gravatar Jon Skeet2016-07-27
| * | Fixes traivs cpp build.Gravatar Feng Xiao2016-07-26
| * | Fixed Makefile.am for Ruby file rename.Gravatar Josh Haberman2016-07-26
| * | Merge branch 'master' into 3.0.0-GAGravatar Josh Haberman2016-07-25
| |\ \ | |/ / |/| |
* | | Ruby: translate package names from snake_case -> PascalCase.Gravatar Josh Haberman2016-07-25
* | | Merge pull request #1837 from haberman/rubygencodenameGravatar Joshua Haberman2016-07-25
|\ \ \
| | * | Define intX as standard exact-width integer types.Gravatar Feng Xiao2016-07-25
| |/ / |/| |
| * | Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb.Gravatar Josh Haberman2016-07-25
* | | Correctly sets the generate_for_named_framework option after parsing.Gravatar Sergio Campama2016-07-23
|/ /
* | Merge pull request #1829 from xfxyjwf/fixcppGravatar Feng Xiao2016-07-23
|\ \
| * | Fix sign-comparison warnings in public header files.Gravatar Feng Xiao2016-07-22
| * | Add a test to catch sign-comparison warnings.Gravatar Feng Xiao2016-07-22
* | | Fixes the parsing of the proto-framework map file.Gravatar Sergio Campama2016-07-22
|/ /
* | Merge pull request #1810 from xfxyjwf/versioningGravatar Feng Xiao2016-07-20
|\ \
| * | Add files missing from "make dist".Gravatar Feng Xiao2016-07-19
| * | Versioning Java GeneratedMessage.Gravatar Feng Xiao2016-07-19
* | | restore old behavior for toObjectGravatar Nikolai Vavilov2016-07-19
* | | nitsGravatar Nikolai Vavilov2016-07-19
* | | Make implicit defaults consistent with explicit defaultsGravatar Nikolai Vavilov2016-07-19
|/ /
* | Merge pull request #1802 from haberman/jsmapbinGravatar Joshua Haberman2016-07-18
|\ \
| * | JavaScript: move extension binary info to separate struct.Gravatar Josh Haberman2016-07-18
* | | Merge remote-tracking branch 'origin/3.0.0-beta-4'Gravatar Feng Xiao2016-07-18
|\ \ \
| | * | JavaScript maps: move binary callbacks out of constructor.Gravatar Josh Haberman2016-07-18
| |/ / |/| |
* | | Use public methods to fetch oneofs in generated code.Gravatar Thomas Van Lenten2016-07-18
| * | Fix compatiblity issues.Gravatar Feng Xiao2016-07-14