Does the source tree need to be clean for an out-of-source cmake build?

2017-09-06 Thread Ray Satiro via curl-library
In Windows I have a source tree that I used to build curl using mingw with the build tree the same as the source tree, X:\j\curl\curl_mingw. curl_config.h was output to X:\j\curl\curl_mingw\lib\curl_config.h. I thought I could use that same source tree to build curl by using cmake with an

Compile warning on Fedora-26

2017-09-06 Thread Ben Greear
Hello, Is there a good fix for this warning, or do I just need to turn off strict warnings? vtls/openssl.c: In function ‘ossl_connect_step1’: vtls/openssl.c:2091:5: warning: ‘SSLv3_client_method’ is deprecated [-Wdeprecated-declarations] req_method = SSLv3_client_method(); ^~

Re: coveralls' github comments

2017-09-06 Thread Ray Satiro via curl-library
On 9/6/2017 4:21 AM, Daniel Stenberg wrote: > Hi friends, > > I've just now disabled coveralls' coverage comments on github. I think > they turn out rather annoying when we do PRs with multiple pushes and > rebases etc. Which is fairly common. > > The downside is of course that the coverage info

curl author activity illustrated

2017-09-06 Thread Daniel Stenberg
Hi, For the fun of it, I graphed out the author activity in the curl project since 2010 and it looks like... https://daniel.haxx.se/blog/2017/09/06/curl-author-activity-illustrated/ -- / daniel.haxx.se --- Unsubscribe:

Travis CI proposal

2017-09-06 Thread Patrick Monnerat via curl-library
There are currently no tests at all about character code conversion, supposed to be used on at least the TPF platform. I have locally added to CFLAGS "-DCURL_DOES_CONVERSIONS -DHAVE_ICONV -DCURL_ICONV_CODESET_OF_HOST='\"ISO8859-1\"'" to enable an identity conversion on the Linux platform:

coveralls' github comments

2017-09-06 Thread Daniel Stenberg
Hi friends, I've just now disabled coveralls' coverage comments on github. I think they turn out rather annoying when we do PRs with multiple pushes and rebases etc. Which is fairly common. The downside is of course that the coverage info gets less noticable and in our face... (but we can

Re: Enabled multiple SSL backends

2017-09-06 Thread Kamil Dudka via curl-library
On Thursday, August 31, 2017 9:36:10 AM CEST Kamil Dudka via curl-library wrote: > On Wednesday, August 30, 2017 10:40:14 PM CEST Johannes Schindelin wrote: > > Hi, > > > > On Wed, 30 Aug 2017, Kamil Dudka wrote: > > > On Wednesday, August 30, 2017 10:14:06 AM CEST Daniel Stenberg wrote: > > > >