summaryrefslogtreecommitdiffstats
path: root/CODING_STYLE.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: split the CODING_STYLE doc into distinct groupsDaniel P. Berrangé2019-09-051-0/+9
| | | | | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
* docs: document use of automatic cleanup functions in glibDaniel P. Berrangé2019-09-051-0/+85
| | | | | | | | Document the use of g_autofree and g_autoptr in glib for automatic freeing of memory. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
* docs: merge HACKING.rst contents into CODING_STYLE.rstDaniel P. Berrangé2019-09-051-0/+296
| | | | | | | | | The split of information between the two docs is rather arbitary and unclear. It is simpler for contributors if all the information is in one file. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
* docs: convert README, CODING_STYLE and HACKING to RST syntaxDaniel P. Berrangé2019-09-051-0/+251
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>