aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Added const qualifier to iterator to enable compiling with VS2008David Hirschfeld2014-08-271-1/+1
| |/
* | Rename README.txt to README.mdFeng Xiao2014-08-291-1/+1
| |
* | Merge pull request #5 from google/fix_readmexfxyjwf2014-08-291-17/+20
|\ \ | | | | | | Rename README.txt to README.md and use markdown formatting.
| * | Fix the formating of bold text.Feng Xiao2014-08-281-5/+5
| | |
| * | Update README.md to markdown format.Feng Xiao2014-08-281-12/+15
| | |
| * | Rename README.txt to README.mdFeng Xiao2014-08-281-0/+0
|/ /
* | Merge pull request #4 from google/fix_readmeJisi Liu2014-08-281-0/+12
|\ \ | |/ |/| Add instructions on how to generate the configure script.
| * Add instructions on how to generate the configure script.Feng Xiao2014-08-281-0/+12
|/
* Rename COPYING.txt to LICENSE for opensource compliance and update linksFeng Xiao2014-08-263-3/+3
| | | | in README.txt.
* merge 2.6.0 to trunkv2.6.0jieluo@google.com2014-08-252-8/+5
|
* merge tags/2.6.0 into trunkjieluo@google.com2014-08-2515-53/+238
|
* patch Issue 130740043 to trunk for other atomicops patches: [MIPS64] Add ↵jieluo@google.com2014-08-203-3/+134
| | | | support for MIPS64 in protobuf
* make dist complains the file name is too long and refuse to put it to tar. ↵jieluo@google.com2014-08-143-2/+4
| | | | Change the file to a shorter name
* Add deleted tests back for reflection_cpp2_test.py by addtional exception catchjieluo@google.com2014-08-141-0/+47
|
* change python README.txtjieluo@google.com2014-08-131-3/+8
|
* change Makefile.amjieluo@google.com2014-08-131-3/+4
|
* put python cpp tests into pyext/jieluo@google.com2014-08-135-34/+9
|
* add shared_pr.hjieluo@google.com2014-08-123-9/+480
|
* down integrate python opensource to svnjieluo@google.com2014-08-1266-968/+10128
|
* Change java descriptor back to privatejieluo@google.com2014-08-073-25/+5
|
* 1, Add comments for include<algorithm> we added for min/max on VS2013. 2, ↵jieluo@google.com2014-08-073-0/+4
| | | | Add #if/#endif to wrap #undef
* change java compiler to only produce one java filejieluo@google.com2014-08-076-27/+15
|
* use #undef instead of change the name of MemoryBarrierjieluo@google.com2014-08-0611-56/+57
|
* Cygwin doesn't work well if we try to capture stderr and stdout at the same ↵jieluo@google.com2014-08-061-9/+18
| | | | time. Comment one test tempraly for Cygwin. Need to figure out why and add the test back for Cygwin.
* Remove AM_PROG_AR.jieluo@google.com2014-08-051-1/+0
| | | | | | 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
* make changes to pass Cygwinjieluo@google.com2014-08-052-6/+11
|
* add #ifdef _MSC_VERjieluo@google.com2014-08-011-2/+2
|
* add one file for VC 2013jieluo@google.com2014-07-311-0/+8
|
* change some files to pass MSVC 2013jieluo@google.com2014-07-317-15/+70
|
* Change MemoryBarrier() to MemoryBarrierInternal(). Resolve name conflict in ↵jieluo@google.com2014-07-3011-56/+56
| | | | mingw gcc 4.8.1
* 1, Remove unkown field support in jave TextFormatjieluo@google.com2014-07-253-118/+19
| | | | 2, Verifies the EnumValueDscriptor for DynamicMessage.Builder#setField
* Increase the allocated_size_ should be after allocation. Otherwise there ↵jieluo@google.com2014-07-241-1/+1
| | | | might have segmentation fault if allocation throws an exception.
* use decimal constants to avoid casting error with visual c /W4jieluo@google.com2014-07-232-5/+5
| | | | "unary minus operator applied to unsigned type, result still unsigned"
* add LazyFieldLite.javajieluo@google.com2014-07-191-0/+176
|
* Add iostream in message.cc. Remove unused in coded_stream_unittest.ccjieluo@google.com2014-07-182-6/+1
|
* delete unused variablejieluo@google.com2014-07-182-4/+0
|
* add printUnicode methods in TextFormatjieluo@google.com2014-07-181-0/+20
|
* down integrate to svnjieluo@google.com2014-07-18236-7557/+27852
|
* Down-integrate pending changes from internal repository after previous release.liujisi@google.com2014-05-2811-25/+32
|
* Fix a bug in Arm64 atomicops. (https://codereview.appspot.com/88800045/)xiaofeng@google.com2014-05-051-19/+7
|
* Fix and improve arm64 atomic operations in protobuf stubs (patch from ↵xiaofeng@google.com2014-04-091-97/+56
| | | | | | | rmcilroy@). https://codereview.appspot.com/86030044/
* Add Arm64 AtomicOps (patch from rmcilroy@)xiaofeng@google.com2014-03-262-0/+380
|
* Replace TSan API declarations in atomicops_internals_tsan.h with a header ↵xiaofeng@google.com2014-03-241-175/+2
| | | | inclusion (patch from glider@)
* Replace kEmptyString wth OnceInit initialized string*xiaofeng@google.com2014-02-1310-351/+364
|
* Add aarch64 architecture to platform_macros.h (patch by Sylvain Defresne)liujisi@google.com2014-02-131-0/+3
| | | | | | | | 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.
* Add missing #include of <algorithm> for min/max on VS2013xiaofeng@google.com2013-09-171-0/+2
|
* Fix a typo.xiaofeng@google.com2013-07-301-1/+1
|
* Add support for ThreadSanitizer atomicops API to protobuf - patch from glider@xiaofeng@google.com2013-07-252-1/+396
|
* Update OSGi meta data.xiaofeng@google.com2013-03-081-1/+3
|
* Fix issue 474xiaofeng@google.com2013-03-051-1/+1
|