aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
|
* Add aarch64 architecture to platform_macros.h (patch by Sylvain Defresne)Gravatar liujisi@google.com2014-02-13
| | | | | | | | 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 VS2013Gravatar xiaofeng@google.com2013-09-17
|
* Fix a typo.Gravatar xiaofeng@google.com2013-07-30
|
* Add support for ThreadSanitizer atomicops API to protobuf - patch from glider@Gravatar xiaofeng@google.com2013-07-25
|
* Update OSGi meta data.Gravatar xiaofeng@google.com2013-03-08
|
* Fix issue 474Gravatar xiaofeng@google.com2013-03-05
|
* Add a comment about the new "allow_alias" option.Gravatar xiaofeng@google.com2013-03-05
|
* Update version number in descriptor.pb.h and plugin.pb.hGravatar xiaofeng@google.com2013-03-01
|
* Update version number in trunkGravatar xiaofeng@google.com2013-02-28
|
* Exclude a failing test in MingW build.Gravatar xiaofeng@google.com2013-02-26
|
* Down-integrate from internal branchGravatar xiaofeng@google.com2013-02-25
|
* Fix issue 403, issue 456, issue 462Gravatar xiaofeng@google.com2013-02-25
|
* Fix issue 445, issue 449Gravatar xiaofeng@google.com2013-02-07
|
* Down-integrate from internal branchGravatar xiaofeng@google.com2013-01-31
|
* Rollback the export macros on internal classes/functions.Gravatar liujisi@google.com2013-01-15
|
* add missing dll export macros for msvc.Gravatar liujisi@google.com2013-01-11
|
* Remove "using" directives to disambiguate type_traits for vc2012.Gravatar liujisi@google.com2013-01-11
|
* Fix a typo of nacl file name.Gravatar liujisi@google.com2013-01-10
|
* Add missing qnx files.Gravatar liujisi@google.com2013-01-10
|
* Add arm_qnx atomic ops support and add missing header files in Makefile.amGravatar liujisi@google.com2013-01-10
|
* Update upb namespace in friendship declaration.Gravatar liujisi@google.com2013-01-10
|
* Generate a warning for duplicated enum values, when allow_alias option isn'tGravatar liujisi@google.com2012-12-28
| | | | set.
* Add the missing PNaCl atomicops support.Gravatar liujisi@google.com2012-12-19
|
* Down-integrate form internal opensource branchGravatar liujisi@google.com2012-12-19
|
* Fix the name of thread safety macros.Gravatar xiaofeng@google.com2012-12-13
|
* Remove unused macros.Gravatar liujisi@google.com2012-12-10
|
* Remove the customized operator delete.Gravatar liujisi@google.com2012-12-10
|
* Fix issue 438: add missing 'enum_type_wrapper' to setup.pyGravatar xiaofeng@google.com2012-12-08
|