24
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed comment More... almost 14 years ago
renamed ByteString.WriteTo(CodedOutputStream) to WriteRawBytesTo More... almost 14 years ago
Removed unnessary parital declaration More... almost 14 years ago
Fix for unqualified ByteString references in LITE generation More... almost 14 years ago
Reformatted to include braces More... almost 14 years ago
Reformatted to include braces More... almost 14 years ago
Remove the simulator target from all makefiles. Bug: 5010576 More... almost 14 years ago
A workaround for MSVC 2010 x64 platform bug, which affects proto compiler in generating field has_bit mask. More... almost 14 years ago
Add missing dll export macros. More... almost 14 years ago
Update external gtest to 1.5.0. More... almost 14 years ago
Remove extra semicolon in primitive repeated field init code. More... almost 14 years ago
Support for C-style comments in editors/proto.vim -- patch from infnty. More... almost 14 years ago
Fixed A few last methods taking CodedInputStream More... about 14 years ago
Fix for leaving Builder a public ctor on internal classes More... about 14 years ago
Major refactoring: abandon upb_msg, add upb_accessors. More... about 14 years ago
missing copyright notice More... about 14 years ago
bla, changed name to Depth for CLSComplaint :) More... about 14 years ago
Added recursion limits to AbstractReader.cs More... about 14 years ago
Added option to enable format benchmarks More... about 14 years ago
Added convenience methods for to/from xml and json More... about 14 years ago
Reader/Writer implementations changed to use static factories More... about 14 years ago
Added benchmark for Json via XML using JsonReaderWriterFactory More... about 14 years ago
Added initial DictionaryReader/Writer implementations More... about 14 years ago
Using List<Char> instead of StringBuilder for building strings from chars More... about 14 years ago
Added the JsonFormatWriter/Reader More... about 14 years ago
Added the XmlFormatWriter/Reader More... about 14 years ago
Refactoring the ICoded interfaces (again) removing the use of some generic methods. More... about 14 years ago
Several performance tweaks - Removed default value assingment when default is equal to default(T) - Added Benchmarks for most types and repeated/packed arrays - Left PopsicleList's list fields uninitialized util needed - Changed CodedInputStream's repated/packed reader - Changed Enum writers to simply cast to int - Changed the WriteEnum to use object rawValue that provides .ToString() if needed - Should be fully on par with original library for performance, gaining 2x-3x in some cases More... about 14 years ago
Performance tweek for reading entire unpacked array More... about 14 years ago
Finished adding find tag by name More... about 14 years ago