aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a Visual Studio 2017 build error. (#4488)Ronny Krüger2018-04-162-3/+2
* Integrated internal changes from GoogleAdam Cozzette2018-03-1325-3055/+2926
* Merge remote-tracking branch 'origin/3.5.x' into masterJisi Liu2018-01-031-9/+9
|\
| * Use matching enum type for IsPOD.Jisi Liu2017-12-131-9/+9
* | Avoid two consecutive underscores in macro name.Feng Xiao2017-12-131-3/+3
* | Integrated internal changes from GoogleAdam Cozzette2017-12-0117-880/+836
|/
* Merge from google internalJisi Liu2017-10-1818-974/+528
* Integrated internal changes from GoogleAdam Cozzette2017-09-1425-1209/+1815
* Make code free of missing-field-initializers warningsv3.4.0rc2Jisi Liu2017-08-092-2/+2
* Fix invalid offsetof warning.Jisi Liu2017-08-032-10/+11
* Add destructors for default instances to the shutdown code.Gerben Stavenga2017-08-022-1/+9
* Merge from masterJisi Liu2017-07-252-0/+3
* Merge master into 3.4.xJisi Liu2017-07-186-50/+78
|\
| * Add space between arrow and casted type (#3353)Paul Yang2017-07-132-12/+12
| * Merge pull request #3264 from TeBoring/php-bugPaul Yang2017-06-246-50/+78
| |\
| | * Fix more implicit type conversions in public headers and generated code.Bo Yang2017-06-245-30/+45
| | * Enusre public header and generated code have no implicit converion.Bo Yang2017-06-234-20/+33
| * | C++: Do not forward-declare dependencies in generated .h filesGergely Nagy2017-06-121-8/+0
| |/
* / Merge from Google internal for 3.4 releaseJisi Liu2017-07-1820-472/+1210
|/
* Cleanup reflection objects for map entry.Feng Xiao2017-04-061-0/+9
* Down-integrate from google3.Feng Xiao2017-03-2917-354/+1149
* Merge pull request #2854 from hesmar/attributesFixAdam Cozzette2017-03-201-2/+2
|\
| * fix attributes warningMarkus Heß2017-03-151-2/+2
* | Fix freebsd build.Feng Xiao2017-03-142-0/+55
|/
* Remove the use of C++11 features.Feng Xiao2017-02-271-6/+6
* Keep loop bounds in a local variable for string fields.Chris Kennelly2017-02-151-3/+3
* Keep loop bounds in a local variable.Chris Kennelly2017-02-152-4/+4
* Work with truncated tag numbers.Chris Kennelly2017-02-151-3/+6
* Expose rvalue setters for repeated string fields.Chris Kennelly2017-02-152-0/+38
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-3112-245/+208
* Merge pull request #2523 from jbrianceau/init-index-in-metadataAdam Cozzette2016-12-221-9/+12
|\
| * Init index_in_metadata_ without conditionJulien Brianceau2016-12-211-9/+12
* | simpler, cheaper callback to LazyStringOutputStreamCamillo Lugaresi2016-12-211-14/+2
|/
* Add rvalue setters for non-arena strings on C++11.Chris Kennelly2016-12-162-1/+77
* C++: export _xxx_default_instance_ symbolsJulien Brianceau2016-12-081-3/+6
* Merge pull request #2403 from google/down-integrate-with-msvc-fixAdam Cozzette2016-11-2327-1974/+2128
|\
| * Add a "u" suffix to tag numbers in generated codeAdam Cozzette2016-11-224-7/+7
| * Integrated internal changes from GoogleAdam Cozzette2016-11-1727-1968/+2122
* | C++: Fix use with GOOGLE_PROTOBUF_NO_STATIC_INITIALIZERJulien Brianceau2016-11-211-1/+1
|/
* 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-1018-560/+819
* 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-292-2/+2
|/
* Integrate from internal code base.Feng Xiao2016-07-134-107/+136
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-1/+1
* Integrated internal changes from GoogleAdam Cozzette2016-06-295-47/+61