| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-12 | docs: fix a few grammar and formatting issues | Dmitry V. Levin | |
| 2024-07-05 | Revert "Clarify mutable objects usage" | Eli Schwartz | |
| This reverts commit 9f02d0a3e5a5ffc82256391c244b1af38e41ef78. It turns out that this does introduce a behavioral change in existing users of ConfigurationData, which it wasn't supposed to (it was supposed to preserve behavior there, and add a new *warning* for EnvironmentVariables). This breaks projects such as pulseaudio, libvirt, and probably more. Roll back the change and try again after 1.5.0 is released. Fixes: #13372 | |||
| 2024-04-14 | Clarify mutable objects usage | Xavier Claessens | |
| Only Environment and ConfigurationData are mutable. However, only ConfigurationData becomes immutable after first use which is inconsistent. This deprecates modification after first use of Environment object and clarify documentation. | |||
| 2022-07-14 | docs: add some function linkification in code snippets | Eli Schwartz | |
| Let people easily find the documentation for concepts we are trying to teach. | |||
| 2022-06-29 | docs: update various function references to be linkified | Eli Schwartz | |
| 2021-01-31 | Capitalize "Meson" consistently as it is a proper name. [skip ci] | Jussi Pakkanen | |
| 2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | |
| 2018-10-08 | configure_file: Support taking values from a dict | Xavier Claessens | |
| Closes #4218 | |||
| 2018-06-09 | Add new encoding keyword for configure_file to manual | Sander Sweers | |
| Also add a section how to deal with file encodings. | |||
| 2018-05-24 | Clarify that configuration_data()'s copy is immutable | Aleksey Filippov | |
| 2018-02-12 | Use the same name for the conf_data variable | Andrea G | |
| Before, each example used a different variable name making them more difficult to understand for a novice. | |||
| 2017-08-22 | A full example for using the conf object. Closes #2235. | Jussi Pakkanen | |
| 2017-08-22 | Clarify immutability description. Closes #2234. | Jussi Pakkanen | |
| 2017-05-03 | docs: add a short description for all top pages in the Manual | Peter Hutterer | |
| 2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | |
| 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. | |||
