24
I Use This!
Very High Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Jun 15, 2024 — Jun 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Explicitly identify superclass in initializer lists for generated message classes. This avoids a warning when using GCC's -pedantic option. More... over 16 years ago
Work around absence of hash_map. More... over 16 years ago
Add @Override annotation to generated Java code where appropriate. More... over 16 years ago
Add code suggested by Michal Januszewski <[email protected]> to ensure that Python tests run correctly even when a previous version of the library is already installed. I was unable to reproduce his problem on my machine but the fix seems harmless enough. More... almost 17 years ago
Initial setup of generator code. Little real functionality so far. More... almost 17 years ago
Doc fix More... almost 17 years ago
Reduce dependencies More... almost 17 years ago
Fix initialization check when an optional field has required subfields More... almost 17 years ago
Renamed GeneratedRepeatException to GeneratedRepeatExtension More... almost 17 years ago
Added a doc TODO More... almost 17 years ago
Removed unnecessary delegate More... almost 17 years ago
2.0.1 release. More... almost 17 years ago
Implemented popsicle immutability for lists. Modified MessageStreamIterator to be singly generic. More... almost 17 years ago
Fix to constructor access for nested types, and first pass at streaming. More... almost 17 years ago
More prep for 2.0.1: * Fix version number test so that it accepts "2.0.1rc1". * Add missing type_checkers.py to Makefile.am. More... almost 17 years ago
Add missing module to setup.py. More... almost 17 years ago
Small tidying. More... almost 17 years ago
Comments. More... almost 17 years ago
Just comments. More... almost 17 years ago
Just the solution file - can be ignored. More... almost 17 years ago
Remove unused variable. More... almost 17 years ago
Use a nullable int for the memoizedSize, just because it's neater. More... almost 17 years ago
Add aliases into enums More... almost 17 years ago
Reflect Java source code. More... almost 17 years ago
Updated C# tests and code for TextFormat to match Java. More... almost 17 years ago
Updates due to changes to descriptor.proto More... almost 17 years ago
Update CHANGES.txt for v2.0.1. Also update beta warning in README.txt. More... almost 17 years ago
Solution file - should not be part of patch to svn More... almost 17 years ago
Added some ignore files More... almost 17 years ago
Experimental (and currently unused) behaviour to determine whether or not a message has any required fields. More... almost 17 years ago