Andreas Kling
|
f3aec1a0d9
|
Painter: Re-enable diagonal draw_line().
This code still needs clipping, but the basic concept works. It was disabled
since before the kernel had floating point support.
|
2019-05-04 23:40:52 +02:00 |
|
Andreas Kling
|
052be28c3b
|
LibM: Stub out a whole bunch of math functions so vim will build.
|
2019-05-03 18:17:02 +02:00 |
|
Andreas Kling
|
0c898e3c2c
|
Put assertions behind a DEBUG flag to make it easy to build without them.
|
2019-04-23 21:52:02 +02:00 |
|
Andreas Kling
|
2a858719be
|
LibM: Stub out ldexp().
|
2019-03-27 01:41:55 +01:00 |
|
Andreas Kling
|
3f29a12d90
|
More compat work. Rename libraries from LibFoo.a => libfoo.a
This makes it more straightforward to build a cross-compiler toolchain.
Also move math stuff from LibC to LibM.
|
2019-02-26 13:30:57 +01:00 |
|