summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2025-08-13Merge branch 'pre-install' into docs-mwJonathan Corbet-1052/+1589
2025-08-13scripts: sphinx-pre-install: some adjustments related to venvMauro Carvalho Chehab-0/+16
2025-08-13scripts: sphinx-pre-install: add a warning for Debian-based distrosMauro Carvalho Chehab-1/+6
2025-08-13scripts: sphinx-pre-install: add support for RHEL8-based distrosMauro Carvalho Chehab-9/+16
2025-08-13scripts: sphinx-pre-install: update mandatory system depsMauro Carvalho Chehab-1/+1
2025-08-13scripts: sphinx-pre-install.pl: get rid of the old scriptMauro Carvalho Chehab-1056/+0
2025-08-13docs: Makefile: switch to the new scripts/sphinx-pre-install.pyMauro Carvalho Chehab-0/+0
2025-08-13scripts: sphinx-pre-install: rework install command logicMauro Carvalho Chehab-97/+82
2025-08-13scripts: sphinx-pre-install: fix several codingstyle issuesMauro Carvalho Chehab-26/+26
2025-08-13scripts: sphinx-pre-install: add docstring documentationMauro Carvalho Chehab-8/+102
2025-08-13scripts: sphinx-pre-install: add documentation for the ancillary classes.Mauro Carvalho Chehab-22/+140
2025-08-13scripts: sphinx-pre-install: move get_system_release()Mauro Carvalho Chehab-56/+59
2025-08-13scripts: sphinx-pre-install: add more generic checkers on a classMauro Carvalho Chehab-66/+76
2025-08-13scripts: sphinx-pre-install: move ancillary checkers to a separate classMauro Carvalho Chehab-79/+81
2025-08-13scripts: sphinx-pre-install: move missing logic to a separate classMauro Carvalho Chehab-113/+138
2025-08-13scripts: sphinx-pre-install: better handle RHEL-based distrosMauro Carvalho Chehab-19/+12
2025-08-13scripts: sphinx-pre-install: convert is_optional to a classMauro Carvalho Chehab-62/+130
2025-08-13scripts: sphinx-pre-install: better handle Python min versionMauro Carvalho Chehab-5/+15
2025-08-13scripts: sphinx-pre-install: adjust a warning messageMauro Carvalho Chehab-2/+2
2025-08-13scripts: sphinx-pre-install: move package instructions to a new funcMauro Carvalho Chehab-18/+26
2025-08-13scripts: sphinx-pre-install: fix OpenMandriva supportMauro Carvalho Chehab-0/+5
2025-08-13scripts: sphinx-pre-install: improve Gentoo package deps logicMauro Carvalho Chehab-11/+77
2025-08-13scripts: sphinx-pre-install: remove Scientific LinuxMauro Carvalho Chehab-1/+0
2025-08-13scripts: sphinx-pre-install: fix rhel recomendationsMauro Carvalho Chehab-3/+3
2025-08-13scripts: sphinx-pre-install: fix Leap support for rsvg-convertMauro Carvalho Chehab-4/+0
2025-08-13scripts: sphinx-pre-install: add a missing f-string markerMauro Carvalho Chehab-3/+6
2025-08-13scripts: sphinx-pre-install: output Python and docutils versionMauro Carvalho Chehab-0/+14
2025-08-13scripts: sphinx-pre-install: cleanup rhel supportMauro Carvalho Chehab-5/+21
2025-08-13scripts: sphinx-pre-install: only show portage hints onceMauro Carvalho Chehab-5/+11
2025-08-13scripts: sphinx-pre-install: Address issues with OpenSUSE TumbleweedMauro Carvalho Chehab-0/+8
2025-08-13scripts: sphinx-pre-install: fix support for gentooMauro Carvalho Chehab-19/+16
2025-08-13scripts: sphinx-pre-install: fix opensuse Leap hint for PyYAMLMauro Carvalho Chehab-1/+1
2025-08-13scripts: sphinx-pre-install: Address issues with OpenSUSE Leap 15.xMauro Carvalho Chehab-0/+16
2025-08-13scripts: sphinx-pre-install: drop support for old virtualenvMauro Carvalho Chehab-52/+19
2025-08-13scripts: sphinx-pre-install: drop obsolete routinesMauro Carvalho Chehab-22/+1
2025-08-13scripts: sphinx-pre-install: run on a supported versionMauro Carvalho Chehab-1/+64
2025-08-13scripts: sphinx-pre-install: Make it compatible with Python 3.6Mauro Carvalho Chehab-2/+14
2025-08-13scripts: sphinx-pre-install: Convert script to PythonMauro Carvalho Chehab-0/+1102
2025-08-13scripts: sphinx-pre-install: rename it to scripts/sphinx-pre-install.plMauro Carvalho Chehab-0/+0
2025-08-13scripts: sphinx-pre-install: fix version check for FedoraMauro Carvalho Chehab-1/+1
2025-08-11docs: kernel-doc: avoid script crash on ancient PythonMauro Carvalho Chehab-10/+24
2025-08-11Merge branch 'dump-struct' into docs-mwJonathan Corbet-241/+258
2025-08-11docs: kdoc: a few final dump_struct() touchesJonathan Corbet-5/+6
2025-08-11docs: kdoc: extract output formatting from dump_struct()Jonathan Corbet-35/+37
2025-08-11docs: kdoc: further rewrite_struct_members() cleanupJonathan Corbet-45/+41
2025-08-11docs: kdoc: Some rewrite_struct_members() commentingJonathan Corbet-13/+19
2025-08-11docs: kdoc: remove an extraneous strip() callJonathan Corbet-1/+0
2025-08-11docs: kdoc: rework the rewrite_struct_members() main loopJonathan Corbet-5/+3
2025-08-11docs: kdoc: split struct-member rewriting out of dump_struct()Jonathan Corbet-31/+34
2025-08-11docs: kdoc: split top-level prototype parsing out of dump_struct()Jonathan Corbet-23/+20