16
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix debug - missing _func__.
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
only apply the object file if the symbol hasn't been resolved
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
link in the aros cxx pure_virtual implementation if the symbol is undefined. fix behaviour on native (bfd_init called after use).
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
update to reflect acpica changes
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
adjusted to acpica changes
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
use the correct NULL type for BPTR's
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
delete the build directory after creating the toolchain to free up space (before creating the archives)
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
update acpica to v20230331
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
update cunit to 3.2.7
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
move TARGET_UNITTESTS to target.cfg so that metamake sees the var.
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
gather the linklibs/relbase libs and replace instances of normal libs with the relbase version, if any have been found.
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
add the function parameter names
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
include the function parameter names
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
remove the header included in error
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
add the function parameter names
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
define BOOL_MAX and BOOL_WIDTH
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
add the function parameter names
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
use the configure exported rust_target dont expand a few more variables until used.
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
add the rust language option to configure, for when gcc 13 is available
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
update the gcc 8 and 11 patches aswell
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
wip update to c++ support.
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
oops - add the missing closing brackets
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
pass the IOAPIC's GSi rather than instance for a number of reasons -: # The instance doesnt guarantee the order in which the IRQs are handled by the IOAPIC's - just the order they are listed in the ACPI tables. # Older obscure devices may not start with the first ISA IRQ, but leave the PIC handling some. Instead check if the base, and base+pin are within the ISA range and apply the adjustments if necessary.
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
and the other typo... *sigh *
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
put the define first in case the header is pulled in earlier.
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
fix a typo
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
implement the gnu asprintf/vasprintf extensions.
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
make sure the function prototype matches.
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
a bit more casting gymnastics to also satisfy codecy (void * arithmetic)
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago
cast to the correct types so that the compiler is satisfied on both 32bit and 64bit targets.
Kalamatee (NicJA)
as Kalamatee
More... about 1 year ago