History log of /curl/Makefile.am (Results 51 – 75 of 207)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ad1dc10e 22-Dec-2017 Steve Holme

build: Added Visual Studio 2017 project files


Revision tags: curl-7_57_0
# 9f691be3 23-Nov-2017 Daniel Stenberg

make: fix "make distclean"

Fixes #2097
Closes #2108


Revision tags: curl-7_56_1, curl-7_56_0
# 1cb4f5d6 10-Sep-2017 Jakub Zakrzewski

cmake: Export libcurl and curl targets to use by other cmake projects

The config files define curl and libcurl targets as imported targets
CURL::curl and CURL::libcurl. For backward comp

cmake: Export libcurl and curl targets to use by other cmake projects

The config files define curl and libcurl targets as imported targets
CURL::curl and CURL::libcurl. For backward compatibility with CMake-
provided find-module the CURL_INCLUDE_DIRS and CURL_LIBRARIES are
also set.

Closes #1879

show more ...


# 4f38db1d 25-Sep-2017 Max Dymond

fuzzer: move to using external curl-fuzzer

Use the external curl-fuzzer repository for fuzzing.

Closes #1923


# efeb4a31 27-Aug-2017 Max Dymond

ossfuzz: moving towards the ideal integration

- Start with the basic code from the ossfuzz project.
- Rewrite fuzz corpora to be binary files full of Type-Length-Value
data, and wr

ossfuzz: moving towards the ideal integration

- Start with the basic code from the ossfuzz project.
- Rewrite fuzz corpora to be binary files full of Type-Length-Value
data, and write a glue layer in the fuzzing function to convert
corpora into CURL options.
- Have supporting functions to generate corpora from existing tests
- Integrate with Makefile.am

show more ...


Revision tags: curl-7_55_1
# ac8af845 10-Aug-2017 Daniel Stenberg

cmake: move cmake_uninstall.cmake to CMake/

Closes #1756


# 050e3532 10-Aug-2017 Daniel Stenberg

dist: fix the cmake build by shipping cmake_uninstall.cmake.in too

Fixes #1755


# f864bd8c 09-Aug-2017 Daniel Stenberg

build: fix 'make install' with configure, install docs/libcurl/* too

Broken since d24838d4da9faa

Reported-by: Bernard Spil


Revision tags: curl-7_55_0
# d24838d4 30-Jun-2017 Daniel Stenberg

make: build the docs subdir only from within src

... and don't build at all in include

Prompted-by-work-by: Simon Warta
Ref: #1590
Closes #1591


# 11c2fb04 13-Jun-2017 Daniel Stenberg

dist: make the hugehelp.c not get regenerated unnecessarily

The maketgz script now makes sure the generated hugehelp.c file in the
tarball is newer than the generated curl.1 man page, so

dist: make the hugehelp.c not get regenerated unnecessarily

The maketgz script now makes sure the generated hugehelp.c file in the
tarball is newer than the generated curl.1 man page, so that it doesn't
have to get unnecessarily rebuilt first thing in a typical build. It
thus also removes the need for perl to build off a plain release
tarball.

Fixes #1565

show more ...


Revision tags: curl-7_54_1
# 73a2fcea 22-May-2017 Daniel Stenberg

includes: remove curl/curlbuild.h and curl/curlrules.h

Rely entirely on curl/system.h now.

Introduced in Aug 2008 with commit 14240e9e109f. Now gone.

Fixes #1456


# b5e143e7 02-Jun-2017 Daniel Stenberg

coverage: run event tests too

... the torture ones are commented out only because they are slooooow.


# f6e0f455 01-Jun-2017 Daniel Stenberg

build: provide easy code coverage measuring

Closes #1528


Revision tags: curl-7_54_0
# 2ff9c3e1 30-Mar-2017 Daniel Stenberg

dist: add missing files to the tarball


# d1ddda7e 28-Mar-2017 Maksim Stsepanenka

make: use the variable MAKE for recursive calls

Closes #1366


# f7df67cf 26-Mar-2017 klemens

spelling fixes

Closes #1356


# 207f5889 22-Mar-2017 Daniel Stenberg

make: introduce 'test-nonflaky' target

Running this in the root build dir will invoke the test suite to only
run tests not marked as 'flaky'.


# c25e0761 13-Mar-2017 Daniel Stenberg

make: regenerate docs/curl.1 by runinng make in docs

... previously, docs/ was only a dist subdir, now also a build subdir.

Reported-by: Dan Fandrich
Bug: https://curl.haxx.se/m

make: regenerate docs/curl.1 by runinng make in docs

... previously, docs/ was only a dist subdir, now also a build subdir.

Reported-by: Dan Fandrich
Bug: https://curl.haxx.se/mail/lib-2017-03/0017.html

show more ...


Revision tags: curl-7_53_1, curl-7_53_0, curl-7_52_1, curl-7_52_0, curl-7_51_0
# e159fff1 07-Oct-2016 Steve Brokenshire

Makefile.am: Added scripts/updatemanpages.pl to EXTRA_DIST


# 8611d985 09-Jan-2017 Daniel Stenberg

VC: remove the makefile.vc6 build infra

The winbuild/ build files is now the single MSVC makefile build choice.

Closes #1215


# 3b36bd8e 11-Oct-2016 Torben Dannhauer

dist: add missing cmake modules to the tarball

Closes https://github.com/curl/curl/pull/1070


# 82279c82 21-Sep-2016 Daniel Stenberg

dist: add CurlSymbolHiding.cmake to the tarball

Follow-up to 6140dfcf3e784

Reported-by: Alexander Sinditskiy


Revision tags: curl-7_50_3, curl-7_50_2, curl-7_50_1, curl-7_50_0, curl-7_49_1, curl-7_49_0
# 6afcf828 09-Apr-2016 Daniel Stenberg

build: include scripts/ in the dist


# 51fb24ce 03-Apr-2016 Daniel Stenberg

make checksrc: run it in docs/examples too by default


# 0c6204a5 03-Apr-2016 Daniel Stenberg

root/make: have checksrc run in include/curl too


123456789