index
:
gt
main
Mini CLI calculator with REPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-05-22
doc(rpn): document Operator interface design trade-off
Paul Buetow
2026-05-22
Merge branch 'develop': convert prefix mode tests to table-driven format
Paul Buetow
2026-05-22
refactor(rpn): convert prefix mode tests to table-driven format
Paul Buetow
2026-05-22
Merge branch 'develop': refactor HyperLog2/HyperLog10/HyperLn into shared helper
Paul Buetow
2026-05-22
refactor(rpn): extract shared hyperLog helper for log operations
Paul Buetow
2026-05-22
Merge branch 'develop': deduplicate metric helper functions
Paul Buetow
2026-05-22
refactor(rpn): deduplicate category helpers between metric and hyper ops
Paul Buetow
2026-05-22
Merge branch 'develop': convert hyper tests to table-driven format
Paul Buetow
2026-05-22
test(rpn): convert hyper operations tests to table-driven format
Paul Buetow
2026-05-22
Merge branch 'develop': fix Cool absorption behavior
Paul Buetow
2026-05-22
fix(rpn): treat Cool values in result metric space during absorption
Paul Buetow
2026-05-22
Merge branch 'develop': make hyper operators metric-aware
Paul Buetow
2026-05-22
fix(rpn): guard resultMetricForHyperAdd against empty slice; add missing hype...
Paul Buetow
2026-05-22
Make hyper operators metric-aware for consistency
Paul Buetow
2026-05-22
Merge branch 'develop': eliminate duplicated prefixMode state
Paul Buetow
2026-05-22
rpn: eliminate duplicated prefixMode state between RPN and Operations
Paul Buetow
2026-05-22
Merge branch 'develop': document lock ordering in metric set handlers
Paul Buetow
2026-05-22
doc(rpn): clarify lock ordering in metric set handlers
Paul Buetow
2026-05-22
Merge branch 'develop': wire prefixMode into Operations for metric-aware arit...
Paul Buetow
2026-05-22
fix(rpn): propagate prefixMode from RPN.SetPrefixMode to Operations; clarify ...
Paul Buetow
2026-05-22
wire prefixMode from RPN into Operations for metric-aware arithmetic
Paul Buetow
2026-05-22
Merge branch 'develop': implement metric subcommands and convert operator fixes
Paul Buetow
2026-05-22
fix(rpn): clean up metric subcommands per review feedback
Paul Buetow
2026-05-22
feat(rpn): implement metric subcommands
Paul Buetow
2026-05-22
Merge branch 'develop': implement convert operator for metric unit conversion
Paul Buetow
2026-05-22
fix(rpn): use convertToBase/convertFromBase in Convert; fix test tolerance an...
Paul Buetow
2026-05-22
feat: implement convert operator for metric unit conversion
Paul Buetow
2026-05-22
perf(rpn): cache Cool metric pointer to avoid repeated RWMutex lookups
Paul Buetow
2026-05-22
feat(rpn): wire PrefixMode for SI vs IEC data size differentiation
Paul Buetow
2026-05-22
feat(rpn): make comparison operators metric-aware
Paul Buetow
2026-05-22
docs(rpn): document nm metric choice (nautical mile vs nanometer)
Paul Buetow
2026-05-22
refactor(rpn): split metric.go into 4 focused files
Paul Buetow
2026-05-22
fix(rpn): set Cool metric in NewRatFromString
Paul Buetow
2026-05-22
refactor(rpn): remove duplicate AssignLeft/AssignRight from Operator
Paul Buetow
2026-05-22
refactor(rpn): pass MetricRegistry to convertToBase/convertFromBase
Paul Buetow
2026-05-22
fix(rpn): restore binary exponentiation in FastPower
Paul Buetow
2026-05-22
refactor(rpn): split operations.go into 7 focused files
Paul Buetow
2026-05-22
refactor(rpn): remove dead arithmetic methods from Number interface
Paul Buetow
2026-05-22
refactor(rpn): pass MetricRegistry to metric helper functions
Paul Buetow
2026-05-22
fix(rpn): replace bare o.mode with o.GetMode() in arithmetic methods
Paul Buetow
2026-05-22
test(rpn): add table-driven unit tests for metric-aware arithmetic
Paul Buetow
2026-05-22
refactor(rpn): inject MetricRegistry into Operations struct
Paul Buetow
2026-05-22
fix(rpn): handle nil metrics in metric-aware arithmetic
Paul Buetow
2026-05-22
feat(rpn): implement metric-aware arithmetic operations
Paul Buetow
2026-05-22
feat(rpn): handle @-prefixed standalone metrics (@GB, @Mbps)
Paul Buetow
2026-05-22
feat(rpn): parse suffix-notation metrics (e.g., 100Mbps, 5.5GB)
Paul Buetow
2026-05-22
feat(rpn): extend Number interface with Metric() and SetMetric()
Paul Buetow
2026-05-22
feat(rpn): add Weight, Speed, Distance metrics and alias resolution
Paul Buetow
2026-05-22
feat(rpn): add Metric, Category, PrefixMode types and registry
Paul Buetow
2026-05-22
update README with Qwen 3.6 model support
Paul Buetow
[next]