summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* CI: Avoid cppcheck false positivesPhilip Chimento2020-11-221-0/+1
* CI: Activate GNOME-specific rules in cppcheckPhilip Chimento2020-11-221-1/+1
* Add script for running eslintPhilip Chimento2020-11-201-0/+7
* lint: Switch to eslint-plugin-jsdoc and remove lint-condo.Evan Welsh2020-11-202-0/+786
* CI: Add workaround for IWYU bugPhilip Chimento2020-10-041-0/+3
* maint: Add dual MIT/LGPL license to all GJS files that didn't have onePhilip Chimento2020-10-046-0/+6
* maint: Add license to files that were copied from GLibPhilip Chimento2020-10-041-0/+2
* maint: Add MIT license to clang-format hooksPhilip Chimento2020-10-042-0/+2
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-044-8/+4
* function: Use a vector to hold the completed trampolinesMarco Trevisan (TreviƱo)2020-09-201-0/+1
* js: Update header includes for SpiderMonkey 78Philip Chimento2020-08-111-2/+3
* CI: Update IWYU includesPhilip Chimento2020-08-081-0/+4
* CI: Remove GJS_GLOBAL_SLOT_PROTOTYPE_* from IWYU overrides listPhilip Chimento2020-08-081-21/+0
* CI: Fix iwyu job to process inline-only header filesPhilip Chimento2020-07-281-0/+10
* CI: Check separate inline header files as wellPhilip Chimento2020-07-111-0/+1
* Merge branch 'june-maintenance' into 'master'Philip Chimento2020-07-051-1/+0
|\
| * build: Remove JSTracer forward declaration from IWYU processingPhilip Chimento2020-07-041-1/+0
* | modules: Split print functions into native module.Evan Welsh2020-07-041-2/+2
|/
* CI: Fix exit code of IWYU scriptPhilip Chimento2020-06-032-26/+61
* CI: Refresh index before running git-diff-indexPhilip Chimento2020-06-031-0/+3
* CI: Always run IWYU with python3Philip Chimento2020-06-031-1/+1
* CI: Only setup the builddir in run_iwyuPhilip Chimento2020-06-031-5/+5
* build: Add some smarts to IWYU scriptPhilip Chimento2020-05-201-2/+47
* build: Use globs in IWYU --check_also argumentPhilip Chimento2020-05-201-8/+8
* 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