summaryrefslogtreecommitdiff
path: root/pom.c
AgeCommit message (Collapse)Author
2025-09-16Allow short reads from read_funcpommicket
2025-09-16C++ library fixespommicket
2025-09-15Set up clang-tidy, fix some issuespommicket
2025-09-15Switch back to `pom_error` for typed get functionspommicket
2025-09-15all_functions examplepommicket
2025-09-15Check for leaks in `make test`pommicket
2025-09-15Interpretation tests, various bugfixespommicket
2025-09-15Switch to cmakepommicket
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-15pom_settingspommicket
2025-09-15More tests; fix locationspommicket
2025-09-15Errors tests; fix some non-errorspommicket
2025-09-14Start testspommicket
2025-09-14Add READMEpommicket
2025-09-14get_listpommicket
2025-09-14More typed-get functionspommicket
2025-09-14Error translationspommicket
2025-09-14Parse uintpommicket
2025-09-14New typed-get API, againpommicket
2025-09-14simplify error-to-string interfacepommicket
2025-09-14error to string, conf copypommicket
2025-09-14pom_conf_print implementationpommicket
2025-09-14Merging configurationspommicket
2025-09-13Check for duplicatespommicket
2025-09-13Ensure no stray characters after closing quotepommicket
2025-09-13Parse quoted valuespommicket
2025-09-12Implement sectionspommicket
2025-09-12Simplify pom_confpommicket
2025-09-12Implement pom_conf_next_key, pom_conf_next_unread_keypommicket
2025-09-12Getting itemspommicket
2025-09-12Implement pom_conf_next_itempommicket
2025-09-12Parse section headerspommicket
2025-09-11Simplify parser_errorpommicket
2025-09-11Fix UTF-8 decodingpommicket
2025-09-11Fix line numberspommicket
2025-09-11Check for short readpommicket
2025-09-11Fix UTF-8 parsing bugpommicket
2025-09-11skip byte order markpommicket
2025-09-11Check for valid utf-8pommicket
2025-09-11Reading linespommicket
2025-09-11Start libpom implementationpommicket
2025-09-11Set up build systempommicket