David Robillard
|
d101d92694
|
Format all code with clang-format
|
2 years ago |
David Robillard
|
8a93d0b3be
|
Avoid "else" after "break" and "return"
|
2 years ago |
David Robillard
|
febc0828f2
|
Use aligned allocation via C11 or Windows API where possible
|
2 years ago |
David Robillard
|
3f5ba59081
|
Clean up and separate internal headers
|
3 years ago |
David Robillard
|
8353731836
|
Clean up includes
|
3 years ago |
David Robillard
|
f7ffff1e75
|
Fix EOF handling while reading in bulk or from strings
|
3 years ago |
David Robillard
|
8b8890dd10
|
Inline serd_byte_source_advance
|
5 years ago |
David Robillard
|
e3a491db47
|
Fix byte source to never read past end of strings
|
5 years ago |
David Robillard
|
7667e8750e
|
Move cursor from reader to byte source
|
5 years ago |
David Robillard
|
07e6a2e7d1
|
Move EOF flag from reader to byte source
|
5 years ago |
David Robillard
|
4024103b30
|
Fix spurious error message when parsing empty files
|
6 years ago |
David Robillard
|
221549c258
|
Fix reading with non-standard page sizes
|
6 years ago |
David Robillard
|
52d36530ef
|
Allow arbitrary page size to be passed for custom sources
|
6 years ago |
David Robillard
|
1ae793464e
|
Factor out file reading from reader
|
6 years ago |