depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-14
r/147
chore(emacs.d): Clean up <tab> bindings
Vincent Ambo
2
-20
/
+9
2019-12-14
r/146
fix(emacs.d): Let emacs write to customize configuration
Vincent Ambo
1
-3
/
+10
2019-12-14
r/145
feat(tools/emacs): Build fully pre-configured Emacs
Vincent Ambo
1
-13
/
+12
2019-12-14
r/144
chore(emacs.d): Move init/* to config/*
Vincent Ambo
11
-23
/
+17
2019-12-14
r/143
chore: Remove some configuration from a previous life
Vincent Ambo
5
-50
/
+6
2019-12-14
r/142
feat(emacs.d): Load local Emacs configuration if present
Vincent Ambo
1
-0
/
+6
2019-12-14
r/141
chore(emacs.d): Import several months of privately tracked changes
Vincent Ambo
7
-232
/
+274
2019-12-14
r/140
feat(emacs.d): Display modeline time in dottime
Vincent Ambo
1
-0
/
+14
2019-12-14
r/139
feat(emacs.d): Generalise counsel terminal selector
Vincent Ambo
1
-23
/
+22
2019-12-14
r/138
fix(writeElispBin): Use emacsPackagesNg
Vincent Ambo
1
-2
/
+2
2019-12-14
r/137
refactor(emacs): Rewrite derivation to match depot layout
Vincent Ambo
2
-75
/
+53
2019-12-14
r/136
chore(emacs): Move Nix derivation for building Emacs over from infra
Vincent Ambo
1
-0
/
+0
2019-12-14
r/135
chore(infra/nixos): Remove deprecated local packages
Vincent Ambo
2
-48
/
+0
2019-12-14
r/134
chore(infra/nixos): Mark folder as "not to be evaluated"
Vincent Ambo
1
-0
/
+6
2019-12-14
r/133
fix(build): Import package set correctly for CI builds
Vincent Ambo
1
-1
/
+1
2019-12-14
r/132
merge(nixos): Merge (unrelated) NixOS config history into infra/
Vincent Ambo
19
-0
/
+1315
2019-12-14
chore(nixos): Move NixOS config to infra/nixos
Vincent Ambo
19
-0
/
+0
2019-12-14
r/131
chore(third_party): Add derivation for gopkgs/golang/groupcache
Vincent Ambo
1
-0
/
+9
2019-12-14
r/130
docs(emacs): Update README file
Vincent Ambo
1
-4
/
+5
2019-12-14
r/129
merge(emacs): Merge (unrelated) emacs.d history into tools/emacs
Vincent Ambo
13
-0
/
+1079
2019-12-14
chore(emacs): Move emacs config to tools/emacs
Vincent Ambo
13
-0
/
+0
2019-12-13
r/128
fix(build): Make repository callable in Nix
Vincent Ambo
1
-0
/
+2
2019-12-13
r/127
chore(third_party): Bump nixpkgs channel
Vincent Ambo
1
-2
/
+2
2019-12-13
r/126
chore(overrides): Bump buildGo.nix to add ASM support
Vincent Ambo
1
-1
/
+1
2019-12-13
r/125
refactor(tools/blog_cli): Build with buildGo.nix
Vincent Ambo
2
-118
/
+6
2019-12-13
r/124
chore(third_party): Bump gopkgs needed for Google Cloud
Vincent Ambo
11
-11
/
+12
2019-12-13
feat(external): Compile Go assembly and include it in pkg archive
Vincent Ambo
1
-5
/
+17
2019-12-13
feat(external): Include *.s (ASM) files in external builds
Vincent Ambo
2
-0
/
+9
2019-12-13
feat(buildGo): Support linking of symabi files for ASM sources
Vincent Ambo
1
-2
/
+7
2019-12-13
r/123
feat(third_party/gopkgs): Import external packages for Google Cloud
Vincent Ambo
12
-0
/
+178
2019-12-13
r/122
chore(overrides): Upgrade buildGo.nix
Vincent Ambo
2
-1
/
+2
2019-12-13
fix(external): Fix "inverted" local dependencies
Vincent Ambo
1
-1
/
+3
2019-12-13
docs(README): Update description of buildGo.external
Vincent Ambo
1
-13
/
+14
2019-12-13
fix(proto): Refactor gRPC dependencies to match new external layout
Vincent Ambo
1
-8
/
+24
2019-12-13
fix(buildGo): Correctly refer to goGrpc package
Vincent Ambo
1
-1
/
+1
2019-12-13
feat(external): Support foreign dependencies in external packages
Vincent Ambo
1
-5
/
+22
2019-12-13
fix(external): Skip folders with "no buildable Go files"
Vincent Ambo
1
-2
/
+13
2019-12-13
style(external): Minor formatting fixes
Vincent Ambo
1
-1
/
+11
2019-12-13
fix(buildGo): Update buildGo.proto for compatibility with external
Vincent Ambo
2
-8
/
+4
2019-12-13
feat(external): Switch between packages & programs automatically
Vincent Ambo
2
-9
/
+21
2019-12-13
feat(buildGo): Expose new external builder
Vincent Ambo
1
-87
/
+14
2019-12-13
feat(external): Implement builder function for externals
Vincent Ambo
1
-2
/
+29
2019-12-13
feat(external): Add fully qualified import path to analyser output
Vincent Ambo
1
-6
/
+8
2019-12-13
fix(external): Correctly set names for root packages
Vincent Ambo
1
-5
/
+13
2019-12-13
fix(external): Ensure findGoDirs "finds" top-level directory
Vincent Ambo
1
-20
/
+10
2019-12-13
feat(external): Return references in more useable format for Nix
Vincent Ambo
1
-16
/
+20
2019-12-13
feat(external): Implement tool to analyse external dependencies
Vincent Ambo
2
-0
/
+188
2019-12-13
feat(buildGo): Expose Go import path for packages
Vincent Ambo
1
-1
/
+1
2019-12-13
fix(buildGo): Ensure 'proto' libraries are overridable
Vincent Ambo
1
-1
/
+1
2019-12-13
feat(buildGo): Add new traversing external' implementation
Vincent Ambo
1
-9
/
+46
[prev]
[next]