Re: [Cython] [PATCH] explain how to compile C++ extensions up to Cython 0.21

2014-10-31 Thread Robert Bradshaw
On Oct 31, 2014 5:54 AM, "Daniele Nicolodi" wrote: > > On 31/10/14 13:44, Stefan Behnel wrote: > > Daniele Nicolodi schrieb am 31.10.2014 um 13:07: > >> Thanks for applying the patch. > >> I see that you applied it manually and not through git am or similar, > >> otherwise my identity would have b

Re: [Cython] [PATCH] explain how to compile C++ extensions up to Cython 0.21

2014-10-31 Thread Daniele Nicolodi
On 31/10/14 13:44, Stefan Behnel wrote: > Daniele Nicolodi schrieb am 31.10.2014 um 13:07: >> Thanks for applying the patch. >> I see that you applied it manually and not through git am or similar, >> otherwise my identity would have been recorded in the git metadata and >> you would not have to ad

Re: [Cython] [PATCH] explain how to compile C++ extensions up to Cython 0.21

2014-10-31 Thread Stefan Behnel
Daniele Nicolodi schrieb am 31.10.2014 um 13:07: > Thanks for applying the patch. > I see that you applied it manually and not through git am or similar, > otherwise my identity would have been recorded in the git metadata and > you would not have to add my name to the commit log. If I get a patch

Re: [Cython] [PATCH] explain how to compile C++ extensions up to Cython 0.21

2014-10-31 Thread Daniele Nicolodi
On 30/10/14 19:32, Stefan Behnel wrote: > Thanks. > > https://github.com/cython/cython/commit/dba0a5f0e80c676367a2a137ac88d33c5ee0119a Hello Stefan, Thanks for applying the patch. I see that you applied it manually and not through git am or similar, otherwise my identity would have been recorde

Re: [Cython] [PATCH] explain how to compile C++ extensions up to Cython 0.21

2014-10-30 Thread Stefan Behnel
Daniele Nicolodi schrieb am 25.10.2014 um 03:36: > --- > docs/src/userguide/wrapping_CPlusPlus.rst | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/docs/src/userguide/wrapping_CPlusPlus.rst > b/docs/src/userguide/wrapping_CPlusPlus.rst > index 59c89a1..5119b63 100644 > -