Commit graph

14 commits

Author SHA1 Message Date
971eccf12b
refactor: remove support for --base flag 2024-04-19 16:53:28 +05:30
8c1f3e9eb7
refactor: address some more review issues
* Moves caching logic into its own function (`cache_target`)
* `get_base_exe_path` now returns a tuple including the output path
2024-04-18 21:30:34 +05:30
48092d4e90
refactor: addressed review concerns in error handling 2024-04-18 21:06:29 +05:30
1c0bb47fa5
refactor: include comments & rustdoc 2024-03-14 18:35:45 +05:30
a40d267d2b
feat: finalize target download and caching system 2024-03-14 18:19:07 +05:30
b9b1ba7d03
feat(docs): add rustdoc comments 2024-03-11 22:37:16 +05:30
93b950ce10
refactor: improved error handling for base bin discovery process 2024-03-11 19:11:57 +05:30
52e71850d1
refactor: appease the clippy overlords
This commit addresses various lint issues, mainly:
* clippy flagging once_cell::Lazy variables consts
* other simple fixes in the build command
2024-03-10 15:59:51 +05:30
7e40851a79
refactor: minor cleanup & formatting 2024-03-04 13:56:22 +05:30
3d305f7b1f
feat: implement base binary system for custom targets 2024-03-02 19:02:09 +05:30
119eecad0d
feat: cross compilation target system 2024-03-02 18:49:28 +05:30
Filip Tibell
0392c163a0
Give standalone compilation its own dir, leave some future notes 2024-01-14 11:15:17 +01:00
Filip Tibell
d7c603e881
Refactor CLI to use subcommands, update changelog 2024-01-14 10:35:27 +01:00
6f8b1e4896
Implement standalone executable compilation (#140) 2024-01-13 21:19:59 +01:00