summaryrefslogtreecommitdiff
path: root/tools/generate_bgparamlist_struct.py
AgeCommit message (Collapse)Author
2022-04-02lib: Update aglLéo Lam
2020-09-19tools/generate_bgparamlist_struct: Represent floats with reasonable precisionLéo Lam
There's no point in printing 0.0010000000014 (example) instead of 0.001
2020-09-19tools/generate_bgparamlist_struct: Generate includes as wellLéo Lam
For convenience :)
2020-09-19Add a tool to automatically generate GParamList object struct+ctorLéo Lam