Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-19 | Fix dirs typo in Vala docs [skip ci] | wb9688 | 1 | -1/+1 | |
Co-authored-by: wb9688 <wb9688@users.noreply.github.com> | |||||
2019-12-07 | Add brief description of configuring Vala's preprocessor via the ↵ | Ken Gilmer | 1 | -0/+5 | |
add_project_arguments() function. [skip ci] | |||||
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 1 | -1/+1 | |
- Typos were found by codespell v1.16.0 | |||||
2019-05-22 | join_paths => / [skip ci] | Michael Hirsch, Ph.D | 1 | -4/+4 | |
2019-01-20 | docs: update URI for vala-extra-vapis repository [skip ci] | Alistair Thomas | 1 | -2/+2 | |
2019-01-15 | docs: Explain how to use a Vala project's VAPI files with find_library() ↵ | Alistair Thomas | 1 | -13/+45 | |
[skip ci] The Vala compiler object's find_libary() method needs the 'dir' keyword to add a project's local vapi dir to the VAPI search path. See https://github.com/mesonbuild/meson/issues/4702 | |||||
2018-12-19 | docs: make clearer difference between using and building libraries in Vala ↵ | Alistair Thomas | 1 | -32/+219 | |
[skip ci] | |||||
2017-10-23 | docs: Remove unnecessary trailing whitespaces | Luis Menina | 1 | -7/+7 | |
2017-07-22 | docs: add missing parentheses | Igor Gnatenko | 1 | -1/+1 | |
[skip ci] | |||||
2017-06-26 | Recognise .gs extension as a Vala source | Alistair Thomas | 1 | -3/+3 | |
2017-05-13 | vala: Fix typos and cover dependencies without pkg-config file in docs | Guillaume Poirier-Morency | 1 | -3/+13 | |
2017-05-13 | vala: Cover 'find_library' usage and be more explicit for default install ↵ | Guillaume Poirier-Morency | 1 | -1/+13 | |
directories in docs | |||||
2017-05-03 | docs: add a short description for all top pages in the Manual | Peter Hutterer | 1 | -0/+1 | |
2017-04-28 | Update Vala documentation with most recent changes | Guillaume Poirier-Morency | 1 | -42/+39 | |
Cover installation using the `install_dir` array and the additional arguments for specifying the C header, VAPI and GIR names. | |||||
2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | 1 | -0/+78 | |
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it. |