aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/cpp/cpp_message.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Push out changes from internal codebase.kenton@google.com2009-01-221-14/+11
* Integrate changes from internal code.kenton@google.com2008-11-211-19/+53
* Work around GCC 4.3.0 x86_64 compiler bug (seen on Fedora 9).kenton@google.com2008-11-061-9/+5
* Integrate changes from internal Google-internal branch.kenton@google.com2008-09-241-29/+70
* Explicitly identify superclass in initializer lists for generated messagekenton@google.com2008-09-231-0/+3
* Integrate recent changes from google3.temporal2008-08-131-31/+52
* Initial checkin.temporal2008-07-101-0/+1445