aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/repeated_field.h
Commit message (Expand)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-40/+41
* Down-integrate from google3.Feng Xiao2018-08-081-105/+122
* Fix SFINAE in 'RepeatedPtrFieldBase::Add'M. Tong2018-07-061-2/+2
* Set LIBPROTOBUF_EXPORT on GenericTypeHandler<class google::protobuf::Message>Nehal J Wani2018-07-011-3/+3
* Removed use of some type traitsAdam Cozzette2018-03-201-1/+1
* Integrated internal changes from GoogleAdam Cozzette2018-03-131-56/+28
* Integrated internal changes from GoogleAdam Cozzette2017-12-011-128/+129
* Merge from google internalJisi Liu2017-10-181-7/+3
* Integrated internal changes from GoogleAdam Cozzette2017-09-141-8/+86
* Merge master into 3.4.xJisi Liu2017-07-181-3/+3
|\
| * Fix more implicit type conversions in public headers and generated code.Bo Yang2017-06-241-3/+3
* | Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-6/+8
|/
* Merge remote-tracking branch 'remotes/google/3.3.x' into merge-3.3-to-masterAdam Cozzette2017-04-271-62/+106
|\
| * Down-integrate from google3.Feng Xiao2017-03-291-62/+106
* | Simplify the Element dtor invocation when freeing elements inMichael Allen2017-04-171-1/+1
|/
* Removed a stray return statement, causing compilation error.Manjunath Kudlur2017-03-061-1/+0
* Expose rvalue setters for repeated string fields.Chris Kennelly2017-02-151-0/+47
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-311-8/+9
* Merge branch 'master' into down-integrate-with-msvc-fixAdam Cozzette2016-11-171-2/+1
|\
| * Resolve old TODO for StringTypeHandler.Chris Kennelly2016-11-111-15/+1
* | Integrated internal changes from GoogleAdam Cozzette2016-11-171-44/+31
|/
* Integrate internal changesBo Yang2016-10-101-8/+31
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-1/+1
* Integrated internal changes from GoogleAdam Cozzette2016-06-291-16/+14
* Down integrate from Google internal.Jisi Liu2016-04-281-0/+7
* Integrate google internal changes.Jisi Liu2016-03-301-28/+84
* Fixed unused parameters and extra ';'Swen Kooij2016-01-281-3/+3
* Fix compiler warning from repeated_field.hJohn Burke2016-01-191-1/+1
* Down-integrate from internal code base.Feng Xiao2015-12-111-3/+21
* Down-integrate from google internal.Jisi Liu2015-10-051-1/+1
* Merge remote-tracking branch 'origin/master' into beta-1Feng Xiao2015-08-291-1/+2
|\
| * Move StringSpaceUsedIncludingSelf to lite library.Peter Kasting2015-08-271-1/+2
| * Define GOOGLE_ATTRIBUTE_NOINLINE for MSVC. Workaround for VS2015 Release buil...Douglas Heriot2015-08-221-13/+13
* | add static cast to silence signedness comparison warningJan Tattermusch2015-08-261-1/+1
* | Down-integrate from google3.Feng Xiao2015-08-221-42/+48
|/
* Call copy() only if there is something to copy.Feng Xiao2015-05-311-1/+3
* down-integrate internal changesBo Yang2015-05-211-32/+28
* internal changesBo Yang2015-04-241-1/+1
* Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-281-1/+1
* Fix compile issues and test failures in VS2008.Feng Xiao2014-12-051-4/+9
* Down-integrate from internal code base (C++ maps support).Feng Xiao2014-11-141-1/+6
* Merge pull request #69 from apaprocki/aix-atomicopsFeng Xiao2014-11-111-2/+2
|\
| * Modify tests to compile on AIX with xlC compiler.Andrew Paprocki2014-11-111-2/+2
* | Down-integrate from internal code base.Feng Xiao2014-11-101-160/+943
* | Fixed Unused Parameter warning in headers.Austin Schuh2014-10-311-1/+2
|/
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Feng Xiao2014-10-011-1/+1
* 1, Add comments for include<algorithm> we added for min/max on VS2013. 2, Add...jieluo@google.com2014-08-071-0/+1
* change some files to pass MSVC 2013jieluo@google.com2014-07-311-0/+4
* Increase the allocated_size_ should be after allocation. Otherwise there migh...jieluo@google.com2014-07-241-1/+1
* down integrate to svnjieluo@google.com2014-07-181-8/+87