Commit Graph

117 Commits

Author SHA1 Message Date
Austen Adler
0b56093e83 Try pulling the api key from a secret
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-12-26 00:54:00 -05:00
Austen Adler
f2a86fcc4b Only build artifacts on tag
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2022-12-26 00:49:08 -05:00
Austen Adler
4c65c38e36 Restore README.adoc on earthignore
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-26 00:21:08 -05:00
Austen Adler
b349a1f7f0 Fix packaging
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing
2022-12-25 23:59:30 -05:00
Austen Adler
077200cb47 Add .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-25 19:12:16 -05:00
Austen Adler
01941100c9 Update build.earth 2022-12-25 19:05:59 -05:00
Austen Adler
4379cb66a9 Commit old changes 2022-12-25 18:56:01 -05:00
Austen Adler
6bf83540fb Rustfmt 2021-10-12 08:45:44 -04:00
Austen Adler
dc30a93d61 Add unstable rustfmt 2021-10-12 08:45:33 -04:00
Austen Adler
6b24456f87 Use lazy_static for mapping operations 2021-10-12 08:45:04 -04:00
Austen Adler
8a03445936 Move help text to a const 2021-10-12 08:44:30 -04:00
Austen Adler
2f2976bfd7 Split all datatypes 2021-10-12 08:20:24 -04:00
Austen Adler
b5e944e82c Fix more bugs 2021-06-04 22:54:38 -04:00
Austen Adler
456dc6dcd4 Working vector and matrix; fix clippy warnings 2021-06-04 10:38:52 -04:00
Austen Adler
f80011652b Make validate part of the trait 2021-06-03 22:28:51 -04:00
Austen Adler
677444b7ff Fix vector building 2021-06-03 22:26:28 -04:00
Austen Adler
d92a6fbdb0 Add deconstruct operator 2021-06-03 12:24:28 -04:00
Austen Adler
3b10aaf06f Start work on Matrix 2021-06-03 12:16:03 -04:00
Austen Adler
7ee77f4c4c Cleanup code 2021-06-03 09:14:26 -04:00
Austen Adler
c14f809614 Fix clippy warnings 2021-06-03 08:55:31 -04:00
Austen Adler
e3b5457fe6 Write vector multiplication 2021-06-03 08:50:06 -04:00
Austen Adler
0405d25998 Get vectors working 2021-06-02 16:52:51 -04:00
Austen Adler
53891274f1 Get operations working with the calculator interface 2021-06-02 15:01:07 -04:00
Austen Adler
e05b0726f1 Started work on vectors 2021-06-02 14:59:56 -04:00
Austen Adler
bfae3cafce Use references 2021-05-31 15:43:14 -04:00
Austen Adler
752c7513aa Cargo fmt 2021-05-31 15:37:59 -04:00
Austen Adler
d84f2f7076 Add ArithmeticOperation 2021-05-31 15:37:55 -04:00
Austen Adler
39e3c83abc Cleanup numeric entries 2021-05-30 23:10:11 -04:00
Austen Adler
dab0333b31 Continue work on separating complex types 2021-05-30 23:02:32 -04:00
Austen Adler
c47287b4e6 Continue work on separating complex types 2021-05-30 23:01:57 -04:00
Austen Adler
7f5e42b026 Cargo fmt 2021-05-30 16:34:46 -04:00
Austen Adler
445ae3f535 Start work on complex types 2021-05-30 16:31:13 -04:00
Austen Adler
4b0e6e7e10 Major refactor, code cleanup, and documentation 2021-05-26 11:42:04 -04:00
Austen Adler
43c3dfd0f9 Improve config file format 2021-05-25 00:10:39 -04:00
Austen Adler
3e2043729a Separate logic where required; minor updates 2021-05-21 09:12:47 -04:00
Austen Adler
19632963bb Separate logic where required 2021-05-21 09:02:39 -04:00
Austen Adler
416cc27006 Right align ~ marker as well 2021-05-20 14:55:31 -04:00
Austen Adler
d0612095e3 Bump version in lock 2021-05-20 14:54:56 -04:00
Austen Adler
d377068875 Bump version 2021-05-20 14:50:04 -04:00
Austen Adler
969de05082 Update Cargo.toml 2021-05-20 14:47:08 -04:00
Austen Adler
a244871876 Fix Cargo.toml clippy warnings 2021-05-20 14:09:09 -04:00
Austen Adler
17e74b0f52 Enforce cargo clippy strict mode 2021-05-20 14:08:50 -04:00
Austen Adler
9f0ca9d276 Cleanup repository 2021-05-20 13:05:31 -04:00
Austen Adler
37ba5f6fde Add Mac build script 2021-05-20 13:01:01 -04:00
Austen Adler
f7cd14549e Add alignment to header 2021-05-20 13:00:49 -04:00
Austen Adler
a83e680521 Add calculator alignment feature 2021-05-20 12:58:07 -04:00
Austen Adler
4f4af9c5ef Remove getters and setters 2021-05-20 10:17:44 -04:00
Austen Adler
6fe3f27c85 Separate out get_status_line code 2021-05-20 10:09:20 -04:00
Austen Adler
5d5a3e4a21 Separate calculator display code 2021-05-20 10:06:15 -04:00
Austen Adler
af00ba5e28 Fix help message 2021-05-20 10:05:58 -04:00