• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stillwater-sc / universal / 24527319924
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 16 Apr 2026 07:03PM UTC
Jobs 1
Files 633
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Apr 2026 06:33PM UTC coverage: 84.355% (-0.03%) from 84.389%
24527319924

push

github

web-flow
fix(cmake): clean up stale install config and orphan files (#709)

* cleaning up bad cmake config state

* fix(cmake): clean up stale install config and orphan files

Installed universal-config.cmake was globally forcing CMAKE_CXX_STANDARD,
breaking downstream C++20 consumers (e.g., mp-dsp-python nanobind build on
MSVC), and carried dead TBB/OMP/SSE/AVX machinery from the original CNN
library fork.

Changes:
- CMakeLists.txt: attach cxx_std_20 to the INTERFACE target so the C++20
  requirement propagates via the exported imported target instead of via
  a global CMAKE_CXX_STANDARD override in the installed config.
- tools/cmake/Templates/universal-config.cmake.in: rewrite to a minimal
  config that includes the targets file and exposes backward-compat
  variables. Drops all global standard/flag mutation and dead
  UNIVERSAL_USE_* (TBB/OMP/SSE/AVX/SERIALIZER) blocks.
- tools/cmake/Templates/cmake-uninstall.cmake.in: replace deprecated
  exec_program with execute_process and drop verbose endif labels.
- tools/cmake/UNIVERSALCommon.cmake: delete (orphan, not referenced).
- tools/cmake/Templates/universal-config-version.cmake.in: delete
  (orphan, write_basic_package_version_file generates the version file
  from scratch and never reads this template).

Validated end-to-end: install to staging prefix, consumer CMake project
does find_package(universal CONFIG REQUIRED) with no CMAKE_CXX_STANDARD
set, compiles a C++20 concept against posit<32,2> with -std=gnu++20
injected automatically via INTERFACE_COMPILE_FEATURES=cxx_std_20, then
make uninstall removes all installed files cleanly with no deprecation
warnings.

Resolves #708

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* adding find_package information

* fix(cmake): call check_required_components in installed config

The generated universal-config.cmake set universal_FOUND=TRUE and
returned without validating optional components requested via
find_package(universal COMPONENTS ..... (continued)

44829 of 53143 relevant lines covered (84.36%)

6530513.86 hits per line

Coverage Regressions

Lines Coverage ∆ File
10
31.43
-3.57% include/sw/universal/verification/test_suite_randoms.hpp
8
93.53
-0.48% include/sw/universal/number/cfloat/cfloat_impl.hpp
3
81.25
0.0% include/sw/universal/number/posit1/specialized/posit_16_1.hpp
Jobs
ID Job ID Ran Files Coverage
1 24527319924.1 16 Apr 2026 07:03PM UTC 633
84.36
GitHub Action Run
Source Files on build 24527319924
  • Tree
  • List 633
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24527319924
  • 517fd9c7 on github
  • Prev Build on main (#24350825956)
  • Next Build on main (#24585301926)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc