Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/distributions-fixes-ubuntu'
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbarrette committed Jan 4, 2017
2 parents 8ad643e + 3fbc5ce commit f590378
Show file tree
Hide file tree
Showing 10 changed files with 618 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
SUBDIRS = src include examples doc
EXTRA_DIST = curlpp.VC8.vcproj curlpp.VC8.sln CHANGES curlpp.spec README.win32 win32/*

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = curlpp.pc

bin_SCRIPTS = curlpp-config

ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
SUBDIRS = src include examples doc
EXTRA_DIST = curlpp.VC8.vcproj curlpp.VC8.sln CHANGES curlpp.spec README.win32 win32/*

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = curlpp.pc

bin_SCRIPTS = curlpp-config

3 changes: 2 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Need to fix the OptionList::print function.
- Need to put WriteStream and ReadStream to be exception safe.
- Need to put WriteStream and ReadStream to be exception safe.
- Need to have better define tests when boost isn't available
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ AC_PROG_CPP
AC_PROG_CXX
AC_PROG_INSTALL

AX_CXX_COMPILE_STDCXX_11()


dnl AC_DISABLE_STATIC
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
Expand Down
Binary file added curlpp-0.7.4-beta.tar.gz
Binary file not shown.
Binary file added curlpp-0.7.4-beta.zip
Binary file not shown.
2 changes: 0 additions & 2 deletions examples/example18.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
#include <sstream>
#include <cstdlib>

#ifdef HAVE_BOOST
#include <boost/bind.hpp>
#endif
#include <curlpp/cURLpp.hpp>
#include <curlpp/Easy.hpp>
#include <curlpp/Options.hpp>
Expand Down
4 changes: 2 additions & 2 deletions include/curlpp/cURLpp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
#ifndef CURLPP_CURLPP_HPP
#define CURLPP_CURLPP_HPP

#define LIBCURLPP_VERSION "0.7.3"
#define LIBCURLPP_VERSION_NUM 0x000703
#define LIBCURLPP_VERSION "0.7.4"
#define LIBCURLPP_VERSION_NUM 0x000704


#include "internal/buildconfig.h"
Expand Down
Loading

0 comments on commit f590378

Please sign in to comment.