| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-11 | Make this repo only a container for protoc | Oskari Timperi | |
| 2018-04-08 | Add initial message to JSON serialization support | Oskari Timperi | |
| 2018-04-07 | Support custom service generators | Oskari Timperi | |
| Copied this feature from prost. A RPC library could use nimpb_build to generate RPC code automatically based on service definitions in .proto files. | |||
| 2018-04-07 | Read fields even for empty messages | Oskari Timperi | |
| When a message definition doesnt have any fields, it could be that in the future the definition has fields. The message on the wire could have unknown fields, even if our definition does not have any fields. So, we should read fields for "empty" messages and store the unknown fields so that we can pass them through if needed. | |||
| 2018-04-07 | Include size of unknown fields in message size | Oskari Timperi | |
| 2018-04-07 | Fix default values for enums in dependencies | Oskari Timperi | |
| The compiler crashed because it didn't have a default value for an enum defined in another file. Now the compiler finds the definition of the enum when asked for a default value of an enum. | |||
| 2018-04-06 | Remove plugin_pb.nim as it's not needed anymore | Oskari Timperi | |
| 2018-04-06 | Refactor to use FileDescriptorSet | Oskari Timperi | |
| This should make the implementation a bit simpler. It should be easier also to use nimpb_build as a library! | |||
| 2018-04-06 | Handle defaults for enums better | Oskari Timperi | |
| 2018-04-06 | Read and write unknown fields | Oskari Timperi | |
| 2018-04-06 | Generate a bit less code | Oskari Timperi | |
| 2018-04-06 | Handle default values | Oskari Timperi | |
| 2018-04-06 | Fix crash | Oskari Timperi | |
| 2018-04-06 | Use the plugin to generate descriptor_pb and plugin_pb and use those | Oskari Timperi | |
| 2018-04-06 | Initial commit | Oskari Timperi | |
