Load language tags from on-disk files rather than embedding them
authorCarl Hetherington <cth@carlh.net>
Sun, 27 Sep 2020 17:32:15 +0000 (19:32 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 27 Sep 2020 17:33:09 +0000 (19:33 +0200)
commit627dfd9a5cdcce9e4122ef3041a38c3da2d3a120
treea250e81f9d6b746bfbadb2428dbdea8c1ac1de6d
parentf3e69079eefa18407b110ff23df26f7711ebf7e5
Load language tags from on-disk files rather than embedding them
into a .cc.

The .cc method causes compile times (and memory requirements) increase
enormously with some compilers.
14 files changed:
run/tests
scripts/update-language-subtags
src/language_tag.cc
src/language_tag.h
src/language_tag_lists.cc [deleted file]
src/util.cc
src/util.h
tags/extlang [new file with mode: 0644]
tags/language [new file with mode: 0644]
tags/region [new file with mode: 0644]
tags/script [new file with mode: 0644]
tags/variant [new file with mode: 0644]
test/rewrite_subs.cc
wscript