aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Feng Xiao2014-10-0130-30/+30
* use decimal constants to avoid casting error with visual c /W4jieluo@google.com2014-07-232-5/+5
* down integrate to svnjieluo@google.com2014-07-1824-302/+2243
* Replace kEmptyString wth OnceInit initialized string*xiaofeng@google.com2014-02-131-1/+1
* Fix a typo.xiaofeng@google.com2013-07-301-1/+1
* Add java options to plugin proto and rollback the r450liujisi@google.com2012-12-052-6/+3
* Remove undeeded no-rtti guards.liujisi@google.com2012-12-051-6/+2
* Set pointers to NULL after shutdown, so the shutdown function can be called f...liujisi@google.com2012-12-052-3/+6
* Make custom option able to work for -f-no-rtti; Fix remaining death tests for...liujisi@google.com2012-12-051-3/+11
* Update gtest to 1.6; Disable death tests when exceptions are enabled.liujisi@google.com2012-12-041-2/+2
* Generate missing inclusion of common.h.pliard@google.com2012-10-021-0/+1
* Down-integrate from internal branchxiaofeng@google.com2012-09-2228-138/+505
* Fix issue 378xiaofeng@google.com2012-05-161-1/+2
* 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-045-35/+201
* Escape C++ Trigraphs.liujisi@google.com2010-12-215-4/+19
* Fix issues: 166 167 172 175 181 188 192 194 195.liujisi@google.com2010-12-031-8/+8
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-0212-111/+342
* Fix issue 162: generated code should #include <algorithm> for std::swap().kenton@google.com2010-02-011-1/+3
* Commit missing files from r251. Sigh.kenton@google.com2009-12-181-0/+121
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-1817-165/+447
* Explicitly call superclass constructor in generated code to avoid pedantic wa...kenton@google.com2009-10-301-4/+11
* Make tests compile on Sun Studio. Patch from Monty Taylor.kenton@google.com2009-08-101-6/+4
* Submit recent changes from internal branch, including "lite mode" forkenton@google.com2009-07-2917-596/+915
* Down-integrate some code from an internal branch. (More to come.)kenton@google.com2009-07-242-1/+23
* 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-065-9/+61
* Don't use dll-export declspec on class-nested extensions.kenton@google.com2009-04-281-6/+9
* 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-2519-434/+865
* Generate field number constants. Patch from Michael Poole.kenton@google.com2009-04-185-11/+72
* Commit Michael Poole's patch for explicitly constructing all class fields inkenton@google.com2009-04-165-4/+13
* Push out changes from internal codebase.kenton@google.com2009-01-227-49/+185
* Integrate changes from internal code.kenton@google.com2008-11-2112-28/+234
* Support HP C++ on Tru64.kenton@google.com2008-11-141-2/+3
* Work around GCC 4.3.0 x86_64 compiler bug (seen on Fedora 9).kenton@google.com2008-11-061-9/+5
* Avoid an "unused parameter" warning when using high warning levels.kenton@google.com2008-10-161-2/+2
* * Fix build on MSVC.kenton@google.com2008-09-302-28/+8
* Integrate changes from internal Google-internal branch.kenton@google.com2008-09-2427-309/+736
* Explicitly identify superclass in initializer lists for generated messagekenton@google.com2008-09-231-0/+3
* Integrate recent changes from google3.temporal2008-08-134-34/+65
* Sync code with Google-internal branch. Changes:temporal2008-07-231-35/+28
* Fix bytes type setter to work with byte sequences with embedded NULLs.temporal2008-07-162-18/+72
* Initial checkin.temporal2008-07-1027-0/+6093