1843 Commits (6e0a6d1cbd0bdfb9d6a963f606e5bf4bc11757d7)

Author SHA1 Message Date
Adam Cozzette d64a2d9941 Integrated internal changes from Google 9 years ago
Lizan Zhou 31999a3f95 Add JsonParseOptions to ignore unknown fields 9 years ago
Thomas Van Lenten 8c20e55c57 Add new generation option for using proto sources from other frameworks. 9 years ago
vjpai 6daf3d2c4a Address review comments on function name 9 years ago
Josh Haberman 0e27112c2b Bugfix: base the require logic on the file being required. 9 years ago
Josh Haberman 1337486755 JS: import well-known types from google-protobuf package. 9 years ago
Vijay Pai 37eaae2006 Remove a friend-class template that is only used for the 9 years ago
Thomas Van Lenten a2a3399a6f Add support for generation sources into a framework. 9 years ago
Brent Shaffer f8a969d50a proper codeblock in README 9 years ago
Bo Yang 401e07d372 Add GOOGLE_ prefix before PROTOBUF_DEPRECATED_ATTR 9 years ago
Bo Yang b60e615cba Fix the undefined behavior for opensource users. 9 years ago
Thomas Van Lenten c8a440dfb6 Add more warnings to for the ObjC runtime build 9 years ago
Thomas Van Lenten 7da023b892 Better support for using the proto library from a framework. 9 years ago
Bo Yang 6673283a56 Integrate interanl changes 9 years ago
Adam Michalik 810ba9b8f2 Export class Arena to shared library. 9 years ago
Adam Michalik f2885f619a Fix #include in js_generator.cc 9 years ago
Jisi Liu 5e7c4cb3f6 Remove the comments about iterator validation 9 years ago
Jisi Liu dbdf6d9085 Bridge vs2008 hashmaps. 9 years ago
Jisi Liu e8737d8676 Fix the command line interface unittest again 9 years ago
Walter Gray f4bc9e0ddb Remove confounding and unused #define - breaks boost/predef/other/endian.h 9 years ago
beardedn5rd 2eb774e602 after comment of Feng Xiao changed the entry to g++ 9 years ago
beardedn5rd b12f630e81 updated README 9 years ago
Mahmut Ali ÖZKURAN 9b3357ddac Updated README.md 9 years ago
Jisi Liu cf14183bcd Down integrate from Google internal. 9 years ago
Thomas Van Lenten 18b6a321b5 Proper checking of enum with non zero default 9 years ago
Petr Prokhorenkov f4f9aec52f Fix bug with silent message corruption in LITE_RUNTIME. 9 years ago
Ben Boeckel 462e7fab98 protoc: support '=' in --proto_path arguments 9 years ago
Jon Skeet d90d615f71 Attempt to fix AppVeyor build by exporting GetEnumValueName 9 years ago
Jon Skeet 75626ed79c Add C# codegen changes to enum value names (mostly C++) 9 years ago
Jisi Liu 1b0ff34b90 Add missing includes in field mask test 9 years ago
Chad Whipkey baf52bd79e Change protobuf CPP proto generator to support the 'lite' option in 9 years ago
Adam Michalik 1b912fceee Remove googletest.h header from stringprintf.cc 9 years ago
Jon Skeet 2a197b3eb0 Use 0 as the default value for all enums, rather than finding the actual enum value name 9 years ago
Jon Skeet 0a902ee0ac Fix to csharp_options - initialize internal_access to false. 9 years ago
Josh Haberman 2cd79bf3a8 Removed duplicated operator delete from merge conflict. 9 years ago
Gaurav Vaish a6e39316a7 Added support for internal_access for C# 9 years ago
Jie Luo c61207492e sync the Manually integrate changes in google3/third_party 9 years ago
Jon Skeet 2a18bb5a33 Add more documentation for csharp_options.h 9 years ago
Jon Skeet bfd1c84a3d Line-wrapping changes only for C# generator code 9 years ago
Gaurav Vaish 74d8b0bebc Added access_level for types 9 years ago
Oleg Vereshko 268ce2818f Added deprecated option handling for objective-c generator 9 years ago
Jisi Liu 89343d87c6 Do not use C++11 unicode escape in unittest. 9 years ago
Jisi Liu 93811ca9f7 Do not let windows.h define min/max macros 9 years ago
Jisi Liu 203bb5eb33 Fix re-definition issue of winsock.h and winsock2.h 9 years ago
Jisi Liu bc1f2e7e6e Fix WIN32 build for map_test. 9 years ago
Jisi Liu cbfd9d43c8 Remove export macros for classes nested in a template class. 9 years ago
Jisi Liu 5805c2dfb7 Fix javanano package 9 years ago
Jisi Liu 94aa50ffd6 Fix breakage of referring to table_ in static func 9 years ago
Jisi Liu 9e7fa0678d Temporarily disable begin is fast test. 9 years ago
Adam Michalik 955841e620 Replace #include <iostream> with #include <ostream> 9 years ago