aboutsummaryrefslogtreecommitdiff
path: root/nimpb.nimble
AgeCommit message (Collapse)Author
2018-10-10bump versionTimothee Cour
2018-05-05Add nimble task for building conformance suiteOskari Timperi
2018-04-19Use parseopt2 in nimpb_buildOskari Timperi
2018-04-12Move descriptor_pb.nim to nimpb/wktOskari Timperi
2018-04-12Regenerate conformance_pb.nimOskari Timperi
2018-04-12Add a Nimble task for regenerating WKT'sOskari Timperi
2018-04-12Add some development tasks to nimpb.nimbleOskari Timperi
2018-04-11Move binary part of compiler to nimpb_buildOskari Timperi
So that the binary nimble builds/installs for us is not named "compiler"... :-)
2018-04-11Changes to finding the protoc compilerOskari Timperi
Now there are three ways we can find the protoc compiler: 1. The user tells us the full path to it with NIMPB_PROTOC env var 2. The user puts protoc in PATH 3. The user installs nimpb_protoc (renamed from nimpb_build) with Nimble These are listed in current precedence order.
2018-04-11Reorganize repoOskari Timperi
2018-04-03Rename library to nimpbOskari Timperi