index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
scripts
/
gtkdochelper.py
Age
Commit message (
Expand
)
Author
2025-03-09
mesonlib: extract and optimize is_parent_path
Paolo Bonzini
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-04-21
gtkdochelper.py: Use os.pathsep for --path argument
Chun-wei Fan
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-09-08
typing: fully annotate scripts
Daniel Mensinger
2020-06-13
Also adjust PATH in gtkdochelper for Cygwin
Jon Turney
2020-04-21
gtkdochelper.py: Ignore UnicodeEncodeError when printing output
Chun-wei Fan
2020-04-21
gtkdochelper.py: Support Windows cmd.exe consoles
Chun-wei Fan
2019-09-05
mesonlib.split_args/quote_arg/join_args
Aleksey Gurtovoy
2019-08-04
gtkdoc: Use find_program() to get gtkdoc tools
Xavier Claessens
2019-04-25
Don't use len() to test for container emptiness
Dylan Baker
2018-09-28
gtkdochelper: show full command if it fails
Ross Burton
2018-09-21
gnome: add support for `module_version`
Marco Trevisan (Treviño)
2018-08-07
gtkdoc: set PATH on Windows when executing gtkdoc-scangobj. Fixes #3307
Christoph Reiter
2018-07-09
scripts/gtkdochelper: add support for --run
Ross Burton
2018-06-26
gtkdoc: Use generated types file if there is one
Xavier Claessens
2018-06-20
gtkdochelper: pass CC to gtkdoc-scangobj
Ross Burton
2018-06-17
gtkdoc: Run gtkdoc-scangobj command from build directory
Xavier Claessens
2018-05-06
gnome.gtkdoc: Allow passing file objects as xml_files
Nirbheek Chauhan
2018-04-02
gtkdochelper: print warnings
Sébastien Wilmet
2018-01-07
gtkdochelper: Set LD_LIBRARY_PATH from -Wl,-rpath arguments
Ting-Wei Lan
2017-11-07
gtkdoc: Pass the linker down to gtkdoc-scangobj
Xavier Claessens
2017-07-17
gnome.gtkdoc: Handle absolute install_dirs correctly
Nirbheek Chauhan
2017-05-28
Add mkdb_args support to gnome.gtkdoc()
Emmanuele Bassi
2017-04-13
gtkdochelper: Fix type file name option
Rafael Fontenelle
2017-01-11
style: [E303] too many blank lines (2)
Mike Sinkovsky
2017-01-01
style: fix E128 violations
Igor Gnatenko
2016-12-18
remove shebangs from scripts
Igor Gnatenko
2016-12-12
gnome.gtkdoc(): Include builddir variant of include dirs also
Patrick Griffis
2016-12-11
Use universal_newlines=True for all Popen calls
Nirbheek Chauhan
2016-12-06
Merge pull request #1151 from mesonbuild/tingping/gtk-doc
Jussi Pakkanen
2016-12-06
gnome.gtkdoc(): Add keyword to override the mode
Patrick Griffis
2016-12-07
misc: Use relative imports everywhere
Nirbheek Chauhan
2016-12-06
gnome.gtkdoc(): Add namespace keyword
Patrick Griffis
2016-12-06
gnome.gtkdoc(): Allow passing multiple source dirs
Patrick Griffis
2016-12-06
gnome.gtkdoc(): Fix including doc source dir in path
Patrick Griffis
2016-11-12
scripts/gtkdochelper: ignore_headers is a list
Nirbheek Chauhan
2016-11-01
gtkdoc: Add `ignore_headers` positional argument
Emmanuele Bassi
2016-11-01
gtkdochelper: Add 'overrides.txt' to the content files
Emmanuele Bassi
2016-10-19
gnome: Include build dir in gtkdoc-mkhtml path
Patrick Griffis
2016-10-07
Remove shebangs on files that are not runnable and add execute bits to those ...
Jussi Pakkanen
2016-09-26
gnome: Allow specifying gtkdoc where to install directory
Thibault Saunier
2016-09-26
gnome: Run gtkdoc-scanobjs and add a way to get assets working
Thibault Saunier
2016-07-24
gtkdochelper: Add error checking and printing
Nirbheek Chauhan
2016-06-16
scripts: Use destdir_join fix for all DESTDIR prefixing (#598)
Nirbheek Chauhan
2016-05-25
Support passing extra arguments to gtkdoc-fixxref
Emmanuele Bassi
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen