Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make range checks in semConv (#7164) | Oscar NihlgÄrd | 2019-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | * Remove NaN/Inf/NegInf magic * Make range checks in semConv * fix the failing line * fix `firstOrd` and `lastOrd` * fix `localError` * remove debug comment * Cleanup, fix failing test * make tests green | ||||
* | Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198 | Federico Ceratto | 2019-01-06 | 1 | -0/+1 |
| | |||||
* | Convert *_family fields to cushort | LemonBoy | 2018-09-19 | 1 | -4/+4 |
| | | | | Fixes #9008 | ||||
* | Nintendo switch support (#8069) | Joey | 2018-06-27 | 1 | -0/+586 |
* Add config section for Nintendo Switch * Add compiler configuration for Nintendo Switch and it's CPU * Add specific lib code for Nintendo Switch * Add GC support for Nintendo Switch * Update changelog for Nintendo Switch * Update changelog with more info about fixed paths * Cleaned up GC memory management a bit * Relocate docs for Switch * Rename aarch64NoneElfGcc to nintendoSwitchGCC * Remove armv8a57 * Fix installer.ini * Reuse code in linux and amd64 * Add posix defs for nintendo switch * Add more defined sections for nintendo switch * Remove old comment * Add what's not supported for Nintendo Switch docs * Make nintendoswitch == posix * Remove DEVKITPRO references from nim.cfg * Make PR extccomp changes * Remove Result type alias * Add separate switch consts file * Update docs for nintendo switch * Fix travis errors with undefined consts and add correct wait.h procs |