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
/
modules
/
hotdoc.py
Age
Commit message (
Expand
)
Author
2025-10-06
hotdoc: remove HotdocTargetBuilder.get_value
Paolo Bonzini
2025-06-17
modules: convert custom holders to InterpreterObject.method
Paolo Bonzini
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-10
hotdoc module: add a bunch more type annotations
Eli Schwartz
2023-08-10
hotdoc module: avoid monkeypatch crime by properly subclassing ExternalProgram
Eli Schwartz
2023-08-10
allow some ObjectHolder subclasses to continue to be generic
Eli Schwartz
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-03-16
hotdoc: Install devhelp files at the right location
Xavier Claessens
2023-03-05
hotdoc module: properly error out when configuring fails
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-11-20
hotdoc module: fix broken include paths
Eli Schwartz
2022-11-20
hotdoc module: remove homebrew function-proxied OrderedSet
Eli Schwartz
2022-11-17
hotdoc module: run hotdoc as an external command during configure
Eli Schwartz
2022-11-07
hotdoc module: add dedicated depends kwarg, deprecate file deps in dependencies
Eli Schwartz
2022-11-07
hotdoc module: use less confusing names
Eli Schwartz
2022-10-24
hotdoc module: add partially typed kwargs
Eli Schwartz
2022-10-14
hotdoc: Fix typo in argument
Nirbheek Chauhan
2022-10-04
pylint: enable consider-merging-isinstance
Dylan Baker
2022-09-12
modules: Fix paths to (sub)project source/build directories
David Ward
2022-08-17
modules: use module level information about new and deprecation
Dylan Baker
2022-03-29
Pass environment down to base Target class
Xavier Claessens
2022-03-24
hotdoc module: use typed_pos_args to check positional arguments
Eli Schwartz
2022-01-28
build: replace kwargs in CustomTarget initializer
Dylan Baker
2021-11-01
various manual conversion of percent-formatted strings to f-strings
Eli Schwartz
2021-10-04
f-strings
Eli Schwartz
2021-10-03
docs: Hook up the new RefMan generator to Meson
Daniel Mensinger
2021-08-17
Add install tags
Xavier Claessens
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-18
holders: remove unholder
Daniel Mensinger
2021-05-28
modules: Add methods dict everywhere
Xavier Claessens
2021-05-28
modules: Stop using ModuleReturnValue where it's not needed
Xavier Claessens
2021-05-12
gnome: Fix gtkdoc generation
Xavier Claessens
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-30
Fix executable as script on Windows
Xavier Claessens
2021-01-13
Fix misspells
Antonin Décimo
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2020-03-24
Make werror per subproject option
Xavier Claessens
2019-11-11
hotdoc: work around argparse syntax ambiguity
Mathieu Duponchelle
2019-04-24
hotdoc: Handle werror
Thibault Saunier
2019-04-24
hotdoc: Take into account boolean value to pass flag like arguments
Thibault Saunier
2019-03-10
hotdoc: Set gi-c-source-root
Thibault Saunier
2018-11-15
hotdoc: Fix has_extensions when several extensions are passed in
Thibault Saunier
2018-09-23
hotdoc: Add support for {Build,Custom}Target as sources
Thibault Saunier
2018-09-10
hotdoc: Make project_version mandatory as it should always have been
Thibault Saunier
2018-09-10
hotdoc: Handle IncludeDirs to specify directories
Thibault Saunier
2018-08-28
docs: Use meson to build documentation
Thibault Saunier
2018-08-28
modules: Add an 'hotdoc' module
Thibault Saunier