summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* build: Don't run IWYU if build failsPhilip Chimento2020-05-201-1/+4
* build: Postprocess IWYU outputPhilip Chimento2020-05-202-8/+154
* js: Remove jsapi-wrapper.hPhilip Chimento2020-01-191-30/+0
* js: Rename "compartments" to "realms"Philip Chimento2020-01-191-2/+2
* build: Prefer signal.h to sys/signal.hPhilip Chimento2020-01-121-2/+2
* build: Add global slot constants to IWYU mapping filePhilip Chimento2019-11-291-2/+23
* build: Improve IWYU scriptPhilip Chimento2019-11-291-25/+30
* build: Run tests one at a time when collecting coveragePhilip Chimento2019-10-281-1/+1
* build: Correctly report version in code coverage reportPhilip Chimento2019-10-281-1/+7
* build: Port cppcheck target to use compilation databasePhilip Chimento2019-10-121-0/+6
* build: Port IWYU runner script to use compilation databasePhilip Chimento2019-10-122-59/+37
* build: Meson build systemPhilip Chimento2019-10-122-0/+33
* heapgraph: Add an argument to print out unreachable nodesPhilip Chimento2019-08-102-37/+74
* heapgraph: Add root edges outside of search functionPhilip Chimento2019-08-101-11/+9
* heapgraph: Always keep "interesting" labels in graphPhilip Chimento2019-08-101-0/+10
* heapgraph: Allow selecting multiple targetsPhilip Chimento2019-08-101-42/+47
* heapgraph: Clarify address in heap dumpPhilip Chimento2019-08-102-17/+17
* heapgraph: Display both nodes of an interesting edgePhilip Chimento2019-08-081-0/+1
* heapgraph: Add ability to label nodesPhilip Chimento2019-08-083-13/+55
* heapgraph: Add --hide-edge argumentPhilip Chimento2019-08-082-2/+9
* heapgraph: Improve WeakMap regexPhilip Chimento2019-08-081-1/+1
* heapgraph: Fix help for -e argumentPhilip Chimento2019-08-081-1/+1
* maint: Fix header includes once and for allPhilip Chimento2019-06-083-0/+118
* tools: Update clang-format scriptsPhilip Chimento2018-09-012-5/+28
* tools: Add clang-format pre-commit hookPhilip Chimento2018-07-112-0/+665
* heapgraph.py: adjust terminal output styleAndy Holmes2018-04-121-10/+2
* omit 'self-hosting-global' unless explicitly targettedAndy Holmes2018-04-081-1/+5
* heapdot.py: remove shape compressionAndy Holmes2018-04-081-80/+0
* tweak heapgraph.mdAndy Holmes2018-04-071-9/+8
* rename README.md to heapgraph.mdAndy Holmes2018-04-081-0/+0
* initial commit of heapgraph scriptsAndy Holmes2018-04-073-0/+1102