-
-
Notifications
You must be signed in to change notification settings - Fork 509
Starting to adapt HPX full modules to C++ modules #6845
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
base: master
Are you sure you want to change the base?
Conversation
0c390f0 to
479b5aa
Compare
| hpx::util::logging::level get_log_level(std::string const& env, | ||
| bool allow_always = false); | ||
| } | ||
|
|
||
| //////////////////////////////////////////////////////////////////////////// | ||
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(hpx) | ||
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(hpx_console) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(hpx) |
Check notice
Code scanning / CodeQL
Unused static variable
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(hpx) | ||
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(hpx_console) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(hpx) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(hpx_console) |
Check notice
Code scanning / CodeQL
Unused static variable
|
|
||
| //////////////////////////////////////////////////////////////////////////// | ||
| // errors are logged in a special manner (always to cerr and additionally, | ||
| // if enabled to 'normal' logging destination as well) | ||
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(hpx_error) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(hpx_error) |
Check notice
Code scanning / CodeQL
Unused static variable
|
|
||
| #if defined(HPX_LOGGING_HAVE_SEPARATE_DESTINATIONS) | ||
| /////////////////////////////////////////////////////////////////////////// | ||
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(agas) | ||
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(agas_console) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(agas) |
Check notice
Code scanning / CodeQL
Unused static variable
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(agas) | ||
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(agas_console) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(agas) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(agas_console) |
Check notice
Code scanning / CodeQL
Unused static variable
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(timing) | ||
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(timing_console) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(timing) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(timing_console) |
Check notice
Code scanning / CodeQL
Unused static variable
| #endif | ||
|
|
||
| //////////////////////////////////////////////////////////////////////////// | ||
| // Application specific logging | ||
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(app) | ||
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(app_console) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(app) |
Check notice
Code scanning / CodeQL
Unused static variable
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(app) | ||
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(app_console) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(app) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(app_console) |
Check notice
Code scanning / CodeQL
Unused static variable
|
|
||
| //////////////////////////////////////////////////////////////////////////// | ||
| // special debug logging channel | ||
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(debuglog) | ||
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(debuglog_console) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(debuglog) |
Check notice
Code scanning / CodeQL
Unused static variable
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(debuglog) | ||
| HPX_CXX_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(debuglog_console) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(debuglog) | ||
| HPX_CXX_CORE_EXPORT HPX_CORE_EXPORT HPX_DECLARE_LOG(debuglog_console) |
Check notice
Code scanning / CodeQL
Unused static variable
000b284 to
1a2f592
Compare
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
| // no std::is_nothrow_constructible nor std::forward needed | ||
| template <typename... T> | ||
| requires(detail::is_unrelated<base_from_member, T...>::value) | ||
| explicit constexpr base_from_member(T&&... x) noexcept( |
Check notice
Code scanning / CodeQL
Unused static variable
| // no std::is_nothrow_constructible nor std::forward needed | ||
| template <typename... T> | ||
| requires(detail::is_unrelated<base_from_member, T...>::value) | ||
| explicit constexpr base_from_member(T&&... x) noexcept( |
Check notice
Code scanning / CodeQL
Unused local variable
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
c55dc5c to
d62cc59
Compare
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
9cc5fbf to
e8dd75e
Compare
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Signed-off-by: Hartmut Kaiser <[email protected]>
Signed-off-by: Hartmut Kaiser <[email protected]>
Signed-off-by: Hartmut Kaiser <[email protected]>
Signed-off-by: Hartmut Kaiser <[email protected]>
Signed-off-by: Hartmut Kaiser <[email protected]>
…_base modules to C++ modules Signed-off-by: Hartmut Kaiser <[email protected]>
Signed-off-by: Hartmut Kaiser <[email protected]>
Signed-off-by: Hartmut Kaiser <[email protected]>
Signed-off-by: Hartmut Kaiser <[email protected]>
Signed-off-by: Hartmut Kaiser <[email protected]>
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
b0322d4 to
fe964e8
Compare
Signed-off-by: Hartmut Kaiser <[email protected]>
No description provided.