Commit Graph

4913 Commits

Author SHA1 Message Date
Günter Obiltschnig
0ebfafb2b9 #3524: remove XML and Util dependencies in Zip/SevenZip 2022-03-27 19:46:20 +02:00
Günter Obiltschnig
852a53e702 #3466: DefinePlatformSpecific.cmake: handle RelWithDebInfo and MinSizeRel configurations 2022-03-27 19:37:14 +02:00
Günter Obiltschnig
49573106c7
Merge pull request #3544 from jolivain/fix_nios2_build
Add back NIOS2 double conversion detection to fix compile errors
2022-03-27 19:33:26 +02:00
Julien Olivain
13e2199827 Add back NIOS2 double conversion detection to fix compile errors
The commit
558324f672

removed the nios2 support, which was originally added in
e7b91e8125

This commit add it back.

Signed-off-by: Julien Olivain <ju.o@free.fr>
2022-03-25 20:08:22 +01:00
Günter Obiltschnig
a0403928b3 #3538: Upgrade bundled expat to 2.4.7 2022-03-09 08:32:03 +01:00
Günter Obiltschnig
5239c4f023 #3530: Upgrade bundled expat to 2.4.6 2022-02-20 18:53:57 +01:00
Günter Obiltschnig
2b3662c854 added VS2022 project files 2022-02-19 21:06:24 +01:00
Günter Obiltschnig
fbc0078bac Merge branch 'poco-1.11.2' of github.com:pocoproject/poco into poco-1.11.2 2022-02-19 18:42:41 +01:00
Günter Obiltschnig
8445f4e2de remove unused CppUnit headers 2022-02-19 18:42:27 +01:00
Günter Obiltschnig
3d95305a6c Merge branch 'poco-1.11.2' of github.com:pocoproject/poco into poco-1.11.2 2022-02-19 18:22:31 +01:00
Günter Obiltschnig
8108556db2 fix library name 2022-02-19 18:22:19 +01:00
Günter Obiltschnig
cabab4f957 ci: add windows 2022 2022-02-19 17:23:31 +01:00
Günter Obiltschnig
3c709ed64c ProGen: support generation of VS 2022 project files 2022-02-19 17:05:45 +01:00
Günter Obiltschnig
5787807b5a updated README.md 2022-02-19 17:02:19 +01:00
Günter Obiltschnig
6341ec6350 detect ARM64 on Windows 2022-02-19 15:23:03 +01:00
Günter Obiltschnig
6de72dfe9d CI: don't build PageCompiler in ARM cross build 2022-02-19 11:14:16 +01:00
Günter Obiltschnig
7099821df8 #3338: NamedMutex does not work on Linux distributions where fs.protected_regular=1 2022-02-19 11:12:48 +01:00
Günter Obiltschnig
df20425463 #3518: Expat version check in #defines incorrect 2022-02-19 10:40:46 +01:00
Günter Obiltschnig
010cf8b7d0 #3507: Reference counting for bound configuration in Util::Option is broken 2022-02-19 10:35:30 +01:00
Günter Obiltschnig
3b1484ca50 #3470: bug in JSON ParseHandler.cpp (RFC 7159 should be valid) 2022-02-19 09:52:24 +01:00
Günter Obiltschnig
02abb70601 #3527: Upgrade bundled expat to 2.4.5 2022-02-19 09:29:43 +01:00
Günter Obiltschnig
00d5e7171a #3505: JSON::PrintHandler.value(bool) prints incorrect value 2022-02-08 06:00:29 +01:00
Günter Obiltschnig
516eebad72 #3458: encryptString() crash on redhat/centos 8 with FIPS enabled using md5 default digest 2022-02-07 18:21:46 +01:00
Günter Obiltschnig
292b9a7d83 #3465: NetSSL_Win: bad error handling when decodeMessage() fails 2022-02-07 18:13:31 +01:00
Günter Obiltschnig
625b4116f2 #3448: fix version check 2022-02-07 18:07:57 +01:00
Günter Obiltschnig
b2d71905e3 #3515: NetSSL_OpenSSL Testsuite: testInterop() and testProxy() fail due to changed certificate 2022-02-07 17:58:31 +01:00
Günter Obiltschnig
dbfd27611b manually merge #3448, part 1 (NetSSL) 2022-02-07 17:56:05 +01:00
Günter Obiltschnig
11ffdc7807 manually merge #3448, part 1 (Crypto) 2022-02-07 17:00:45 +01:00
Günter Obiltschnig
82ef12b875 #3506: Upgrade bundled expat to 2.4.4 2022-02-07 15:26:31 +01:00
Günter Obiltschnig
fb4f3c0231 branch off poco-1.11.2 2022-02-07 14:49:51 +01:00
Günter Obiltschnig
2c8dde53de fix brew OpenSSL version 2021-11-05 19:36:10 +01:00
Günter Obiltschnig
93dc903f3c updated changelog 2021-11-05 19:33:03 +01:00
Günter Obiltschnig
6e38dd4db3 upgrade bundled SQLite to 3.36.0 2021-11-05 19:31:03 +01:00
Günter Obiltschnig
50e39b731a upgrade bundled PCRE to 8.45 2021-11-05 19:28:23 +01:00
Günter Obiltschnig
40223f664d add missing include search path 2021-11-05 19:13:39 +01:00
Günter Obiltschnig
41ec4ca8e7 use OpenSSL 1.1.1 on macOS 2021-11-05 19:13:15 +01:00
Günter Obiltschnig
666bac4454 #3330: Poco::Data::ODBC::ODBCStatementImpl causes crash 2021-11-05 16:54:12 +01:00
Günter Obiltschnig
b89baaa1c3 #2966: SocketReactor loads one core of CPU up to 100% 2021-11-05 15:18:04 +01:00
Günter Obiltschnig
58fd4fcd6a #3425: Fixed suspend/resumeEvents pair in DirectoryWatcher 2021-11-05 15:05:01 +01:00
Günter Obiltschnig
a032f771af #2823: error: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 2021-11-05 14:58:40 +01:00
Günter Obiltschnig
8bfeb52018 #3377: Correct Poco::Path::configHome() and dataHome() documentation for Windows 2021-11-05 14:26:59 +01:00
Günter Obiltschnig
f71cc32f0b #3363: Fixed compilation error with MongoDB::Connection and Util::Application 2021-11-05 14:19:01 +01:00
Günter Obiltschnig
931143df85 #3360: Add POCO_PGSQL_{INCLUDE,LIB} variables 2021-11-05 14:14:12 +01:00
Günter Obiltschnig
e2f7e72a9e #3344: [bug] MacOS bundle destination path is not set 2021-11-05 13:58:42 +01:00
Günter Obiltschnig
270c2643cf #3221: Crash reported on Windows in X509Certificate verification 2021-11-05 13:46:17 +01:00
Günter Obiltschnig
5902bb1277 #3400: fix std::localtime not thread safe 2021-11-05 13:37:02 +01:00
Günter Obiltschnig
fc0cc6af36 #3381: DNS::hostByAddress not thread-safe 2021-11-05 13:18:06 +01:00
Günter Obiltschnig
c908cbe6fe #3353: add POCO_NO_FORK_EXEC CMake option 2021-11-05 13:00:08 +01:00
Günter Obiltschnig
35c03912c5 #3335: XML error when build 1.11.0 2021-11-05 12:45:33 +01:00
Günter Obiltschnig
8582ac9493 branch off 1.11.1 2021-11-05 12:30:27 +01:00