Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-16 | Allow short reads from read_func | pommicket | |
2025-09-16 | C++ library fixes | pommicket | |
2025-09-15 | Set up clang-tidy, fix some issues | pommicket | |
2025-09-15 | Switch back to `pom_error` for typed get functions | pommicket | |
2025-09-15 | all_functions example | pommicket | |
2025-09-15 | Check for leaks in `make test` | pommicket | |
2025-09-15 | Interpretation tests, various bugfixes | pommicket | |
2025-09-15 | Switch to cmake | pommicket | |
meson builds "thin" archives by default (this is basically undocumented). You can avoid this by setting install: true supposedly. Whatever I hate it anyways. | |||
2025-09-15 | pom_settings | pommicket | |
2025-09-15 | More tests; fix locations | pommicket | |
2025-09-15 | Errors tests; fix some non-errors | pommicket | |
2025-09-14 | Start tests | pommicket | |
2025-09-14 | Add README | pommicket | |
2025-09-14 | get_list | pommicket | |
2025-09-14 | More typed-get functions | pommicket | |
2025-09-14 | Error translations | pommicket | |
2025-09-14 | Parse uint | pommicket | |
2025-09-14 | New typed-get API, again | pommicket | |
2025-09-14 | simplify error-to-string interface | pommicket | |
2025-09-14 | error to string, conf copy | pommicket | |
2025-09-14 | pom_conf_print implementation | pommicket | |
2025-09-14 | Merging configurations | pommicket | |
2025-09-13 | Check for duplicates | pommicket | |
2025-09-13 | Ensure no stray characters after closing quote | pommicket | |
2025-09-13 | Parse quoted values | pommicket | |
2025-09-12 | Implement sections | pommicket | |
2025-09-12 | Simplify pom_conf | pommicket | |
2025-09-12 | Implement pom_conf_next_key, pom_conf_next_unread_key | pommicket | |
2025-09-12 | Getting items | pommicket | |
2025-09-12 | Implement pom_conf_next_item | pommicket | |
2025-09-12 | Parse section headers | pommicket | |
2025-09-11 | Simplify parser_error | pommicket | |
2025-09-11 | Fix UTF-8 decoding | pommicket | |
2025-09-11 | Fix line numbers | pommicket | |
2025-09-11 | Check for short read | pommicket | |
2025-09-11 | Fix UTF-8 parsing bug | pommicket | |
2025-09-11 | skip byte order mark | pommicket | |
2025-09-11 | Check for valid utf-8 | pommicket | |
2025-09-11 | Reading lines | pommicket | |
2025-09-11 | Start libpom implementation | pommicket | |
2025-09-11 | Set up build system | pommicket | |