Commit Graph

4373 Commits

Author SHA1 Message Date
Günter Obiltschnig
988c16aebc more fixes 2020-01-09 19:34:31 +01:00
Günter Obiltschnig
950085520a Merge branch 'poco-1.10.0-modernize' of github.com:pocoproject/poco into poco-1.10.0-modernize 2020-01-09 19:29:58 +01:00
Günter Obiltschnig
3c214ed17e more fixes 2020-01-09 19:29:44 +01:00
Günter Obiltschnig
c462b76b08 Merge branch 'poco-1.10.0-modernize' of github.com:pocoproject/poco into poco-1.10.0-modernize 2020-01-09 18:51:04 +01:00
Günter Obiltschnig
b7ad1f6c3a fixed mix of raw and smart pointers 2020-01-09 18:50:50 +01:00
Guenter Obiltschnig
f7fc4a239f fixed more issues discovered while testing on Linux 2020-01-09 17:43:31 +00:00
Günter Obiltschnig
aa46e9b6e4 fixed type overloads 2020-01-09 18:02:29 +01:00
Günter Obiltschnig
c111fc89f6 ODBC fixes 2020-01-09 12:30:27 +01:00
Günter Obiltschnig
03d1dd9822 fixes for macos/clang 2020-01-09 11:53:03 +01:00
Günter Obiltschnig
1bf40a0cd2 merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
Francis ANDRE
d36cc4aee8
Remove Gradle tests 2020-01-08 21:45:01 +01:00
Pascal Bach
435cae1084 Adjust PKCS12 tests to new subject format
The format separator changed from / to ,
2020-01-08 11:11:18 +01:00
Pascal Bach
69a7f53b02 Add support for utf-8 characters in subject
This changes the format produced by OpenSSL from being separated by / to ,
2020-01-08 10:54:01 +01:00
Günter Obiltschnig
7c177b6f89 fix test for updated IP addresses 2020-01-04 12:55:58 +01:00
Günter Obiltschnig
5284be25ae style fixes 2020-01-04 12:38:43 +01:00
Günter Obiltschnig
09919478ce fix test result reporting 2020-01-04 12:34:28 +01:00
Günter Obiltschnig
50e9d35c3c remove deprecated std::pointer_to_unary_function 2020-01-04 11:28:24 +01:00
Günter Obiltschnig
4ec5d35060 added support for SameSite cookie attribute 2020-01-04 10:15:41 +01:00
Günter Obiltschnig
b9cc21867b fix warnings 2020-01-04 09:58:23 +01:00
Francis ANDRE
24c7d4ab97 Remove gradle directory 2019-12-24 12:52:12 +01:00
Francis ANDRE
cbeb797186
Remove submodule gradle 2019-12-23 16:02:11 +01:00
Francis ANDRE
46992a97a7
Remove Gradle submodule 2019-12-22 22:11:15 +01:00
Francis ANDRE
d1aba82658 Cleanup
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
2019-12-22 22:09:55 +01:00
Francis ANDRE
375b20cc0f Cleanup
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.Fr>
2019-12-22 22:07:46 +01:00
Francis ANDRE
baa332ef89 Add PostgreSQL password for the 'postgres' user when runs on Jenkins 2019-12-22 19:03:37 +01:00
Francis ANDRE
2b06b60309
Remove reference to ./travis/ignored.sh 2019-12-19 14:06:24 +01:00
Francis ANDRE
d40a6fafd4
Ignore tests from $POCO_BASE/cppignore.lnx 2019-12-19 10:02:52 +01:00
Francis ANDRE
e11028e1b9 Merge branch 'poco-1.10.0' of https://github.com/pocoproject/poco into poco-1.10.0 2019-12-19 09:59:22 +01:00
Francis ANDRE
11cd8dc955 New cppignore file for Linux cppunit tests 2019-12-19 09:59:07 +01:00
Francis ANDRE
e25a412d9f
Replaced by cppignore.lnx 2019-12-19 09:57:35 +01:00
Francis ANDRE
d019a51040
Removing C++03 compliant compilers 2019-12-19 09:14:05 +01:00
Francis ANDRE
d317d4c2d9 Rename '64' as '-64' since it is an option 2019-12-19 04:06:42 +01:00
Francis ANDRE
3c7da821bd Add class CppUnit::TestCaller<class WinServiceTest>.testServiceReturnsTrueIfStopped 2019-12-19 04:05:43 +01:00
Francis ANDRE
8cbbd455af Add class CppUnit::TestCaller<class SystemConfigurationTest>.testProperties 2019-12-18 19:20:38 +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
b5ca9353be Replace \n by std:endl. Remove log of CPPUNIT_IGNORE tests set 2019-12-17 13:52:05 +01:00
Francis ANDRE
c2a9162223 Fix typo on set PATH 2019-12-17 13:51:08 +01:00
Francis ANDRE
4e87b69de4 Merge branch 'poco-1.10.0' of https://github.com/pocoproject/poco into poco-1.10.0 2019-12-17 10:10:01 +01:00
Francis ANDRE
e25a31de8f Compact tests execution log 2019-12-17 10:07:04 +01:00
Kacper Piwiński
29de485a46 unescape Backslash char in UTF8 unescape method 2019-12-16 22:43:40 +01:00
Günter Obiltschnig
9c197e0ed1 finally get rid of std::auto_ptr 2019-12-15 09:40:40 +01:00
Günter Obiltschnig
56fe4eaf97
Merge pull request #2842 from KevDi/feature/FileFailOnOverwrite
File fail on overwrite
2019-12-09 08:37:33 +01:00
Francis ANDRE
e59f37318e Add /MP option and remove /Gm as it is ignored and will be removed 2019-12-07 19:11:24 +01:00
Francis ANDRE
7645933f05 Add missing PocoDoc 2019-12-07 10:39:12 +01:00
KevDi
fa20e056dd Changed Options Check in remaining File Impl Classes 2019-11-30 13:38:03 +01:00
KevDi
f6f8ef8681 Merge branch 'feature/FileFailOnOverwrite' of github.com:KevDi/poco into feature/FileFailOnOverwrite 2019-11-30 13:21:34 +01:00
KevDi
7f3271f1d0 Changes 2019-11-30 13:21:23 +01:00
Jan Kevin Dick
0a9525044d Added Fix to put Options inside the File Impl Classes 2019-11-27 14:44:55 +01:00
Jan Kevin Dick
9daaec4ec0 Updated Comments and fixed bug within the Unix File Implementation 2019-11-26 14:10:32 +01:00