summaryrefslogtreecommitdiff
path: root/valadoc
Commit message (Expand)AuthorAgeFilesLines
* girwriter: Write filename, line, and column attributes for doc elementsLleyton Gray2023-04-191-31/+31
* 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
* libvaladoc: Inline rendering of hierarchy graphs when using svg imagescolinkiama2022-09-203-0/+26
* 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
* 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
* 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
* Perform runtime version check of libvalaRico Tzschichholz2020-11-051-0/+5
* 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
* 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
* 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
* Fix various typos in comments and stringsRico Tzschichholz2020-08-191-1/+1
* 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
* 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
* 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
* 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
* valadoc: Install icons and doclets to API dependent foldersMart Raudsepp2019-08-046-9/+9
* vala: Support static methods in error-domainsRico Tzschichholz2019-07-302-34/+1
* 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
* 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