Kovid Goyal 6712169c0f ... 3 nedēļas atpakaļ
..
README.rst 56063b96fd Move gen scripts into their own package 1 gadu atpakaļ
__init__.py 56063b96fd Move gen scripts into their own package 1 gadu atpakaļ
__main__.py 2b3f2258ff More pyugrade to 3.9 8 mēneši atpakaļ
apc_parsers.py 15f711d6b5 Start work on horizontal align for multicells 2 mēneši atpakaļ
bitfields.py 097c16b895 Nicer bitfield names 1 mēnesi atpakaļ
config.py fb54f1527f Update type signatures generated by gen/config.py 2 mēneši atpakaļ
cursors.py 2a714928db When dragging in rectangle select mode use a crosshair mouse cursor 2 mēneši atpakaļ
go_code.py 4c31cb179e Make go bitfield generation code re-useable 1 mēnesi atpakaļ
key_constants.py 2b3f2258ff More pyugrade to 3.9 8 mēneši atpakaļ
nerd-fonts-glyphs.txt a79dd3996a Also move data files for gen scripts into gen dir 1 gadu atpakaļ
rowcolumn-diacritics.txt a79dd3996a Also move data files for gen scripts into gen dir 1 gadu atpakaļ
srgb_lut.py 2b3f2258ff More pyugrade to 3.9 8 mēneši atpakaļ
wcwidth.py 6712169c0f ... 3 nedēļas atpakaļ

README.rst

Scripts to generate code for various things like keys, mouse cursors, unicode
data etc. Some of these generate code that is checked into version control.
Some generate ephemeral code used during builds. Ephemeral code is in files
with a _generated.[h|go|c] extension.