Commit Graph

20 Commits

Author SHA1 Message Date
4842299d5d Fix --format flag help text 2018-07-08 03:57:41 +01:00
dc69bb73b9 Rename project to rbheap 2018-07-08 03:35:51 +01:00
85cf2ac225 Switch from kingpin to cobra
This enables easier use of sub-commands for flexibility
2018-07-08 02:57:33 +01:00
6883984950 Break core structs down into obj and leak packages 2018-07-08 02:56:51 +01:00
2fdb51166c Rename ObjectDump struct to Dump 2018-07-08 01:38:18 +01:00
87bc205a17 Move core logic to LeakFinder struct 2018-07-08 01:36:25 +01:00
c6425e5699 Rename HeapDump to ObjectDump 2018-07-07 22:25:24 +01:00
d3e8f08f54 Initial work to get full output format working 2018-07-07 22:22:57 +01:00
d45170a933 Simplify HeapDump to use a json.Decoder to stream and parse file 2018-07-07 20:58:44 +01:00
484eca552b Add basic tests for DiffSect function 2018-07-07 20:57:36 +01:00
a883e08a3f Revamp Makefile 2018-07-07 19:02:59 +01:00
cb64c96b9b Fix .goreleaser.yml 2018-07-07 19:02:47 +01:00
80d00386d4 Improve things in main.go 2018-07-07 18:59:39 +01:00
b4dde18179 Rename HeapItem to HeapEntry 2018-07-07 18:58:50 +01:00
bbf8623513 Rename diff to diffsect 2018-07-07 18:06:31 +01:00
42cfe38db1 Add .travis.yml and .goreleaser.yml 2018-07-06 03:22:08 +01:00
e356a204fe Add VERSION file 2018-07-06 03:21:48 +01:00
e1610c7c1e Add Makefile 2018-07-06 03:21:18 +01:00
8ce5ae7b0d Add .gitignore file 2018-07-06 03:20:51 +01:00
0d91781dfd Initial commit 2018-07-06 03:20:18 +01:00