├── .gitignore ├── README.md ├── d3d-types.cpp ├── d3d8-types.cpp ├── data ├── th06.v1.02h │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th07.v1.00b │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th08.v1.00d │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th09.v1.50a │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th095.v1.02a │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th10.v1.00a │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th11.v1.00a │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th12.v1.00b │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th125.v1.00a │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th128.v1.00a │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th13.v1.00c │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th14.v1.00b │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th143.v1.00a │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th15.v1.00b │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th16.v1.00a │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th165.v1.00a │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th17.v1.00b │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── th18.v1.00a │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json └── th185.v1.00a │ ├── funcs.json │ ├── labels.json │ ├── statics.json │ ├── type-aliases.json │ ├── type-bitfields.json │ ├── type-enums.json │ ├── type-structs-ext.json │ ├── type-structs-own.json │ └── type-unions.json ├── db-head.json ├── diffable.py └── stats.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/README.md -------------------------------------------------------------------------------- /d3d-types.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/d3d-types.cpp -------------------------------------------------------------------------------- /d3d8-types.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/d3d8-types.cpp -------------------------------------------------------------------------------- /data/th06.v1.02h/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th06.v1.02h/funcs.json -------------------------------------------------------------------------------- /data/th06.v1.02h/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th06.v1.02h/labels.json -------------------------------------------------------------------------------- /data/th06.v1.02h/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th06.v1.02h/statics.json -------------------------------------------------------------------------------- /data/th06.v1.02h/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th06.v1.02h/type-aliases.json -------------------------------------------------------------------------------- /data/th06.v1.02h/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th06.v1.02h/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th06.v1.02h/type-enums.json -------------------------------------------------------------------------------- /data/th06.v1.02h/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th06.v1.02h/type-structs-ext.json -------------------------------------------------------------------------------- /data/th06.v1.02h/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th06.v1.02h/type-structs-own.json -------------------------------------------------------------------------------- /data/th06.v1.02h/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th07.v1.00b/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th07.v1.00b/funcs.json -------------------------------------------------------------------------------- /data/th07.v1.00b/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th07.v1.00b/labels.json -------------------------------------------------------------------------------- /data/th07.v1.00b/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th07.v1.00b/statics.json -------------------------------------------------------------------------------- /data/th07.v1.00b/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th07.v1.00b/type-aliases.json -------------------------------------------------------------------------------- /data/th07.v1.00b/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th07.v1.00b/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th07.v1.00b/type-enums.json -------------------------------------------------------------------------------- /data/th07.v1.00b/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th07.v1.00b/type-structs-ext.json -------------------------------------------------------------------------------- /data/th07.v1.00b/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th07.v1.00b/type-structs-own.json -------------------------------------------------------------------------------- /data/th07.v1.00b/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th08.v1.00d/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th08.v1.00d/funcs.json -------------------------------------------------------------------------------- /data/th08.v1.00d/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th08.v1.00d/labels.json -------------------------------------------------------------------------------- /data/th08.v1.00d/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th08.v1.00d/statics.json -------------------------------------------------------------------------------- /data/th08.v1.00d/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th08.v1.00d/type-aliases.json -------------------------------------------------------------------------------- /data/th08.v1.00d/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th08.v1.00d/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th08.v1.00d/type-enums.json -------------------------------------------------------------------------------- /data/th08.v1.00d/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th08.v1.00d/type-structs-ext.json -------------------------------------------------------------------------------- /data/th08.v1.00d/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th08.v1.00d/type-structs-own.json -------------------------------------------------------------------------------- /data/th08.v1.00d/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th09.v1.50a/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th09.v1.50a/funcs.json -------------------------------------------------------------------------------- /data/th09.v1.50a/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th09.v1.50a/labels.json -------------------------------------------------------------------------------- /data/th09.v1.50a/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th09.v1.50a/statics.json -------------------------------------------------------------------------------- /data/th09.v1.50a/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th09.v1.50a/type-aliases.json -------------------------------------------------------------------------------- /data/th09.v1.50a/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th09.v1.50a/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th09.v1.50a/type-enums.json -------------------------------------------------------------------------------- /data/th09.v1.50a/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th09.v1.50a/type-structs-ext.json -------------------------------------------------------------------------------- /data/th09.v1.50a/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th09.v1.50a/type-structs-own.json -------------------------------------------------------------------------------- /data/th09.v1.50a/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th095.v1.02a/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th095.v1.02a/funcs.json -------------------------------------------------------------------------------- /data/th095.v1.02a/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th095.v1.02a/labels.json -------------------------------------------------------------------------------- /data/th095.v1.02a/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th095.v1.02a/statics.json -------------------------------------------------------------------------------- /data/th095.v1.02a/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th095.v1.02a/type-aliases.json -------------------------------------------------------------------------------- /data/th095.v1.02a/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th095.v1.02a/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th095.v1.02a/type-enums.json -------------------------------------------------------------------------------- /data/th095.v1.02a/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th095.v1.02a/type-structs-ext.json -------------------------------------------------------------------------------- /data/th095.v1.02a/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th095.v1.02a/type-structs-own.json -------------------------------------------------------------------------------- /data/th095.v1.02a/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th10.v1.00a/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th10.v1.00a/funcs.json -------------------------------------------------------------------------------- /data/th10.v1.00a/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th10.v1.00a/labels.json -------------------------------------------------------------------------------- /data/th10.v1.00a/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th10.v1.00a/statics.json -------------------------------------------------------------------------------- /data/th10.v1.00a/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th10.v1.00a/type-aliases.json -------------------------------------------------------------------------------- /data/th10.v1.00a/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th10.v1.00a/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th10.v1.00a/type-enums.json -------------------------------------------------------------------------------- /data/th10.v1.00a/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th10.v1.00a/type-structs-ext.json -------------------------------------------------------------------------------- /data/th10.v1.00a/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th10.v1.00a/type-structs-own.json -------------------------------------------------------------------------------- /data/th10.v1.00a/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th11.v1.00a/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th11.v1.00a/funcs.json -------------------------------------------------------------------------------- /data/th11.v1.00a/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th11.v1.00a/labels.json -------------------------------------------------------------------------------- /data/th11.v1.00a/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th11.v1.00a/statics.json -------------------------------------------------------------------------------- /data/th11.v1.00a/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th11.v1.00a/type-aliases.json -------------------------------------------------------------------------------- /data/th11.v1.00a/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th11.v1.00a/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th11.v1.00a/type-enums.json -------------------------------------------------------------------------------- /data/th11.v1.00a/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th11.v1.00a/type-structs-ext.json -------------------------------------------------------------------------------- /data/th11.v1.00a/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th11.v1.00a/type-structs-own.json -------------------------------------------------------------------------------- /data/th11.v1.00a/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th12.v1.00b/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th12.v1.00b/funcs.json -------------------------------------------------------------------------------- /data/th12.v1.00b/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th12.v1.00b/labels.json -------------------------------------------------------------------------------- /data/th12.v1.00b/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th12.v1.00b/statics.json -------------------------------------------------------------------------------- /data/th12.v1.00b/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th12.v1.00b/type-aliases.json -------------------------------------------------------------------------------- /data/th12.v1.00b/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th12.v1.00b/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th12.v1.00b/type-enums.json -------------------------------------------------------------------------------- /data/th12.v1.00b/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th12.v1.00b/type-structs-ext.json -------------------------------------------------------------------------------- /data/th12.v1.00b/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th12.v1.00b/type-structs-own.json -------------------------------------------------------------------------------- /data/th12.v1.00b/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th125.v1.00a/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th125.v1.00a/funcs.json -------------------------------------------------------------------------------- /data/th125.v1.00a/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th125.v1.00a/labels.json -------------------------------------------------------------------------------- /data/th125.v1.00a/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th125.v1.00a/statics.json -------------------------------------------------------------------------------- /data/th125.v1.00a/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th125.v1.00a/type-aliases.json -------------------------------------------------------------------------------- /data/th125.v1.00a/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th125.v1.00a/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th125.v1.00a/type-enums.json -------------------------------------------------------------------------------- /data/th125.v1.00a/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th125.v1.00a/type-structs-ext.json -------------------------------------------------------------------------------- /data/th125.v1.00a/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th125.v1.00a/type-structs-own.json -------------------------------------------------------------------------------- /data/th125.v1.00a/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th128.v1.00a/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th128.v1.00a/funcs.json -------------------------------------------------------------------------------- /data/th128.v1.00a/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th128.v1.00a/labels.json -------------------------------------------------------------------------------- /data/th128.v1.00a/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th128.v1.00a/statics.json -------------------------------------------------------------------------------- /data/th128.v1.00a/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th128.v1.00a/type-aliases.json -------------------------------------------------------------------------------- /data/th128.v1.00a/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th128.v1.00a/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th128.v1.00a/type-enums.json -------------------------------------------------------------------------------- /data/th128.v1.00a/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th128.v1.00a/type-structs-ext.json -------------------------------------------------------------------------------- /data/th128.v1.00a/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th128.v1.00a/type-structs-own.json -------------------------------------------------------------------------------- /data/th128.v1.00a/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th13.v1.00c/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th13.v1.00c/funcs.json -------------------------------------------------------------------------------- /data/th13.v1.00c/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th13.v1.00c/labels.json -------------------------------------------------------------------------------- /data/th13.v1.00c/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th13.v1.00c/statics.json -------------------------------------------------------------------------------- /data/th13.v1.00c/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th13.v1.00c/type-aliases.json -------------------------------------------------------------------------------- /data/th13.v1.00c/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th13.v1.00c/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th13.v1.00c/type-enums.json -------------------------------------------------------------------------------- /data/th13.v1.00c/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th13.v1.00c/type-structs-ext.json -------------------------------------------------------------------------------- /data/th13.v1.00c/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th13.v1.00c/type-structs-own.json -------------------------------------------------------------------------------- /data/th13.v1.00c/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th14.v1.00b/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th14.v1.00b/funcs.json -------------------------------------------------------------------------------- /data/th14.v1.00b/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th14.v1.00b/labels.json -------------------------------------------------------------------------------- /data/th14.v1.00b/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th14.v1.00b/statics.json -------------------------------------------------------------------------------- /data/th14.v1.00b/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th14.v1.00b/type-aliases.json -------------------------------------------------------------------------------- /data/th14.v1.00b/type-bitfields.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th14.v1.00b/type-bitfields.json -------------------------------------------------------------------------------- /data/th14.v1.00b/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th14.v1.00b/type-enums.json -------------------------------------------------------------------------------- /data/th14.v1.00b/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th14.v1.00b/type-structs-ext.json -------------------------------------------------------------------------------- /data/th14.v1.00b/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th14.v1.00b/type-structs-own.json -------------------------------------------------------------------------------- /data/th14.v1.00b/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th143.v1.00a/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th143.v1.00a/funcs.json -------------------------------------------------------------------------------- /data/th143.v1.00a/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th143.v1.00a/labels.json -------------------------------------------------------------------------------- /data/th143.v1.00a/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th143.v1.00a/statics.json -------------------------------------------------------------------------------- /data/th143.v1.00a/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th143.v1.00a/type-aliases.json -------------------------------------------------------------------------------- /data/th143.v1.00a/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th143.v1.00a/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th143.v1.00a/type-enums.json -------------------------------------------------------------------------------- /data/th143.v1.00a/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th143.v1.00a/type-structs-ext.json -------------------------------------------------------------------------------- /data/th143.v1.00a/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th143.v1.00a/type-structs-own.json -------------------------------------------------------------------------------- /data/th143.v1.00a/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th15.v1.00b/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th15.v1.00b/funcs.json -------------------------------------------------------------------------------- /data/th15.v1.00b/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th15.v1.00b/labels.json -------------------------------------------------------------------------------- /data/th15.v1.00b/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th15.v1.00b/statics.json -------------------------------------------------------------------------------- /data/th15.v1.00b/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th15.v1.00b/type-aliases.json -------------------------------------------------------------------------------- /data/th15.v1.00b/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th15.v1.00b/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th15.v1.00b/type-enums.json -------------------------------------------------------------------------------- /data/th15.v1.00b/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th15.v1.00b/type-structs-ext.json -------------------------------------------------------------------------------- /data/th15.v1.00b/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th15.v1.00b/type-structs-own.json -------------------------------------------------------------------------------- /data/th15.v1.00b/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th16.v1.00a/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th16.v1.00a/funcs.json -------------------------------------------------------------------------------- /data/th16.v1.00a/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th16.v1.00a/labels.json -------------------------------------------------------------------------------- /data/th16.v1.00a/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th16.v1.00a/statics.json -------------------------------------------------------------------------------- /data/th16.v1.00a/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th16.v1.00a/type-aliases.json -------------------------------------------------------------------------------- /data/th16.v1.00a/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th16.v1.00a/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th16.v1.00a/type-enums.json -------------------------------------------------------------------------------- /data/th16.v1.00a/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th16.v1.00a/type-structs-ext.json -------------------------------------------------------------------------------- /data/th16.v1.00a/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th16.v1.00a/type-structs-own.json -------------------------------------------------------------------------------- /data/th16.v1.00a/type-unions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th16.v1.00a/type-unions.json -------------------------------------------------------------------------------- /data/th165.v1.00a/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th165.v1.00a/funcs.json -------------------------------------------------------------------------------- /data/th165.v1.00a/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th165.v1.00a/labels.json -------------------------------------------------------------------------------- /data/th165.v1.00a/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th165.v1.00a/statics.json -------------------------------------------------------------------------------- /data/th165.v1.00a/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th165.v1.00a/type-aliases.json -------------------------------------------------------------------------------- /data/th165.v1.00a/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th165.v1.00a/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th165.v1.00a/type-enums.json -------------------------------------------------------------------------------- /data/th165.v1.00a/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th165.v1.00a/type-structs-ext.json -------------------------------------------------------------------------------- /data/th165.v1.00a/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th165.v1.00a/type-structs-own.json -------------------------------------------------------------------------------- /data/th165.v1.00a/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th17.v1.00b/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th17.v1.00b/funcs.json -------------------------------------------------------------------------------- /data/th17.v1.00b/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th17.v1.00b/labels.json -------------------------------------------------------------------------------- /data/th17.v1.00b/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th17.v1.00b/statics.json -------------------------------------------------------------------------------- /data/th17.v1.00b/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th17.v1.00b/type-aliases.json -------------------------------------------------------------------------------- /data/th17.v1.00b/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th17.v1.00b/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th17.v1.00b/type-enums.json -------------------------------------------------------------------------------- /data/th17.v1.00b/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th17.v1.00b/type-structs-ext.json -------------------------------------------------------------------------------- /data/th17.v1.00b/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th17.v1.00b/type-structs-own.json -------------------------------------------------------------------------------- /data/th17.v1.00b/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th18.v1.00a/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th18.v1.00a/funcs.json -------------------------------------------------------------------------------- /data/th18.v1.00a/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th18.v1.00a/labels.json -------------------------------------------------------------------------------- /data/th18.v1.00a/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th18.v1.00a/statics.json -------------------------------------------------------------------------------- /data/th18.v1.00a/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th18.v1.00a/type-aliases.json -------------------------------------------------------------------------------- /data/th18.v1.00a/type-bitfields.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th18.v1.00a/type-bitfields.json -------------------------------------------------------------------------------- /data/th18.v1.00a/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th18.v1.00a/type-enums.json -------------------------------------------------------------------------------- /data/th18.v1.00a/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th18.v1.00a/type-structs-ext.json -------------------------------------------------------------------------------- /data/th18.v1.00a/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th18.v1.00a/type-structs-own.json -------------------------------------------------------------------------------- /data/th18.v1.00a/type-unions.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th185.v1.00a/funcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th185.v1.00a/funcs.json -------------------------------------------------------------------------------- /data/th185.v1.00a/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th185.v1.00a/labels.json -------------------------------------------------------------------------------- /data/th185.v1.00a/statics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th185.v1.00a/statics.json -------------------------------------------------------------------------------- /data/th185.v1.00a/type-aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th185.v1.00a/type-aliases.json -------------------------------------------------------------------------------- /data/th185.v1.00a/type-bitfields.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /data/th185.v1.00a/type-enums.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th185.v1.00a/type-enums.json -------------------------------------------------------------------------------- /data/th185.v1.00a/type-structs-ext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th185.v1.00a/type-structs-ext.json -------------------------------------------------------------------------------- /data/th185.v1.00a/type-structs-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th185.v1.00a/type-structs-own.json -------------------------------------------------------------------------------- /data/th185.v1.00a/type-unions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/data/th185.v1.00a/type-unions.json -------------------------------------------------------------------------------- /db-head.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/db-head.json -------------------------------------------------------------------------------- /diffable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/diffable.py -------------------------------------------------------------------------------- /stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exphp-share/th-re-data/HEAD/stats.py --------------------------------------------------------------------------------