aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add GOOGLE_ prefix before PROTOBUF_DEPRECATED_ATTRBo Yang2016-06-072-2/+2
* Fix the undefined behavior for opensource users.Bo Yang2016-06-071-3/+5
* Merge pull request #1409 from eeight/fix_enum_corruptionFeng Xiao2016-05-041-2/+4
|\
| * Fix bug with silent message corruption in LITE_RUNTIME.Petr Prokhorenkov2016-04-211-2/+4
* | Down integrate from Google internal.Jisi Liu2016-04-2825-498/+582
|/
* Integrate google internal changes.Jisi Liu2016-03-3010-48/+313
* Make cpp generated enum constants constexpr when Options::proto_h isClement Courbet2016-02-191-2/+4
* Merge pull request #260 from ejsd1989/issue-#242Joshua Haberman2016-02-161-1/+1
|\
| * Removal of null checkeissajamil@gmail.com2015-03-291-1/+1
* | Integrate from google internal.Jisi Liu2016-01-291-0/+58
* | Patch internal change 111557819.Feng Xiao2016-01-061-4/+22
* | Add missing files to EXTRA_DIST.Feng Xiao2015-12-281-43/+0
* | Down-integrate from internal code base.Feng Xiao2015-12-111-0/+1
* | Merge pull request #1033 from c0nk/wip-implicit-cast-fixFeng Xiao2015-12-091-1/+1
|\ \
| * | Fix narrowing implicit cast in generated message [NFC]Kal Conley2015-12-081-1/+1
* | | Use angle bracket for well known type proto header.Bo Yang2015-12-083-5/+17
|/ /
* | Get VS 2015 to use const int definitionsBruce Dawson2015-10-293-7/+7
* | Change the #include for any.h to use angle brackets instead of quotes, to be ...Matthew Wu2015-10-221-1/+1
* | Merge pull request #815 from TeBoring/third-partyPaul Yang2015-10-091-0/+1
|\ \
| * | Down-integrate internal bug fixing changes.Bo Yang2015-10-041-0/+1
* | | Merge remote-tracking branch 'origin/master' into fix-authorJisi Liu2015-10-051-1/+6
|\| |
| * | Don't assume char is signed.Brian Silverman2015-09-081-1/+6
* | | Down-integrate from google internal.Jisi Liu2015-10-052-4/+4
|/ /
* | Remove an unused typedef.Feng Xiao2015-08-261-6/+0
* | Fix cmake build on linux.Feng Xiao2015-08-251-2/+4
* | Fix bugs on windowsBo Yang2015-08-251-0/+4
* | Down-integrate from internal code base.Feng Xiao2015-08-234-57/+197
* | Down-integrate from google3.Feng Xiao2015-08-2219-275/+949
* | 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
|/ /
* | Workaround for MSVC's string literal compiler limit.Qartar2015-06-122-13/+57
* | Marked another compiler literal unsigned.Austin Schuh2015-06-051-1/+1
* | down-integrate internal changesBo Yang2015-05-2120-412/+1137
* | Marked compiler literal unsigned.Austin Schuh2015-05-191-1/+1
* | Handle un-handled cases of TestOneof2 in unittestBo Yang2015-04-271-0/+9
* | Change fixture name to be consistentTamir Duberstein2015-03-311-0/+0
* | Merge pull request #228 from cconroy/sanitize-enumsJisi Liu2015-03-165-5/+50
|\ \
| * | Sanitize Enum names from collisions with reserved words.Chris Conroy2015-03-165-5/+50
| |/
* / Add a missing proto file.Feng Xiao2015-03-131-0/+43
|/
* Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-2818-357/+601