aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add IntelliJ project to gitignore for java project.Gravatar Anuraag Agrawal2017-04-03
|
* Merge pull request #2897 from cgrushko/patch-5Gravatar Feng Xiao2017-03-22
|\ | | | | Compile the Java proto runtime with Java 6
| * Compile the Java proto runtime with Java 6Gravatar cgrushko2017-03-22
|/ | | | in order to avoid errors related to generics when building user code in newer versions of Java.
* Update commit number in Docker to update composer dependency (#2869)Gravatar Paul Yang2017-03-21
|
* Merge pull request #2861 from byronyi/#710Gravatar Adam Cozzette2017-03-20
|\ | | | | migrate delimited messages functions to util package
| * Update BUILDGravatar Bairen Yi2017-03-21
| |
* | Merge pull request #2860 from prehistoric-penguin/masterGravatar Feng Xiao2017-03-20
|\ \ | | | | | | Remove duplicated copyright statement
* \ \ Merge pull request #2854 from hesmar/attributesFixGravatar Adam Cozzette2017-03-20
|\ \ \ | | | | | | | | fix attributes warning
* \ \ \ Merge pull request #2870 from acozzette/memcpy-memmoveGravatar Adam Cozzette2017-03-20
|\ \ \ \ | | | | | | | | | | Ruby: only link against specific version of memcpy if we're using glibc
* \ \ \ \ Merge pull request #2867 from mojoBrendan/masterGravatar Feng Xiao2017-03-17
|\ \ \ \ \ | | | | | | | | | | | | Add preserve_proto_field_names option to JsonPrintOptions
| | * | | | Ruby: only link against specific version of memcpy if we're using glibcGravatar Adam Cozzette2017-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have some special code in wrap_memcpy.c to ensure that we use the 2.2.5 version of memcpy, for compatibility with older versions of glibc. However, we need to make sure we only attempt to do this when we are actually building with glibc, so that the code can also build successfully against other libc implementations such as musl.
* | | | | | Merge pull request #2837 from anandolee/masterGravatar Jie Luo2017-03-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | DefaultValueObjectWriter should populate oneof message field
* | | | | | | Add file option php_class_prefix (#2849)Gravatar Paul Yang2017-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This option will be prepended to generated classes of all messages in the containing file.
* | | | | | | Merge pull request #2848 from xfxyjwf/freebsdGravatar Feng Xiao2017-03-17
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Fix freebsd build.
| | | | | | * Update delimited_message_util_test.ccGravatar Bairen Yi2017-03-18
| | | | | | |
| | | * | | | Add option to preserve original proto field namesGravatar Brendan McCarthy2017-03-17
| | | | | | |
| | | * | | | Add use_snake_case_for_field_names option to JsonPrintOptionsGravatar Brendan McCarthy2017-03-17
| |_|/ / / / |/| | | | |
| | | | | * fix several issuesGravatar Byron Yi2017-03-17
| | | | | |
* | | | | | Merge pull request #2866 from xfxyjwf/nanoGravatar Feng Xiao2017-03-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add a notice for nano.
| * | | | | | Add a notice for nano.Gravatar Feng Xiao2017-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We no longer supports nano and recommend protobuf lite over nano for Android users.
* | | | | | | Merge pull request #2859 from haberman/junit-dep-scopeGravatar Joshua Haberman2017-03-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Changed scope of Java deps to "test".
* \ \ \ \ \ \ \ Merge pull request #2847 from haberman/ruby-tohGravatar Joshua Haberman2017-03-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Ruby: fixed Message#to_h for map fields.
* \ \ \ \ \ \ \ \ Merge pull request #2794 from acozzette/jspb-extensionsGravatar Adam Cozzette2017-03-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | JS: ensure that extension values are serialized even if they're falsy
| | | | | | | | | * add delimited_message_util.cc to libprotobuf.cmakeGravatar Byron Yi2017-03-16
| | | | | | | | | |
| | | | | | | | | * add LIBPROTOBUF_EXPORT to make msvc happyGravatar Byron Yi2017-03-16
| | | | | | | | | |
| | | | | | | | | * migrate delimited messages functions to util packageGravatar Byron Yi2017-03-16
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | | | | | | * Remove duplicated copyright statementGravatar prehistoric-penguin2017-03-16
| |_|_|_|_|_|_|/ |/| | | | | | |
| | | * | | | | Changed scope of Java deps to "test".Gravatar Josh Haberman2017-03-15
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | This is per: https://github.com/google/protobuf/issues/2019
* | | | | | | Merge pull request #2023 from odeke-em/fix-print-help-to-stdoutGravatar Joshua Haberman2017-03-15
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | compiler/cli: PrintHelpText prints to stdout instead of stderr
* | | | | | | Incremented Ruby version number to 3.2.0.1Gravatar Adam Cozzette2017-03-15
| | | | | | |
* | | | | | | Ruby: update Gemspec.Gravatar Josh Haberman2017-03-15
| | | | | | |
* | | | | | | Fix libprotoc.cmake to generate well_known_types_embed.ccGravatar Konstantin Podsvirov2017-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunate typo. Just one extra ',' symbol, has led to the hidden implicit behavior. Now everything will be fine.
* | | | | | | Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)Gravatar Paul Yang2017-03-15
| | | | | | | | | | | | | | | | | | | | | in order to be wire compatible.
* | | | | | | Ruby: build packages for Ruby 2.4.Gravatar Josh Haberman2017-03-15
| | | | | | |
* | | | | | | Merge pull request #2829 from afrantzis/hide-unnecessary-library-symbolsGravatar Adam Cozzette2017-03-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Hide unnecessary exported library symbols
| | | | * | | | Made formatting more consistent.Gravatar Josh Haberman2017-03-15
| | | | | | | |
* | | | | | | | Merge pull request #2846 from acozzette/bytestream-commentGravatar Adam Cozzette2017-03-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Updated an outdated comment in bytestream.h
* \ \ \ \ \ \ \ \ Merge pull request #2855 from thomasvl/copy_noteGravatar Thomas Van Lenten2017-03-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Document deep copy in the header
| * | | | | | | | | Document deep copy in the headerGravatar Thomas Van Lenten2017-03-15
|/ / / / / / / / /
| | | | | | | | * fix attributes warningGravatar Markus Heß2017-03-15
| |_|_|_|_|_|_|/ |/| | | | | | |
| | | | | | * | Fix freebsd build.Gravatar Feng Xiao2017-03-14
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out system headers included by generated plugin.pb.h file already contains major/minor macro definitions when built on FreeBSD and we need to add #undefs to the generated header file. This change also fixes another compile error regarding EXPECT_DEATH on FreeBSD.
| | | | | * | Ruby: fixed Message#to_h for map fields.Gravatar Josh Haberman2017-03-14
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #2843 from haberman/checkGravatar Joshua Haberman2017-03-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Replace CHECK() with GOOGLE_CHECK().
| | * | | | | Updated an outdated comment in bytestream.hGravatar Adam Cozzette2017-03-14
| |/ / / / / |/| | | | |
| * | | | | Replace CHECK() with GOOGLE_CHECK().Gravatar Josh Haberman2017-03-13
|/ / / / / | | | | | | | | | | | | | | | Fixes: https://github.com/google/protobuf/issues/1175
* | | | | Merge pull request #2836 from xfxyjwf/i894Gravatar Feng Xiao2017-03-13
|\ \ \ \ \ | | | | | | | | | | | | Double-quote file paths in extract_includes.bat.in
* \ \ \ \ \ Merge pull request #2835 from pherl/javaepGravatar Jisi Liu2017-03-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Suppress the last unchecked warning.
| | | * | | | Hide unnecessary exported library symbolsGravatar Alexandros Frantzis2017-03-13
| |_|/ / / / |/| | | | |
| | | | | * DefaultValueObjectWriter should populate oneof message fieldGravatar Jie Luo2017-03-10
| | | | | |
| | * | | | Double-quote file paths in extract_includes.bat.inGravatar Feng Xiao2017-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the file path to contain spaces which is very common on windows.