aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set LIBPROTOBUF_EXPORT on GenericTypeHandler<class google::protobuf::Message>Nehal J Wani2018-08-151-3/+3
* Set LIBPROTOBUF_EXPORT on GzipOutputStream::OptionsAdam Cozzette2018-08-151-1/+1
* Updated version numbers to 3.6.1Adam Cozzette2018-07-2714-32/+32
* Remove js_embed binary. (#4709)Feng Xiao2018-07-163-130/+226
* Fix initialization with Visual StudioAdam Cozzette2018-07-0611-319/+132
* Work around MSVC issue with std::atomic initialization (#4777)Adam Cozzette2018-06-181-0/+9
* Move methods out of class (#4697)Paul Yang2018-05-302-15/+26
* Add back GeneratedClassName to public (#4686)Paul Yang2018-05-301-0/+10
* Fixed JS parsing of unspecified map keysAdam Cozzette2018-05-251-1/+5
* PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-252-145/+187
* PHP array constructors for protobuf messages (#4530)Brent Shaffer2018-05-251-8/+46
* Adopt ruby_package in ruby generated code. (#4627)Paul Yang2018-05-251-3/+16
* Adopt php_metadata_namespace in php code generator (#4622)Paul Yang2018-05-251-17/+37
* Make sure to delete temporary maps used by FileDescriptorTablesAdam Cozzette2018-05-241-8/+6
* Update version number to 3.6.0Jisi Liu2018-05-1414-32/+32
* Add file option php_metadata_namespace and ruby_package (#4609)Paul Yang2018-05-113-165/+535
* Fix error in Clang UndefinedBehaviorSanitizerPetter Strandmark2018-05-041-4/+6
* MinGW build failedIvan Shynkarenka2018-05-021-1/+1
* typoBrady Killeen2018-04-261-1/+1
* Write messages to backing field in generated C# cloning code (#4440)Sydney Acksman2018-04-191-1/+1
* Merge pull request #4504 from xfxyjwf/liteFeng Xiao2018-04-181-0/+10
|\
| * Cleanup + documentation for Java Lite runtime.Feng Xiao2018-04-121-0/+10
* | Fixed a Visual Studio 2017 build error. (#4488)Ronny Krüger2018-04-168-20/+13
|/
* Merge pull request #4452 from xfxyjwf/docFeng Xiao2018-04-021-65/+71
|\
| * Update instructions about getting protobuf source.Feng Xiao2018-03-291-65/+71
* | Don't generate imports for the WKTs unless generating the WKTs.Thomas Van Lenten2018-04-024-8/+21
* | Trim imports for bundled generated protos.Thomas Van Lenten2018-04-022-12/+41
|/
* Removed atomicops.h since it is no longer usedAdam Cozzette2018-03-271-237/+0
* Include googletest as a submodule (#3993)Carlos O'Ryan2018-03-262-24/+28
* source code info for interpreted options; fix source code info for extension ...Joshua Humphries2018-03-264-68/+748
* Merge pull request #4431 from xfxyjwf/rmnanoFeng Xiao2018-03-2625-5831/+0
|\
| * Remove javanano.Feng Xiao2018-03-2625-5831/+0
* | Fixes MSVC compiler warning C4800 "Forcing value to bool 'true' or 'false'" (...Alexey Malov2018-03-262-2/+2
* | Merge pull request #4395 from stone4774/fixbug_enum2json2Feng Xiao2018-03-265-17/+66
|\ \
| * \ Merge branch 'master' into fixbug_enum2json2stone47742018-03-22236-12902/+13232
| |\ \
| * | | Use the first enum value instead of 0 in DefaultValueObjectWriter::FindEnumDe...stone47742018-03-211-1/+1
| * | | Fix bug: whether always_print_enums_as_ints is true or false, it always print...stone47742018-03-195-17/+66
* | | | Fix missing LIBPROTOC_EXPORT.Egor Pugin2018-03-251-3/+6
| |_|/ |/| |
* | | Removed some unused C++ source filesAdam Cozzette2018-03-2221-4899/+0
| |/ |/|
* | Merge pull request #4387 from acozzette/down-integrateAdam Cozzette2018-03-20235-12894/+13221
|\ \
| * | Added new test source files to Makefile.amAdam Cozzette2018-03-201-0/+4
| * | Removed use of some type traitsAdam Cozzette2018-03-203-5/+5
| * | Deleted scoped_ptr.hAdam Cozzette2018-03-1424-306/+47
| * | Fixed up proto3_lite_unittest.ccAdam Cozzette2018-03-141-11/+11
| * | Merge branch 'master' into down-integrateAdam Cozzette2018-03-139-12/+77
| |\ \
| * | | Integrated internal changes from GoogleAdam Cozzette2018-03-13213-12611/+13193
* | | | Merge pull request #4371 from Rasrack/gnuc_minorAdam Cozzette2018-03-151-1/+1
|\ \ \ \
| * | | | Fix spelling error of __GNUC_MINOR__Adam Aili2018-03-101-1/+1
| | |/ / | |/| |
* | | | Merge pull request #4310 from KindDragon/patch-1Feng Xiao2018-03-141-6/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Support using MSVC intrinsics in Log2FloorNonZeroArkady Shapkin2018-02-151-6/+9
| |/ /