aboutsummaryrefslogtreecommitdiffstats
path: root/compressor.c
Commit message (Collapse)AuthorAgeFilesLines
* toml-c c99 complianceSam Anthony2025-04-281-5/+5
|
* move lsearch() into util.cSam Anthony2025-04-281-18/+0
|
* move free_arr() into util.cSam Anthony2025-04-271-9/+0
|
* prevent double free of toml tableSam Anthony2025-04-271-17/+10
|
* rename index() to lsearch()Sam Anthony2025-04-271-5/+5
|
* fix toml_filter() in compressor.cSam Anthony2025-04-271-4/+2
|
* fix cmp_flow_unit()Sam Anthony2025-04-271-1/+1
|
* fix warnings in compressor.cSam Anthony2025-04-271-2/+2
|
* fix printf conversion in compressor.cSam Anthony2025-04-271-1/+1
|
* parse flow rate unit in compressor toml filesSam Anthony2025-04-261-0/+67
|
* load compressor map descriptions from toml filesSam Anthony2025-04-251-20/+207
|
* compressor data structureSam Anthony2025-04-091-0/+34