- May 17, 2014
-
-
Steve Holme authored
-
- May 01, 2014
-
-
Steve Holme authored
Missed in commit dce748d3.
-
Steve Holme authored
Carrying on from commit 11025613 added VC7.1 project files which are capable of supporting side-by-side compilation, as well as support for some of the third-party libraries curl uses.
-
- Apr 27, 2014
-
-
Steve Holme authored
Carrying on from commit 11025613 added VC7 project files which are capable of supporting side-by-side compilation, as well as support for some of the third-party libraries curl uses.
-
Steve Holme authored
Carrying on from commit 11025613 added a more thorough version of the VC6 project files which are capable of supporting side-by-side compilation, as well as support for some of the third-party libraries curl uses.
-
- Apr 23, 2014
-
-
Steve Holme authored
Carrying on from commit 11025613 added VC12 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
-
- Apr 18, 2014
-
-
Steve Holme authored
Carrying on from commit 11025613 added VC11 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
-
- Apr 16, 2014
-
-
Steve Holme authored
-
Steve Holme authored
Carrying on from commit 11025613 added VC10 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
-
- Apr 08, 2014
-
-
Steve Holme authored
Carrying on from commit 11025613, added VC9 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
-
Daniel Stenberg authored
... the recent MSVC project files added by Steve Holme
-
- Feb 13, 2013
- Feb 07, 2013
-
-
Daniel Stenberg authored
This reverts commit 0e66d587.
-
- Feb 06, 2013
-
-
Daniel Stenberg authored
VC6 is _very_ old and we provide working makefiles even for that compiler. Users who build with the IDE never use that method and project file anyway and it was just lingering in the root dir.
-
Daniel Stenberg authored
In an attempt to clear up misc files from the root dir
-
Daniel Stenberg authored
-
Daniel Stenberg authored
We don't need them and I doubt many people used them. We also don't have any configs for other editors and we wouldn't want that.
-
- Nov 23, 2012
-
-
Daniel Stenberg authored
runtests.pl -am now uses the "PASS/FAIL: [desc]" output for each executed test. You can run 'make test-am' in the root build directory to invoke that. The reason for this output style is to better allow generic test suite parsers to also grok our test output. The test Makefile now also tests that perl was indeed found and that the PERL variable points to an executable before it tries to run the main test perl script runtests.pl,
-
- Jul 20, 2012
-
-
Daniel Stenberg authored
The clean-local hook needed some polish to make sure make distclean works. Added comment describing why.
-
- Dec 19, 2011
-
-
Alessandro Ghedini authored
Allow, at configure time, the production of versioned symbols. The symbols will look like "CURL_<FLAVOUR>_<VERSION> <SYMBOL>", where <FLAVOUR> represents the SSL flavour (e.g. OPENSSL, GNUTLS, NSS, ...), <VERSION> is the major SONAME version and <SYMBOL> is the actual symbol name. If no SSL library is enabled the symbols will be just "CURL_<VERSION> <SYMBOL>".
-
- May 09, 2011
-
-
Daniel Stenberg authored
Made the public headers checksrc compliant Removed types.h (it's been unused since April 2004) Made the root makefile do make in include by default as well, so that TAGS and the checksrc will work better.
-
- Apr 27, 2011
-
-
Daniel Stenberg authored
The make target checksrc now works in the root makefile and in both the src and lib directories. It is also run automatically on "all" if configure --enable-debug was used.
-
- Jan 28, 2011
-
-
Pierre Joye authored
This is a separate makefile for MSVC builds. It is deliberately put in another dir than src/ and lib/ to allow a different build experience than the previous - at least during a period. Eventually we should unify.
-
- Jan 06, 2011
-
-
Daniel Stenberg authored
CMake/CheckTypeSize.c.in and CMake/CheckTypeSize.cmake were removed in the previous cmake commit
-
- Dec 20, 2010
-
-
Yang Tse authored
-
- Mar 24, 2010
-
-
Daniel Stenberg authored
-
- Nov 04, 2009
-
-
Daniel Stenberg authored
tarball
- Aug 11, 2009
-
-
Dan Fandrich authored
config.h issue hasn't been completely solved. This will save some effort for someone desperate to use curl on Android.
-
- Jun 08, 2009
-
-
Yang Tse authored
buildconf.bat is only for CVS tree builds.
-
- Apr 27, 2009
-
-
Daniel Stenberg authored
-
- Apr 25, 2009
-
-
Daniel Stenberg authored
-
- Apr 14, 2009
-
-
Daniel Stenberg authored
-
- Feb 23, 2009
-
-
Yang Tse authored
-
- Jan 01, 2009
-
-
Daniel Stenberg authored
-
- Oct 01, 2008
-
-
Dan Fandrich authored
-
- Aug 30, 2008
-
-
Yang Tse authored
-
- Aug 28, 2008
-
-
Daniel Stenberg authored
-
- Aug 23, 2008
-
-
Daniel Stenberg authored
firefox-db2pem.sh conversion script that converts a local Firefox db of ca certs into PEM format, suitable for use with a OpenSSL or GnuTLS built libcurl.
-