aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add HashMap and HashSetFenrir2017-03-1111-5/+6297
|
* Merge pull request #28 from FenrirWolf/fsRonald Kinard2017-03-116-22/+3543
|\ | | | | Add std::fs module
| * Add fs moduleFenrir2017-03-107-23/+3544
| |
* | Bump minimum thread stack sizeFenrir2017-03-061-1/+1
| | | | | | | | FBI uses 64kb threads so it must be legit
* | Terminate all threads when panickingFenrir2017-03-061-1/+13
| |
* | Ensure child threads have higher priority than mainFenrir2017-03-051-2/+9
| |
* | Add the rest of std::syncFenrir2017-03-0516-11/+6707
| |
* | Initial thread supportFenrir2017-03-0517-7/+3400
|/
* Merge pull request #22 from FenrirWolf/stdioRonald Kinard2017-02-2512-109/+1303
|\ | | | | Implement synchronized stdio
| * implement buffered stdioFenrir2017-02-2412-109/+1303
| |
* | ctr-std: Mark thread::panickingpanicbit2017-02-241-0/+2
|/
* Merge pull request #18 from FenrirWolf/timeRonald Kinard2017-02-235-2/+1215
|\ | | | | ctr-std: add time module
| * Overhaul Instant implFenrir2017-02-181-39/+42
| |
| * Yet another bugfixFenrir2017-02-181-6/+7
| | | | | | | | Also renamed stuff and improved the documentation
| * use libc types in Instant implFenrir2017-02-181-2/+2
| |
| * fix Instant implFenrir2017-02-181-2/+2
| |
| * use svcGetSystemTick for InstantFenrir2017-02-182-9/+37
| |
| * ctr-std: Add Time moduleFenrir2017-02-185-2/+1184
| |
* | Add sync::mutexFenrir2017-02-2010-5/+1283
|/
* Add thread local storage supportFenrir2017-02-188-0/+1249
|
* ctr-std: add collections moduleFenrir2017-02-012-0/+461
|
* ctr-std: Fix panic message formattingFenrir2017-01-271-2/+2
|
* We stdlib nowFenrir2017-01-2136-0/+16862