Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-02-01 | add cc.has_function_attribute('vector_size') | Dudemanguy | 1 | -0/+2 |
2022-05-19 | Add cc.has_function_attribute('sentinel') | Tristan Partin | 1 | -0/+2 |
2022-05-19 | Add cc.has_function_attribute('section') | Tristan Partin | 1 | -0/+6 |
2022-01-26 | compilers/c_function_attributes: add retain | Arsen Arsenović | 1 | -0/+1 |
2020-06-21 | compiler: add 'force_align_arg_pointer' function attribute | Tim-Philipp Müller | 1 | -0/+2 |
2020-04-20 | compilers: Silence warning about gnu_inline with clang | Nirbheek Chauhan | 1 | -3/+0 |
2020-04-17 | compilers: Update gnu_inline test to work correctly with Clang >= 10 | Dylan Baker | 1 | -0/+3 |
2019-06-25 | Split attribute visibility | Dylan Baker | 1 | -2/+9 |
2018-11-15 | compilers/c_function_attributes: fix for ICC | Dylan Baker | 1 | -4/+4 |
2018-09-07 | Add method to check for C/C++ function attributes | Dylan Baker | 1 | -0/+123 |