[Spice-devel] [PATCH v3 03/11] Specify file extensions for C++ and Obj-C

Christophe Fergeau cfergeau at redhat.com
Wed Feb 14 13:32:51 UTC 2018


On Mon, Feb 12, 2018 at 03:23:06AM -0500, Frediano Ziglio wrote:
> See https://lists.freedesktop.org/archives/spice-devel/2018-February/041724.html
> 
> > From: Christophe de Dinechin <dinechin at redhat.com>
> > 
> > Signed-off-by: Christophe de Dinechin <dinechin at redhat.com>
> > ---
> >  docs/spice_style.txt | 11 ++++++++++-
> >  1 file changed, 10 insertions(+), 1 deletion(-)
> > 
> > diff --git a/docs/spice_style.txt b/docs/spice_style.txt
> > index 10bfbc9a..13032df6 100644
> > --- a/docs/spice_style.txt
> > +++ b/docs/spice_style.txt
> > @@ -34,7 +34,16 @@ Names
> >  
> >  Use lower case and separate words using dashes (e.g., file-name.c,
> >  header.h).
> >  
> > -Use standard file extension for C source and header files.
> > +The file extensions used in the SPICE project are:
> > +- .c for C source
> > +- .cpp for C++ sources
> > +- .h for headers that can be included from C code
> > +- .hpp for headers that are strictly reserved to C++
> > +- .m for Objective-C source files (currently not properly enforced)

We do have .m files in spice??

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20180214/16bf44a7/attachment.sig>


More information about the Spice-devel mailing list