Folkert
|
ef39bad7c6
|
auto clippy fixes
|
2023-07-10 18:27:08 +02:00 |
|
Anton-4
|
4e9bffca0b
|
fmt
|
2023-06-30 18:27:47 +02:00 |
|
Anton-4
|
7e86539e3d
|
c_char fix
The i8 is a u8 on raspberry pi 4 aarch64 linux, c_char takes care of this automatically.
|
2023-06-30 18:05:39 +02:00 |
|
Brendan Hansknecht
|
829b71aa1f
|
fully take ownership of memcpy in the builtins
|
2023-06-03 19:05:19 -07:00 |
|
Brendan Hansknecht
|
506c1251f4
|
Split metadata by format
This does not change the metadata to keep old packages working.
Instead, for now, just appended `_` to unused fields.
|
2023-04-27 08:04:14 -07:00 |
|
Brendan Hansknecht
|
dbbc621892
|
switch from assignment to using the set method for numbers
|
2023-04-27 07:58:06 -07:00 |
|
Brendan Hansknecht
|
e88d759331
|
Correct use of NativeEndian to LittleEndian
This should specify the endian read from and written to.
In our case, we are using elf/macho. So, the endian is always little.
|
2023-04-27 07:58:03 -07:00 |
|
Folkert
|
4cd8f0a056
|
clippy --fix fixes
|
2023-04-21 12:05:51 +02:00 |
|
Folkert
|
e8dc02d578
|
remove unused import on windows
|
2022-10-15 20:30:59 +02:00 |
|
Folkert
|
49eff224bc
|
split elf and macho linking into their own files
|
2022-09-25 01:14:03 +02:00 |
|