| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add list of supported modules | Fenrir | 2018-02-11 | 1 | -0/+65 | |
| | | ||||||
| * | Fix memory leak in Soc::init | Fenrir | 2018-02-11 | 1 | -0/+1 | |
| | | | | | Ain't manual memory management grand? | |||||
| * | Add documentation for Soc | Fenrir | 2018-02-11 | 1 | -0/+13 | |
| | | ||||||
| * | Add Soc::init_with_buffer_size | Fenrir | 2018-02-11 | 1 | -3/+5 | |
| | | ||||||
| * | Add Soc service | Fenrir | 2018-02-11 | 4 | -0/+38 | |
| | | ||||||
| * | Stub out set_cloexec | Fenrir | 2018-02-11 | 1 | -26/+2 | |
| | | ||||||
| * | Filter out glibc symbols | Fenrir | 2018-02-11 | 2 | -2/+3 | |
| | | | | | we're not glibc and these caused a linker error when building `std` in debug mode | |||||
| * | Update travis config | Fenrir | 2018-02-11 | 1 | -1/+1 | |
| | | ||||||
| * | Remove build script from examples | Fenrir | 2018-02-11 | 2 | -13/+0 | |
| | | ||||||
| * | Link libctru in ctru-sys | Fenrir | 2018-02-11 | 2 | -1/+0 | |
| | | | | | | | Allows debug builds to compile without throwing out random linker errors. Plus it probably should have been this way the whole time anyway. | |||||
| * | We aren't linux | Fenrir | 2018-02-10 | 1 | -1/+1 | |
| | | ||||||
| * | Update examples | Fenrir | 2018-02-06 | 3 | -5/+11 | |
| | | ||||||
| * | Add wait_for_vblank function | Fenrir | 2018-02-06 | 1 | -10/+13 | |
| | | | | | Also change gfx methods to take &self instead of unnecessarily taking &mut self | |||||
| * | Use bitflags 1.0 for button presses | Fenrir | 2018-02-06 | 6 | -29/+30 | |
| | | ||||||
| * | Fix unsoundness in Console's API | Fenrir | 2018-02-06 | 1 | -11/+26 | |
| | | ||||||
| * | Update nightly to 2018-01-26 | Fenrir | 2018-01-26 | 1 | -1/+1 | |
| | | ||||||
| * | repr_align stabilized | Fenrir | 2018-01-26 | 1 | -1/+0 | |
| | | ||||||
| * | core::ops::Place is unsafe now | Fenrir | 2018-01-26 | 1 | -1/+1 | |
| | | ||||||
| * | Increase reader count + style fixes | Fenrir | 2018-01-25 | 1 | -3/+19 | |
| | | ||||||
| * | Notify all threads when the write-lock goes out of scope | Fenrir | 2018-01-25 | 1 | -1/+1 | |
| | | ||||||
| * | Fix mutex try_lock logic | Fenrir | 2018-01-25 | 1 | -4/+4 | |
| | | | | | Wow, not sure how I messed that one up | |||||
| * | Initial rwlock impl | Fenrir | 2018-01-25 | 1 | -4/+54 | |
| | | ||||||
| * | Add debug svc printing to the default panic hook | Fenrir | 2018-01-23 | 1 | -63/+26 | |
| | | | | | Removes the need to have a separate panic hook for Citra | |||||
| * | Remove macOS files that were accidentally included | Fenrir | 2018-01-22 | 3 | -259/+0 | |
| | | ||||||
| * | Restore thread APIs that were accidentally deleted | Fenrir | 2018-01-22 | 1 | -0/+18 | |
| | | | | | Oops. | |||||
| * | Ensure that the sysroot uses its own libc | Fenrir | 2018-01-21 | 3 | -4/+6 | |
| | | ||||||
| * | Update Travis for the latest nightly | Fenrir | 2018-01-21 | 1 | -3/+4 | |
| | | ||||||
| * | Recreate ctr-std from latest nightly | Fenrir | 2018-01-21 | 109 | -2942/+23070 | |
| | | ||||||
| * | Update CI for Rust nightly-2017-12-01 + other fixes | Fenrir | 2017-12-01 | 3 | -5/+4 | |
| | | ||||||
| * | Better workaround for the `feature(rustc_private)]` issue | Fenrir | 2017-12-01 | 2 | -0/+6 | |
| | | | | | Now you don't need a janky `Xargo` fork anymore! | |||||
| * | Patch `std` to be compatible with Rust nightly-2017-12-01 | Fenrir | 2017-12-01 | 11 | -508/+262 | |
| | | | | | This only fixes things enough so that the project compiles again. More standard library changes from upstream Rust will be pulled in later. | |||||
| * | Update bindings for libctru v1.4.0 | Fenrir | 2017-11-18 | 7 | -4465/+4459 | |
| | | ||||||
| * | Merge pull request #44 from FenrirWolf/panic-unwind | Ronald Kinard | 2017-08-02 | 11 | -128/+571 | |
| |\ | | | | | Add unwinding strategy for panics | |||||
| | * | Properly set up main thread | Fenrir | 2017-08-01 | 2 | -25/+27 | |
| | | | ||||||
| | * | Update pinned nightly to 2017-07-31 | Fenrir | 2017-08-01 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add unwinding strategy for panics | Fenrir | 2017-07-31 | 10 | -116/+557 | |
| |/ | ||||||
| * | Merge pull request #41 from FenrirWolf/panic-reboot | Ronald Kinard | 2017-07-31 | 1 | -2/+6 | |
| |\ | | | | | Reboot the system after panicking | |||||
| | * | Trigger reboot after panicking | Fenrir | 2017-07-29 | 1 | -2/+6 | |
| | | | ||||||
| * | | Merge pull request #42 from FenrirWolf/hid-update | Ronald Kinard | 2017-07-31 | 6 | -109/+199 | |
| |\ \ | |/ |/| | Refactor HID module | |||||
| | * | Fix documentation | Fenrir | 2017-07-29 | 1 | -4/+4 | |
| | | | ||||||
| | * | Update examples | Fenrir | 2017-07-29 | 3 | -4/+79 | |
| | | | ||||||
| | * | Bump version | Fenrir | 2017-07-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | Refactor HID module | Fenrir | 2017-07-29 | 1 | -87/+99 | |
| | | | ||||||
| | * | Update bitflags | Fenrir | 2017-07-27 | 2 | -17/+20 | |
| |/ | ||||||
| * | Merge pull request #40 from FenrirWolf/thread-fix | Ronald Kinard | 2017-07-26 | 6 | -254/+606 | |
| |\ | | | | | Update thread module | |||||
| | * | Print thread name in panic msg | Fenrir | 2017-07-26 | 1 | -5/+19 | |
| | | | ||||||
| | * | Thread fixes + module update | Fenrir | 2017-07-26 | 6 | -249/+587 | |
| | | | ||||||
| * | | Merge pull request #38 from FenrirWolf/examples | Ronald Kinard | 2017-07-26 | 7 | -0/+157 | |
| |\ \ | | | | | | | Add examples directory | |||||
| | * | | Add examples directory | Fenrir | 2017-07-25 | 7 | -0/+157 | |
| | |/ | ||||||
| * | | Merge pull request #39 from panicbit/travis_fix | Ronald Kinard | 2017-07-26 | 1 | -5/+1 | |
| |\ \ | | | | | | | travis: Build examples properly | |||||