qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
	"Stefan Hajnoczi" <stefanha@gmail.com>,
	"Marc-André Lureau" <marcandre.lureau@gmail.com>,
	"Daniel P. Berrangé" <berrange@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions
Date: Thu, 29 Aug 2019 17:07:06 +0100	[thread overview]
Message-ID: <20190829160710.8792-1-berrange@redhat.com> (raw)

This is ostensibly about adding docs for the g_autofree/g_autoptr
macros. As part of doing that, however, the existing HACKING doc
is merged into the CODING_STYLE doc and the text is converted to
rst with a table of contents.

Changed in v2:

 - Use RST instead of markdown
 - Also convert README file
 - Group sections better
 - Remove GMutexLocker example

Daniel P. Berrangé (4):
  docs: convert README, CODING_STYLE and HACKING to RST syntax
  docs: merge HACKING.rst contents into CODING_STYLE.rst
  docs: document use of automatic cleanup functions in glib
  docs: split the CODING_STYLE doc into distinct groups

 CODING_STYLE         | 216 ---------------
 CODING_STYLE.rst     | 641 +++++++++++++++++++++++++++++++++++++++++++
 HACKING              | 257 -----------------
 README => README.rst |  47 ++--
 4 files changed, 670 insertions(+), 491 deletions(-)
 delete mode 100644 CODING_STYLE
 create mode 100644 CODING_STYLE.rst
 delete mode 100644 HACKING
 rename README => README.rst (84%)

-- 
2.21.0



             reply	other threads:[~2019-08-29 16:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-29 16:07 Daniel P. Berrangé [this message]
2019-08-29 16:07 ` [Qemu-devel] [PATCH v2 1/4] docs: convert README, CODING_STYLE and HACKING to RST syntax Daniel P. Berrangé
2019-08-29 16:54   ` Alex Bennée
2019-08-29 16:07 ` [Qemu-devel] [PATCH v2 2/4] docs: merge HACKING.rst contents into CODING_STYLE.rst Daniel P. Berrangé
2019-08-29 16:55   ` Alex Bennée
2019-08-29 16:07 ` [Qemu-devel] [PATCH v2 3/4] docs: document use of automatic cleanup functions in glib Daniel P. Berrangé
2019-08-29 16:55   ` Alex Bennée
2019-08-29 16:07 ` [Qemu-devel] [PATCH v2 4/4] docs: split the CODING_STYLE doc into distinct groups Daniel P. Berrangé
2019-08-29 16:41 ` [Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions no-reply
2019-08-29 17:10 ` no-reply
2019-08-29 18:19 ` no-reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190829160710.8792-1-berrange@redhat.com \
    --to=berrange@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=marcandre.lureau@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).