aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/map.h
Commit message (Collapse)AuthorAge
* Down-integrate from google3.Gravatar Feng Xiao2015-08-22
|
* Fix compilation error when using C++11.Gravatar Tom Hughes2015-07-29
| | | | | | | | | | | | | | | | | The issue occurs when the template type deduction results in NodeType being const. Shortened version of compile error: no matching function for call to 'operator new' new (p) NodeType(std::forward<Args>(args)...); candidate function not viable: no known conversion from 'const std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > *' to 'void *' for 2nd argument; take the address of the argument with & inline __attribute__ ((__visibility__("hidden"), __always_inline__)) void* operator new (std::size_t, void* __p) noexcept {return __p;}
* Internal local modifications.Gravatar Bo Yang2015-07-09
|
* Fix MapAllocator::destroy() bug.Gravatar Feng Xiao2015-05-31
| | | | | destroy() should always call the destructor because the caller may rely on the destructor to do clean-ups.
* Fixes on visual studio 2008Gravatar unknown2015-05-27
|
* In std11, on mac, operator new doesn't take right reference.Gravatar TeBoring2015-05-26
|
* Make MapAllocator work with C++11.Gravatar Feng Xiao2015-05-26
| | | | Change-Id: I0e1d9e248403631cb57ebed5231e85d19b9bb3df
* Fix bugs on windows.Gravatar Bo Yang2015-05-24
|
* down-integrate internal changesGravatar Bo Yang2015-05-21
|
* Down integrate from Google internal branch for C++ and Java.Gravatar Jisi Liu2015-02-28
| | | | | | | | - Maps for C++ lite - C++ Arena optimizations. - Java Lite runtime code size optimization. Change-Id: I7537a4357c1cb385d23f9e8aa7ffdfeefe079f13
* Fix LIBPROTOBUF_PROTOBUF annotations for buliding protobuf as DLLs.Gravatar Feng Xiao2014-12-09
|
* Fix issue 99.Gravatar Feng Xiao2014-11-25
|
* Down-integrate from internal code base.Gravatar Feng Xiao2014-11-20
|
* Fix 'error: a class-key must be used when declaring a friend' compile error.Gravatar Tres Seaver2014-11-18
|
* Down-integrate from internal code base (C++ maps support).Gravatar Feng Xiao2014-11-14