~zosrothko/poco/+git/poco:expat_2_2_1

Last commit made on 2017-06-21
Get this branch:
git clone -b expat_2_2_1 https://git.launchpad.net/~zosrothko/poco/+git/poco

Branch merges

Branch information

Name:
expat_2_2_1
Repository:
lp:~zosrothko/poco/+git/poco

Recent commits

d18e400... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

fix for Windows

c562469... by Guenter Obiltschnig <email address hidden>

upgrade bundled expat to 2.2.1; apply POCO-specific changes

8237e9b... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

fix CipherImpl issue with OpenSSL 1.1

6da4af3... by Guenter Obiltschnig <email address hidden>

Merge branch 'poco-1.7.8' of https://github.com/pocoproject/poco into poco-1.7.8

a141f9f... by Guenter Obiltschnig <email address hidden>

fixed GH #1665: CipherImpl memory leak with OpenSSL 1.1

aae9c2e... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

Merge pull request #1636 from pothosware/use_cmake_dl_libs

replace dl library with CMAKE_DL_LIBS

7dc24a2... by Josh Blum <email address hidden>

replace dl library with CMAKE_DL_LIBS

Some platforms do not have -ldl, specifically in this case freebsd.
The CMAKE_DL_LIBS is part of standard cmake and is supported
in the cmake_minimum_required() in the top level CMakeLists.txt
CMAKE_DL_LIBS will be -ldl on platforms that support it, or empty.

c5c75e1... by Guenter Obiltschnig <email address hidden>

fixed makedepend.clang and makedepend.gcc scripts

db8b95d... by Guenter Obiltschnig <email address hidden>

merge f64e3d9db0a51aa5bd2301307a2d254330dcf050 from master

20e2313... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

Merge pull request #1622 from HenryHu/master

fix build when using poll