Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ↵ | Timothee Cour | 2020-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | checks (#13926) * -d:checkabi obsolete (ABI check now enforced); add `addTypeHeader` helper * cleanups * import sizeof at CT for {.completeType.} * address comments; revert default enabling of -d:checkAbi for now * mimportc_size_check.nim => msizeof5.nim; merge mabi_check.nim into msizeof5.nim; refactor * all pragmas in errmsgs should be written: '.importc' (un-ambiguous and less verbose than {.importc.}) | ||||
* | Offsetof fixes (#11690) | Arne Döring | 2019-07-09 | 1 | -1/+1 |
| | | | | | | | | * first fixes * more tests and fixes * code normalization | ||||
* | fixes #9868 | Araq | 2018-12-11 | 1 | -0/+2 |
| | |||||
* | fixes #9868 | Araq | 2018-12-05 | 1 | -0/+4 |
| | |||||
* | implement sizeof and alignof operator (manually squashed #5664) (#9356) | Timothee Cour | 2018-10-14 | 1 | -0/+11 |