about summary refs log tree commit diff
path: root/overrides (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-19 chore(buildGo): Relayout for depot mergeVincent Ambo9-0/+723
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 funct