Günter Obiltschnig
7872c35324
remove POCO_WIN32_UTF8
2020-01-10 15:58:16 +01:00
Günter Obiltschnig
c7c6871c4a
Android requires POCO_INT64_IS_LONG
2020-01-10 14:31:17 +01:00
Günter Obiltschnig
59898cd3c2
remove old VS project files
2020-01-10 14:26:36 +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
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
Günter Obiltschnig
50e9d35c3c
remove deprecated std::pointer_to_unary_function
2020-01-04 11:28:24 +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
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
Jan Kevin Dick
3424ee7bc8
Merge branch 'feature/FileFailOnOverwrite' of https://github.com/KevDi/poco into feature/FileFailOnOverwrite
2019-11-26 13:04:49 +01:00
Jan Kevin Dick
d5a25f2053
Added the Options Enum advice.
2019-11-26 13:03:43 +01:00
Günter Obiltschnig
a7cbff393e
Merge pull request #2815 from brice-gros/brice.gros/1.10.0+allow-for-cmake-fetchcontent
...
Make Poco git repository fetchable using CMake's FetchContent
2019-11-25 21:24:16 +01:00
KevDi
936441df93
Fixed missing failOnOverwrite check
2019-11-18 18:43:34 +01:00
KevDi
6c662bfb4a
Fixed File on Unix to pass the Rename Tests
2019-11-18 18:24:36 +01:00
Jan Kevin Dick
8b4ef5f706
Fixed wrong method parameter
2019-11-18 13:59:34 +01:00
Jan Kevin Dick
1eab6cfd1f
Refactor
2019-11-18 13:34:02 +01:00
Jan Kevin Dick
062a662cd8
Added Tests
2019-11-18 13:33:49 +01:00
Jan Kevin Dick
4e734553b3
Added FailOnOverwrite to File Class
2019-11-18 13:06:43 +01:00
Brice Gros
990f7825b5
Fix path to DLLVersion.rc and enable to skip Foundation; Fix Foundation samples referencing useless libs
2019-10-18 15:35:02 +02:00
Brice Gros
22c3ae8d30
allow to select long tests to be run from cmdline
2019-10-18 15:09:38 +02:00
Francis ANDRE
f4b4187d0a
By default on Windows with VS, Poco should use the internaly compiled OpenSSL from the openssl directory
2019-09-02 15:38:28 +02:00
Günter Obiltschnig
b4fd25c620
fixed exception messages if writing to output stream fails
2019-08-23 20:55:19 +02:00
Günter Obiltschnig
aec24aa4f7
Merge pull request #2766 from dukeru/support_QNX_SDP7
...
Support qnx sdp7
2019-08-19 08:41:16 +02:00
Günter Obiltschnig
325cfcb3c2
added SharedLibrary::setSearchPath()
2019-08-17 10:04:48 +02:00
Joerg-Christian Boehme
2637aa6610
Remove POCO_NO_AUTOMATIC_LIBS
...
POCO_NO_AUTOMATIC_LIBSis relevant only for Windows and should not be set.
It is used to automatically link the byside symbol file of each DLL
produced. It could be set on a user basis to avoid this automatic link.
2019-08-13 09:43:17 +02:00
Dooeui
61a49ccb98
Fix build error for QNX SDP7.0
...
- Use statvfs instead of statfs
2019-08-10 21:27:42 +09:00
Alexander Galanin
5cd9f65704
epoll() is absent on AIX (fix whitespace indent)
2019-07-10 14:11:27 +03:00
Alexander Galanin
8af21cb8cb
epoll() is absent on AIX
2019-07-10 14:11:19 +03:00
Günter Obiltschnig
067ac73cc9
testsuite: assert() -> assertTrue()
2019-07-01 18:01:05 +02:00
Günter Obiltschnig
12897d3d63
fixed GH #2738 : Poco::AccessExpireStrategy::onGet() must not extend expiration time after expiration
2019-07-01 17:51:38 +02:00
Günter Obiltschnig
9a8ab0858f
include version resource in DLLs built with CMake
2019-06-24 15:39:06 +02:00
Günter Obiltschnig
5ba6ec6885
fixed GH #2700 : Invalid read of memory in Poco::Environment::set which may cause crashes.
2019-06-22 18:19:22 +02:00
Günter Obiltschnig
ee5a7269c3
fixed GH# #2712 : File_WIN32.cpp(168): error C2065: “_upath”:Undeclared identifier
2019-06-22 13:44:25 +02:00
Günter Obiltschnig
5a5028fe6d
Merge branch 'poco-1.10.0' of github.com:pocoproject/poco into poco-1.10.0
2019-06-12 15:41:09 +02:00
Günter Obiltschnig
dee86fbbfe
bumped version to 1.10.0
2019-06-12 15:40:52 +02:00
Transporter
edb8bed56d
Copy of pr #2694 for poco-1.10.0 including fix for #2718
2019-06-12 14:10:21 +02:00
Joerg-Christian Boehme
e1435a6620
Fix cross-compilation against Poco pre-built ( #2599 ) ( #2679 )
...
* Use ZLIB and PCRE imported target to improve portability
* Set EXPAT and SQLite3 library for XML and SQL if POCO_UNBUNDLED is true in cmake build
2019-04-22 23:47:11 +02:00
Joerg-Christian Boehme
02d5743a4b
Fix check of cmake version ( #2672 )
...
Verify cmake version in Foundation library build.
2019-04-08 13:11:30 +02:00
Günter Obiltschnig
da7de5e586
Merge branch 'poco-1.9.1' of github.com:pocoproject/poco into poco-1.9.1
2019-03-17 09:59:22 +01:00
Günter Obiltschnig
b961ea8148
added start() method that takes a Poco::SharedPtr to a Runnable
2019-02-23 13:46:54 -05:00
Francis ANDRE
63f819fc6d
Remove printing PATH
...
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
2019-02-10 17:25:25 +01:00