-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add clang-tidy for pika #1515
Commits on May 16, 2023
-
feature:add clang-tidy for pika
There are several conflicting files left that need to be manually modified. See run_clang_tidy.py.And disabled some clang-tidy checks, eg, use int64_t instead of long or long long, variable naming. Signed-off-by: Hao Lee <1838249551@qq.com>
Configuration menu - View commit details
-
Copy full SHA for b871a44 - Browse repository at this point
Copy the full SHA b871a44View commit details
Commits on May 18, 2023
-
feature:WIP modified clang-tidy file
Signed-off-by: Hao Lee <1838249551@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 79db0eb - Browse repository at this point
Copy the full SHA 79db0ebView commit details -
feature:disable compile command clang-tidy check
Signed-off-by: Hao Lee <1838249551@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 8bb85f1 - Browse repository at this point
Copy the full SHA 8bb85f1View commit details -
style:Make the code standard according to clang-tidy
Signed-off-by: Hao Lee <1838249551@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 8827ff5 - Browse repository at this point
Copy the full SHA 8827ff5View commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 78e327d - Browse repository at this point
Copy the full SHA 78e327dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09558b9 - Browse repository at this point
Copy the full SHA 09558b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6200048 - Browse repository at this point
Copy the full SHA 6200048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bad717 - Browse repository at this point
Copy the full SHA 6bad717View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f19c14 - Browse repository at this point
Copy the full SHA 0f19c14View commit details
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 341e190 - Browse repository at this point
Copy the full SHA 341e190View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54cef5b - Browse repository at this point
Copy the full SHA 54cef5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff42430 - Browse repository at this point
Copy the full SHA ff42430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b70a8 - Browse repository at this point
Copy the full SHA 68b70a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 487cb0f - Browse repository at this point
Copy the full SHA 487cb0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b9ca7c - Browse repository at this point
Copy the full SHA 9b9ca7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 569c68a - Browse repository at this point
Copy the full SHA 569c68aView commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 168277d - Browse repository at this point
Copy the full SHA 168277dView commit details -
style:disable check bool implicit convert in clang-tidy
Signed-off-by: Hao Lee <1838249551@qq.com>
Configuration menu - View commit details
-
Copy full SHA for b508696 - Browse repository at this point
Copy the full SHA b508696View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b7a0d - Browse repository at this point
Copy the full SHA 93b7a0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f902dd - Browse repository at this point
Copy the full SHA 9f902ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d27094a - Browse repository at this point
Copy the full SHA d27094aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e17e5 - Browse repository at this point
Copy the full SHA 02e17e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for deaa4bb - Browse repository at this point
Copy the full SHA deaa4bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6a68d7 - Browse repository at this point
Copy the full SHA f6a68d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c1e24f - Browse repository at this point
Copy the full SHA 5c1e24fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d4e024 - Browse repository at this point
Copy the full SHA 9d4e024View commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e919de2 - Browse repository at this point
Copy the full SHA e919de2View commit details -
style:The judgment statement should not be an assignment
Signed-off-by: Hao Lee <1838249551@qq.com>
Configuration menu - View commit details
-
Copy full SHA for e8d9171 - Browse repository at this point
Copy the full SHA e8d9171View commit details -
remove redundant extern statement and use default Signed-off-by: Hao Lee <1838249551@qq.com>
Configuration menu - View commit details
-
Copy full SHA for de1594b - Browse repository at this point
Copy the full SHA de1594bView commit details -
Merge pull request #5 from ForestLH/style/clang
fix:build ci error and format codes
Configuration menu - View commit details
-
Copy full SHA for 6bc870c - Browse repository at this point
Copy the full SHA 6bc870cView commit details -
remove redundant extern g_pika_conf statement and correct if statement judgement instead of assignment Signed-off-by: Hao Lee <1838249551@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 3624335 - Browse repository at this point
Copy the full SHA 3624335View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7238a - Browse repository at this point
Copy the full SHA cb7238aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 735fa02 - Browse repository at this point
Copy the full SHA 735fa02View commit details -
Configuration menu - View commit details
-
Copy full SHA for b508399 - Browse repository at this point
Copy the full SHA b508399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 810f799 - Browse repository at this point
Copy the full SHA 810f799View commit details -
Merge pull request #7 from AlexStocks/lihao-clang
merge upstream unstable and format codes
Configuration menu - View commit details
-
Copy full SHA for 62d8635 - Browse repository at this point
Copy the full SHA 62d8635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 008f567 - Browse repository at this point
Copy the full SHA 008f567View commit details
Commits on May 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a2b3bd - Browse repository at this point
Copy the full SHA 7a2b3bdView commit details