aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Bump version for maven-bundle-pluginGravatar Jisi Liu2014-09-04
|
* Merge pull request #12 from huahang/patch-2Gravatar Jisi Liu2014-09-03
|\ | | | | remove a const qualifier in a method's return type
| * remove a const qualifier in a method's return typeGravatar huahang2014-09-04
|/
* Merge pull request #8 from huahang/patch-1Gravatar Jisi Liu2014-09-03
|\ | | | | fix a compile warning
| * fix a compile warningGravatar huahang2014-09-03
|/ | | | | This change fixes the following compiler warning: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
* Merge pull request #1 from dhirschfeld/vs2008-fixGravatar xfxyjwf2014-09-02
|\ | | | | Added const qualifier to iterator to enable compiling with VS2008
* | Rename README.txt to README.mdGravatar Feng Xiao2014-08-29
| |
* | Merge pull request #5 from google/fix_readmeGravatar xfxyjwf2014-08-29
|\ \ | | | | | | Rename README.txt to README.md and use markdown formatting.
| * | Fix the formating of bold text.Gravatar Feng Xiao2014-08-28
| | |
| * | Update README.md to markdown format.Gravatar Feng Xiao2014-08-28
| | |
| * | Rename README.txt to README.mdGravatar Feng Xiao2014-08-28
|/ /
* | Merge pull request #4 from google/fix_readmeGravatar Jisi Liu2014-08-28
|\ \ | | | | | | Add instructions on how to generate the configure script.
| * | Add instructions on how to generate the configure script.Gravatar Feng Xiao2014-08-28
|/ /
| * Added const qualifier to iterator to enable compiling with VS2008Gravatar David Hirschfeld2014-08-27
|/
* Rename COPYING.txt to LICENSE for opensource compliance and update linksGravatar Feng Xiao2014-08-26
| | | | in README.txt.
* merge 2.6.0 to trunkGravatar jieluo@google.com2014-08-25
|
* merge tags/2.6.0 into trunkGravatar jieluo@google.com2014-08-25
|
* patch Issue 130740043 to trunk for other atomicops patches: [MIPS64] Add ↵Gravatar jieluo@google.com2014-08-20
| | | | support for MIPS64 in protobuf
* make dist complains the file name is too long and refuse to put it to tar. ↵Gravatar jieluo@google.com2014-08-14
| | | | Change the file to a shorter name
* Add deleted tests back for reflection_cpp2_test.py by addtional exception catchGravatar jieluo@google.com2014-08-14
|
* change python README.txtGravatar jieluo@google.com2014-08-13
|
* change Makefile.amGravatar jieluo@google.com2014-08-13
|
* put python cpp tests into pyext/Gravatar jieluo@google.com2014-08-13
|
* add shared_pr.hGravatar jieluo@google.com2014-08-12
|
* down integrate python opensource to svnGravatar jieluo@google.com2014-08-12
|
* Change java descriptor back to privateGravatar jieluo@google.com2014-08-07
|
* 1, Add comments for include<algorithm> we added for min/max on VS2013. 2, ↵Gravatar jieluo@google.com2014-08-07
| | | | Add #if/#endif to wrap #undef
* change java compiler to only produce one java fileGravatar jieluo@google.com2014-08-07
|
* use #undef instead of change the name of MemoryBarrierGravatar jieluo@google.com2014-08-06
|
* Cygwin doesn't work well if we try to capture stderr and stdout at the same ↵Gravatar jieluo@google.com2014-08-06
| | | | time. Comment one test tempraly for Cygwin. Need to figure out why and add the test back for Cygwin.
* Remove AM_PROG_AR.Gravatar jieluo@google.com2014-08-05
| | | | | | 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 CygwinGravatar jieluo@google.com2014-08-05
|
* add #ifdef _MSC_VERGravatar jieluo@google.com2014-08-01
|
* add one file for VC 2013Gravatar jieluo@google.com2014-07-31
|
* change some files to pass MSVC 2013Gravatar jieluo@google.com2014-07-31
|
* Change MemoryBarrier() to MemoryBarrierInternal(). Resolve name conflict in ↵Gravatar jieluo@google.com2014-07-30
| | | | mingw gcc 4.8.1
* 1, Remove unkown field support in jave TextFormatGravatar jieluo@google.com2014-07-25
| | | | 2, Verifies the EnumValueDscriptor for DynamicMessage.Builder#setField
* Increase the allocated_size_ should be after allocation. Otherwise there ↵Gravatar jieluo@google.com2014-07-24
| | | | might have segmentation fault if allocation throws an exception.
* use decimal constants to avoid casting error with visual c /W4Gravatar jieluo@google.com2014-07-23
| | | | "unary minus operator applied to unsigned type, result still unsigned"
* add LazyFieldLite.javaGravatar jieluo@google.com2014-07-19
|
* Add iostream in message.cc. Remove unused in coded_stream_unittest.ccGravatar jieluo@google.com2014-07-18
|
* delete unused variableGravatar jieluo@google.com2014-07-18
|
* add printUnicode methods in TextFormatGravatar jieluo@google.com2014-07-18
|
* down integrate to svnGravatar jieluo@google.com2014-07-18
|
* Down-integrate pending changes from internal repository after previous release.Gravatar liujisi@google.com2014-05-28
|
* Fix a bug in Arm64 atomicops. (https://codereview.appspot.com/88800045/)Gravatar xiaofeng@google.com2014-05-05
|
* Fix and improve arm64 atomic operations in protobuf stubs (patch from ↵Gravatar xiaofeng@google.com2014-04-09
| | | | | | | rmcilroy@). https://codereview.appspot.com/86030044/
* Add Arm64 AtomicOps (patch from rmcilroy@)Gravatar xiaofeng@google.com2014-03-26
|
* Replace TSan API declarations in atomicops_internals_tsan.h with a header ↵Gravatar xiaofeng@google.com2014-03-24
| | | | inclusion (patch from glider@)
* Replace kEmptyString wth OnceInit initialized string*Gravatar xiaofeng@google.com2014-02-13
|