index
:
7Units
develop
stable
A unit converter made in Java, inspired by GNU Units
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
sevenUnits
/
unit
/
LinearUnitValue.java
Age
Commit message (
Expand
)
Author
2025-06-15
Bump version number to 1.0.0
v1.0.0
Adrien Hopkins
2025-06-15
Format & clean up source code
Adrien Hopkins
2025-06-04
Add version numbers to all @since tags
Adrien Hopkins
2025-06-04
Update copyright notices' years
Adrien Hopkins
2025-06-04
Remove most comment warnings
Adrien Hopkins
2025-05-17
Setup automated javadoc
Adrien Hopkins
2025-03-07
convertToMulti: Compare unit bases to this.base
Adrien Hopkins
2024-08-22
Add 1e-12 to unit sum parts before flooring
Adrien Hopkins
2024-08-22
Allow fractional exponents
Adrien Hopkins
2024-08-22
Add ability to convert expression to sum of units
Adrien Hopkins
2024-03-24
Format source code & set explicit UTF-8
Adrien Hopkins
2022-04-18
Implemented rounding and duplicate-removal settings into the new GUI
Adrien Hopkins
2021-11-04
Added a bunch of tests related to unit values
Adrien Hopkins
2021-09-27
Added a test for evaluating an expression & fixed a bug it found
Adrien Hopkins
2021-08-26
Added units and dimensions to the design document
Adrien Hopkins
2021-08-07
Renamed sevenUnits.math to sevenUnits.utils
Adrien Hopkins
2021-06-28
Renamed project to 7Units
Adrien Hopkins