summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-22doc(rpn): document Operator interface design trade-offPaul Buetow
2026-05-22Merge branch 'develop': convert prefix mode tests to table-driven formatPaul Buetow
2026-05-22refactor(rpn): convert prefix mode tests to table-driven formatPaul Buetow
2026-05-22Merge branch 'develop': refactor HyperLog2/HyperLog10/HyperLn into shared helperPaul Buetow
2026-05-22refactor(rpn): extract shared hyperLog helper for log operationsPaul Buetow
2026-05-22Merge branch 'develop': deduplicate metric helper functionsPaul Buetow
2026-05-22refactor(rpn): deduplicate category helpers between metric and hyper opsPaul Buetow
2026-05-22Merge branch 'develop': convert hyper tests to table-driven formatPaul Buetow
2026-05-22test(rpn): convert hyper operations tests to table-driven formatPaul Buetow
2026-05-22Merge branch 'develop': fix Cool absorption behaviorPaul Buetow
2026-05-22fix(rpn): treat Cool values in result metric space during absorptionPaul Buetow
2026-05-22Merge branch 'develop': make hyper operators metric-awarePaul Buetow
2026-05-22fix(rpn): guard resultMetricForHyperAdd against empty slice; add missing hype...Paul Buetow
2026-05-22Make hyper operators metric-aware for consistencyPaul Buetow
2026-05-22Merge branch 'develop': eliminate duplicated prefixMode statePaul Buetow
2026-05-22rpn: eliminate duplicated prefixMode state between RPN and OperationsPaul Buetow
2026-05-22Merge branch 'develop': document lock ordering in metric set handlersPaul Buetow
2026-05-22doc(rpn): clarify lock ordering in metric set handlersPaul Buetow
2026-05-22Merge branch 'develop': wire prefixMode into Operations for metric-aware arit...Paul Buetow
2026-05-22fix(rpn): propagate prefixMode from RPN.SetPrefixMode to Operations; clarify ...Paul Buetow
2026-05-22wire prefixMode from RPN into Operations for metric-aware arithmeticPaul Buetow
2026-05-22Merge branch 'develop': implement metric subcommands and convert operator fixesPaul Buetow
2026-05-22fix(rpn): clean up metric subcommands per review feedbackPaul Buetow
2026-05-22feat(rpn): implement metric subcommandsPaul Buetow
2026-05-22Merge branch 'develop': implement convert operator for metric unit conversionPaul Buetow
2026-05-22fix(rpn): use convertToBase/convertFromBase in Convert; fix test tolerance an...Paul Buetow
2026-05-22feat: implement convert operator for metric unit conversionPaul Buetow
2026-05-22perf(rpn): cache Cool metric pointer to avoid repeated RWMutex lookupsPaul Buetow
2026-05-22feat(rpn): wire PrefixMode for SI vs IEC data size differentiationPaul Buetow
2026-05-22feat(rpn): make comparison operators metric-awarePaul Buetow
2026-05-22docs(rpn): document nm metric choice (nautical mile vs nanometer)Paul Buetow
2026-05-22refactor(rpn): split metric.go into 4 focused filesPaul Buetow
2026-05-22fix(rpn): set Cool metric in NewRatFromStringPaul Buetow
2026-05-22refactor(rpn): remove duplicate AssignLeft/AssignRight from OperatorPaul Buetow
2026-05-22refactor(rpn): pass MetricRegistry to convertToBase/convertFromBasePaul Buetow
2026-05-22fix(rpn): restore binary exponentiation in FastPowerPaul Buetow
2026-05-22refactor(rpn): split operations.go into 7 focused filesPaul Buetow
2026-05-22refactor(rpn): remove dead arithmetic methods from Number interfacePaul Buetow
2026-05-22refactor(rpn): pass MetricRegistry to metric helper functionsPaul Buetow
2026-05-22fix(rpn): replace bare o.mode with o.GetMode() in arithmetic methodsPaul Buetow
2026-05-22test(rpn): add table-driven unit tests for metric-aware arithmeticPaul Buetow
2026-05-22refactor(rpn): inject MetricRegistry into Operations structPaul Buetow
2026-05-22fix(rpn): handle nil metrics in metric-aware arithmeticPaul Buetow
2026-05-22feat(rpn): implement metric-aware arithmetic operationsPaul Buetow
2026-05-22feat(rpn): handle @-prefixed standalone metrics (@GB, @Mbps)Paul Buetow
2026-05-22feat(rpn): parse suffix-notation metrics (e.g., 100Mbps, 5.5GB)Paul Buetow
2026-05-22feat(rpn): extend Number interface with Metric() and SetMetric()Paul Buetow
2026-05-22feat(rpn): add Weight, Speed, Distance metrics and alias resolutionPaul Buetow
2026-05-22feat(rpn): add Metric, Category, PrefixMode types and registryPaul Buetow
2026-05-22update README with Qwen 3.6 model supportPaul Buetow