Commit Graph

157 Commits

Author SHA1 Message Date
Alex Fabijanic
555ccd9bd1 feat(build): add gen directory (for generated sources) and macchina lib link dirs (if needed) 2021-06-18 13:13:44 +02: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
Francis ANDRE
d40a6fafd4
Ignore tests from $POCO_BASE/cppignore.lnx 2019-12-19 10:02:52 +01:00
Francis ANDRE
d317d4c2d9 Rename '64' as '-64' since it is an option 2019-12-19 04:06:42 +01:00
Francis ANDRE
4dd4247d07 Renaming cppignore.txt to cppignore.win 2019-12-18 16:34:26 +01:00
Francis ANDRE
6a81580533 Add -ignore <file> option to get rid of DOS script issues.
Rollback to previous rendering.
2019-12-18 16:27:19 +01:00
Francis ANDRE
c2a9162223 Fix typo on set PATH 2019-12-17 13:51:08 +01:00
Günter Obiltschnig
d92219e8c3 fixed build configuration for Xcode 11 on Catalina 2019-11-26 11:24:26 +01:00
Francis ANDRE
0babac48cc Updated version
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
2019-07-08 10:45:33 +02:00
Francis ANDRE
993f9b7bce Add the cwd to PATH for running the unittest Foundation ProcessTest 2018-10-11 19:48:27 +02:00
Francis ANDRE
95c3e7e245 Move vswhere.exe to build\exe 2018-06-20 20:19:50 +02:00
Francis ANDRE
3795884521 See https://github.com/Microsoft/vswhere 2018-06-16 19:29:21 +02:00
Francis ANDRE
0dc5cdb67c Backport from the develop branch 2018-05-26 08:25:45 +02:00
Francis ANDRE
3617f07a4a Use full path for findstr 2018-05-26 08:18:50 +02: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
Günter Obiltschnig
1178bb4760 LD_LIBRARY_PATH must use host lib path 2018-03-18 09:23:59 +01:00
Günter Obiltschnig
cf73cfad58 build system: added target_extlibs variable 2018-02-21 12:34:49 +01:00
Guenter Obiltschnig
24ecd1736e fix more embedded Linux build configs 2017-11-11 17:42:15 +01:00
Guenter Obiltschnig
c672c14e5a remove duplicate files and remaining Id headers 2017-11-10 09:26:24 +01:00
Guenter Obiltschnig
a6bdc7b53b cleaned up build configs 2017-11-09 19:28:31 +01:00
Guenter Obiltschnig
4bb54690d0 removed openssl_ver script 2017-11-09 16:25:43 +01:00
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