From 6758c4aef4af0235eac06ccbdc3d777b2dd47605 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Tue, 11 Oct 2011 10:46:56 +0200 Subject: [PATCH 1/2] Temporary fixed issue of using modified cURL (which is cURL provided with EiffelStudio 7.0) This changes will be reverted in the future --- ext/ise_library/cURL-safe.ecf | 93 +++++++++++++++++++ ext/ise_library/cURL.ecf | 93 +++++++++++++++++++ .../client/http_client/http_client-safe.ecf | 2 +- library/client/http_client/http_client.ecf | 2 +- 4 files changed, 188 insertions(+), 2 deletions(-) create mode 100644 ext/ise_library/cURL-safe.ecf create mode 100644 ext/ise_library/cURL.ecf diff --git a/ext/ise_library/cURL-safe.ecf b/ext/ise_library/cURL-safe.ecf new file mode 100644 index 00000000..cc9e7c94 --- /dev/null +++ b/ext/ise_library/cURL-safe.ecf @@ -0,0 +1,93 @@ + + + + cURL: libcURL wrapper library for Eiffel. + Copyright (c) 1984-2006, Eiffel Software and others. + Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt). + + + /\.svn$ + /EIFGEN.{0,1}$ + /temp$ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /spec$ + /Clib$ + + + /gtk$ + /mac$ + + + + + + /mswin$ + /gtk$ + + + + + + + /mswin$ + /mac$ + + + + + + + + + + + diff --git a/ext/ise_library/cURL.ecf b/ext/ise_library/cURL.ecf new file mode 100644 index 00000000..20490fc8 --- /dev/null +++ b/ext/ise_library/cURL.ecf @@ -0,0 +1,93 @@ + + + + cURL: libcURL wrapper library for Eiffel. + Copyright (c) 1984-2006, Eiffel Software and others. + Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt). + + + /\.svn$ + /EIFGEN.{0,1}$ + /temp$ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /spec$ + /Clib$ + + + /gtk$ + /mac$ + + + + + + /mswin$ + /gtk$ + + + + + + + /mswin$ + /mac$ + + + + + + + + + + + diff --git a/library/client/http_client/http_client-safe.ecf b/library/client/http_client/http_client-safe.ecf index c595b1c4..4b740416 100644 --- a/library/client/http_client/http_client-safe.ecf +++ b/library/client/http_client/http_client-safe.ecf @@ -10,7 +10,7 @@ - + diff --git a/library/client/http_client/http_client.ecf b/library/client/http_client/http_client.ecf index 33a4e180..caee1910 100644 --- a/library/client/http_client/http_client.ecf +++ b/library/client/http_client/http_client.ecf @@ -10,7 +10,7 @@ - + From c2b66d6ca6237c7a9ee1aa599c9ea570ed1fc210 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Tue, 11 Oct 2011 11:09:00 +0200 Subject: [PATCH 2/2] Use local curl if compiler is < 7.0.8.7340 otherwise, use ISE_LIBRARY cURL --- .../client/http_client/http_client-safe.ecf | 21 ++++++++++++------- library/client/http_client/http_client.ecf | 11 +++++++++- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/library/client/http_client/http_client-safe.ecf b/library/client/http_client/http_client-safe.ecf index 4b740416..b5c3a2c6 100644 --- a/library/client/http_client/http_client-safe.ecf +++ b/library/client/http_client/http_client-safe.ecf @@ -1,5 +1,5 @@ - + @@ -10,12 +10,20 @@ - - + + + + + + + + + + + - - + /.git$ @@ -26,7 +34,6 @@ - + - diff --git a/library/client/http_client/http_client.ecf b/library/client/http_client/http_client.ecf index caee1910..b130180b 100644 --- a/library/client/http_client/http_client.ecf +++ b/library/client/http_client/http_client.ecf @@ -10,7 +10,16 @@ - + + + + + + + + + +