| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
No-one ever mentioned this before so I guess it's usually installed, but
the ISO doesn't get it without this.
|
|
|
|
|
|
|
|
|
|
|
|
It now ships a libicu whose header needs C++17 (it uses an auto template
parameter).
|
|
|
|
3.1 stopped building with some C++20 warning/error.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit b5cecdd0ee7c75388d95e2f987538fe88c23893a.
I added this for somebody but no apparently translations were ever
forthcoming, so remove it again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
raw_convert<string> is gone, so here we use fmt::{to_string,format} instead.
Other raw_converts now use fast_float.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That's what Aaron wants to support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It would be nice to check for_package as well but that needs passing
into dependencies() to work.
|
|
|