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