8000 Tags · uACPI/uACPI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: uACPI/uACPI

Tags

3.0.0

Toggle 3.0.0's commit message
uacpi: version 3.0.0

Signed-off-by: Daniil Tatianin <99danilt@gmail.com>

2.1.1

Toggle 2.1.1's commit message
uacpi: version 2.1.1

Signed-off-by: Daniil Tatianin <99danilt@gmail.com>

2.1.0

Toggle 2.1.0's commit message
uacpi: version 2.1.0

Signed-off-by: Daniil Tatianin <99danilt@gmail.com>

2.0.0

Toggle 2.0.0's commit message
uacpi: version 2.0.0

Signed-off-by: Daniil Tatianin <99danilt@gmail.com>

1.0.1

Toggle 1.0.1's commit message
docs: advertise support for 32-bit *and* 64-bit

1.0.0

Toggle 1.0.0's commit message
stdlib: get rid of uacpi_popcount

This made it so uACPI had a dependency on libgcc or the x86 instruction,
which is very inconvenient for the users of the library. Since it's used
in pretty much one single place, which needs it for up to 16 bits at max
anyway, let's switch to ad-hoc bit counting with a trivial for loop
instead of a general purpose popcount helper.

Signed-off-by: Daniil Tatianin <99danilt@gmail.com>
0