History log of /curl/Makefile.am (Results 76 – 100 of 207)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d3252e00 03-Apr-2016 Daniel Stenberg

checksrc: run checksrc in tests when 'make checksrc' in root


# ccfa8407 27-Mar-2016 Daniel Stenberg

Makefile.am: skip the scripts dir

Skipping the scripts dir is primarily done for 'make install' so that it
does not attempt to install the zsh completion script as we've not yet
foun

Makefile.am: skip the scripts dir

Skipping the scripts dir is primarily done for 'make install' so that it
does not attempt to install the zsh completion script as we've not yet
found a proper way to do/run that at install time.

By leaving the script dir's Makefile in place, a user can still opt to
run make install manually in there.

Closes #620

show more ...


Revision tags: curl-7_48_0, curl-7_47_1, curl-7_47_0, curl-7_46_0, curl-7_45_0
# dc72f8df 12-Sep-2015 Steve Holme

build: Updated all makefiles and project files for the new vauth directory

Updated the makefiles and Visual Studio project files to support moving
the authentication code to the new lib/

build: Updated all makefiles and project files for the new vauth directory

Updated the makefiles and Visual Studio project files to support moving
the authentication code to the new lib/vauth directory that was started
in commit 0d04e859e1.

show more ...


# e66109c1 19-Mar-2016 Steve Holme

build: Added missing Visual Studio filter files for VC10 onwards

As these files don't need to contain references to the source files,
although typically do, added basic files which only

build: Added missing Visual Studio filter files for VC10 onwards

As these files don't need to contain references to the source files,
although typically do, added basic files which only include three
filters and don't require the project file generator to be modified.

These files allow the source code to be viewed in the Solution Explorer
in versions of Visual Studio from 2010 onwards in the same manner as
previous versions did rather than one large view of files.

show more ...


# 50525f4f 12-Feb-2016 Daniel Stenberg

dist: ship buildconf.bat too

As the winbuild/* stuff uses it!


# 4af40b36 02-Feb-2016 Daniel Stenberg

URLs: change all http:// URLs to https://


# be0d4141 20-Nov-2015 Daniel Shahaf

build: Install zsh completion

Fixes #534
Closes #537


# 80562083 19-Nov-2015 Daniel Shahaf

build: Fix theoretical infinite loops

Add error-checking to 'cd' in a few cases where omitting the checks
might result in an infinite loop.

Closes #535


Revision tags: curl-7_44_0
# bb6b521f 06-Aug-2015 Jay Satiro

build: Added wolfSSL build script for Visual Studio projects

Added the wolfSSL build script, based on build-openssl.bat, as well as
the property sheet and header file required for the up

build: Added wolfSSL build script for Visual Studio projects

Added the wolfSSL build script, based on build-openssl.bat, as well as
the property sheet and header file required for the upcoming additions
to the Visual Studio project files.

show more ...


# 2d7e1657 26-Jul-2015 Steve Holme

build: Added VC14 project files to Makefile.am


# 16279301 26-Jul-2015 Steve Holme

build: Renamed curl src Visual Studio project files

Following commit 957fcd9049 and in preparation for adding the VC14
project files renamed the curl source project files.


Revision tags: curl-7_43_0
# f9f22b0d 07-May-2015 Alessandro Ghedini

scripts: add zsh.pl for generating zsh completion


Revision tags: curl-7_42_1, curl-7_42_0
# 431c5261 18-Mar-2015 Dan Fandrich

docs/libcurl: check that all options with man pages are referenced

If a man page exists in the opts/ directory, it must also be referenced
either in curl_easy_setopt.3 or curl_multi_seto

docs/libcurl: check that all options with man pages are referenced

If a man page exists in the opts/ directory, it must also be referenced
either in curl_easy_setopt.3 or curl_multi_setopt.3

show more ...


Revision tags: curl-7_41_0
# 6f494c5e 02-Feb-2015 Daniel Stenberg

Makefile.am: fix 'make distcheck'

... by removing generated files from the *_DIST variable [*] and instead
generate them with a .dist suffix, since that is then handled and put
into

Makefile.am: fix 'make distcheck'

... by removing generated files from the *_DIST variable [*] and instead
generate them with a .dist suffix, since that is then handled and put
into the release archive by our generic dist-hook.

[*] = 'make distcheck' fails with non-existing files listed there

show more ...


# 957fcd90 01-Feb-2015 Steve Holme

build: Renamed top level Visual Studio solution files

In preparation for adding the test suite and examples projects renamed
the top level "all" solution files to better describe what th

build: Renamed top level Visual Studio solution files

In preparation for adding the test suite and examples projects renamed
the top level "all" solution files to better describe what they are.

This will also enable us to use "curl" rather than "curlsrc" for the
command line tool solution and project files, which will simplify some
of the configuration.

show more ...


Revision tags: curl-7_40_0, curl-7_39_0
# 721fbf63 04-Nov-2014 Daniel Stenberg

Makefile.am: two cmake files are gone

8cb010144 removed the CurlCheckCSourceCompiles.cmake and
CurlCheckCSourceRuns.cmake files


# 18b82345 17-Oct-2014 Daniel Stenberg

cmake: add CMake/Macros.cmake to the release tarball


# 558814e1 25-Sep-2014 Jakub Zakrzewski

Cmake: Build with GSSAPI (MIT or Heimdal)

It tries hard to recognise SDK's on different platforms. On windows MIT
Kerberos installs SDK with other things and puts path into registry.

Cmake: Build with GSSAPI (MIT or Heimdal)

It tries hard to recognise SDK's on different platforms. On windows MIT
Kerberos installs SDK with other things and puts path into registry.
Heimdal have separate zip archive. On linux pkg-config is tried, then
krb5-config script and finally old-style libs and headers detection.

Command line args:
* CMAKE_USE_GSSAPI - enables GSSAPI detection
* GSS_ROOT_DIR - if set, should point to the root of GSSAPI installation
(the one with include and lib directories)

show more ...


# 1d2ffb47 13-Sep-2014 Steve Holme

build: Added batch wrapper to checksrc.pl


Revision tags: curl-7_38_0
# 202aa9f7 10-Sep-2014 Daniel Stenberg

dist: two cmake files are no more

CMake/FindOpenSSL.cmake and FindZLIB.cmake are gone since 14aa8f0c117b


Revision tags: curl-7_37_1
# a9388b73 22-May-2014 Steve Holme

build: Use CURLX_* file lists for Visual Studio curl tool project generation


Revision tags: curl-7_37_0
# f5e73640 19-May-2014 Steve Holme

Makefile.am: Fixed missing / in VC10+ project file generation


# 6f6646d6 18-May-2014 Steve Holme

build: Slight rename of new LIB_* makefile file variables

In order to try and be consistent between curl and libcurl renamed the
recently introduced LIB_* makefile file variables.


# 6cfeeb3b 17-May-2014 Steve Holme

Makefile.am: Corrected a couple of grammar errors


# c346df06 17-May-2014 Steve Holme

Makefile.am: Added new Visual Studio project file generation for curl tool


123456789