aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/cpp/cpp_message.cc
Commit message (Expand)AuthorAgeFilesLines
* Down-integrate internal changes to github.Bo Yang2016-12-191-72/+75
* Add a "u" suffix to tag numbers in generated codeAdam Cozzette2016-11-221-4/+4
* Integrated internal changes from GoogleAdam Cozzette2016-11-171-1201/+1102
* Fix Visual Studio compile issues.Feng Xiao2016-10-101-11/+26
* Fix default instance destructorJisi Liu2016-10-101-0/+15
* Integrate internal changesBo Yang2016-10-101-328/+527
* Silence compile warnings in bazelAndy Hochhaus2016-10-091-1/+1
* Merge remote-tracking branch 'origin/3.0.x' into mergeJisi Liu2016-09-141-0/+1
|\
| * Fix #2032 unused parameter 'deterministic'Khing2016-09-081-0/+1
* | Fix #1955 clang-tidy warning misc-macro-parenthesesChih-Hung Hsieh2016-09-021-1/+1
* | Restore New*Callback into google::protobuf namespace since these are used by ...Srivats P2016-08-291-1/+1
|/
* Integrate from internal code base.Feng Xiao2016-07-131-2/+6
* Integrated internal changes from GoogleAdam Cozzette2016-06-291-11/+28
* Down integrate from Google internal.Jisi Liu2016-04-281-155/+181
* Integrate google internal changes.Jisi Liu2016-03-301-9/+16
* Patch internal change 111557819.Feng Xiao2016-01-061-4/+22
* Fix narrowing implicit cast in generated message [NFC]Kal Conley2015-12-081-1/+1
* Get VS 2015 to use const int definitionsBruce Dawson2015-10-291-2/+2
* Down-integrate from google internal.Jisi Liu2015-10-051-1/+1
* Remove an unused typedef.Feng Xiao2015-08-261-6/+0
* Down-integrate from google3.Feng Xiao2015-08-221-75/+112
* Merge pull request #500 from TeBoring/tempPaul Yang2015-07-011-5/+5
|\
| * Implement parsing for proto3 primitive repeated fields. Previously, forBo Yang2015-06-151-5/+5
* | Down-integrate from internal code base.Feng Xiao2015-06-151-3/+3
|/
* Marked another compiler literal unsigned.Austin Schuh2015-06-051-1/+1
* down-integrate internal changesBo Yang2015-05-211-163/+525
* Marked compiler literal unsigned.Austin Schuh2015-05-191-1/+1
* Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-281-45/+50
* Remove unused methods:Ming Zhao2015-01-291-4/+0
* Fix compile issues and test failures in VS2008.Feng Xiao2014-12-051-1/+1
* Down-integrate from internal code base.Feng Xiao2014-11-261-3/+39
* Down-integrate from internal code base.Feng Xiao2014-11-201-2/+2
* Down-integrate from internal code base (C++ maps support).Feng Xiao2014-11-141-28/+120
* Down-integrate from internal code base.Feng Xiao2014-11-101-217/+797
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Feng Xiao2014-10-011-1/+1
* down integrate to svnjieluo@google.com2014-07-181-180/+805
* Add java options to plugin proto and rollback the r450liujisi@google.com2012-12-051-4/+2
* Set pointers to NULL after shutdown, so the shutdown function can be called f...liujisi@google.com2012-12-051-2/+4
* Down-integrate from internal branchxiaofeng@google.com2012-09-221-14/+41
* Don't call AddDesc() at static init time in LITE_RUNTIME mode.pliard@google.com2012-05-041-17/+77
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-021-51/+214
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-181-27/+72
* Explicitly call superclass constructor in generated code to avoid pedantic wa...kenton@google.com2009-10-301-4/+11
* Submit recent changes from internal branch, including "lite mode" forkenton@google.com2009-07-291-188/+335
* Add Swap(), SwapElements(), and RemoveLast() to Reflection. Patch by Scott S...kenton@google.com2009-06-251-15/+20
* Provide ShutdownProtobufLibrary() which frees all startup-allocated objects.kenton@google.com2009-05-061-4/+20
* Make building libprotobuf as a DLL work again.kenton@google.com2009-04-281-3/+5
* Integrate recent changes from Google-internal code tree. See CHANGES.txtkenton@google.com2009-04-251-230/+225
* Generate field number constants. Patch from Michael Poole.kenton@google.com2009-04-181-1/+16
* Commit Michael Poole's patch for explicitly constructing all class fields inkenton@google.com2009-04-161-0/+1