about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2019-12-19 chore(buildGo): Relayout for depot mergeVincent Ambo9-0/+0
2019-12-15 fix(external): Correctly determine binary name if locator is emptyVincent Ambo1-1/+1
2019-12-13 feat(external): Compile Go assembly and include it in pkg archiveVincent Ambo1-5/+17
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 analyser outputVincent Ambo1-6/+8
2019-12-13 fix(external): Correctly set names for root packagesVincent Ambo1-5/+13
2019-12-13 fix(external): Ensure findGoDirs "finds" top-level directoryVincent Ambo1-20/+10
2019-12-13 feat(external): Return references in more useable format for NixVincent Ambo1-16/+20
2019-12-13 feat(external): Implement tool to analyse external dependenciesVincent Ambo2-0/+188
2019-12-13 feat(buildGo): Expose Go import path for packagesVincent Ambo1-1/+1
2019-12-13 fix(buildGo): Ensure 'proto' libraries are overridableVincent Ambo1-1/+1
2019-12-13 feat(buildGo): Add new traversing external' implementationVincent Ambo1-9/+46
2019-12-09 feat(buildGo): Add 'overrideGo' argument overriding functionVincent Ambo1-2/+14
2019-11-27 docs: Add README file that describes project usage & backgroundVincent Ambo1-0/+139
2019-11-26 feat(buildGo): Add support for gRPC packagesVincent Ambo1-5/+8
2019-11-26 feat(proto): Add protobuf & gRPC dependencies via externalVincent Ambo2-12/+74
2019-11-26 feat(buildGo): Add 'srcOnly' and 'targets' parameters for externalVincent Ambo1-4/+4
2019-11-25 feat(buildGo): Add support for building "external" Go librariesVincent Ambo1-53/+51
2019-11-24 feat(example): Demonstrate usage of x_defs flag to buildGo.programVincent Ambo2-0/+7
2019-11-24 feat(buildGo): Add support for x_defs option in buildGo.programVincent Ambo1-2/+4
2019-11-24 feat(example): Add an example for how to use buildGo buildersVincent Ambo4-0/+84
2019-11-24 feat: Add support for Protobuf-generated librariesVincent Ambo1-3/+75
2019-11-23 feat: Check in buildGo with program & package buildersVincent Ambo1-0/+70
2019-11-23 chore: initial commitVincent Ambo0-0/+0