Commit Graph

5 Commits

Author SHA1 Message Date
Dietrich Epp 6bdaaee963 Ignore ccls cache files 2023-04-19 23:09:46 -04:00
Dietrich Epp 337fd52125 Ignore Xcode user files 2022-04-14 13:39:42 -04:00
Dietrich Epp c7147b2737 Add script for building GitHub pages to branch 2022-04-07 23:24:34 -04:00
Dietrich Epp 094f2c5016 Add Bazel build scripts 2022-03-22 19:02:57 -04:00
Dietrich Epp 910039b77a Convert files incrementally
The previous implementation read the entire file into memory and then
processed it. This version uses reasonably-sized buffers and can handle
files of any size.

Since this new conversion code is a bit more complicated, a test suite
has been added which can be run on ordinary Unix systems.

GitOrigin-RevId: acc7be277103fad1da2d0ca16d1a84be11802fbf
2021-03-24 04:20:45 -04:00