wxWidgets/misc
utelle e129c7149d Generate much smaller code for language database initialization
The initialization function has become too huge to be compiled by some
compilers (notably MinGW-TDM 9.2) after the changes of deef116a09
(Update language database and move support for it to wxUILocale,
2021-11-23), so change the script generating this code to output just an
array element rather than code statements for each language.

This also makes this file much faster to compile with the other
compilers as a nice side effect.

Closes #22100, #22104.
2022-02-08 20:59:10 +01:00
..
gdb Add wxArrayString pretty printer for gdb 2018-11-24 16:34:25 +01:00
git Ignore commit only removing white space for git blame purposes 2021-11-29 13:58:52 +01:00
languages Generate much smaller code for language database initialization 2022-02-08 20:59:10 +01:00
msvc Add MSVS debug visualizers for wxGrid{Cell,Block}Coords 2020-04-12 02:38:37 +02:00
schema Add wxSpinCtrl::SetIncrement() and implement it for all ports 2022-02-04 02:16:06 +01:00
scripts Fix typo in bin2c.py comment 2022-01-27 13:55:46 +01:00
suppressions Suppress "Unix" spelling warnings in the samples overview 2021-11-18 15:47:28 +01:00
theme_test
unictabl