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

14 Commits

Author SHA1 Message Date
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
355cff8f03 Remove redundant dependencies README section 2024-05-15 17:26:46 +00:00
James E. King III
cd1dbc69b1 Fix documentation links in README 2024-05-15 17:25:22 +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
James E. King III
c9a3df43dc fix readme badges and links 2022-02-10 06:56:11 -05:00
James E. King III
3754382a70 align to latest boost-ci 2022-02-09 20:49:02 -05:00
James E. King III
7f0b2fbb3b remove ci from readme directory list 2018-06-17 15:50:25 +00:00
James E. King, III
46bf5bb508 Update README appveyor links 2018-01-28 08:39:35 -05:00
James E. King, III
d6d0b4670e Update README file 2018-01-28 08:35:38 -05:00
James E. King, III
e4b101cd92 expand appveyor to cover cygwin 32-bit and 64-bit, mingw 32-bit
unit tests were failing on cygwin so I changed them to use lightweight test
therefore Boost.Format no longer depends on Boost.Test
2018-01-22 12:48:59 -05:00
James E. King, III
9332ddbc62 update readme and fix links to services 2017-10-28 00:17:20 -04:00
James E. King, III
a83bc2228a update readme for tools directory 2017-10-25 20:57:19 -04:00
James E. King, III
a82afae126 fix readme links 2017-10-20 12:51:02 -04:00
James E. King, III
0afe67f433 add a top level README file to improve the github experience 2017-10-18 09:53:33 -04:00