aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/descriptor.cc
Commit message (Expand)AuthorAgeFilesLines
* Integrated internal changes from GoogleAdam Cozzette2016-06-291-1/+20
* Down integrate from Google internal.Jisi Liu2016-04-281-12/+21
* Merge branch master into v3.0.0-beta-2Feng Xiao2015-12-211-3/+28
|\
| * Initialize singleton instance by GoogleOnceInit()Kenichiro IDA2015-12-191-2/+24
| * Alter FileDescriptorTables::kEmpty to GetEmptyInstance()Kenichiro IDA2015-12-171-3/+6
* | Down-integrate from internal code base.Feng Xiao2015-12-111-11/+24
|/
* Get VS 2015 to use const int definitionsBruce Dawson2015-10-291-1/+1
* Down-integrate from google internal.Jisi Liu2015-10-051-3/+88
* Down-integrate from google3.Feng Xiao2015-08-221-3/+21
* down-integrate internal changesBo Yang2015-05-211-11/+172
* Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-281-28/+60
* Delete some globals in ShutdownProtobufLibrary().Feng Xiao2014-12-031-0/+5
* Get rid of some build warnings.Feng Xiao2014-12-021-0/+2
* Down-integrate from internal code base.Feng Xiao2014-11-201-2/+14
* Down-integrate from internal code base (C++ maps support).Feng Xiao2014-11-141-6/+7
* Merge branch 'typofixes-vlajos-20141108' of https://github.com/vlajos/protobu...Feng Xiao2014-11-111-1/+1
|\
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* | Down-integrate from internal code base.Feng Xiao2014-11-101-113/+606
|/
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Feng Xiao2014-10-011-1/+1
* add #ifdef _MSC_VERjieluo@google.com2014-08-011-2/+2
* change some files to pass MSVC 2013jieluo@google.com2014-07-311-0/+6
* delete unused variablejieluo@google.com2014-07-181-2/+0
* down integrate to svnjieluo@google.com2014-07-181-136/+601
* Down-integrate pending changes from internal repository after previous release.liujisi@google.com2014-05-281-8/+12
* Replace kEmptyString wth OnceInit initialized string*xiaofeng@google.com2014-02-131-5/+3
* Generate a warning for duplicated enum values, when allow_alias option isn'tliujisi@google.com2012-12-281-6/+16
* Make custom option able to work for -f-no-rtti; Fix remaining death tests for...liujisi@google.com2012-12-051-1/+5
* Use string::size_type instead of int for results of string.find() etc. -- pat...xiaofeng@google.com2012-09-271-1/+1
* Down-integrate from internal branchxiaofeng@google.com2012-09-221-111/+549
* Add an intermediate method to propagate the friendship access to nested class...liujisi@google.com2011-02-071-3/+6
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-021-9/+98
* Allow services with lite runtime when using rpc generator plugin.kenton@google.com2010-04-191-2/+6
* Fix build on MinGW/Win32 (including implementing Subprocess using CreateProce...kenton@google.com2009-12-191-4/+21
* Ensure that 'once' objects are declared using the macro. This is either the ...temporal2009-12-181-1/+1
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-181-12/+8
* Use the nice macro to declare once-init control objects, like good little cod...temporal2009-08-011-1/+1
* Submit recent changes from internal branch, including "lite mode" forkenton@google.com2009-07-291-14/+66
* Provide ShutdownProtobufLibrary() which frees all startup-allocated objects.kenton@google.com2009-05-061-11/+16
* Integrate recent changes from Google-internal code tree. See CHANGES.txtkenton@google.com2009-04-251-417/+778
* Push out changes from internal codebase.kenton@google.com2009-01-221-99/+245
* Integrate changes from internal code.kenton@google.com2008-11-211-9/+24
* Support HP C++ on Tru64.kenton@google.com2008-11-141-4/+14
* Simplify some template usage so that older compilers can handle it. (Userskenton@google.com2008-11-061-3/+5
* * Fixed template specialization syntax that MSVC 2005 didn't like. Not sure ifkenton@google.com2008-10-031-1/+1
* Integrate changes from internal Google-internal branch.kenton@google.com2008-09-241-74/+993
* Integrate recent changes from google3.temporal2008-08-131-3/+3
* Fix static initialization ordering bug that caused crashes at startup whentemporal2008-07-251-1/+9
* Sync code with Google-internal branch. Changes:temporal2008-07-231-7/+39
* Initial checkin.temporal2008-07-101-0/+2838