Alessandro Di Nepi
3eb18502e7
Fix platform when building for iPhoneSimulator ( #4137 )
...
When building for iPhoneSimulator the parameter to specify the minimum
OS version should be matched.
2023-09-11 13:55:51 +02:00
Stefan Csomor
b391d86502
switching to 64 bit arch for simulator as well ( #3009 )
2023-06-10 18:13:01 -05:00
Byungjun Lee
5430b4c5b6
Fix Aix Build ( #3860 )
...
* Fix : Aix System NumberFormatter Build Error
* Fix : Aix System OpenSSL 3.0 Build Support
- https://github.com/openssl/openssl/blob/openssl-3.0.0/NOTES-UNIX.md?plain=1#L110
* Add : Aix System Gcc Build Support
* Revert "Add : Aix System Gcc Build Support"
This reverts commit b9a4b90e39
.
* Add : Aix System Gcc Build Support
2023-01-24 00:55:17 -06:00
Günter Obiltschnig
69d15c5ddd
fix include/lib paths for Apple Silicon
2022-11-17 11:47:18 +01:00
Alex Fabijanic
437fa66892
core(CI): add c++20
2022-08-06 23:22:01 +02:00
John Vandenberg
0e6e16645c
Remove trailing whitespace ( #3668 )
2022-07-07 04:18:20 -05:00
Aleksandar Fabijanic
168f1eb6e2
As of C++11, std::swap is noexcept. #2386 ( #3645 )
...
* As of C++11, std::swap is noexcept. #2386
* fix(Any): remove throw on swap
* fix(Any): As of C++11, std::swap is noexcept. #2386
* fix(Any): make size const #2386
* fix(SimpleRowFormatter): clang won't compile noexcept #2386
* a couple of arm fixes
* fix(Any): As of C++11, std::swap is noexcept. #2386
* fix(AnyTest): local() for POCO_NO_SOO# 2386
* test(RSACipher): RSA encryption without private key #2367
* chore(RSACipherTest): delete ciphers #2367
2022-06-28 12:14:36 -05:00
Günter Obiltschnig
3772163fc5
fix ARM-Linux build config
2021-06-17 14:22:55 +02:00
Günter Obiltschnig
dd0ce693ff
add Linux cross build, build Data libs on macos
2021-06-17 12:09:49 +02:00
Günter Obiltschnig
ff6144f064
support sanitizers in build configs
2021-06-16 08:33:13 +02:00
Günter Obiltschnig
0d621635b0
update build configs - add support for Apple Silicon
2021-06-14 18:33:56 +02:00
Günter Obiltschnig
4a45cfe05b
FreeBSD build config now uses clang
2020-02-16 19:52:01 +01:00
Günter Obiltschnig
35ce47c66e
fix clang config
2020-01-24 13:07:05 +01:00
Günter Obiltschnig
d92219e8c3
fixed build configuration for Xcode 11 on Catalina
2019-11-26 11:24:26 +01:00
Alex Fabijanic
1a6c93af41
add Cygwin build config
2018-05-07 21:33:44 -05:00
Alex Fabijanic
5122cf88e9
remove CYGWIN
2018-05-07 21:21:41 -05:00
Francis ANDRE
0ada331543
Fix SYSFLAGS for CYGWIN build
2018-04-03 08:28:30 +02:00
Guenter Obiltschnig
24ecd1736e
fix more embedded Linux build configs
2017-11-11 17:42:15 +01:00
Guenter Obiltschnig
a6bdc7b53b
cleaned up build configs
2017-11-09 19:28:31 +01:00
Alex Fabijanic
2cfe5a5097
add -std=c99 for g++ and clang
2017-09-27 14:37:58 -05:00
Günter Obiltschnig
04e7e04d4d
Remove \$Id`$ headers
2017-09-09 11:14:06 +02: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
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
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
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
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
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
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