Process a directory of files in parallel
Open
- Dominant language
- C++
- Stars
- 340
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
Right now the tool can only handle one input file at a time. This should be fixed to take a directory of files that can be processed in parallel. The biggest hangup here will be the code that checks for extraneous / missing files, which is done on a per-header basis.
Contributor guide
Assessment
This issue has not been assessed yet.