aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix(ctru-rs): warningsHEADmainFuwn2022-03-045-8/+6
|
* add me to AUTHORS.mdVivian Lim2021-03-171-0/+1
|
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-06358-103829/+0
|
* Support libctru 2.0Vivian Lim2021-02-068-2296/+5567
|
* tweaks to get it to attempt linkingVivian Lim2021-02-053-15/+14
|
* changes so that this can buildVivian Lim2021-02-053-5/+4
|
* local changesVivian Lim2021-02-012-0/+2
|
* Actually fix every instance of `Qwerty` this timeFenrir2019-04-141-2/+2
|
* QUERTY -> QWERTYFenrir2019-03-171-3/+3
|
* Merge pull request #74 from FenrirWolf/gfxFenrirWolf2018-08-263-104/+124
|\ | | | | Update and document Gfx module
| * Update and document Gfx moduleFenrir2018-08-263-104/+124
|/
* Write entire panic message to stderr at onceFenrir2018-08-191-2/+1
| | | | This change has also been pushed to ctr-std-horizon, so it will carry over on the next rebase
* Merge pull request #73 from FenrirWolf/update-2018-08-18FenrirWolf2018-08-19101-1383/+3171
|\ | | | | Update for nightly-2018-08-18
| * Update for nightly-2018-08-18Fenrir2018-08-19101-1383/+3171
|/
* Update for latest nightly 2018-06-09 (#70)Valentin2018-06-15244-1061/+36777
| | | | * Update for latest nightly 2018-06-09 * We now have a proper horizon os and sys modules in libstd
* Merge pull request #68 from linouxis9/masterFenrirWolf2018-06-1082-929/+3934
|\ | | | | Update for latest nightly 2018-05-06
| * Fixes according to Fenrir's reviewValentin2018-06-104-169/+30
| |
| * Update Travis to latest Nightly ( ͡° ͜ʖ ͡°)linouxis92018-05-071-1/+1
| |
| * Fixes Cargo.tomlValentin2018-05-071-1/+1
| |
| * Update for latest nightly 2018-05-06linouxis92018-05-0785-958/+4102
| |
* | Merge pull request #69 from FenrirWolf/libctru-1.5.0FenrirWolf2018-05-154-2371/+2417
|\ \ | |/ |/| Update bindings for libctru 1.5.0
| * Update travis configFenrir2018-05-151-4/+3
| |
| * Update bindings for libctru 1.5.0Fenrir2018-05-153-2367/+2414
|/
* Merge pull request #66 from FenrirWolf/swkbdFenrirWolf2018-04-304-0/+260
|\ | | | | Initial software keyboard support
| * Add nul-terminatator to input that expects itFenrir2018-04-291-2/+5
| |
| * Add software keyboard exampleFenrir2018-04-291-0/+47
| |
| * add `set_hint_text` and `configure_button`Fenrir2018-04-291-1/+22
| |
| * rename `applet` module to `applets`Fenrir2018-04-293-1/+1
| |
| * make `get_bytes` a safe functionFenrir2018-04-291-27/+21
| | | | | | | | libctru seems to ensure that output from the software keyboard is always well-formed
| * Initial software keyboard supportFenrir2018-04-293-0/+195
| |
* | Make travis work againFenrir2018-04-291-3/+3
|/
* Merge pull request #65 from FenrirWolf/fix-panicsFenrirWolf2018-04-213-226/+126
|\ | | | | Update to new panic ABI
| * Update to new panic ABIFenrir2018-04-213-226/+126
|/
* Merge pull request #64 from FenrirWolf/nightly-updateFenrirWolf2018-04-2152-2119/+2349
|\ | | | | Update for Rust nightly 2018-04-19
| * Update for Rust nightly 2018-04-19Fenrir2018-04-2152-2119/+2349
|/
* Move more implementation details to `imp` moduleFenrir2018-03-171-24/+31
|
* Remove thread name functionsFenrir2018-03-171-108/+8
| | | | The only real use for thread names is so that they appear in panic messages. However, names set by this API won't appear in panic messages because we aren't `std::thread` and therefore don't have access to `sys_common::thread_info` where libstd stashes its thread names. So without that functionality, there's not much of a reason to have thread names at all.
* Add ctru::thread moduleFenrir2018-03-172-0/+1143
|
* Add apt::set_app_cpu_time_limitFenrir2018-03-171-0/+11
|
* Update pinned nightlyFenrir2018-03-151-1/+1
| | | | Xargo 3.11 doesn't like old nightlies
* Make std::path aware of archive prefixes (#61)FenrirWolf2018-03-042-4/+16
|
* Update to nightly-2018-03-01Fenrir2018-03-012-3/+3
|
* Merge pull request #62 from FenrirWolf/update-1.24FenrirWolf2018-02-179-629/+75
|\ | | | | Pull in upstream changes for rust 1.24.0
| * Update pinned nightlyFenrir2018-02-151-1/+1
| |
| * Updates for Rust 1.24Fenrir2018-02-158-628/+74
|/
* Fix TcpStream::wait_timeoutFenrir2018-02-131-2/+4
| | | | POLLOUT is 0x4 and PULLHUP is 0x10 on every other platform, except for the 3DS where they're switched around because Nintendo
* Don't use ioctl for TcpStream::connect_timeoutFenrir2018-02-131-3/+1
| | | | libctru exposes ioctl, but using it causes an ENODEV error.
* Don't output an extra newline when panickingFenrir2018-02-121-1/+1
| | | | svcOutputDebugString seems to append newlines on its own after each write to stderr
* Clean up the README a bit moreFenrir2018-02-111-6/+3
|
* Reorganize the list a bitFenrir2018-02-111-5/+7
|