about summary refs log tree commit diff
path: root/example (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-13 feat(external): Include *.s (ASM) files in external buildsVincent Ambo2-0/+9
2019-12-13 feat(buildGo): Support linking of symabi files for ASM sourcesVincent Ambo1-2/+7
2019-12-13 fix(external): Fix "inverted" local dependenciesVincent Ambo1-1/+3
2019-12-13 docs(README): Update description of buildGo.externalVincent Ambo1-13/+14
2019-12-13 fix(proto): Refactor gRPC dependencies to match new external layoutVincent Ambo1-8/+24
2019-12-13 fix(buildGo): Correctly refer to goGrpc packageVincent Ambo1-1/+1
2019-12-13 feat(external): Support foreign dependencies in external packagesVincent Ambo1-5/+22
2019-12-13 fix(external): Skip folders with "no buildable Go files"Vincent Ambo1-2/+13
2019-12-13 style(external): Minor formatting fixesVincent Ambo1-1/+11
2019-12-13 fix(buildGo): Update buildGo.proto for compatibility with externalVincent Ambo2-8/+4
2019-12-13 feat(external): Switch between packages & programs automaticallyVincent Ambo2-9/+21
2019-12-13 feat(buildGo): Expose new external builderVincent Ambo1-87/+14
2019-12-13 feat(external): Implement builder function for externalsVincent Ambo1-2/+29
2019-12-13 feat(external): Add fully qualified import path to analyse