aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/cpp
Commit message (Expand)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-0417-411/+504
* Down-integrate proto2 namespace fix.Feng Xiao2018-08-136-11/+12
* Down-integrate from google3.Feng Xiao2018-08-0836-5187/+6508
* When running unit tests, read reference files in text modeStephen Oberholtzer2018-07-191-1/+1
* Add -Og to no-warning-test (#4830)Paul Yang2018-06-281-3/+3
* Merge pull request #4626 from robhancocksed/masterFeng Xiao2018-06-181-3/+3
|\
| * Declare some generated C++ methods as static #4602Robert Hancock2018-05-141-3/+3
* | Merge pull request #3901 from wijagels/masterFeng Xiao2018-06-111-1/+1
|\ \ | |/ |/|
| * Stop unused parameter warnings for generated code in RegisteredArenaDtorWilliam Jagels2017-11-161-1/+1
* | 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