aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Exclude a failing test in MingW build.xiaofeng@google.com2013-02-262-3/+4
|
* Down-integrate from internal branchxiaofeng@google.com2013-02-254-4/+29
|
* Fix issue 403, issue 456, issue 462xiaofeng@google.com2013-02-253-3/+13
|
* Fix issue 445, issue 449xiaofeng@google.com2013-02-072-1/+2
|
* Down-integrate from internal branchxiaofeng@google.com2013-01-311-0/+21
|
* Rollback the export macros on internal classes/functions.liujisi@google.com2013-01-153-4/+4
|
* add missing dll export macros for msvc.liujisi@google.com2013-01-115-10/+11
|
* Remove "using" directives to disambiguate type_traits for vc2012.liujisi@google.com2013-01-111-21/+2
|
* Fix a typo of nacl file name.liujisi@google.com2013-01-101-1/+1
|
* Add missing qnx files.liujisi@google.com2013-01-101-0/+146
|
* Add arm_qnx atomic ops support and add missing header files in Makefile.amliujisi@google.com2013-01-103-0/+7
|
* Update upb namespace in friendship declaration.liujisi@google.com2013-01-102-11/+11
|
* Generate a warning for duplicated enum values, when allow_alias option isn'tliujisi@google.com2012-12-283-7/+20
| | | | set.
* Add the missing PNaCl atomicops support.liujisi@google.com2012-12-191-0/+73
|
* Down-integrate form internal opensource branchliujisi@google.com2012-12-194-2/+11
|
* Fix the name of thread safety macros.xiaofeng@google.com2012-12-132-4/+4
|
* Remove unused macros.liujisi@google.com2012-12-101-10/+0
|
* Remove the customized operator delete.liujisi@google.com2012-12-101-8/+0
|
* Fix issue 438: add missing 'enum_type_wrapper' to setup.pyxiaofeng@google.com2012-12-081-0/+1
|
* Add java options to plugin proto and rollback the r450liujisi@google.com2012-12-055-53/+8
|
* Remove undeeded no-rtti guards.liujisi@google.com2012-12-051-6/+2
|
* Fix build warnings for gcc 4.6liujisi@google.com2012-12-055-58/+65
|
* Define macros on more targets to make gtest work for vs2012liujisi@google.com2012-12-052-4/+4
|
* Remove extra semicolonsliujisi@google.com2012-12-052-13/+13
|
* Add missing export macroliujisi@google.com2012-12-051-1/+1
|
* Set pointers to NULL after shutdown, so the shutdown function can be called ↵liujisi@google.com2012-12-054-3/+52
| | | | for multiple times.
* Make custom option able to work for -f-no-rtti; Fix remaining death tests ↵liujisi@google.com2012-12-056-15/+31
| | | | for gtest 1.6
* Find the protoc from environ first for python.liujisi@google.com2012-12-051-1/+3
|
* Quote the AC_LANG_SOURCE to eliminate warnings introduced by autoconf 2.6.8liujisi@google.com2012-12-051-2/+2
|
* Update gtest to 1.6; Disable death tests when exceptions are enabled.liujisi@google.com2012-12-046-8/+15
|
* Make PROTOBUF_USE_EXCEPTIONS configurable from CPPFLAGS.liujisi@google.com2012-12-042-6/+11
|
* Merge from tags/2.5.0rc1 to trunkxiaofeng@google.com2012-12-044-169/+81
|
* Fix issues: 342, 424, 428, 430, 436xiaofeng@google.com2012-12-046-13/+10
|
* Update version to 2.5.0-preliujisi@google.com2012-11-307-15/+15
|
* Fix compile issues under GCC 3.4.6xiaofeng@google.com2012-11-304-11/+26
|
* Fix Java compile issues under JDK 1.5xiaofeng@google.com2012-11-305-17/+15
|
* Fix issue 412: update protobuf for 64-bit compatibility on Mac OS X - patch ↵xiaofeng@google.com2012-11-142-8/+9
| | | | from Mark Mentovai
* Fix issue 298: add OSGi configuration to pom.xml - patch from Thomas Kockxiaofeng@google.com2012-10-251-1/+11
|
* Generate missing inclusion of common.h.pliard@google.com2012-10-023-0/+3
| | | | | | | | | | | FileGenerator::GenerateBuildDescriptors() emits "::google::protobuf::internal::OnShutdown(&$shutdownfilename$);" which is declared in common.h. Although Protobuf is very well tested a compilation error was triggered while rolling Protobuf r423:426. There might be something wrong in the Chromium roll (still in progress). It seems safer anyway not to rely on indirect headers inclusion.
* Use string::size_type instead of int for results of string.find() etc. -- ↵xiaofeng@google.com2012-09-272-2/+2
| | | | patch from hans
* Update MSVC project files and fix compilation issues in MSVC.xiaofeng@google.com2012-09-2411-58/+160
|
* Down-integrate from internal branchxiaofeng@google.com2012-09-22244-3902/+24555
|
* Down-integration form opensource depotliujisi@google.com2012-08-011-18/+39
|
* Add support for NaCl in atomicops.pliard@google.com2012-07-172-89/+22
| | | | | | | | | | This does additionally a significant cleanup in platform_macros.h (initially pulled from v8). It implemented some subtleties that we don't use like the HOST/TARGET arch distinction. Changes related to NaCl support come from Chromium's build/build_config.h. BUG=392
* Fix issue/333. skip any escaped characters in quotes.liujisi@google.com2012-07-131-2/+2
|
* -lz in protobuf.pc belongs in Libs.private, not Libsliujisi@google.com2012-07-031-1/+2
|
* set _VARDADIC_MAX=10 preprocessor definition to make test pass in vc11.liujisi@google.com2012-07-031-2/+2
|
* Allow configure to disable maintainer modeliujisi@google.com2012-07-031-0/+1
|
* Update atomicops to support new platforms where intptr_t = long.liujisi@google.com2012-06-0511-161/+250
| | | | Fix license headers.
* Fix a NULL/bool conversion.liujisi@google.com2012-05-171-1/+1
|