Age | Commit message (Expand) | Author |
---|---|---|
2019-11-03 | LibM: Add back ampsin() since it was still used by tan() | Andreas Kling |
2019-11-03 | LibM: Fixed sin() precision (#726) | Jesse |
2019-11-03 | POSIX compliance: (most) shell scripts converted to generic shell | George Pickering |
2019-10-20 | LibM: Make roundf() and ceilf() slightly less terrible | Andreas Kling |
2019-10-20 | LibM: Add dummy implementations of roundf() and ceilf() | Andreas Kling |
2019-10-17 | LibM: Implement various functions. | Andreas Kling |
2019-09-29 | LibM: Fix Toolchain build | Andreas Kling |
2019-09-29 | LibM: Implement various trig functions | Andreas Kling |
2019-08-10 | LibM: Implement sqrt() | Sergey Bugaev |
2019-07-21 | Libraries: Fix wrong paths to "Root" in the various install.sh scripts. | Andreas Kling |
2019-07-21 | Libraries: Remove unused "install" targets. | Andreas Kling |
2019-07-04 | Libraries: Unbreak "make install" with new directory locations. | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |