jieluo@google.com
e6726e2150
use decimal constants to avoid casting error with visual c /W4
...
"unary minus operator applied to unsigned type, result still unsigned"
10 years ago
jieluo@google.com
76b8a769ab
add LazyFieldLite.java
11 years ago
jieluo@google.com
3b547d3526
Add iostream in message.cc. Remove unused in coded_stream_unittest.cc
11 years ago
jieluo@google.com
a35f979c17
delete unused variable
11 years ago
jieluo@google.com
01283faa47
add printUnicode methods in TextFormat
11 years ago
jieluo@google.com
4de8f55113
down integrate to svn
11 years ago
liujisi@google.com
c5553a3d18
Down-integrate pending changes from internal repository after previous release.
11 years ago
xiaofeng@google.com
e7f2937962
Fix a bug in Arm64 atomicops. ( https://codereview.appspot.com/88800045/ )
11 years ago
xiaofeng@google.com
3aa5ea95a9
Fix and improve arm64 atomic operations in protobuf stubs (patch from rmcilroy@).
...
https://codereview.appspot.com/86030044/
11 years ago
xiaofeng@google.com
2ca19bd806
Add Arm64 AtomicOps (patch from rmcilroy@)
11 years ago
xiaofeng@google.com
a80030eff4
Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion (patch from glider@)
11 years ago
xiaofeng@google.com
37c7426b47
Replace kEmptyString wth OnceInit initialized string*
11 years ago
liujisi@google.com
f0b6a5cfeb
Add aarch64 architecture to platform_macros.h (patch by Sylvain Defresne)
...
Both gcc and clang defines the __aarch64__ macro when building
for the 64-bit AArch64 execution state of ARMv8 processors, so
use this to detect the architecture.
11 years ago
xiaofeng@google.com
172019c40b
Add missing #include of <algorithm> for min/max on VS2013
11 years ago
xiaofeng@google.com
d833126822
Fix a typo.
11 years ago
xiaofeng@google.com
4f68d92cfa
Add support for ThreadSanitizer atomicops API to protobuf - patch from glider@
12 years ago
xiaofeng@google.com
c9f69500b7
Update OSGi meta data.
12 years ago
xiaofeng@google.com
25b2a673ae
Fix issue 474
12 years ago
xiaofeng@google.com
7f4c9e860e
Add a comment about the new "allow_alias" option.
12 years ago
xiaofeng@google.com
7fe28a8973
Update version number in descriptor.pb.h and plugin.pb.h
12 years ago
xiaofeng@google.com
2c9392f8dd
Update version number in trunk
12 years ago
xiaofeng@google.com
a36f1b43e7
Exclude a failing test in MingW build.
12 years ago
xiaofeng@google.com
7f372559cc
Down-integrate from internal branch
12 years ago
xiaofeng@google.com
de3494fe5c
Fix issue 403, issue 456, issue 462
12 years ago
xiaofeng@google.com
e406747cd5
Fix issue 445, issue 449
12 years ago
xiaofeng@google.com
1e5a5e8419
Down-integrate from internal branch
12 years ago
liujisi@google.com
691f6da30b
Rollback the export macros on internal classes/functions.
12 years ago
liujisi@google.com
117064c18b
add missing dll export macros for msvc.
12 years ago
liujisi@google.com
71caf8c25d
Remove "using" directives to disambiguate type_traits for vc2012.
12 years ago
liujisi@google.com
f5b373dfb6
Fix a typo of nacl file name.
12 years ago
liujisi@google.com
e9ee30962f
Add missing qnx files.
12 years ago
liujisi@google.com
4d8c2f94fb
Add arm_qnx atomic ops support and add missing header files in Makefile.am
12 years ago
liujisi@google.com
98080e8598
Update upb namespace in friendship declaration.
12 years ago
liujisi@google.com
cb77c4c381
Generate a warning for duplicated enum values, when allow_alias option isn't
...
set.
12 years ago
liujisi@google.com
4770277ec7
Add the missing PNaCl atomicops support.
12 years ago
liujisi@google.com
728aa760fd
Down-integrate form internal opensource branch
12 years ago
xiaofeng@google.com
0b30eb8c87
Fix the name of thread safety macros.
12 years ago
liujisi@google.com
5d701498dd
Remove unused macros.
12 years ago
liujisi@google.com
5e6539205e
Remove the customized operator delete.
12 years ago
xiaofeng@google.com
a655b98171
Fix issue 438: add missing 'enum_type_wrapper' to setup.py
12 years ago
liujisi@google.com
2273ee403b
Add java options to plugin proto and rollback the r450
12 years ago
liujisi@google.com
0c995c9300
Remove undeeded no-rtti guards.
12 years ago
liujisi@google.com
2bee6e66e8
Fix build warnings for gcc 4.6
12 years ago
liujisi@google.com
ed95d54e92
Define macros on more targets to make gtest work for vs2012
12 years ago
liujisi@google.com
6fb956d9db
Remove extra semicolons
12 years ago
liujisi@google.com
1e36e1006a
Add missing export macro
12 years ago
liujisi@google.com
329d103b3e
Set pointers to NULL after shutdown, so the shutdown function can be called for multiple times.
12 years ago
liujisi@google.com
f5d5b4de92
Make custom option able to work for -f-no-rtti; Fix remaining death tests for gtest 1.6
12 years ago
liujisi@google.com
e34f1f63b6
Find the protoc from environ first for python.
12 years ago
liujisi@google.com
8cc2017f34
Quote the AC_LANG_SOURCE to eliminate warnings introduced by autoconf 2.6.8
12 years ago