| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-20 | Rename LanguageTag::to_string -> as_string(). | Carl Hetherington | |
| 2024-02-25 | Remove unused variable. | Carl Hetherington | |
| 2022-11-24 | Tidy up some operators, made possible by the previous-but-one commit. | Carl Hetherington | |
| 2022-04-12 | Add and use new File class.merged-to-main | Carl Hetherington | |
| It was always a bit troubling that fopen_boost wasn't exception safe, and this also fixes a leak where load_ratings_list would never close the ratings file. | |||
| 2021-06-26 | C++11 cleanup. | Carl Hetherington | |
| 2021-03-23 | Add operator!= and operator< for LanguageTag | Carl Hetherington | |
| 2021-03-20 | Add access to DCNC list. | Carl Hetherington | |
| 2021-01-24 | Tidying. | Carl Hetherington | |
| 2021-01-22 | Assorted c++11 cleanups. | Carl Hetherington | |
| 2021-01-21 | Some more use of enum class. | Carl Hetherington | |
| 2021-01-17 | LanguageTag strings should not care about case. | Carl Hetherington | |
| 2020-11-02 | Missing return value check. | Carl Hetherington | |
| 2020-09-27 | Load language tags from on-disk files rather than embedding them | Carl Hetherington | |
| into a .cc. The .cc method causes compile times (and memory requirements) increase enormously with some compilers. | |||
| 2020-09-26 | Declare language tag lists as const. | Carl Hetherington | |
| 2020-09-21 | Support CPL metadata. | Carl Hetherington | |
| 2020-09-21 | Allow LanguageTag to be constructed from a tag string. | Carl Hetherington | |
| 2020-09-20 | Add new LanguageTag class. | Carl Hetherington | |
| The scripts/update-language-subtags script will download the RFC 5646 registry and write it to src/language_tag_lists.cc. This may need to be re-run if the subtags change. | |||
