Feng Xiao
bc72de8ea0
Rename README.txt to README.md
2014-08-28 14:11:28 -07:00
Jisi Liu
0068a929ed
Merge pull request #4 from google/fix_readme
...
Add instructions on how to generate the configure script.
2014-08-28 11:32:49 -07:00
Feng Xiao
de00052be7
Add instructions on how to generate the configure script.
2014-08-28 11:18:51 -07:00
Feng Xiao
e9c00d9dd0
Rename COPYING.txt to LICENSE for opensource compliance and update links
...
in README.txt.
2014-08-26 16:16:00 -07:00
jieluo@google.com
a21bf2e646
merge 2.6.0 to trunk
2014-08-25 23:26:40 +00:00
jieluo@google.com
1eba9d9c74
merge tags/2.6.0 into trunk
2014-08-25 20:17:53 +00:00
jieluo@google.com
786379af47
patch Issue 130740043 to trunk for other atomicops patches: [MIPS64] Add support for MIPS64 in protobuf
2014-08-20 22:41:35 +00:00
jieluo@google.com
e61b513b1f
make dist complains the file name is too long and refuse to put it to tar. Change the file to a shorter name
2014-08-14 21:51:48 +00:00
jieluo@google.com
24095cc7e5
Add deleted tests back for reflection_cpp2_test.py by addtional exception catch
2014-08-14 18:04:22 +00:00
jieluo@google.com
5dd5f0d09a
change python README.txt
2014-08-13 23:26:54 +00:00
jieluo@google.com
2d10b80f45
change Makefile.am
2014-08-13 23:17:39 +00:00
jieluo@google.com
b70e586603
put python cpp tests into pyext/
2014-08-13 21:05:19 +00:00
jieluo@google.com
7580a8929f
add shared_pr.h
2014-08-12 21:28:31 +00:00
jieluo@google.com
bde4a3254a
down integrate python opensource to svn
2014-08-12 21:10:30 +00:00
jieluo@google.com
d7339318a3
Change java descriptor back to private
2014-08-07 22:22:00 +00:00
jieluo@google.com
83964a9ab4
1, Add comments for include<algorithm> we added for min/max on VS2013. 2, Add #if/#endif to wrap #undef
2014-08-07 19:08:05 +00:00
jieluo@google.com
7db9c098df
change java compiler to only produce one java file
2014-08-07 19:03:12 +00:00
jieluo@google.com
9efebb3294
use #undef instead of change the name of MemoryBarrier
2014-08-06 22:14:29 +00:00
jieluo@google.com
8d6f04ad8d
Cygwin doesn't work well if we try to capture stderr and stdout at the same time. Comment one test tempraly for Cygwin. Need to figure out why and add the test back for Cygwin.
2014-08-06 20:49:30 +00:00
jieluo@google.com
ce58c88019
Remove AM_PROG_AR.
...
With AM_PROG_AR may report "error: possibly underfined macro: AM_PROG_AR" (mingw, autoreconf-2.68).
Without AM_PROG_AR may report warning "archiver requires 'AM_PROG_AR' in 'configure.ac'" (cygwin, automake-1.12).
They do not affect the tests and install
2014-08-05 21:22:07 +00:00
jieluo@google.com
abe61de6e6
make changes to pass Cygwin
2014-08-05 20:18:53 +00:00
jieluo@google.com
91e32ac64d
add #ifdef _MSC_VER
2014-08-01 22:17:11 +00:00
jieluo@google.com
81d833d07d
add one file for VC 2013
2014-07-31 00:39:32 +00:00
jieluo@google.com
7ee0f3edc7
change some files to pass MSVC 2013
2014-07-31 00:24:48 +00:00
jieluo@google.com
b7aebe4099
Change MemoryBarrier() to MemoryBarrierInternal(). Resolve name conflict in mingw gcc 4.8.1
2014-07-30 01:23:12 +00:00
jieluo@google.com
db9f7dd1ac
1, Remove unkown field support in jave TextFormat
...
2, Verifies the EnumValueDscriptor for DynamicMessage.Builder#setField
2014-07-25 23:07:02 +00:00
jieluo@google.com
9eda53a6f1
Increase the allocated_size_ should be after allocation. Otherwise there might have segmentation fault if allocation throws an exception.
2014-07-24 17:31:41 +00:00
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"
2014-07-23 23:37:26 +00:00
jieluo@google.com
76b8a769ab
add LazyFieldLite.java
2014-07-19 00:43:46 +00:00
jieluo@google.com
3b547d3526
Add iostream in message.cc. Remove unused in coded_stream_unittest.cc
2014-07-18 23:19:21 +00:00
jieluo@google.com
a35f979c17
delete unused variable
2014-07-18 22:49:35 +00:00
jieluo@google.com
01283faa47
add printUnicode methods in TextFormat
2014-07-18 17:44:42 +00:00
jieluo@google.com
4de8f55113
down integrate to svn
2014-07-18 00:47:59 +00:00
liujisi@google.com
c5553a3d18
Down-integrate pending changes from internal repository after previous release.
2014-05-28 21:48:28 +00:00
xiaofeng@google.com
e7f2937962
Fix a bug in Arm64 atomicops. ( https://codereview.appspot.com/88800045/ )
2014-05-05 22:06:41 +00:00
xiaofeng@google.com
3aa5ea95a9
Fix and improve arm64 atomic operations in protobuf stubs (patch from rmcilroy@).
...
https://codereview.appspot.com/86030044/
2014-04-09 17:47:59 +00:00
xiaofeng@google.com
2ca19bd806
Add Arm64 AtomicOps (patch from rmcilroy@)
2014-03-26 03:05:53 +00:00
xiaofeng@google.com
a80030eff4
Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion (patch from glider@)
2014-03-24 18:40:08 +00:00
xiaofeng@google.com
37c7426b47
Replace kEmptyString wth OnceInit initialized string*
2014-02-13 22:09:48 +00:00
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.
2014-02-13 19:03:24 +00:00
xiaofeng@google.com
172019c40b
Add missing #include of <algorithm> for min/max on VS2013
2013-09-17 21:00:11 +00:00
xiaofeng@google.com
d833126822
Fix a typo.
2013-07-30 18:35:45 +00:00
xiaofeng@google.com
4f68d92cfa
Add support for ThreadSanitizer atomicops API to protobuf - patch from glider@
2013-07-25 19:55:35 +00:00
xiaofeng@google.com
c9f69500b7
Update OSGi meta data.
2013-03-08 00:37:10 +00:00
xiaofeng@google.com
25b2a673ae
Fix issue 474
2013-03-05 03:19:15 +00:00
xiaofeng@google.com
7f4c9e860e
Add a comment about the new "allow_alias" option.
2013-03-05 01:51:21 +00:00
xiaofeng@google.com
7fe28a8973
Update version number in descriptor.pb.h and plugin.pb.h
2013-03-01 19:39:21 +00:00
xiaofeng@google.com
2c9392f8dd
Update version number in trunk
2013-02-28 06:12:28 +00:00
xiaofeng@google.com
a36f1b43e7
Exclude a failing test in MingW build.
2013-02-26 17:49:03 +00:00
xiaofeng@google.com
7f372559cc
Down-integrate from internal branch
2013-02-25 10:39:39 +00:00