Günter Obiltschnig
1cfe6b0f02
#2908 : [Windows] Process arguments quoting is broken.
2020-02-14 09:03:03 +01:00
Günter Obiltschnig
dea91c8105
style fix
2020-02-13 22:08:44 +01:00
Günter Obiltschnig
23da8c21c9
fixed a bug in RefAnyCast causing a crash if the cast is invalid
2020-02-13 21:56:59 +01:00
Günter Obiltschnig
75a86ad868
remove POCO_STATIC
2020-02-12 22:10:01 +01:00
Günter Obiltschnig
29f745ff65
backport #2921
2020-02-12 20:15:02 +01:00
Günter Obiltschnig
4092984256
fix UTF16/UTF32Encoding wrong byte order handling on bigendian
2020-02-08 20:25:00 +01:00
Günter Obiltschnig
ed2f6b813e
GH #2909 : fix SHA2Engine for big-endian architectures
2020-02-08 16:09:37 +01:00
Günter Obiltschnig
e51449e159
AutoPtr and SharedPtr comparison with nullptr
2020-02-07 18:13:22 +01:00
Günter Obiltschnig
c4bdadffb3
#2787 : add queueSize property to the AsyncChannel
2020-02-04 10:53:01 +01:00
Günter Obiltschnig
6e321e6256
#2791 : allow pre-allocation of the buffer in LogStreamBuf
2020-02-04 09:45:26 +01:00
Günter Obiltschnig
fafa92d353
#2818 : Add getSpecifiedPort() method to URI
2020-02-04 09:06:49 +01:00
Günter Obiltschnig
8d227dc8d3
bump version to 1.10.1
2020-02-04 08:52:26 +01:00
Günter Obiltschnig
d7f3ba9f95
fixed CppUnit includes
2020-01-26 15:18:12 +01:00
Günter Obiltschnig
b6f176f384
fixed CppUnit includes
2020-01-26 13:54:32 +01:00
Günter Obiltschnig
7f071c9171
use correct printf format spec for UIntPtr
2020-01-26 10:32:06 +01:00
Günter Obiltschnig
958387b6ba
improved Lambda support
2020-01-26 08:41:22 +01:00
Günter Obiltschnig
701a34f2e7
add additional overloads for Poco::format
2020-01-24 13:42:46 +01:00
Günter Obiltschnig
3ccc2baaf8
updated project files
2020-01-24 10:51:17 +01:00
Günter Obiltschnig
66d96744b1
merged GH #2641 : Implement DataURIStream for extracting data from data URIs
2020-01-24 10:41:35 +01:00
Günter Obiltschnig
958ce15bb5
fixed GH #2624 : Poco::FileChannel/Poco:LogFileImpl::writeImpl() on Windows should translate \n to \r\n.
2020-01-23 11:26:26 +01:00
Günter Obiltschnig
f7f51b059a
fix Buffer move ctor/assignment
2020-01-23 08:14:55 +01:00
Günter Obiltschnig
1cdc77ebc1
fixed GH #2812 : String trimInPlace crashes with 0 size on Visual Studio Express 2017
2020-01-22 13:26:29 +01:00
Günter Obiltschnig
0865fcf039
mark some tests as long-running
2020-01-22 13:06:49 +01:00
Günter Obiltschnig
eddcd7664c
#2853 : make it actually compile
2020-01-22 12:50:47 +01:00
Günter Obiltschnig
15ac1aec08
fixed GH #2853 : Poco::Process::launch process environment unicode support is broken on Windows
2020-01-22 12:34:48 +01:00
Günter Obiltschnig
4d0eeb257e
fix raw pointer usage
2020-01-22 09:22:35 +01:00
Günter Obiltschnig
924cdf235c
GH #2689 : Added tryWait() into Process and ProcessHandle. Handle kill()-ed UNIX process exit codes.
2020-01-22 08:23:36 +01:00
Günter Obiltschnig
5f0e0a0374
Merge pull request #2867 from vfjpl/poco-1.10.0
...
unescape Backslash char in UTF8 unescape method
2020-01-22 08:09:14 +01:00
Günter Obiltschnig
53d4b266eb
remove UnWindows.h stuff
2020-01-22 08:01:17 +01:00
Günter Obiltschnig
7f7c2f5484
fixed GH #2772 : On iOS real device (not simulator) the home directory is not usable
2020-01-22 06:53:13 +01:00
Günter Obiltschnig
bd3c75293e
fixed GH #2824 : Poco::Environment missing UTF8/wstring support on Windows
2020-01-21 21:36:08 +01:00
Günter Obiltschnig
2327592bab
fixed GH #2217 : UUIDGenerator should allow random seed
2020-01-21 21:30:48 +01:00
Günter Obiltschnig
71585b7daa
#2152 : XDG support
2020-01-21 21:20:35 +01:00
Günter Obiltschnig
2018a698ba
fix assignment operator
2020-01-21 19:58:38 +01:00
Günter Obiltschnig
eeb64cc340
fix move ctor/assignment
2020-01-21 19:58:12 +01:00
Günter Obiltschnig
18adb1e43b
code cleanup; fix move ctors and assignment
2020-01-21 17:52:43 +01:00
Günter Obiltschnig
0658044260
fixed another issue with backslash handling in Var JSON parsing
2020-01-20 14:40:07 +01:00
Feng Hao
b8320ccb7b
fix Dynamic::Var parse string issue
2020-01-20 19:09:22 +08:00
Günter Obiltschnig
6058f5dd23
Merge pull request #2881 from Ludorg/poco-1.10.0
...
Add an option to force the use of PollingDirectoryWatcherStrategy
2020-01-17 08:34:10 +01:00
Ludovic LIEVRE
15e96159e2
Option to force PollingDirectoryWatcherStrategy
...
Add an option to force the use of PollingDirectoryWatcherStrategy
Should work on any platform
(Not Linux only)
See previous PR on this topic :
https://github.com/pocoproject/poco/pull/2881
On Linux, inotfy does not work for network volumes (such as NFS).
See https://stackoverflow.com/questions/4231243/inotify-with-nfs
By adding flag POCO_DW_FORCE_POLLING in Foundation/Config.h,
the use of PollingDirectoryWatcherStrategy is forced.
This is not the same behavior as flag POCO_NO_INOTIFY.
This only disables compilation of DirectoryWatcher.
2020-01-15 21:48:36 +00:00
Ludovic LIEVRE
b651764007
Option to force PollingDirectoryWatcherStrategy
...
Add an option to force the use of PollingDirectoryWatcherStrategy
Should work on any platform
(Not Linux only)
See previous PR on this topic :
https://github.com/pocoproject/poco/pull/2881
On Linux, inotfy does not work for network volumes (such as NFS).
See https://stackoverflow.com/questions/4231243/inotify-with-nfs
By adding flag POCO_DW_FORCE_POLLING in Foundation/Config.h,
the use of PollingDirectoryWatcherStrategy is forced.
This is not the same behavior as flag POCO_NO_INOTIFY.
This only disables compilation of DirectoryWatcher.
2020-01-15 21:38:51 +00:00
Joerg-Christian Boehme
10b99ad95a
Set PATH for ProcessTests
2020-01-15 17:03:08 +01:00
Joerg-Christian Boehme
611a455165
Set absolute LD_LIBRARY_PATH in Foundation test
2020-01-15 12:21:23 +01:00
Günter Obiltschnig
a31877372e
additional move support for Nullable and Optional
2020-01-15 09:35:59 +01:00
Joerg-Christian Boehme
885c5cbc55
Ignore tests in cmake from cppignore and set POCO_BASE environment.
2020-01-14 21:45:56 +01:00
Günter Obiltschnig
ca85c2e084
fix CppUnit includes
2020-01-12 20:58:07 +01:00
Günter Obiltschnig
185493a82d
fix CMake build of OpenSSL
2020-01-12 11:18:49 +01:00
Günter Obiltschnig
599fa8f24b
updated project files
2020-01-12 09:23:55 +01:00
Günter Obiltschnig
4db35d016c
remove progen support for Foundation lib and testsuite
2020-01-12 09:04:07 +01:00
Günter Obiltschnig
f63a7bbad5
added SHA2Engine
2020-01-12 08:58:36 +01:00