summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/gtkdochelper.py
AgeCommit message (Expand)Author
2025-03-09mesonlib: extract and optimize is_parent_pathPaolo Bonzini
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-02-01treewide: add future annotations importEli Schwartz
2022-04-21gtkdochelper.py: Use os.pathsep for --path argumentChun-wei Fan
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2020-09-08typing: fully annotate scriptsDaniel Mensinger
2020-06-13Also adjust PATH in gtkdochelper for CygwinJon Turney
2020-04-21gtkdochelper.py: Ignore UnicodeEncodeError when printing outputChun-wei Fan
2020-04-21gtkdochelper.py: Support Windows cmd.exe consolesChun-wei Fan
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy
2019-08-04gtkdoc: Use find_program() to get gtkdoc toolsXavier Claessens
2019-04-25Don't use len() to test for container emptinessDylan Baker
2018-09-28gtkdochelper: show full command if it failsRoss Burton
2018-09-21gnome: add support for `module_version`Marco Trevisan (Treviño)
2018-08-07gtkdoc: set PATH on Windows when executing gtkdoc-scangobj. Fixes #3307Christoph Reiter
2018-07-09scripts/gtkdochelper: add support for --runRoss Burton
2018-06-26gtkdoc: Use generated types file if there is oneXavier Claessens
2018-06-20gtkdochelper: pass CC to gtkdoc-scangobjRoss Burton
2018-06-17gtkdoc: Run gtkdoc-scangobj command from build directoryXavier Claessens
2018-05-06gnome.gtkdoc: Allow passing file objects as xml_filesNirbheek Chauhan
2018-04-02gtkdochelper: print warningsSébastien Wilmet
2018-01-07gtkdochelper: Set LD_LIBRARY_PATH from -Wl,-rpath argumentsTing-Wei Lan
2017-11-07gtkdoc: Pass the linker down to gtkdoc-scangobjXavier Claessens
2017-07-17gnome.gtkdoc: Handle absolute install_dirs correctlyNirbheek Chauhan
2017-05-28Add mkdb_args support to gnome.gtkdoc()Emmanuele Bassi
2017-04-13gtkdochelper: Fix type file name optionRafael Fontenelle
2017-01-11style: [E303] too many blank lines (2)Mike Sinkovsky
2017-01-01style: fix E128 violationsIgor Gnatenko
2016-12-18remove shebangs from scriptsIgor Gnatenko
2016-12-12gnome.gtkdoc(): Include builddir variant of include dirs alsoPatrick Griffis
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan
2016-12-06Merge pull request #1151 from mesonbuild/tingping/gtk-docJussi Pakkanen
2016-12-06gnome.gtkdoc(): Add keyword to override the modePatrick Griffis
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan
2016-12-06gnome.gtkdoc(): Add namespace keywordPatrick Griffis
2016-12-06gnome.gtkdoc(): Allow passing multiple source dirsPatrick Griffis
2016-12-06gnome.gtkdoc(): Fix including doc source dir in pathPatrick Griffis
2016-11-12scripts/gtkdochelper: ignore_headers is a listNirbheek Chauhan
2016-11-01gtkdoc: Add `ignore_headers` positional argumentEmmanuele Bassi
2016-11-01gtkdochelper: Add 'overrides.txt' to the content filesEmmanuele Bassi
2016-10-19gnome: Include build dir in gtkdoc-mkhtml pathPatrick Griffis
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen
2016-09-26gnome: Allow specifying gtkdoc where to install directoryThibault Saunier
2016-09-26gnome: Run gtkdoc-scanobjs and add a way to get assets workingThibault Saunier
2016-07-24gtkdochelper: Add error checking and printingNirbheek Chauhan
2016-06-16scripts: Use destdir_join fix for all DESTDIR prefixing (#598)Nirbheek Chauhan
2016-05-25Support passing extra arguments to gtkdoc-fixxrefEmmanuele Bassi
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen