You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor logging
Refactor logging levels by removing VVERBOSE and adjusting log level definitions. Update logging calls throughout the codebase to use VERBOSE instead of VVERBOSE for consistency and clarity.
* allow code-quality to run on other branches (#222)
* Refactor CMakeLists.txt to improve logging level handling
Updated the logic for setting default log levels based on the build type. Removed redundant checks and streamlined the configuration for log levels, ensuring appropriate defaults are set for both Debug and Release builds. This enhances clarity and maintainability of the build configuration.
* fix format and cmake default level
* Update libCacheSim/traceReader/sampling/SHARD.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update CMakeLists.txt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix
* letter case normalize for build
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments