Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4266f4e2 | 2022-06-03 12:06:56 | Fix check-* scripts when harfbuzz is a subproject When harfbuzz is a subproject paths are in the form "subprojects/harfbuzz/src/...". Instead of removing "src/" prefix, take the absolute path and make it relative to current source dir. This fix regression introduced in https://github.com/harfbuzz/harfbuzz/pull/3394. | ||
| f577d02f | 2022-01-20 14:39:48 | [reorg] Fix check-* scripts to work with sources files in directories. | ||
| a07672d3 | 2020-07-04 14:12:55 | [py] minor, replace os.environ.get with os.getenv | ||
| 404ecc25 | 2020-07-04 03:13:32 | [meson] use basename in check scripts now that meson passes dir also | ||
| 7250adee | 2020-05-29 12:34:30 | [tests] Port check scripts to python |