24
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add CLSCompliance. More... about 16 years ago
Include missing generated files More... about 16 years ago
Fix custom options behaviour More... about 16 years ago
Makefile: build descriptor.o. More... about 16 years ago
A bunch more work, a fast table for field lookup. More... about 16 years ago
Fix build problem with -std=gnu++0x. More... about 16 years ago
Updated todo list More... about 16 years ago
New tests, double build errors, and a few miscellaneous fixes More... about 16 years ago
Update protoc.exe to 2.1 release More... about 16 years ago
Write/Read delimited messages More... about 16 years ago
Fix equality of messages to include unknown fields More... about 16 years ago
Added field constant generation More... about 16 years ago
Fixes to acx_check_suncc.m4 from Monty Taylor. More... about 16 years ago
A flurry of activity. Doesn't compile yet. More... about 16 years ago
Fix final leak (win32 only). More... about 16 years ago
Rethought upb_struct and new descriptor.h. More... about 16 years ago
Update version number in trunk. More... about 16 years ago
Fixed i18n issues with numbers More... about 16 years ago
Fix compile error on Cygwin, where int32 is typedefed to long instead of int, and the compiler can't figure out which overload of this method to use in that case. More... about 16 years ago
Make sure examples link properly. More... about 16 years ago
Provide ShutdownProtobufLibrary() which frees all startup-allocated objects. More... about 16 years ago
enable cross-compiling More... about 16 years ago
Set better default CXXFLAGS and don't use optimization when compiling tests (takes too long). More... about 16 years ago
Fix test failure on 64-bit python. More... about 16 years ago
More Sun CC hacks. Contributed by Monty Taylor. More... about 16 years ago
Hopefully make autogen.sh run on solaris. More... about 16 years ago
Add Emacs editor mode. Contributed by Alexandre Vassalotti. More... about 16 years ago
Fix startup crash when statically linking on Mac. More... about 16 years ago
Add second run of cpp_unittest which verifies that descriptors are constructed lazily. This is accomplished by avoiding any use of descriptors while testing a bunch of other operations, then checking at the end that descriptors have not been constructed. More... about 16 years ago
Convert some \u escape sequences to UTF-8 because MSVC interprets them differently. More... about 16 years ago