aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/gtkdochelper.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-3/+3
2020-09-08typing: fully annotate scriptsDaniel Mensinger1-9/+10
2020-06-13Also adjust PATH in gtkdochelper for CygwinJon Turney1-3/+5
2020-04-21gtkdochelper.py: Ignore UnicodeEncodeError when printing outputChun-wei Fan1-1/+8
2020-04-21gtkdochelper.py: Support Windows cmd.exe consolesChun-wei Fan1-0/+1
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy1-3/+2
2019-08-04gtkdoc: Use find_program() to get gtkdoc toolsXavier Claessens1-14/+19
2019-04-25Don't use len() to test for container emptinessDylan Baker1-7/+7
2018-09-28gtkdochelper: show full command if it failsRoss Burton1-1/+1
2018-09-21gnome: add support for `module_version`Marco Trevisan (Treviño)1-3/+14
2018-08-07gtkdoc: set PATH on Windows when executing gtkdoc-scangobj. Fixes #3307Christoph Reiter1-8/+15
2018-07-09scripts/gtkdochelper: add support for --runRoss Burton1-1/+4
2018-06-26gtkdoc: Use generated types file if there is oneXavier Claessens1-0/+5
2018-06-20gtkdochelper: pass CC to gtkdoc-scangobjRoss Burton1-0/+1
2018-06-17gtkdoc: Run gtkdoc-scangobj command from build directoryXavier Claessens1-2/+3
2018-05-06gnome.gtkdoc: Allow passing file objects as xml_filesNirbheek Chauhan1-3/+6
2018-04-02gtkdochelper: print warningsSébastien Wilmet1-0/+2
2018-01-07gtkdochelper: Set LD_LIBRARY_PATH from -Wl,-rpath argumentsTing-Wei Lan1-3/+15
2017-11-07gtkdoc: Pass the linker down to gtkdoc-scangobjXavier Claessens1-1/+2
2017-07-17gnome.gtkdoc: Handle absolute install_dirs correctlyNirbheek Chauhan1-3/+5
2017-05-28Add mkdb_args support to gnome.gtkdoc()Emmanuele Bassi1-1/+10
2017-04-13gtkdochelper: Fix type file name optionRafael Fontenelle1-1/+1
2017-01-11style: [E303] too many blank lines (2)Mike Sinkovsky1-1/+0
2017-01-01style: fix E128 violationsIgor Gnatenko1-1/+3
2016-12-18remove shebangs from scriptsIgor Gnatenko1-1/+0
2016-12-12gnome.gtkdoc(): Include builddir variant of include dirs alsoPatrick Griffis1-1/+9
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan1-8/+6
2016-12-06Merge pull request #1151 from mesonbuild/tingping/gtk-docJussi Pakkanen1-14/+34
2016-12-06gnome.gtkdoc(): Add keyword to override the modePatrick Griffis1-7/+24
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan1-2/+2
2016-12-06gnome.gtkdoc(): Add namespace keywordPatrick Griffis1-2/+6
2016-12-06gnome.gtkdoc(): Allow passing multiple source dirsPatrick Griffis1-7/+6
2016-12-06gnome.gtkdoc(): Fix including doc source dir in pathPatrick Griffis1-1/+1
2016-11-12scripts/gtkdochelper: ignore_headers is a listNirbheek Chauhan1-4/+5
2016-11-01gtkdoc: Add `ignore_headers` positional argumentEmmanuele Bassi1-3/+6
2016-11-01gtkdochelper: Add 'overrides.txt' to the content filesEmmanuele Bassi1-0/+4
2016-10-19gnome: Include build dir in gtkdoc-mkhtml pathPatrick Griffis1-1/+1
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen1-0/+0
2016-09-26gnome: Allow specifying gtkdoc where to install directoryThibault Saunier1-1/+3
2016-09-26gnome: Run gtkdoc-scanobjs and add a way to get assets workingThibault Saunier1-17/+67
2016-07-24gtkdochelper: Add error checking and printingNirbheek Chauhan1-13/+23
2016-06-16scripts: Use destdir_join fix for all DESTDIR prefixing (#598)Nirbheek Chauhan1-4/+3
2016-05-25Support passing extra arguments to gtkdoc-fixxrefEmmanuele Bassi1-3/+9
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-0/+122