Günter Obiltschnig
5a1920c935
Merge pull request #1132 from TcT2k/FileDiskSpace
...
Add partition space information to File class
2016-03-05 15:01:28 +01:00
Guenter Obiltschnig
4e85aa4df2
fixed GH #1128 : Poco::NumberFormatter::format(float, precision) rounding changed
2016-02-28 13:33:21 +01:00
Guenter Obiltschnig
a1d8591dfd
fixed GH #1141 : Poco::StringTokenizer::TOK_TRIM changes behavior between 1.4 and 1.6
...
Conflicts:
Foundation/include/Poco/StringTokenizer.h
Foundation/src/StringTokenizer.cpp
2016-02-27 16:19:25 +01:00
Günter Obiltschnig
81e15f393f
Merge pull request #1127 from vmiklos/data-wshadow-fixes
...
GH #1050 Data: fix gcc -Wshadow warnings
2016-02-16 10:03:08 +01:00
Guenter Obiltschnig
94dbc1f34c
fix comment; don't send TaskProgressNotification if progress does not change
2016-02-13 20:22:02 +01:00
Scott Talbert
7c10b9f4da
Add support PPC64LE (little endian)
...
PPC64 has both big and little endian variants; add support for LE.
2016-02-06 20:39:15 -05:00
Tobias Taschner
9972496811
Add partition space information to File class
...
Add File::totalSpaceImpl(), File::usableSpaceImpl() and File::freeSpaceImpl() to retrieve total, available and usable space in the filesystem for the specified path.
2016-01-22 09:58:40 +01:00
Guenter Obiltschnig
b5572b3e59
add Path::PATH_URI for URI paths (same as PATH_UNIX)
2016-01-19 11:45:35 +01:00
Miklos Vajna
6d1a4f20ba
GH #1050 Data: fix gcc -Wshadow warnings
2016-01-18 22:52:27 +01:00
Mike Gelfand
0425866486
Allow for process termination when polling with isRunning
...
On *NIX, one needs to call `waitpid()` in order for process to exit the
zombie state. If one uses `Process::isRunning()` to emulate non-blocking
wait for child process termination, process will stay zombie and function
will always return true.
This commit changes `Process::isRunning()` to call `waitpid()` with
`WNOHANG` instead of using `kill()` when checking for child process (i.e.
the one we have ProcessHandle for), which allows for process termination.
Additional trickery with mutex and event is needed to prevent exceptions
when `Process::isRunning()` and/or `Process::wait()` is called concurrently
on the same handle from different threads.
Fixes #1097 .
2016-01-09 02:36:55 +03:00
Miklos Vajna
12d0699b5b
GH #1050 Net: fix gcc -Wshadow warnings
2015-12-29 20:20:48 +01:00
Aleksandar Fabijanic
cfdf3e4134
Merge pull request #1082 from RangelReale/mscver
...
* Add VS2015 platform
2015-12-11 11:20:12 -06:00
Rangel Reale
132dc458f2
* Add VS2015 platform
2015-12-11 15:18:50 -02:00
Miklos Vajna
ce8fa7740c
GH #1050 JSON: fix gcc -Wshadow warnings
2015-12-11 08:32:53 +01:00
Aleksandar Fabijanic
1483d0d112
Merge pull request #1073 from RangelReale/windowshleak
...
Don't leak <windows.h> (Poco/UnWindows.h) to library users
2015-12-10 21:11:05 -06:00
Guenter Obiltschnig
a80d2a5c9d
fixed insert call
2015-12-10 18:48:18 +01:00
Rangel Reale
b47f38fc33
* Don't leak <windows.h> (Poco/Unwindows.h) to library users
2015-12-10 13:16:02 -02:00
Guenter Obiltschnig
dfe52ac11c
fix ordering behavior of insert to match doc
2015-12-10 09:46:11 +01:00
fbraem
18b92b5b36
Use escape to correctly escape unicode characters
2015-12-07 17:33:10 +01:00
fbraem
7086d93324
Add escape/unescape functions
2015-12-07 17:31:49 +01:00
Miklos Vajna
b9cfd346a1
GH #1050 Foundation: fix gcc -Wshadow warnings
2015-11-30 15:49:07 +01:00
zosrothko
94bb16fdee
Include <pcre.h> for an unbundled build.
2015-11-17 18:45:44 +01:00
Kim Grasman
883cdb7b14
Fix #928 : Workaround to fix -Wswitch warning
2015-10-13 21:58:56 +02:00
Guenter Obiltschnig
92e2a19661
added EventChannel class (from macchina.io)
2015-09-30 11:03:03 +02:00
David Morán
8f1f678f76
Named substring support
2015-09-28 02:21:21 +02:00
aaron0x
0a64390399
Enhance FileChannel purge setting.
2015-09-26 23:31:30 +08:00
FrancisANDRE
a4479552b6
add SharedLibrary::getOSName() to improve portability of shared library
...
real filename over different OS like Linux/Unix/Cygwin & Windows.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-09-19 08:28:26 +02:00
Guenter Obiltschnig
526ba5d0b3
added comments regarding encoding/decoding to getPath*()
2015-09-14 10:25:02 +02:00
Guenter Obiltschnig
2603c7a0d4
added comment regarding query strings ( #767 )
2015-09-14 10:19:08 +02:00
Guenter Obiltschnig
15f034cbbd
fix GH #931 : make strToInt() more strict in what it accepts
2015-09-09 11:14:29 +02:00
Guenter Obiltschnig
3eca77450c
fix version no, style
2015-09-08 17:36:28 +02:00
Aleksandar Fabijanic
f6ab1fb925
Merge pull request #917 from zosrothko/develop
...
additionnal fixes for the Cygwin platform
2015-09-05 09:30:58 -05:00
Guenter Obiltschnig
249c064ec7
#921 : better comment, provide workaround for MSVC only
2015-09-01 21:46:18 +02:00
Guenter Obiltschnig
22c7933fe5
another attempt at fixing #921
2015-09-01 08:31:16 +02:00
Guenter Obiltschnig
245a628d90
removed explicit template instantiations from header files ( #921 )
2015-08-30 08:26:13 +02:00
Guenter Obiltschnig
e769b8df87
needs to be marked for import/export #921
2015-08-29 22:40:58 +02:00
FrancisANDRE
7f01fbc3db
add std::string SharedLibrary::prefix() for building library name that
...
complies with Cygwin standard.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-27 08:48:26 +02:00
FrancisANDRE
b0989b0828
replace duplicate define for HP_ACC by the COMPAQ one for DEC CXX
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-27 08:42:11 +02:00
Aleksandar Fabijanic
23f8842a14
Merge pull request #903 from zosrothko/develop
...
Various fixes for Cygwin X86_64 port and additional minor fixes
2015-08-20 16:56:46 -05:00
Guenter Obiltschnig
fafe691a04
fixes for style and consistency
2015-08-20 14:55:17 +02:00
Günter Obiltschnig
74ffb112bc
Merge pull request #907 from dedvalson/develop
...
PatternFormatter Priority Name Enhancement
2015-08-20 14:48:36 +02:00
FrancisANDRE
c8abda6e4e
change return type of getOsTid() const; from long to IntPtr
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-19 17:46:05 +02:00
Günter Obiltschnig
bc5d83cf5f
Merge pull request #909 from mkrivos/develop
...
Some more runtime exceptions types
2015-08-19 09:07:14 +02:00
Marian Krivos
1b1c4416dd
Added some more RuntimeExceptions - InterruptedException, IndexOutOfBoundsException, UnsupportedOperationException, EmptyStackException, StackOverflowException, ArithmeticException
2015-08-17 21:55:52 +02:00
FrancisANDRE
2f40cd5b59
With ptrhead, Thread::currentTid() returns a pointer to a struct which
...
leads to a compile error when assigning it to an long. Thus _ostid type
should be changed to IntPtr and the assignment should use a
reinterpret_cast.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-17 07:36:57 +02:00
Don Edvalson
5c20361005
Pattern Formatter Priority Name Enhancement
...
Added a property to allow the user to specify the actual names for the
priorities that will go into the log.
2015-08-14 09:16:05 -04:00
FrancisANDRE
4368a1fcfe
add POCO_EXPORT_INTERFACE to ClassLibrary.h
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-08 11:27:12 +02:00
Mazyad Alabduljaleel
5cff648eea
Added NotificationQueue::remove function
...
This includes appropriate tests, which pass on my Mac 10.4 machine
2015-08-06 14:13:11 +04:00
Guenter Obiltschnig
d2c64b4493
GH# 878: check for valid hex characters, support SHA-1 name-based UUIDs (v5)
2015-07-31 10:05:58 +02:00
Aleksandar Fabijanic
22bb363260
FIFOBuffer::read(T*, std::size_t) documentation inaccurate #869 , part II
2015-06-23 21:04:59 -05:00