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
Age
Commit message (
Collapse
)
Author
2021-10-04
Added tests for valid & invalid dimension files
Adrien Hopkins
2021-09-27
The ExpressionParser test is now a paramaterized test
Adrien Hopkins
2021-09-27
Added a test for evaluating an expression & fixed a bug it found
Adrien Hopkins
The bug: non-exact LinearUnitValue instances have their value printed as "(", i.e. "(5.0 ± 0.1) m" will be printed as "( m"
2021-09-27
Added some tests for invalid unitfiles
Adrien Hopkins
2021-08-26
Bumped version number to 0.3.1
v0.3.1
Adrien Hopkins
2021-08-26
Finished initial draft of design document
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
2021-06-12
Release 0.3.0
v0.3.0
Adrien Hopkins
2021-05-22
Added an option to exclude duplicate units
Adrien Hopkins
2021-03-27
Used resources instead of Paths to make the generated jar work
Adrien Hopkins
2021-03-27
Finalized the upgrade to Java 11
Adrien Hopkins
2021-03-27
Added automatic building with Gradle
Adrien Hopkins