| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | travis: Build examples properly | panicbit | 2017-07-26 | 1 | -5/+1 | |
| |/ / | ||||||
| * | | Merge pull request #37 from panicbit/travis_fix | Ronald Kinard | 2017-07-26 | 1 | -3/+26 | |
| |\ \ | |/ |/| | Build examples on travis CI | |||||
| | * | travis: allow unbound variables again | panicbit | 2017-07-26 | 1 | -1/+1 | |
| | | | ||||||
| | * | travis: build examples | panicbit | 2017-07-26 | 1 | -2/+26 | |
| | | | ||||||
| | * | Don't run cargo test for CI | panicbit | 2017-07-26 | 1 | -1/+0 | |
| |/ | ||||||
| * | Merge pull request #36 from FenrirWolf/errDisp | Ronald Kinard | 2017-07-25 | 4 | -36/+71 | |
| |\ | | | | | Display panics via the Error applet | |||||
| | * | Enable old panic behavior for Citra | Fenrir | 2017-07-25 | 2 | -4/+36 | |
| | | | ||||||
| | * | Use Error applet to display panics | Fenrir | 2017-07-24 | 2 | -26/+24 | |
| | | | ||||||
| | * | Update to new panic ABI | Fenrir | 2017-07-24 | 2 | -12/+13 | |
| | | | ||||||
| | * | Fix missing stability attribute | Fenrir | 2017-07-24 | 1 | -0/+4 | |
| | | | ||||||
| * | | Merge pull request #35 from panicbit/travis_ci | Ronald Kinard | 2017-07-25 | 1 | -0/+14 | |
| |\ \ | |/ |/| | Add Travis CI | |||||
| | * | Add travis config | panicbit | 2017-07-24 | 1 | -0/+14 | |
| |/ | ||||||
| * | Merge pull request #34 from panicbit/nightly_update | Ronald Kinard | 2017-07-24 | 8 | -413/+1235 | |
| |\ | | | | | Update to work on rust nightly 2017-07-18 | |||||
| | * | Use rust3ds/alloc_system3ds again | panicbit | 2017-07-20 | 1 | -2/+1 | |
| | | | ||||||
| | * | Merge branch 'master' into nightly_update | panicbit | 2017-07-20 | 2 | -44/+249 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #33 from FenrirWolf/ctrulib-1.3.0 | Ronald Kinard | 2017-07-14 | 2 | -44/+249 | |
| |\ \ | | | | | | | Update bindings for libctru 1.3.0 | |||||
| | * | | Use -lctrud for debug builds | Fenrir | 2017-07-14 | 1 | -3/+7 | |
| | | | | ||||||
| | * | | Update bindings for libctru 1.3.0 | Fenrir | 2017-07-13 | 1 | -41/+242 | |
| |/ / | ||||||
| | * | Merge pull request #2 from FenrirWolf/nightly-update-patch | panicbit | 2017-07-19 | 1 | -0/+4 | |
| | |\ | | | | | | | Use alloc_system3ds again | |||||
| | | * | Use alloc_system3ds again | Fenrir | 2017-07-18 | 1 | -0/+4 | |
| | |/ | ||||||
| | * | Merge branch 'master' into nightly_update | panicbit | 2017-07-11 | 90 | -5777/+9824 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #31 from FenrirWolf/ctrulib-update | Ronald Kinard | 2017-07-10 | 90 | -5801/+9824 | |
| |\ \ | | | | | | | Regenerate and reorganize ctru-sys bindings | |||||
| | * | | Remove rustc_private workaround | Fenrir | 2017-07-10 | 1 | -3/+0 | |
| | | | | | | | | | | | | | Not needed anymore with patched Xargo | |||||
| | * | | Fix ctru-rs build script | Fenrir | 2017-07-10 | 1 | -6/+0 | |
| | | | | | | | | | | | | | The debug/release stuff isn't used until the next official release of libctru | |||||
| | * | | Go back to using pre-generated bindings | Fenrir | 2017-07-10 | 5 | -32/+9694 | |
| | | | | | | | | | | | | | | | | Bindgen takes a long time to compile, and we only ever need to update bindings for new ctrulib releases anyway. | |||||
| | * | | Update libraries for ctru-sys changes | Fenrir | 2017-07-10 | 20 | -227/+118 | |
| | | | | ||||||
| | * | | Handle linking in ctru-rs build script | Fenrir | 2017-07-10 | 4 | -8/+14 | |
| | | | | ||||||
| | * | | Use bindgen for ctru_sys bindings | Fenrir | 2017-07-10 | 68 | -5572/+45 | |
| |/ / | ||||||
| | * | Remove ctr-libc dep from ctr-std | panicbit | 2017-07-10 | 1 | -4/+0 | |
| | | | ||||||
| | * | Merge branch 'master' into nightly_update | panicbit | 2017-07-10 | 14 | -386/+246 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #32 from FenrirWolf/libc-update | Ronald Kinard | 2017-07-10 | 14 | -391/+247 | |
| |\ \ | | | | | | | Remove `ctr-libc`, use upstream `libc` from crates.io | |||||
| | * | | Update README | Fenrir | 2017-07-07 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | ctru-rs: workaround for xargo/sysroot issue | Fenrir | 2017-07-07 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Both our implementation of std and ctru-rs depend on the libc crate (or rather, ctru-rs depends on ctru-sys which depends on libc). This means that libc ends up both in the sysroot assembled by Xargo, as well as being built as a regular dependency for ctru-rs. However, it seems that when cargo/rustc tries to link the libc crate to ctru-rs, it first searches in the sysroot and links in the copy that it finds there, rather than the one specified in ctru-rs's Cargo.toml. rust-lang's rustbuild system does some trickery with crate metadata to avoid this sort of name collision between the sysroot and user deps, but xargo does not (yet) do something similar. And since rustc now enforces that linking to any crate from the sysroot is an unstable operation, the result is a rather cryptic compiler error. Fortunately we can work around this by simply tagging ctru-rs with #![feature(rustc_private)], but it shouldn't be regarded as a long-term fix | |||||
| | * | | Use libc from crates.io | Fenrir | 2017-07-07 | 12 | -390/+244 | |
| |/ / | | | | | | | The libc crate has newlib bindings now, so we don't have to maintain them in-tree anymore | |||||
| | * | Merge pull request #1 from FenrirWolf/collections-update | panicbit | 2017-07-10 | 8 | -494/+1062 | |
| | |\ | | | | | | | Update collections module | |||||
| | | * | update collections module | Fenrir | 2017-07-09 | 8 | -494/+1062 | |
| | |/ | | | | | | | also remove deprecated `collections` crate dependency | |||||
| | * | Add default allocator symbols | panicbit | 2017-07-10 | 2 | -1/+168 | |
| | | | ||||||
| | * | ctr-std: Migrate to the new liballoc API | panicbit | 2017-07-10 | 3 | -27/+8 | |
| | | | ||||||
| | * | ctr-std: Add heap allocator shim | panicbit | 2017-07-10 | 2 | -0/+101 | |
| | | | ||||||
| | * | ctr-std: Use liballoc from rust-src | panicbit | 2017-07-10 | 4 | -3/+5 | |
| | | | ||||||
| | * | Update target json | panicbit | 2017-07-10 | 2 | -28/+4 | |
| |/ | ||||||
| * | Merge pull request #30 from kentaromiura/compile_again | Ronald Kinard | 2017-05-16 | 6 | -76/+13 | |
| |\ | | | | | Make ctru-rs compile again | |||||
| | * | More changes needed after today's rustup update | Cristian Carlesso | 2017-05-16 | 1 | -7/+7 | |
| | | | ||||||
| | * | Make ctru-rs compile again | Cristian Carlesso | 2017-04-30 | 6 | -69/+6 | |
| |/ | ||||||
| * | Merge pull request #29 from FenrirWolf/condvar_patch | Ronald Kinard | 2017-03-22 | 1 | -5/+34 | |
| |\ | | | | | Fix condvar impl | |||||
| | * | fix condvar impl | Fenrir | 2017-03-19 | 1 | -5/+34 | |
| |/ | ||||||
| * | Merge pull request #27 from FenrirWolf/hashmap | Ronald Kinard | 2017-03-12 | 12 | -5/+6299 | |
| |\ | | | | | Add HashMap and HashSet | |||||
| | * | Add HashMap and HashSet | Fenrir | 2017-03-11 | 12 | -5/+6299 | |
| |/ | ||||||
| * | Merge pull request #28 from FenrirWolf/fs | Ronald Kinard | 2017-03-11 | 7 | -22/+3552 | |
| |\ | | | | | Add std::fs module | |||||
| | * | Add fs module | Fenrir | 2017-03-10 | 8 | -23/+3553 | |
| | | | ||||||