index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers
/
c_function_attributes.py
Age
Commit message (
Expand
)
Author
2025-11-18
Add support for the `counted_by` attribute
Tristan Partin
2025-11-10
Fix detection of ifunc attribute on clang++
Bruce Merry
2024-05-07
Add support for GCC's null_terminated_string_arg function attribute
Tristan Partin
2023-11-04
Fix visibility attribute support check for GCC on Windows
Christoph Reiter
2023-02-01
add cc.has_function_attribute('vector_size')
Dudemanguy
2022-05-19
Add cc.has_function_attribute('sentinel')
Tristan Partin
2022-05-19
Add cc.has_function_attribute('section')
Tristan Partin
2022-01-26
compilers/c_function_attributes: add retain
Arsen Arsenović
2020-06-21
compiler: add 'force_align_arg_pointer' function attribute
Tim-Philipp Müller
2020-04-20
compilers: Silence warning about gnu_inline with clang
Nirbheek Chauhan
2020-04-17
compilers: Update gnu_inline test to work correctly with Clang >= 10
Dylan Baker
2019-06-25
Split attribute visibility
Dylan Baker
2018-11-15
compilers/c_function_attributes: fix for ICC
Dylan Baker
2018-09-07
Add method to check for C/C++ function attributes
Dylan Baker