summaryrefslogtreecommitdiff
path: root/valadoc
Commit message (Collapse)AuthorAgeFilesLines
* girwriter: Write filename, line, and column attributes for doc elementsLleyton Gray2023-04-191-31/+31
| | | | See https://gitlab.gnome.org/GNOME/vala/issues/707
* valadoc/tests: Add girwriter testRico Tzschichholz2023-04-194-0/+363
|
* valadoc: Backing method of lambda-expression isn't included in valadoc ASTRico Tzschichholz2023-04-191-0/+3
|
* valadoc: Add missing generic type argumentsRico Tzschichholz2023-04-111-2/+2
|
* valadoc: Check correct value for null when looking for return commentRico Tzschichholz2023-04-061-3/+3
|
* tests: Prepend PKG_CONFIG_PATH to include possible existing valueLorenz Wildberg2023-02-211-1/+1
|
* Fix output decoding error of non-ASCII character on Win32wszqkzqk2022-11-271-7/+7
| | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1379
* libvaladoc: Inline rendering of hierarchy graphs when using svg imagescolinkiama2022-09-203-0/+26
| | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1340
* valadoc: Include path to doclet in error messageRico Tzschichholz2022-04-071-1/+1
|
* Revert "Use ErrorType-based collection for CodeNode.get_error_types()"Rico Tzschichholz2021-10-251-3/+3
| | | | | | Unfortunately, it is causing issues with the way the GIR/GIDL parser works. This reverts commit 0751a9e3bf46fc830d3e7ca3d0cfd3ae48846e68.
* Use ErrorType-based collection for CodeNode.get_error_types()Rico Tzschichholz2021-10-231-3/+3
|
* valadoc: Correctly format background of inline @link'sGustav Hartvigsson2021-09-151-0/+39
| | | | | | Tested in Firefox, Chromium and Gnome Web. Fixes https://gitlab.gnome.org/GNOME/vala/issues/1226
* testrunner: Allow checking generated C sourcesRico Tzschichholz2021-07-161-0/+1
|
* doc: Update man page to include more information on profilesAlistair Thomas2021-05-081-1/+1
|
* vala: Add Profile.LIBC as synonym for POSIX and accept "libc" profileRico Tzschichholz2021-04-151-0/+1
|
* valadoc: Replace png icons with elementary's svg versionRico Tzschichholz2021-01-2059-154/+3886
| | | | | | | These match what was introduced by 8af8158c106eaafe12a628514f74e5788274d8d2 The icons were written by Daniel Foré for valadoc.org. They were taken from https://github.com/Valadoc/valadoc-org
* Perform runtime version check of libvalaRico Tzschichholz2020-11-051-0/+5
| | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/88
* tests: Actually export PKG_CONFIG_PATH and LD_LIBRARY_PATH in tests extraRico Tzschichholz2020-11-051-2/+2
|
* tests: Use Automake’s parallel test driver to speed up running testsReuben Thomas2020-11-0510-166/+40
| | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1094
* valadoc: Correctly set verbose flag on CodeContextRico Tzschichholz2020-10-271-1/+1
|
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-6/+6
|
* valadoc: Refactor setup of main runtimeRico Tzschichholz2020-10-261-109/+103
|
* valadoc: Don't call CodeContext.pop() on empty stackRico Tzschichholz2020-10-251-11/+15
| | | | | | Otherwise this results in an expected assertion. Fixes https://gitlab.gnome.org/GNOME/vala/issues/1064
* testrunner: Filter external -0X flags to preserve current default -O0Rico Tzschichholz2020-09-281-1/+3
|
* Don't use locale dependent string functions on syntax stringsRico Tzschichholz2020-09-022-18/+18
| | | | | | | Replace usage of string.down() with string.ascii_down(), and string.up() with string.ascii_up() Fixes https://gitlab.gnome.org/GNOME/vala/issues/1067
* Fix various typos in comments and stringsRico Tzschichholz2020-08-191-1/+1
| | | | See https://gitlab.gnome.org/GNOME/vala/issues/1063
* valadoc: Add implicit "Posix" using-directive for POSIX profileRico Tzschichholz2020-05-071-1/+6
|
* valadoc: Keep using add_package() for default packages and handle POSIXRico Tzschichholz2020-05-071-1/+14
| | | | | | | Caused empty documentations for glib-2.0 and gobject-2.0 after bd73f1ba11c387c919ad06d44badfd7065d1e35f Fixes https://gitlab.gnome.org/GNOME/vala/issues/989
* vala: Move setting of target profile and standard packages into CodeContextRico Tzschichholz2020-03-252-22/+16
|
* valadoc: Create and register current Vala.CodeContext properlyRico Tzschichholz2020-03-133-4/+9
|
* Add missing CodeContext.pop() callsPrinceton Ferro2020-03-011-0/+2
| | | | Release previously pushed CodeContext instances from static list.
* Correct a few spelling errors in user visible stringsRico Tzschichholz2020-02-051-2/+2
|
* vala: Set GLib.Error as symbol of error-types if no error-domain was givenRico Tzschichholz2019-11-091-1/+1
|
* valadoc: Rename FormalParameter to ParameterRico Tzschichholz2019-10-185-55/+55
|
* libvaladoc: Remove TypeReference.pass_ownership APIRico Tzschichholz2019-10-101-26/+0
|
* libvaladoc: Fix parameter and property ownership declarationsRico Tzschichholz2019-10-102-0/+76
|
* valadoc/tests: Use type for property which is compatible with owned getterRico Tzschichholz2019-10-101-3/+3
|
* valadoc: Follow rename of DataType data_type property to type_symbolRico Tzschichholz2019-09-303-9/+9
|
* valadoc: Explicitly pass --pkg libgvcRico Tzschichholz2019-09-221-0/+1
| | | | ... to deal with a race with valadoc@PACKAGE_SUFFIX@.deps generation
* valadoc: Explicitly pass --pkg libvala@PACKAGE_SUFFIX@ as for doclets/testsRico Tzschichholz2019-09-091-1/+1
|
* libvaladoc: Don't traverse into close circles with parentRico Tzschichholz2019-09-042-1/+2
| | | | | | | | | | SymbolResolver.resolve_thrown_list() adds error-type nodes which are allowed to be NodeType.ERROR_DOMAIN and NodeType.CLASS. This can result in a cycle on invoking Node.accept_all_children(), Node.parse_comments() or Node.check_comments() Fixes https://gitlab.gnome.org/GNOME/vala/issues/829
* valadoc: Install icons and doclets to API dependent foldersMart Raudsepp2019-08-046-9/+9
| | | | This allows to co-install different valadoc versions as for the compiler.
* vala: Support static methods in error-domainsRico Tzschichholz2019-07-302-34/+1
| | | | | | | Actually generate methods defined inside error-domains and state that instance methods are not supported yet. See https://gitlab.gnome.org/GNOME/vala/issues/829
* valadoc/tests: construct properties require GLib.Object derived classRico Tzschichholz2019-04-282-4/+4
|
* build: Pass some useful G_LOG_DOMAIN definitionsRico Tzschichholz2019-04-244-0/+4
|
* valadoc: Drop obsolete "Driver" APIRico Tzschichholz2019-04-018-83/+18
|
* Add explicit "default: break;" statements for coverage of enum-typed switchRico Tzschichholz2019-03-311-0/+2
|
* vala: Add support for --target-glib=autoRico Tzschichholz2019-03-171-1/+1
| | | | | | Determine target-glib according to the available version of glib-2.0. Fixes https://gitlab.gnome.org/GNOME/vala/issues/761
* valadoc: Report warning if resources for doclet could not be copiedRico Tzschichholz2019-02-122-2/+6
|
* Revert "valadoc: Update API tests"Rico Tzschichholz2019-02-061-88/+86
| | | | This reverts commit 881333fe7a8ecf64de21633c165b0db0db2e41ff.