1346 Commits (0b7e97880c1ac3b3a7bfeccc51a5b852c8bd37ee)

Author SHA1 Message Date
drivehappy 1183f4864b Fixing unused parameter warnings under Clang. 8 years ago
drivehappy a23e198cca Fixing warning under Clang 6.x (-Wexpansion-to-defined) where the macro expansion producing 'defined' was warning on undefined behavior. 8 years ago
Jisi Liu 3908b4e40d Fix cmath/math.h include with non C++11 libstdc++ 8 years ago
Jisi Liu 651429b709 Fix comments 8 years ago
Jisi Liu 31b3bd9811 Make compilers without ref-qualifier support happy. 8 years ago
Jisi Liu b4c0cfe3a4 Add malloc cast 8 years ago
Jisi Liu fd31899f01 implement remove strdup usage and implement our own 8 years ago
Jisi Liu 34ebca0ca8 Adding missing imports for strdup 8 years ago
Jisi Liu 40d1855fe9 Fix mkdir 8 years ago
Jisi Liu 564f02c91e Make win32_io only for MSVC 8 years ago
Jisi Liu 7afa796bb9 Fix the declaration order in ming32 8 years ago
Jisi Liu db125b8d3a Fixing io_win32 for MinGW32 8 years ago
Brad Larson 1b423474fd Clean up typedefs for Atomic32/Atomic64 8 years ago
Jisi Liu e8fc0661db Make no warning test stricter. 8 years ago
Jisi Liu 97d50e306e Make code free of missing-field-initializers warnings 8 years ago
Jisi Liu 4cbbf33b77 Fix invalid offsetof warning. 8 years ago
Gerben Stavenga 7781784796 Add destructors for default instances to the shutdown code. 8 years ago
Jisi Liu bcf17332bd Adding the missing header 8 years ago
Jisi Liu ebeb472c1e Export functions in io_win32.h in win DLL build 8 years ago
Thomas Van Lenten 21800ff84f Add a objc_class_prefix to test_messages_proto3.proto. 8 years ago
Jisi Liu 12c186f7c6 Fix makefile.am 8 years ago
Jisi Liu e177739fa2 Fix build files 8 years ago
Jisi Liu 759245a49a Merge from master 8 years ago
Jisi Liu 02250a7ff4 Omit the zip test if tools are not available 8 years ago
Jisi Liu 11b4d5ec73 Update required version on pre-generated files 8 years ago
Jisi Liu 8b24feb6ad Update pre generated files 8 years ago
Jisi Liu 7bb39bef1a Update version number for 3.4.0 8 years ago
Brad Larson b6da2262e8 Put AddDescriptorsImpl() in anonymous namespace 8 years ago
Adam 2b6db00de1 Fix quotation marks 8 years ago
Adam a3a65b320d Fix issue #1745 - javascript allow dot in filename 8 years ago
Brad Larson 0d9a34c7b2 Add -Werror=missing-declarations to test builds 8 years ago
Adam Cozzette 417aae6154 Fixed dynamic initialization for C++ lite 8 years ago
Jisi Liu e45214e312 Fix distcheck 8 years ago
Jisi Liu 8084e03c33 remove profile 8 years ago
Jisi Liu 09354db143 Merge from Google internal for 3.4 release 8 years ago
Matt A 9e745f771b Support PHP generic services (#3269) 8 years ago
Brent Shaffer 324b20a491 remove pass by reference for php setters (#3344) 8 years ago
Brent Shaffer ec3f5dcc72 removes an accidental newline in printing for the php generator (#3333) 8 years ago
Paul Yang d3bbf1c8a9 Add space between arrow and casted type (#3353) 8 years ago
Brad Larson 81142e162b Fix build when using -Werror=undef 8 years ago
Matt Hauck 2130feadcf
Fix map_field_inl.h for gcc 4.1 8 years ago
Laszlo Csomor e05e777d46 Windows: support long paths 8 years ago
Matt Hauck 9ab7c73f7c Fix missing std::tr1::hash on GCC 4.1 (#2907) 8 years ago
tanderson-google 126082c371 Add std:: namespace prefix to set and map (#3332) 8 years ago
Harvey Tuch f6ff32cd79 Use consistent hash across NDEBUG/!NDEBUG builds. 8 years ago
Yilun Chong 3adb054bbf add some test proto2 supported, add js proto2 supported, fixed some error 8 years ago
Yilun Chong a7d5be6a91 change php objc nodejs csharp ruby 8 years ago
Sergio Campama e55782fa95 Add initialized as a reserved keyword as that's the actual property name 8 years ago
Yilun Chong 364502102a add message set test case 8 years ago
Brent Shaffer 12acbc2678 adds PHPDoc @return and @param for getters and setters respectively (#3131) 8 years ago