#
3afad188 |
| 18-Jul-2023 |
Lei YU <yulei.sh@bytedance.com> |
Add default time sync object path
The time sync object path is empty by default and is initialized by a dbus call at runtime. It works OK in BMC but the unit tests in the repo is broken due to the e
Add default time sync object path
The time sync object path is empty by default and is initialized by a dbus call at runtime. It works OK in BMC but the unit tests in the repo is broken due to the empty string used in the sdbus matcht_t.
Add a config option to initialize the default time sync object path, so that it works both on BMC and in unit tests.
Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: Iccdaef58434a1227c4ea73230ba23b4e618a2d2d
show more ...
|
#
f1cf9fa0 |
| 28-Apr-2023 |
Pavithra Barithaya <pavithra.b@ibm.com> |
Enable bugprone-reserved-identifier check
Change-Id: I76e61af4498468319474184e1f7c2968a1fcaf8e Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
|
#
b99426b6 |
| 28-Apr-2023 |
Pavithra Barithaya <pavithra.b@ibm.com> |
Enable few more misc tidy checks.
Change-Id: Idcf8a74071441f0575c5e8b5179157e0d16a0a0a Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
|
#
06df6548 |
| 28-Apr-2023 |
Pavithra Barithaya <pavithra.b@ibm.com> |
Enable cppcoreguidelines-special-member-functions checks
Part of enforcing cpp core guidelines involves explicitly including all constructors required on a non-trivial class. We were missing quite
Enable cppcoreguidelines-special-member-functions checks
Part of enforcing cpp core guidelines involves explicitly including all constructors required on a non-trivial class. We were missing quite a few. In all cases, the copy/move/and operator= methods are simply deleted.
Change-Id: Ib71266e77808d15ae896891eea3e31c5b0394eb1 Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
show more ...
|
#
8af2a1e3 |
| 27-Apr-2023 |
Pavithra Barithaya <pavithra.b@ibm.com> |
Enable cppcoreguidelines check on the repo
This commit adds cppcoreguidelines clang-tidy checks and make necessary changes.
Change-Id: I402b82f96b7ff82e3ba6d84c9cc50435c1ead6d4 Signed-off-by: Pavit
Enable cppcoreguidelines check on the repo
This commit adds cppcoreguidelines clang-tidy checks and make necessary changes.
Change-Id: I402b82f96b7ff82e3ba6d84c9cc50435c1ead6d4 Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
show more ...
|
#
f93c405f |
| 26-Apr-2023 |
Pavithra Barithaya <pavithra.b@ibm.com> |
Enable modernize tidy checks on the repo
This commit enables the modernize clang-tidy checks.
Change-Id: I586303ebc257c6e6e05489247bc75d227b328607 Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.
Enable modernize tidy checks on the repo
This commit enables the modernize clang-tidy checks.
Change-Id: I586303ebc257c6e6e05489247bc75d227b328607 Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
show more ...
|
#
506b3663 |
| 26-Apr-2023 |
Pavithra Barithaya <pavithra.b@ibm.com> |
Enable performance check on the repo
Change-Id: If47741fc93393ba65016ebe45d498e9fed42bb6c Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
|
#
864e173e |
| 11-Apr-2023 |
Pavithra Barithaya <pavithra.b@ibm.com> |
Add clang-tidy file
This commit implements a clang-tidy file, and makes some changes to get it to pass. Most changes are naming or mechanical in nature.
Tested: CI passed in docker.
Change-Id: I1f
Add clang-tidy file
This commit implements a clang-tidy file, and makes some changes to get it to pass. Most changes are naming or mechanical in nature.
Tested: CI passed in docker.
Change-Id: I1f9acf546542c839b8f9facb5b8beff37c0d5909 Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
show more ...
|