aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/cpp/cpp_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-28/+18
* Down-integrate from google3.Feng Xiao2018-08-081-726/+778
* Declare some generated C++ methods as static #4602Robert Hancock2018-05-141-3/+3
* Integrated internal changes from GoogleAdam Cozzette2018-03-131-156/+123
* Avoid two consecutive underscores in macro name.Feng Xiao2017-12-131-3/+3
* Integrated internal changes from GoogleAdam Cozzette2017-12-011-14/+81
* Merge from google internalJisi Liu2017-10-181-5/+24
* Integrated internal changes from GoogleAdam Cozzette2017-09-141-464/+545
* Make code free of missing-field-initializers warningsv3.4.0rc2Jisi Liu2017-08-091-1/+1
* Fix invalid offsetof warning.Jisi Liu2017-08-031-4/+5
* Merge from masterJisi Liu2017-07-251-0/+2
* Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-77/+91
* Cleanup reflection objects for map entry.Feng Xiao2017-04-061-0/+9
* Down-integrate from google3.Feng Xiao2017-03-291-25/+129
* Fix freebsd build.Feng Xiao2017-03-141-0/+46
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-311-103/+82
* Init index_in_metadata_ without conditionJulien Brianceau2016-12-211-9/+12
* C++: export _xxx_default_instance_ symbolsJulien Brianceau2016-12-081-3/+6
* Merge pull request #2403 from google/down-integrate-with-msvc-fixAdam Cozzette2016-11-231-274/+287
|\
| * Integrated internal changes from GoogleAdam Cozzette2016-11-171-274/+287
* | C++: Fix use with GOOGLE_PROTOBUF_NO_STATIC_INITIALIZERJulien Brianceau2016-11-211-1/+1
|/
* Integrate internal changesBo Yang2016-10-101-59/+104
* Integrate from internal code base.Feng Xiao2016-07-131-18/+8
* Down integrate from Google internal.Jisi Liu2016-04-281-61/+61
* Integrate google internal changes.Jisi Liu2016-03-301-22/+47
* Down-integrate from internal code base.Feng Xiao2015-12-111-0/+1
* Use angle bracket for well known type proto header.Bo Yang2015-12-081-5/+10
* Change the #include for any.h to use angle brackets instead of quotes, to be ...Matthew Wu2015-10-221-1/+1
* Don't assume char is signed.Brian Silverman2015-09-081-1/+6
* Down-integrate from google3.Feng Xiao2015-08-221-32/+222
* Workaround for MSVC's string literal compiler limit.Qartar2015-06-121-13/+45
* down-integrate internal changesBo Yang2015-05-211-204/+301
* Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-281-10/+32
* Merge pull request #84 from tseaver/fix_80-avoid_INT32_MAX_MINFeng Xiao2014-11-171-1/+0
|\
| * Use 'kint32min'/'kint32max' constants, rather than defining locally.Tres Seaver2014-11-171-6/+0
| * Don't rely on non-standard 'INT32_MAX' / 'INT32_MIN'.Tres Seaver2014-11-171-1/+6
* | Down-integrate from internal code base (C++ maps support).Feng Xiao2014-11-141-4/+22
|/
* Down-integrate from internal code base.Feng Xiao2014-11-101-4/+13
* 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-24/+37
* Fix a typo.xiaofeng@google.com2013-07-301-1/+1
* Generate missing inclusion of common.h.pliard@google.com2012-10-021-0/+1
* Down-integrate from internal branchxiaofeng@google.com2012-09-221-17/+42
* Update outdated use of GoogleOnceType.pliard@google.com2012-05-101-2/+1
* Don't call AddDesc() at static init time in LITE_RUNTIME mode.pliard@google.com2012-05-041-16/+32
* Escape C++ Trigraphs.liujisi@google.com2010-12-211-1/+1
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-021-0/+1
* Fix issue 162: generated code should #include <algorithm> for std::swap().kenton@google.com2010-02-011-1/+3
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-181-14/+45
* Submit recent changes from internal branch, including "lite mode" forkenton@google.com2009-07-291-132/+183