Lines Matching +full:non +full:- +full:descriptive
4 1. Sub-projects are maintained independently and thus have independent
6 sub-directory to which the contribution is made, it must be followed.
9 - Contributors who are not employed by Arm must sign an Assignment Agreement.
10 See contributor-agreement.pdf.
11 - All code must be copyright owned by Arm Limited and the appropriate
16 - Build should only depend on GNU make and posix utilities (shell, awk, sed,
18 - Build should pass with the default configuration (see config.mk.dist)
22 - Currently there is no automated configuration, target specific configuration
28 - On aarch64 the tests must pass. If the code may behave differently under
30 - New symbols are expected to have new associated test code and ideally
34 - Commit message should be descriptive and should not refer to Arm internal
35 information (such as Jira tickets, or internal discussions). Non-obvious
38 - Ideally tools and scripts used to write the code should be added to the
40 - Logically independent changes should not be mixed into the same commit.
43 - Unless otherwise required differently by the sub-project, follow the
44 clang-format tool using the style from the gcc contrib/ directory.