summaryrefslogtreecommitdiff
path: root/ext/-test-/RUBY_ALIGNOF
Commit message (Collapse)AuthorAgeFilesLines
* dependency updates卜部昌平2021-04-131-1/+0
|
* Protoized old pre-ANSI K&R style definitionsNobuyoshi Nakada2020-12-051-1/+1
|
* ext/-test-/RUBY_ALIGNOF: skip C++ when no compiler卜部昌平2020-09-253-6/+10
| | | | C++ compilers are optional. Skip C++ tests when they are absent.
* ext/-test-/RUBY_ALIGNOF: add minimalistic test卜部昌平2020-09-254-0/+189
Check if RUBY_ALIGNOF(double) is the alignment to store a double inside of a struct.