Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-21 | configure: LIBMETALINK_CFLAGS actually is LIBMETALINK_CPPFLAGS | Yang Tse | |
2012-12-04 | build: explain current role of LIBS in our Makefile.am files | Yang Tse | |
BLANK_AT_MAKETIME may be used in our Makefile.am files to blank LIBS variable used in generated makefile at makefile processing time. Doing this functionally prevents LIBS from being used for all link targets in given makefile. | |||
2012-12-03 | build: prevent global LIBS from influencing src and lib build targets | Yang Tse | |
Currently, LIBS is already used through other macros. | |||
2012-11-06 | uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES | Dave Reisner | |
Since automake 1.12.4, the warnings are issued on running automake: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Avoid INCLUDES and roll these flags into AM_CPPFLAGS. Compile tested on: Ubuntu 10.04 (automake 1:1.11.1-1) Ubuntu 12.04 (automake 1:1.11.3-1ubuntu2) Arch Linux (automake 1.12.4) | |||
2012-05-26 | Reduced #ifdef HAVE_METALINK | Tatsuhiro Tsujikawa | |
2012-05-26 | Support Metalink. | Tatsuhiro Tsujikawa | |
This change adds experimental Metalink support to curl. To enable Metalink support, run configure with --with-libmetalink. To feed Metalink file to curl, use --metalink option like this: $ curl -O --metalink foo.metalink We use libmetalink to parse Metalink files. | |||
2012-04-09 | configure: Windows cross-compilation fixes | Yang Tse | |
BUILDING_LIBCURL and CURL_STATICLIB are no longer defined in curl_config.h, configure will generate appropriate conditionals so that mentioned symbols get defined and used in Makefiles at compilation time | |||
2012-04-06 | curl tool: use configuration files from lib directory | Yang Tse | |
Configuration files such as curl_config.h and all config-*.h no longer exist nor are generated/copied into 'src' directory, now these only exist in 'lib' directory from where curl tool sources uses them. Additionally old src/setup.h has been refactored into src/tool_setup.h which now pulls lib/setup.h The possibility of a makefile needing an include path adjustment exists. | |||
2011-08-05 | keep a single copy of config-win32.h in version control repository - followup | Yang Tse | |
Allow configure builds to generate src/config-win32.h Skip checksrc on src/config-win32.h contents already checked at lib/config-win32.h Allow multiple -W in checksrc.pl | |||
2011-04-27 | make: add 'checksrc' as target to check code style | Daniel Stenberg | |
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. | |||
2011-04-27 | checksrc: whitespace and code style cleanup | Daniel Stenberg | |
Make everything adhere to the standards upheld by checksrc.pl and now run checksrc from the makefile on debug builds. | |||
2010-10-21 | Removed the native Makefile.riscos files | Dan Fandrich | |
These haven't worked in at least 8 years due to missing source files, and most active RiscOS developers these days apparently cross-compile anyway. Signed-off-by: James Bursa <james@zamez.org> | |||
2010-07-21 | build: Enable configure --enable-werror | Ben Greear | |
This passes -Werror to gcc when building curl and libcurl, allowing easy dection of compile warnings. Signed-off-by: Ben Greear <greearb@candelatech.com> | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-11-05 | I removed leading 'curl' path on the 'curlbuild.h' include statement in | Yang Tse | |
curl.h, adjusting auto-makefiles include path, to enhance portability to OS's without an orthogonal directory tree structure such as OS/400. | |||
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h. | |||
2009-06-06 | Revert delegating c-ares linking magic on libtool and auto-makefiles when using | Yang Tse | |
the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is again handled from the configure script. | |||
2009-05-30 | Delegate c-ares linking magic on libtool and auto-makefiles when using | Yang Tse | |
the uninstalled c-ares libtool archive built from the CVS embedded tree. | |||
2009-05-08 | Renamed vc6 workspace and project files to avoid filename clash when used ↵ | Yang Tse | |
for conversion to later VS versions. | |||
2009-04-14 | first take at bundling cmake-related files in the tarball | Daniel Stenberg | |
2008-08-29 | Project and workspace files for VC6 IDE supporting 4 configurations: | Yang Tse | |
curl - Win32 using libcurl DLL Debug curl - Win32 using libcurl DLL Release curl - Win32 using libcurl LIB Debug curl - Win32 using libcurl LIB Release | |||
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | |
to have a curl_off_t data type no longer gated to off_t. | |||
2008-07-15 | add comment for include paths | Yang Tse | |
2007-12-19 | Ensure that nroff doesn't put anything but ASCII characters into the | Dan Fandrich | |
--manual text. | |||
2007-02-17 | Better separate the library dependencies into those required by libcurl | Dan Fandrich | |
and those required by other components to avoid forcing unneeded dependencies into the target objects. | |||
2006-08-07 | Allow again proper compilation outside of the source tree | Yang Tse | |
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg | |
2005-01-08 | Added Makefile.Watcom to EXTRA_DIST. | Gisle Vanem | |
2004-07-28 | use Makefile.inc and make it get included in dist archives | Daniel Stenberg | |
2004-07-14 | removed the config-netware.h from the release archives | Daniel Stenberg | |
2004-04-26 | Include "setup.h" and not "config.h" since setup.h is made to include | Daniel Stenberg | |
the correct config.h for the platform, and when this is done the USE_MANUAL define is properly known. | |||
2004-04-25 | make the generated hugehelp.c file use the USE_MANUAL define so that it | Daniel Stenberg | |
will be properly built with configure --disable-manual even if the source file is already present | |||
2004-04-06 | improved --limit-rate functionality, partly by the new use of curlx_tvnow() | Daniel Stenberg | |
2004-03-21 | removed deleted files | Daniel Stenberg | |
2004-03-17 | new netware-related files added to the distribution | Daniel Stenberg | |
2004-03-04 | new "version resource" file for windows builds | Daniel Stenberg | |
2004-02-20 | When the built-in manual is disabled, we generate a function doing nothing | Daniel Stenberg | |
just to avoid making a totally empty file. Just to avoid compiler warnings. | |||
2004-02-19 | Use the strtoofft.h header file from the lib directory, as we are now | Daniel Stenberg | |
officially using library-code when building the app (at least for the platforms that don't have a strtoll() on their own). | |||
2004-02-12 | support configure --disable-manual | Daniel Stenberg | |
2004-02-02 | Use the nroff option figured out by the configure script. An attempt to | Daniel Stenberg | |
make this better on more systems. | |||
2004-01-29 | don't include config.g in src/hugehelp.c unless HAVE_CONFIG_H is defined | Daniel Stenberg | |
2004-01-29 | added hugehelp.h | Daniel Stenberg | |
2004-01-23 | use the Curl_strtoll() source code from the lib code | Daniel Stenberg | |
2004-01-13 | use the *correct* header! | Daniel Stenberg | |
2004-01-13 | Dan Fandrich made the hugehelp.c contain both compressed and uncompressed | Daniel Stenberg | |
help if libz is available using #ifdef in the source instead, to allow the distributed source code to be easier built with compressed help text. | |||
2003-12-11 | use the CORRECT file name! ;-) | Daniel Stenberg | |
2003-12-10 | added the new amiga files to the dist | Daniel Stenberg | |
2003-12-03 | new VMS files | Daniel Stenberg | |
2003-11-07 | Based on Gisle Vanem's $HOME patch, we now attempt to find the home dir | Daniel Stenberg | |
in a slightly better way for more platforms. The $HOME is only used for .curlrc atm, but the possible upcoming change of .netrc treatment may also need the home dir. | |||
2003-10-16 | Added support for password prompting if only used name is given on the | Daniel Stenberg | |
command line. |