• Jisi Liu's avatar
    Fix Atomic32/AtomicWord on some platforms. · 181e284b
    Jisi Liu authored
    - 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.
    181e284b
Name
Last commit
Last update
..
CMakeLists.txt Loading commit data...
README.md Loading commit data...
examples.cmake Loading commit data...
extract_includes.bat.in Loading commit data...
install.cmake Loading commit data...
libprotobuf-lite.cmake Loading commit data...
libprotobuf.cmake Loading commit data...
libprotoc.cmake Loading commit data...
protobuf-config-version.cmake.in Loading commit data...
protobuf-config.cmake.in Loading commit data...
protobuf-lite.pc.cmake Loading commit data...
protobuf-module.cmake.in Loading commit data...
protobuf-options.cmake Loading commit data...
protobuf.pc.cmake Loading commit data...
protoc.cmake Loading commit data...
tests.cmake Loading commit data...