aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h
Commit message (Collapse)AuthorAge
* Fix Atomic32/AtomicWord on some platforms.Gravatar Jisi Liu2017-11-08
| | | | | | | | | | - Removed the redefination in the atomicword_compat.h. Now Atomic32 will alwyas be intptr_t in 32bit platforms, the bridge is no longer needed. - Change NaCl 64bit to use intptr_t instead of int32 for Atomic32, otherwise AtmoicWord APIs will miss the definations. After this change, the AtmoicWord will always be either Atomic32 or Atmoic64 depending on the platforms.
* Replace links to code.google.com/protobuf with ↵Gravatar Feng Xiao2014-10-01
| | | | developers.google.com/protocol-buffers
* Fix issue 412: update protobuf for 64-bit compatibility on Mac OS X - patch ↵Gravatar xiaofeng@google.com2012-11-14
| | | | from Mark Mentovai
* Update atomicops to support new platforms where intptr_t = long.Gravatar liujisi@google.com2012-06-05
Fix license headers.