0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #56 from robey/parsefrom More... almost 11 years ago
if an error occurs during compilation, exit with an error code, so external tools will know. More... almost 11 years ago
fix tests for added "parseFrom" methods. More... almost 11 years ago
add parseFrom() methods to the generated object, to mirror static methods created by protobuf. More... almost 11 years ago
update protobuf version to latest (2.5.0). More... almost 11 years ago
Fixed the generated UsesImportedPackage in UpdateTestResources. More... almost 11 years ago
Updated generated tests. More... almost 11 years ago
Improved UpdateTestResources: More... almost 11 years ago
Merge pull request #54 from robey/imports More... almost 11 years ago
add a test to verify that imported protos from other packages are fully qualified. More... almost 11 years ago
code golfing. More... almost 11 years ago
optimize map/getOrElse. More... almost 11 years ago
use collectFirst and do not use string interpolation. More... almost 11 years ago
process imported symbols during generation. More... almost 11 years ago
factor out file reading, process imports, and pass them to the generator. More... almost 11 years ago
oops, forgot the tests. More... almost 11 years ago
Merge pull request #52 from robey/options More... almost 11 years ago
rename Option -> OptionValue so it doesn't shadow scala's builtin Option type. More... almost 11 years ago
Merge pull request #47 from cideas/extendable-fix More... almost 11 years ago
Merge pull request #48 from robey/patch-1 More... almost 11 years ago
fix error cases for -I and --proto_path More... almost 11 years ago
Fixed missing optional cases as well as creating a common trait for readMessage[?] usage. More... almost 11 years ago
Merge remote-tracking branch 'origin/master' More... almost 11 years ago
Added the still experimental ExtendableMessage trait. Version bump. More... almost 11 years ago
Updated version info on README. More... almost 11 years ago
Fixed default values for optional floats. Fixed simple.proto tag number. More... almost 11 years ago
Merge pull request #44 from mDialog/fix More... almost 11 years ago
Merge remote-tracking branch 'origin/master' More... almost 11 years ago
Added a check for an invalid specified import directory. More... almost 11 years ago
Fix parsing properly; -ve floats now work too. More... almost 11 years ago