2
0
mirror of https://github.com/boostorg/format.git synced 2026-01-19 04:12:10 +00:00

10 Commits

Author SHA1 Message Date
James E. King III
3fb39d7dee Implement reusable Boost.CI workflow for GHA
This will reduce maintenance burden going forward.
2025-07-01 17:15:11 -04:00
Alexander Grund
cc2b15f371 Replace deprecated argument for codecov action 2025-06-26 19:44:35 -04:00
James E. King III
b91dc19b4c Update CI to 2024.12 spec, update README 2025-01-02 11:42:56 +00:00
James E. King III
60ae371a68 C++11, Fix use of deprecated timer, fix group assignment operator.
Dependencies like optional and smart_ptr will no longer support C++03
therefore the new minimum language level is C++11, and all the CI jobs
for both C++98 and C++03 have been removed.

Fixed use of the deprecated top level timer class as it was causing
build problems using warnings-as-errors.

Fixed -Wdeprecated-cast in group.hpp.
Fixed -Winvalid-source-encoding in sample_new_features.cpp.
Fixed -Wself-assign-overloaded in format_test2.cpp.

These changes also allow b2 to work properly when executed from
within the format directory.
2024-05-15 13:21:05 -04:00
Alexander Grund
78ef371d2d Fix ccache saving on cache hit
See boostorg/boost-ci#166
2022-06-07 08:11:54 -04:00
James E. King III
9735aeda09 add valgrind to ci 2022-02-18 10:47:20 -05:00
James E. King III
7b654691ab disable big-endian ci job - no compile-time branches 2022-02-10 16:42:37 -05:00
James E. King III
3754382a70 align to latest boost-ci 2022-02-09 20:49:02 -05:00
Sam Darwin
4019d83cff Update GitHub Actions CI file (#84) 2021-08-04 07:08:02 -07:00
Sam Darwin
b747d8bbac Add GitHub Actions config [ci skip] (#82) 2021-03-03 18:27:57 -08:00