summaryrefslogtreecommitdiff
path: root/.settings
AgeCommit message (Collapse)Author
2024-03-24Format source code & set explicit UTF-8Adrien Hopkins
2023-09-16Move config file to standard locationAdrien Hopkins
The user's config directory is taken as ~\AppData\Local\ on Windows and is XDG-compliant elsewhere. The config file's location is <config dir>/SevenUnits/config.txt. The SevenUnits directory is created if nonexistent. The previous location inside the git directory would not work for someone actually installing and using 7Units, so this change was made.
2022-07-17misc eclipse updatesAdrien Hopkins
2022-07-08Search rules can be changed by GUI, saved and loadedAdrien Hopkins
2021-03-27Added automatic building with GradleAdrien Hopkins
2021-03-13Upgraded to Java 11, and upgraded file code to the new I/OAdrien Hopkins
2020-12-11Expression no longer fails to convert to an expression (eg. A h)Adrien Hopkins
2020-09-07Created an UncertainDouble class for uncertainty operations.Adrien Hopkins
2019-12-24Added Javadoc to the project.Adrien Hopkins
2019-08-26The unit file parser now uses regular expressions.Adrien Hopkins
2019-03-16Moved project to Maven.Adrien Hopkins
2019-01-25Initial commitAdrien Hopkins