卜部昌平
|
c844968b72
|
ruby tool/update-deps --fix
|
2024-04-27 21:55:28 +09:00 |
Matt Valentine-House
|
5e4b80177e
|
Update the depend files
|
2023-02-28 09:09:00 -08:00 |
Matt Valentine-House
|
f38c6552f9
|
Remove intern/gc.h from Make deps
|
2023-02-27 10:11:56 -08:00 |
Nobuyoshi Nakada
|
899ea35035
|
Extract include/ruby/internal/attr/packed_struct.h
Split `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED` macros into the
macros bellow:
* `RBIMPL_ATTR_PACKED_STRUCT_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_END`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_END`
|
2023-02-08 12:34:13 +09:00 |
Peter Zhu
|
2d5ecd60a5
|
[Feature #18249] Update dependencies
|
2022-02-22 09:55:21 -05:00 |
Nobuyoshi Nakada
|
ac152b3cac
|
Update dependencies
|
2021-11-21 16:21:18 +09:00 |
卜部昌平
|
6413dc27dc
|
dependency updates
|
2021-04-13 14:30:21 +09:00 |
Nobuyoshi Nakada
|
d2b7e1e4b2
|
Protoized old pre-ANSI K&R style definitions
|
2020-12-05 14:57:31 +09:00 |
卜部昌平
|
4cc501bcfd
|
ext/-test-/RUBY_ALIGNOF: skip C++ when no compiler
C++ compilers are optional. Skip C++ tests when they are absent.
|
2020-09-25 11:38:33 +09:00 |
卜部昌平
|
0b77a86d1e
|
ext/-test-/RUBY_ALIGNOF: add minimalistic test
Check if RUBY_ALIGNOF(double) is the alignment to store a double inside
of a struct.
|
2020-09-25 11:38:33 +09:00 |