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

xlnt-community / xlnt / 87a7c5f7-b7c6-4b73-a255-d77bb95072d4
84%

Build:
DEFAULT BRANCH: master
Ran 03 Apr 2026 09:07PM UTC
Jobs 1
Files 118
Run time 1min
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

03 Apr 2026 09:03PM UTC coverage: 83.961%. Remained the same
87a7c5f7-b7c6-4b73-a255-d77bb95072d4

push

circleci

web-flow
Add detection for C++26 (#149)

This PR adds detection for C++26, as it has now been officially
approved.

This also allows using C23 functionality if XLNT is compiled as C++26.
For now, this effectively means that `xlnt::detail::localtime_safe` and
`xlnt::detail::gmtime_safe` now can internally use `localtime_r` and
`gmtime_r` even on systems that are not POSIX-compatible (or can be used
due to any of the other feature test macros from
[`localtime_r`](https://linux.die.net/man/3/localtime_r) and
[`gmtime_r`](https://linux.die.net/man/3/gmtime_r)) as long as XLNT is
compiled as C++26.

For the sake of completeness: I did not remove XLNT's CMake warning that
the support for C++26 is still experimental. This is because no compiler
yet has full support for C++26, so I would consider our support to be
experimental until then.

15277 of 19954 branches covered (76.56%)

12511 of 14901 relevant lines covered (83.96%)

12205.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 87a7c5f7-b7c6-4b73-a255-d77bb95072d4.1 03 Apr 2026 09:07PM UTC 118
83.96
Source Files on build 87a7c5f7-b7c6-4b73-a255-d77bb95072d4
  • Tree
  • List 118
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #87A7C5F7...
  • 54788083 on github
  • Prev Build on master (#913AF8A4...)
  • Next Build on master (#F6412F8D...)
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