Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-02 | containers: Implement an interval tree | Luke Shumaker | |
Hits a bug in the Go 1.19.1 compiler, you must use a dev build of Go. | |||
2022-10-02 | rbtree: Add support for maintaining node attributes | Luke Shumaker | |
CLRS theorem 14.1 | |||
2022-10-02 | fix rbtree fuzz test | Luke Shumaker | |
2022-09-05 | Try to uniformly use containers.Set | Luke Shumaker | |
2022-09-02 | rebuild root items | Luke Shumaker | |
this was sitting here uncommited from Wednesday | |||
2022-08-30 | wip better reattach | Luke Shumaker | |
2022-08-30 | wip | Luke Shumaker | |
2022-08-30 | wip | Luke Shumaker | |
2022-08-17 | json: Implement a bunch of streaming JSON encoding/decoding | Luke Shumaker | |
2022-08-17 | tools: Upgrade to Go 1.19 | Luke Shumaker | |
1. Edit Makefile:goversion 2. Run `make go-mod-tidy` 3. Run `gofmt -s -w .` 4. Look at the ignore-whitespace-change diff and fixup band gofmt changes | |||
2022-07-15 | tidy up | Luke Shumaker | |
2022-07-14 | Buffer FS IO | Luke Shumaker | |
2022-07-13 | Misc tidy up | Luke Shumaker | |
2022-07-13 | Fix package names/imports | Luke Shumaker | |
2022-07-13 | Move files to different packages [ci-skip] | Luke Shumaker | |
2022-07-13 | Move the remaining former-generic.go parts out of lib/util/ | Luke Shumaker | |
2022-07-13 | Move ordered.go to lib/containers | Luke Shumaker | |
Something about this trips a stack overflow in golangci-lint, so upgrade golangci-lint to a commit that fixes this. | |||
2022-07-13 | Move lib/rbtree to lib/containers | Luke Shumaker | |