| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support libctru 2.0 | Vivian Lim | 2021-02-06 | 2 | -2287/+5554 |
| | | |||||
| * | changes so that this can build | Vivian Lim | 2021-02-05 | 1 | -1/+1 |
| | | |||||
| * | local changes | Vivian Lim | 2021-02-01 | 1 | -0/+1 |
| | | |||||
| * | Update bindings for libctru 1.5.0 | Fenrir | 2018-05-15 | 2 | -2367/+2376 |
| | | |||||
| * | Ensure that the sysroot uses its own libc | Fenrir | 2018-01-21 | 1 | -0/+2 |
| | | |||||
| * | Update bindings for libctru v1.4.0 | Fenrir | 2017-11-18 | 1 | -4377/+4386 |
| | | |||||
| * | Use Error applet to display panics | Fenrir | 2017-07-24 | 1 | -1/+1 |
| | | |||||
| * | Update bindings for libctru 1.3.0 | Fenrir | 2017-07-13 | 1 | -41/+242 |
| | | |||||
| * | Go back to using pre-generated bindings | Fenrir | 2017-07-10 | 2 | -1/+9690 |
| | | | | | | Bindgen takes a long time to compile, and we only ever need to update bindings for new ctrulib releases anyway. | ||||
| * | Use bindgen for ctru_sys bindings | Fenrir | 2017-07-10 | 66 | -5571/+7 |
| | | |||||
| * | Use libc from crates.io | Fenrir | 2017-07-07 | 1 | -1/+1 |
| | | | | | The libc crate has newlib bindings now, so we don't have to maintain them in-tree anymore | ||||
| * | We stdlib now | Fenrir | 2017-01-21 | 21 | -205/+733 |
| | | |||||
| * | Regenerate gpu bindings | Fenrir | 2016-10-28 | 4 | -246/+186 |
| | | |||||
| * | Regenerate raw service bindings | Fenrir | 2016-10-28 | 38 | -767/+1628 |
| | | |||||
| * | Use bitflags for fs services | Fenrir | 2016-10-28 | 1 | -179/+190 |
| | | |||||
| * | ctru-sys: recreate types.h and libc bindings | Fenrir | 2016-10-28 | 11 | -48/+87 |
| | | |||||
| * | Split out libstd crate | Fenrir | 2016-10-28 | 4 | -207/+262 |
| | | |||||
| * | Fix deprecation and stablization warnings | Fenrir | 2016-10-15 | 1 | -1/+0 |
| | | | | | The question mark feature was stablized and the Reflect marker trait was deprecated | ||||
| * | Remove libc OS error functions | Fenrir | 2016-10-06 | 1 | -20/+0 |
| | | | | | | We aren't actually using any of newlib's error functionality. All of our errors come from ctrulib functions. | ||||
| * | Add io module from libstd | Fenrir | 2016-10-06 | 1 | -0/+20 |
| | | | | | Also includes CString and CStr modules | ||||
| * | ctru-sys: add errno function | Fenrir | 2016-10-06 | 1 | -1/+2 |
| | | |||||
| * | ctru-sys: add proper libc typedefs | Fenrir | 2016-10-06 | 1 | -3/+19 |
| | | |||||
| * | Regenerate raw fs bindings | Fenrir | 2016-08-12 | 1 | -201/+200 |
| | | |||||
| * | Use abort() when panicking | Fenrir | 2016-08-01 | 1 | -0/+1 |
| | | |||||
| * | Update bindgen comment | Fenrir | 2016-08-01 | 1 | -0/+2 |
| | | |||||
| * | moved system libs to sys folder | Fenrir | 2016-06-20 | 4 | -10/+8 |
| | | |||||
| * | core::fmt::Write support for the console | Fenrir | 2016-06-03 | 17 | -37/+45 |
| | | |||||
| * | Redesigned console API | Fenrir | 2016-06-01 | 1 | -10/+15 |
| | | |||||
| * | More experimental console/stdio stuff. | Fenrir | 2016-05-30 | 2 | -2/+55 |
| | | |||||
| * | Added new bindings | Fenrir | 2016-05-02 | 47 | -999/+2776 |
| | | |||||
| * | Split raw bindings into a separate crate | Fenrir | 2016-04-30 | 32 | -0/+2283 |