aboutsummaryrefslogtreecommitdiff
path: root/src/nimpb_build.nim
AgeCommit message (Collapse)Author
2018-04-11Rename to nimpb_protocOskari Timperi
2018-04-11Make this repo only a container for protocOskari Timperi
2018-04-07Support custom service generatorsOskari 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-07Fix default values for enums in dependenciesOskari 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-06Add current source dir to search path for compilerOskari Timperi
2018-04-06Refactor to use FileDescriptorSetOskari Timperi
This should make the implementation a bit simpler. It should be easier also to use nimpb_build as a library!
2018-04-06Initial commitOskari Timperi