index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibM
Age
Commit message (
Expand
)
Author
2019-06-17
LibM: Rewrite trigonometric functions.
Sergey Bugaev
2019-06-16
LibM: Add trigonometric approximations and misc mathematical functions
faissaloo
2019-06-07
LibM: Run clang-format on everything.
Andreas Kling
2019-05-29
LibM LibC: add fixes for Lua port.
Mustafa Ali CAN
2019-05-28
Add clang-format file
Robin Burchell
2019-05-23
LibC: Port setjmp syntax to avoid nasm dependency
Robin Burchell
2019-05-08
Toolchain: Make sure everything ends up in the right place in Root/
Andreas Kling
2019-05-04
Painter: Re-enable diagonal draw_line().
Andreas Kling
2019-05-03
LibM: Stub out a whole bunch of math functions so vim will build.
Andreas Kling
2019-04-29
Toolchain: The toolchain script is now working 🎉
VAN BOSSUYT Nicolas
2019-04-23
Put assertions behind a DEBUG flag to make it easy to build without them.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-03-27
LibM: Stub out ldexp().
Andreas Kling
2019-02-26
More compat work. Rename libraries from LibFoo.a => libfoo.a
Andreas Kling