0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Comment out import lines in generated javascript. More... over 13 years ago
Fix I64.hash function, add ONE and ZERO constants More... over 13 years ago
Use ECMA Object.defineProperty by default. More... over 13 years ago
Added I64.equals/hash and ParseFromArray/SerializeToArray wrapper for ByteArrayStream. More... over 13 years ago
Fix sign error in quat More... almost 14 years ago
Fix quaternion math error calculating 4th component. More... almost 14 years ago
Parse negative decimal integers. Otherwise all negative values magically become positive. We use negative enums sometimes which is the only use case I can see. More... about 14 years ago
On OSX Make sure we use the same arch all the time. Otherwise gets linker errors. More... about 14 years ago
Added comment about INPUTDIR and OUTPUTDIR More... about 14 years ago
Fixed serialization of int32 numbers to use 64 bit serialization function if negative, and parse appropriately by ignoring items after the 4th bit of the 5th byte More... about 14 years ago
Fixed sint32 and quaternion and norm negative z values More... about 14 years ago
Fixed use of INPUTDIR and OUTPUTDIR variables More... about 14 years ago
No longer need misleading token More... about 14 years ago
Added a warning about ignoring service and don't let parser error out the minute it sees a service tag More... about 14 years ago
Fixed bugs exposed by reported test with [default=ENUM] with package that has no '.' and with options appearing at toplevel More... about 14 years ago
Delete unused files More... about 14 years ago
Added readme file. More... about 14 years ago
Tested compile on mac More... about 14 years ago
Support protobuf 2.3 packed field detection. More... about 14 years ago
Added URL-safe alphabet for base64 encoding. More... about 14 years ago
Added bootstrap script for antlr. More... about 14 years ago
Utf8 functions decode UTF-16 surrogate pairs. More... about 14 years ago
another failing test More... about 14 years ago
Reverted test: bug was not in protojs but in test code' More... about 14 years ago
failing test case showing linkage of new submessages More... about 14 years ago
allow for toplevel enums More... about 14 years ago
Automatic serialization into bytes fields. More... about 14 years ago
Fix bugs with hex and setting field to null. More... about 14 years ago
Fix setters and getters after parsing. More... about 14 years ago
Better support for custom types. More... about 14 years ago