summaryrefslogtreecommitdiff
path: root/test cases/frameworks/10 gtk-doc/meson.build
AgeCommit message (Collapse)Author
2022-03-29gnome: Fix gtkdoc when using multiple Apple frameworksJan Tojnar
The `-framework Foundation -framework CoreFoundation` ended up de-duplicated by OrderedSet into `-framework Foundation CoreFoundation`.
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann
2021-06-22tests: both_library test improvementsDaniel Mensinger
This switches some `shared_library()` calls to `library()` and adds one new CI matrix entries for -Ddefault_library={static, both}.
2021-05-12gnome: Fix gtkdoc generationXavier Claessens
install_scripts used to replace @BUILD_ROOT@ and @SOURCE_ROOT@ but it was not documented and got removed in Meson 0.58.0. gnome.gtkdoc() was relying on that behaviour, but it has always been broken in the case the source or build directory contains spaces. Fix this by changing get_include_args() to substitue paths directly which will then get escaped correctly. Add a unit test that builds GObject documentation which is where this issue has been spotted. Fixes: #8744
2018-02-27Enable 'test cases/frameworks/10 gtk-doc' for gtkdoc >= 1.26Jon Turney
Enable 'test cases/frameworks/10 gtk-doc' if gtkdoc version is 1.26 or later. Old versions of gtkdoc-scan also output the version to stdout rather than stderr, so be sure to handle that...
2018-02-21Skip test cases/frameworks/10 gtk-doc if gtkdoc not foundJon Turney
2017-08-29gnome: Fix typo in gtkdoc_html_dir, so it returns the correct pathMatthias Klumpp
2017-06-19Add example of generated header in docs.Elliott Sales de Andrade
2016-11-09Allow tests to mark themselves as skipped during runtime.Jussi Pakkanen
2016-05-25Helper function to get the install dir of a gtkdoc module. Closes #551.Jussi Pakkanen
2015-11-13Fix gtkdoc. We had to disable the test but on the other hand we have ↵Jussi Pakkanen
gstreamer docs working.
2015-08-19Can specify gtk-doc search dirs with include_directories. Closes #231.Jussi Pakkanen
2015-08-02Can generate gtkdoc documentation.Jussi Pakkanen