aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler
Commit message (Expand)AuthorAge
* Merge pull request #84 from tseaver/fix_80-avoid_INT32_MAX_MINGravatar Feng Xiao2014-11-17
|\
| * Use 'kint32min'/'kint32max' constants, rather than defining locally.Gravatar Tres Seaver2014-11-17
| * Don't rely on non-standard 'INT32_MAX' / 'INT32_MIN'.Gravatar Tres Seaver2014-11-17
* | Down-integrate from internal code base (C++ maps support).Gravatar Feng Xiao2014-11-14
|/
* Merge branch 'typofixes-vlajos-20141108' of https://github.com/vlajos/protobu...Gravatar Feng Xiao2014-11-11
|\
* | Down-integrate from internal code base.Gravatar Feng Xiao2014-11-10
| * typo fixes - https://github.com/vlajos/misspell_fixerGravatar Veres Lajos2014-11-08
|/
* Adds more checks before deleting temporary files.Gravatar Feng Xiao2014-11-08
* Fixed Unused Parameter warning in compiler headers.Gravatar Austin Schuh2014-10-31
* Update version number to 2.6.2-pre.Gravatar Feng Xiao2014-10-21
* Update version number in generated files.Gravatar Feng Xiao2014-10-09
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Gravatar Feng Xiao2014-10-01
* Added const qualifier to iterator to enable compiling with VS2008Gravatar David Hirschfeld2014-08-27
* merge tags/2.6.0 into trunkGravatar jieluo@google.com2014-08-25
* down integrate python opensource to svnGravatar jieluo@google.com2014-08-12
* Change java descriptor back to privateGravatar jieluo@google.com2014-08-07
* change java compiler to only produce one java fileGravatar jieluo@google.com2014-08-07
* Cygwin doesn't work well if we try to capture stderr and stdout at the same t...Gravatar jieluo@google.com2014-08-06
* make changes to pass CygwinGravatar jieluo@google.com2014-08-05
* use decimal constants to avoid casting error with visual c /W4Gravatar jieluo@google.com2014-07-23
* down integrate to svnGravatar jieluo@google.com2014-07-18
* Replace kEmptyString wth OnceInit initialized string*Gravatar xiaofeng@google.com2014-02-13
* Fix a typo.Gravatar xiaofeng@google.com2013-07-30
* Update version number in descriptor.pb.h and plugin.pb.hGravatar xiaofeng@google.com2013-03-01
* Down-integrate from internal branchGravatar xiaofeng@google.com2013-02-25
* Fix issue 403, issue 456, issue 462Gravatar xiaofeng@google.com2013-02-25
* Rollback the export macros on internal classes/functions.Gravatar liujisi@google.com2013-01-15
* add missing dll export macros for msvc.Gravatar liujisi@google.com2013-01-11
* Add java options to plugin proto and rollback the r450Gravatar liujisi@google.com2012-12-05
* Remove undeeded no-rtti guards.Gravatar liujisi@google.com2012-12-05
* Fix build warnings for gcc 4.6Gravatar liujisi@google.com2012-12-05
* Set pointers to NULL after shutdown, so the shutdown function can be called f...Gravatar liujisi@google.com2012-12-05
* Make custom option able to work for -f-no-rtti; Fix remaining death tests for...Gravatar liujisi@google.com2012-12-05
* Update gtest to 1.6; Disable death tests when exceptions are enabled.Gravatar liujisi@google.com2012-12-04
* Update version to 2.5.0-preGravatar liujisi@google.com2012-11-30
* Generate missing inclusion of common.h.Gravatar pliard@google.com2012-10-02
* Use string::size_type instead of int for results of string.find() etc. -- pat...Gravatar xiaofeng@google.com2012-09-27
* Down-integrate from internal branchGravatar xiaofeng@google.com2012-09-22
* Fix issue 378Gravatar xiaofeng@google.com2012-05-16
* Update outdated use of GoogleOnceType.Gravatar pliard@google.com2012-05-10
* Don't call AddDesc() at static init time in LITE_RUNTIME mode.Gravatar pliard@google.com2012-05-04
* Add missing dll export macros.Gravatar liujisi@google.com2011-07-05
* Remove extra semicolon in primitive repeated field init code.Gravatar liujisi@google.com2011-07-05
* Allow String to be used as message names.Gravatar liujisi@google.com2011-05-04
* Update mainline version to 2.4.2-pre.Gravatar liujisi@google.com2011-05-03
* Define serailVersionUID for generated java class.Gravatar liujisi@google.com2011-04-29
* Use fully qualified java.lang.Object in protoc java code.Gravatar liujisi@google.com2011-04-08
* Update version number to 2.4.1 in common.h.Gravatar liujisi@google.com2011-02-03
* Use Subprocess::Win32ErrorMessage() in command_line_interface_unittest to mak...Gravatar liujisi@google.com2010-12-21
* Escape C++ Trigraphs.Gravatar liujisi@google.com2010-12-21