Commit Graph

179 Commits

Author SHA1 Message Date
Alex Fabijanic
8c336637f9 installed headers/libs are used over builddir files #298 2017-10-12 19:29:03 -05:00
Alex Fabijanic
210bc6d30c add X509 version, serialNumber and signatureAlgorithm 2017-09-29 18:20:10 -05:00
Alex Fabijanic
2cfe5a5097 add -std=c99 for g++ and clang 2017-09-27 14:37:58 -05:00
Günter Obiltschnig
8b52be675b remove obsolete VMS and VxWorks build system support 2017-09-09 11:15:29 +02:00
Günter Obiltschnig
04e7e04d4d Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Guenter Obiltschnig
c5c75e1989 fixed makedepend.clang and makedepend.gcc scripts 2017-03-11 18:50:57 +01:00
Guenter Obiltschnig
1435c9ad97 revert changes to Error.cpp; it's hopeless with strerror_r()... 2017-02-14 14:35:56 +01:00
Guenter Obiltschnig
e8a8b4b13f added Alpine Linux build config 2017-02-13 18:56:53 +01:00
Guenter Obiltschnig
ab2554a7ca pass POCO_BUILD_HOST, POCO_TARGET_OSNAME and POCO_TARGET_OSARCH as strings 2017-02-12 13:57:36 +01:00
Guenter Obiltschnig
8ef2e5a11f use -D_XOPEN_SOURCE=600 on Linux builds 2017-02-12 13:28:13 +01:00
Guenter Obiltschnig
186e89923a style fixes and SolarisStudio support backported from develop 2017-01-25 11:07:51 +01:00
Guenter Obiltschnig
bbecde0829 fixed GH #1536: Building with OS X 10.12 SDK and 10.7 deployment target without libc++ fails; updated Darwin build configurations 2017-01-10 16:57:22 +01:00
Guenter Obiltschnig
917a4da7e9 fixed GH #1546: Enable bitcode for iPhone build config 2017-01-10 15:08:03 +01:00
Guenter Obiltschnig
a4475b694e updated Apple configs 2016-12-29 11:20:58 +01:00
Guenter Obiltschnig
8572c2d8c9 Updated iPhone build configs. All iPhone configs are now the same and use c++11 and libstc++ and are compatible with default Xcode project settings. 2016-12-05 22:17:29 +01:00
Guenter Obiltschnig
f9aa76f76d added Yocto config; updated ARM-Linux config 2016-10-07 22:09:36 +02:00
Guenter Obiltschnig
f28591baeb fix SET_LD_LIBRARY_PATH to include POCO_BASE/LIBDIR if different from LIBPATH 2016-03-06 20:30:11 +01:00
Guenter Obiltschnig
169426850c add SET_LD_LIBRARY_PATH variable 2016-03-06 16:21:13 +01:00
Guenter Obiltschnig
9bb15aa9b8 export LINK in make build 2016-03-06 11:28:38 +01:00
Guenter Obiltschnig
d3f12000d4 don't be too eager setting POCO_PREFIX to /usr/local; add --no-prefix option to configure to NOT set POCO_PREFIX; output POCO_LIB_INSTALLDIR if POCO_VERBOSE 2016-03-06 11:10:25 +01:00
Guenter Obiltschnig
bcf2f40627 renamed VERBOSE -> POCO_VERBOSE 2016-03-01 17:43:25 +01:00
Guenter Obiltschnig
8a13c50e63 don't include config.make in every make; make verbosity optional 2016-03-01 08:23:11 +01:00
Günter Obiltschnig
3d1a094725 Merge pull request #1026 from zosrothko/Cygwin
Fixes for producing the poco-1.6.2 release on a Cygwin x86 platform
2016-02-28 15:29:08 +01:00
Guenter Obiltschnig
eb2861ddee add -DPOCO_TARGET_OSARCH and -DPOCO_TARGET_OSNAME to COMMONFLAGS 2016-02-02 15:03:12 +01:00
Guenter Obiltschnig
ff64eb69ba enable bitcode for iPhone build config 2016-01-11 16:45:51 +01:00
FrancisANDRE
d53bee6b70 Fix OSARCH_64BTIS
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 10:32:05 +01:00
FrancisANDRE
5e1e3281ea Add trace of important variables.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 10:19:40 +01:00
FrancisANDRE
46a261a0dd Override POCO_BUILD if it is undefined or empty.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-16 11:35:37 +01:00
FrancisANDRE
d08fb9b075 Check for empty POCO_BUILD. Echo $PROJECT_BASE & $POCO_BUILD.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-16 08:28:51 +01:00
FrancisANDRE
6748c42766 Use POCO_BUILD environment variable when needed.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-15 09:09:36 +01:00
Guenter Obiltschnig
72842fd98d integrated #1030 into 1.6.2 2015-11-13 10:52:27 +01:00
FrancisANDRE
43d01461bc flags for shared libraries should be on SHLIBFLAGS.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-12 16:52:07 +01:00
FrancisANDRE
a3b271757f Protect imported definition for Cygwin only.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-12 16:51:09 +01:00
FrancisANDRE
8ba74efd02 Remove POCO_NO_SHAREDMEMORY. Readd POCO_NO_WSTRING.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-12 16:14:33 +01:00
Guenter Obiltschnig
7dc992643c #1029 tvOS / WatchOS bitcode enabled 2015-11-12 08:17:12 +01:00
FrancisANDRE
82d62bfe86 Refactorying. Add detection of OSARCH_64BITS.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-12 07:52:20 +01:00
FrancisANDRE
cc32b600f8 use same naming convention as CMake install for Cygwin.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 16:11:53 +01:00
FrancisANDRE
7178da8751 restore previous version
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 14:21:45 +01:00
FrancisANDRE
603e43ee7d Revert "Revert "avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined.""
This reverts commit e1c0db371d.
2015-11-10 14:19:06 +01:00
FrancisANDRE
e1c0db371d Revert "avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined."
This reverts commit 7d7bbfe5b2.
2015-11-10 14:11:08 +01:00
FrancisANDRE
7d7bbfe5b2 avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 14:09:53 +01:00
Guenter Obiltschnig
f6b505bf48 added Linux-clang config for travis clang build 2015-10-06 20:22:35 +02:00
Guenter Obiltschnig
dc7f1e55c9 also export LINK 2015-10-05 16:18:10 +02:00
Guenter Obiltschnig
d334c7cf8b add brew OpenSSL search paths to Darwin configs 2015-10-05 09:34:13 +02:00
Guenter Obiltschnig
224983d1b1 added experimental watch build config 2015-09-29 20:44:26 +02:00
Guenter Obiltschnig
8257b5aa71 tvOS support 2015-09-29 14:31:44 +02:00
Aleksandar Fabijanic
71fb76bc40 replace POCO_PREFIX with POCO_LIB_INSTALLDIR 2015-01-13 07:41:18 -06:00
Aleksandar Fabijanic
e55af93fc2 replace POCO_PREFIX with POCO_LIB_INSTALLDIR 2015-01-13 07:40:52 -06:00
Aleksandar Fabijanic
82253b83cf replace POCO_PREFIX with POCO_LIB_INSTALLDIR 2015-01-13 07:40:02 -06:00
Aleksandar Fabijanic
e2374c9611 add POCO_LIB_INSTALLDIR 2015-01-13 07:38:43 -06:00
Steven Hahn
24d6b57c90 set install_name to POCO_PREFIX/lib 2015-01-12 11:48:45 -05:00
Asari Takashi
d1436c09fd Added WINDMC variable to build scripts 2014-12-25 09:53:44 +00:00
Roger Meier
6cef1c9816 build/config/Linux: add ${CROSS_COMPILE} as option
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
2014-11-10 22:34:59 +01:00
Timothy Gu
748260acc4 Update MinGW-CrossEnv recipe to match plain MinGW 2014-09-08 13:01:50 -07:00
Günter Obiltschnig
8e54e290d9 Merge pull request #526 from bakercp/of-apothecary
Fix executable path for recent Android NDK.
2014-08-24 06:20:40 +02:00
Christopher Baker
84538164ef Fix executable path for latest Android NDK. 2014-08-23 22:09:43 -05:00
Christopher Baker
f889dde508 Update MinGW config file. 2014-08-21 14:36:37 -05:00
Cliff Jao
d58de194d3 use c++11 for ios clang; additional fix for #234 2014-08-14 20:37:11 -07:00
Cristian Thiago Moecke
97414d843f Add Build for Linux compatibility mode on FreeBSD 2014-06-05 17:01:19 -03:00
Günter Obiltschnig
14fa1aa28f Merge pull request #304 from csomor/develop
using c++11 and fixing libc++ linking for clang
2014-05-19 21:37:26 +02:00
Alex Fabijanic
ba3a8b08c5 GH #341: Compiling poco-1.5.2 for Cygwin 2014-04-29 23:06:01 -05:00
Guenter Obiltschnig
e0cd4c6247 added runtests2.cmd script 2014-04-21 21:39:07 +02:00
Guenter Obiltschnig
98960a25a5 - fixed makedepend.* scripts to work in paths containing '.o*'
(contributed by Per-Erik Björkstad, Håkan Bengtsen)
2014-03-11 13:32:44 +01:00
Alex Fabijanic
8e88bdd921 SmartOS build 2014-02-01 22:03:34 +00:00
Günter Obiltschnig
70c467c56c run testsuite from testsuite project directory, not bin 2014-01-17 00:28:07 +01:00
Günter Obiltschnig
1b2d9c5172 fixed test script 2014-01-17 00:08:37 +01:00
Günter Obiltschnig
1950d5d365 fixed test script 2014-01-17 00:02:45 +01:00
Günter Obiltschnig
b7778b4fe0 fixed testsuite output 2014-01-16 22:34:46 +01:00
Günter Obiltschnig
0dc6a9ca3c added runtests.cmd 2014-01-16 22:06:40 +01:00
Guenter Obiltschnig
ca50f4a384 added runtests.sh 2014-01-16 17:32:40 +01:00
Stefan Csomor
be59dcf913 using c++11 and fixing libc++ linking for clang 2013-10-11 23:43:29 +02:00
Guenter Obiltschnig
a96f42f764 added ARM64 and iPhone 5 S 64-bit support 2013-09-16 20:57:25 +02:00
Guenter Obiltschnig
f7bc7272ad fix for sqlite 3.7.17 on DigiEL 2013-07-18 16:51:47 +02:00
Aleksandar Fabijanic
1f4afb9c6c improved SOO swap, fixed Darwin-clang build config 2013-03-31 16:28:53 -05:00
Aleksandar Fabijanic
4668c13af7 GH #59: Poco::Environment::osDisplayName()
GH #59: Poco::Environment::osDisplayName() not recognized Windows
8/Server 2012
2013-03-24 14:47:55 -05:00
Andrea Bigagli
a2229781fa Added configurations for building with clang/libc++ for iPhone, iPhoneSimulator and Darwin 2013-02-27 15:59:40 +01:00
aleks-f
363c66ebdf added BeagleBoard build configuration 2013-02-26 22:53:19 -06:00
Aleksandar Fabijanic
6d2881ef34 Merge pull request #3 from RangelReale/mobilefixes
Android and iOS fixes
2012-12-02 20:28:22 -08:00
Alex
dd2e677f8a separate function for unsigned to string conversion
Separated unsigned integer conversion to eliminate warnings (and
slightly improve performance). Added Darwin-clang warning suppression
for unused functions/variables
2012-12-01 14:10:06 -06:00
Rangel Reale
81b84ad71c * added OpenPandora (www.openpandora.org) configuration 2012-11-11 12:00:21 -02:00
Rangel Reale
141a2c152c * use xcode-select to find correct paths for iOS build
* add iOS definitions for CMake
* ServerApplication on Android must use events instead of signals to wait for server termination.
2012-11-11 11:59:36 -02:00
Guenter Obiltschnig
2a0dcd1785 changed Darwin build configs to use Clang as default 2012-11-10 17:41:52 +01:00
Guenter Obiltschnig
4d3e02df73 iOS fixes 2012-10-15 11:04:19 +00:00
Guenter Obiltschnig
228dacbce2 final fixes 2012-10-15 10:19:35 +00:00
Aleksandar Fabijanic
bf74a4be8b FreeBSD build and threading 2012-10-01 00:31:28 +00:00
Aleksandar Fabijanic
f36a12d0f1 remove ODBC check from global rules; fix indentation in Poco::Any 2012-09-21 05:11:25 +00:00
Aleksandar Fabijanic
90a8e859bf - SF #3552774: Don't hide default target in subordinate makefile
- SF #3534307: Building IPv6 for Linux by default
- SF #3516844: poco missing symbols with external >=lipcre-8.13 
- fix of rev. 1952 fix (porting rev.1913 from 1.4.4 (fixed SF# 3550553))
2012-08-20 00:57:17 +00:00
Aleksandar Fabijanic
08a788a41c NetworkInterface Solaris support 2012-08-17 02:50:34 +00:00
Aleksandar Fabijanic
bf4f148782 more linux build fixes/improvements 2012-07-10 03:58:41 +00:00
Aleksandar Fabijanic
95c3e8871e Linux 64-bit and static build fixes (only Ubuntu build tested) 2012-07-07 16:03:21 +00:00
Shan Jiang
1a133994a7 [trunk] Merge from branch 1.4.4 rev 1834 (MingW build issue) 2012-06-09 09:51:23 +00:00
Aleksandar Fabijanic
5a639074d9 change EOL to 'native' 2012-04-29 18:52:25 +00:00
Marian Krivos
a0daaba97e fix gmake on linux 2012-04-23 10:24:48 +00:00
Aleksandar Fabijanic
d75e68c027 new trunk (base for 1.5)
windows build only
2012-04-23 01:14:34 +00:00
Aleksandar Fabijanic
f9b60296f7 removing old trunk files 2012-04-23 00:43:14 +00:00
Aleksandar Fabijanic
4bdeaa7baf SF [2840802] fixes compiling static libraries on Solaris
SF [2841113] Crypto testsuite/sample fails to link on POSIX
2009-08-20 17:13:16 +00:00
Guenter Obiltschnig
db077087b1 SF patch# 2502235 2009-06-17 09:30:28 +00:00
Aleksandar Fabijanic
11dc7df7e0 [SF 2725424] TestThreadStack size fails on Solaris 2009-04-01 18:41:25 +00:00
Guenter Obiltschnig
706dee777d added build configuration for iPhone 2009-03-17 15:25:13 +00:00
Peter Schojer
75ecce9cc4 added support for RENESAS, compile fixes for RENESAS 2009-01-22 08:14:22 +00:00