| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | render compressor map image | Sam Anthony | 2025-04-29 | 2 | -1/+32 |
| * | free icons | Sam Anthony | 2025-04-28 | 3 | -0/+9 |
| * | render icon | Sam Anthony | 2025-04-28 | 1 | -1/+31 |
| * | render: maintain list of images/icons | Sam Anthony | 2025-04-28 | 5 | -52/+36 |
| * | add .plan to gitignore | Sam Anthony | 2025-04-28 | 1 | -0/+1 |
| * | load compressor image | Sam Anthony | 2025-04-28 | 4 | -1/+28 |
| * | render image | Sam Anthony | 2025-04-28 | 2 | -0/+25 |
| * | add newline to renderer.h | Sam Anthony | 2025-04-28 | 1 | -1/+1 |
| * | add vertical padding | Sam Anthony | 2025-04-28 | 1 | -0/+2 |
| * | close file if toml parsing fails | Sam Anthony | 2025-04-28 | 1 | -0/+1 |
| * | sort compressor names | Sam Anthony | 2025-04-28 | 1 | -0/+19 |
| * | parallelize compressor filter with openmp | Sam Anthony | 2025-04-28 | 2 | -3/+6 |
| * | add button to filter compressors | Sam Anthony | 2025-04-28 | 1 | -8/+6 |
| * | filter compressors | Sam Anthony | 2025-04-28 | 2 | -9/+32 |
| * | compressor select widget | Sam Anthony | 2025-04-28 | 3 | -8/+98 |
| * | add filter string buffers to compressor-select widget | Sam Anthony | 2025-04-28 | 2 | -12/+20 |
| * | toml-c c99 compliance | Sam Anthony | 2025-04-28 | 3 | -9/+9 |
| * | move lsearch() into util.c | Sam Anthony | 2025-04-28 | 3 | -18/+18 |
| * | remove log statement | Sam Anthony | 2025-04-27 | 1 | -1/+0 |
| * | load compressors | Sam Anthony | 2025-04-27 | 3 | -3/+50 |
| * | fix compressor-select widget names buffer allocation | Sam Anthony | 2025-04-27 | 1 | -2/+8 |
| * | move free_arr() into util.c | Sam Anthony | 2025-04-27 | 4 | -10/+14 |
| * | prevent double free of toml table | Sam Anthony | 2025-04-27 | 1 | -17/+10 |
| * | fix compressor map toml files | Sam Anthony | 2025-04-27 | 2 | -3/+3 |
| * | rename index() to lsearch() | Sam Anthony | 2025-04-27 | 1 | -5/+5 |
| * | fix toml_filter() in compressor.c | Sam Anthony | 2025-04-27 | 1 | -4/+2 |
| * | fix cmp_flow_unit() | Sam Anthony | 2025-04-27 | 1 | -1/+1 |
| * | fix warnings in compressor.c | Sam Anthony | 2025-04-27 | 1 | -2/+2 |
| * | fix printf conversion in compressor.c | Sam Anthony | 2025-04-27 | 1 | -1/+1 |
| * | init compressor-select widget | Sam Anthony | 2025-04-27 | 4 | -2/+81 |
| * | parse flow rate unit in compressor toml files | Sam Anthony | 2025-04-26 | 4 | -57/+158 |
| * | load compressor map descriptions from toml files | Sam Anthony | 2025-04-25 | 3 | -20/+236 |
| * | microui license | Sam Anthony | 2025-04-25 | 1 | -0/+19 |
| * | cwalk path library | Sam Anthony | 2025-04-25 | 3 | -0/+1999 |
| * | toml library license | Sam Anthony | 2025-04-25 | 1 | -0/+22 |
| * | toml library | Sam Anthony | 2025-04-25 | 3 | -3/+2123 |
| * | add acme.dump to gitignore | Sam Anthony | 2025-04-25 | 1 | -1/+2 |
| * | flatten compressor map directory structure | Sam Anthony | 2025-04-24 | 24 | -64/+136 |
| * | eprintf | Sam Anthony | 2025-04-24 | 3 | -2/+31 |
| * | move nelem macro to util.h | Sam Anthony | 2025-04-24 | 2 | -3/+2 |
| * | compressor data structure | Sam Anthony | 2025-04-09 | 2 | -1/+35 |
| * | add mass flow rate outputsmicroui | Sam Anthony | 2025-03-02 | 3 | -2/+85 |
| * | calculate mass flow rate at standard conditions | Sam Anthony | 2025-03-02 | 6 | -0/+39 |
| * | calculate mass flow rate at ambient conditions | Sam Anthony | 2025-03-02 | 5 | -2/+40 |
| * | mass flow rate tests | Sam Anthony | 2025-03-02 | 1 | -4/+4 |
| * | mass flow rate units | Sam Anthony | 2025-03-02 | 2 | -0/+31 |
| * | failing mass flow rate tests | Sam Anthony | 2025-03-02 | 4 | -1/+36 |
| * | global_input_row() function | Sam Anthony | 2025-03-02 | 1 | -23/+26 |
| * | input_row_static_unit() function | Sam Anthony | 2025-03-02 | 1 | -56/+39 |
| * | input_row() function | Sam Anthony | 2025-03-02 | 1 | -21/+22 |