Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add `\x8F` to `Ę` conversion for Windows-1252fix/polish-todos | Spartan322 | 2024-08-02 | -0/+5 |
| | | | | | | | | | To support special vanilla Polish TODOs that break utf8 Add CSV Win1252->Utf8 conversion tests Fix map_value warning not triggering Optimize for ascii characters | |||
* | Add unit testsadd/unit-testing | Spartan322 | 2024-06-22 | -0/+55 |
Make github action tests run explicit Fix dropping annotation list for Errors Fix potential empty get_errors crashes Fix incorrect csv error behavior Add use_sep for `LineObject` and `std::vector<LineObject>` Remove constexpr of load_from_buffer and load_from_string for parsers Add snitch-org/snitch@d6632123cc8d13bdbc5cd60fd6741b9e0f635e82 Make versioned submodules ignore dirty Add tests/bin/* to gitignore |