3894 Commits

Author SHA1 Message Date
teminian
dd9c4e607e Improved support for MinGW-w64
Added following #defines which is not defined in MinGW header:
    #define _RC_CHOP 0x00000300
    #define _RC_UP 0x00000200
    #define _RC_DOWN 0x00000100
    #define _RC_NEAR 0x00000000

Use isfinite(), instead of _finite(), for isInfiniteImpl().
Use isnan(), instead of _isnan(), for isNaNImpl().
Use copysign(), instead of _copysign(), for copySignImpl().
2016-02-17 17:00:34 +09: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
FrancisANDRE
26cfc251b5 Merge remote-tracking branch 'pocoproj@github/develop' into develop 2016-02-15 08:44:20 +01:00
Guenter Obiltschnig
94dbc1f34c fix comment; don't send TaskProgressNotification if progress does not change 2016-02-13 20:22:02 +01:00
Günter Obiltschnig
d148a8a1f4 Merge pull request #1148 from swt2c/samples_link_json
Some of the samples need to link with PocoJSON
2016-02-07 17:45:45 +01:00
Scott Talbert
a1113c1f00 Some of the samples need to link with PocoJSON 2016-02-07 11:00:00 -05:00
Günter Obiltschnig
b207367960 Merge pull request #1151 from mkrivos/develop
bump to sqlite 3.8.2
2016-02-07 12:09:04 +01:00
Marian Krivos
a75207b2e1 bump to sqlite 3.8.2 2016-02-07 11:33:08 +01:00
Marian Krivoš
241a936fa5 Merge pull request #26 from pocoproject/develop
Sync 7.2.2016
2016-02-07 11:28:32 +01:00
Günter Obiltschnig
111a27e1df Merge pull request #1150 from swt2c/ppc64le
Add support PPC64LE (little endian)
2016-02-07 10:27:20 +01:00
Günter Obiltschnig
f686e11696 Merge pull request #1149 from swt2c/sqlite_busy_snapshot
Guard SQLITE_BUSY_SNAPSHOT which is not available in older SQLite rel…
2016-02-07 10:26:50 +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
Scott Talbert
48111c3809 Guard SQLITE_BUSY_SNAPSHOT which is not available in older SQLite releases
When building POCO unbundled with older versions of SQLite (such as on RHEL7)
SQLITE_BUSY_SNAPSHOT is not defined, so #ifdef guard it.
2016-02-06 20:36:05 -05:00
Yukarin
d59885b4d3 Add iODBC support 2016-02-02 23:05:11 +03:00
Guenter Obiltschnig
e395f416fb pass -DPOCO_TARGET_OSNAME and -DPOCO_TARGET_OSARCH to compiler 2016-02-02 14:37:04 +01:00
Alexander Galanin
5608e84af4 Data::SQLite: added support for named bind parameters 2016-01-24 12:53:57 +03: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
FrancisANDRE
882e7922b9 Add *.opendb file generated by VS2015 Community Edition.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-21 04:30:25 +01:00
Guenter Obiltschnig
59b5b4e46e added Context::preferServerCiphers() 2016-01-19 16:02:15 +01:00
Guenter Obiltschnig
20c772d17b added support for ECDH, new Context ctor 2016-01-19 15:20:08 +01:00
Guenter Obiltschnig
b5572b3e59 add Path::PATH_URI for URI paths (same as PATH_UNIX) 2016-01-19 11:45:35 +01:00
Guenter Obiltschnig
556b4bd32f NetSSL: add support for disabling certain protocols 2016-01-19 11:37:47 +01:00
Miklos Vajna
6d1a4f20ba GH #1050 Data: fix gcc -Wshadow warnings 2016-01-18 22:52:27 +01:00
Aleksandar Fabijanic
3afbd82809 Merge pull request #1121 from kmribti/patch-1
Add mime RFC2047 decoder to MessageHeader
2016-01-17 10:01:05 -06:00
kmribti
cdb30f39f3 Add test case for MessageHeader decodeWord 2016-01-17 09:28:15 +01:00
kmribti
8c98e4303c Add test case for MessageHeader decodeWord 2016-01-17 09:27:28 +01:00
kmribti
f94d20492a Small fix on MessageHeader decodeWord. 2016-01-16 22:54:30 +01:00
kmribti
fc2fd470ff Removed a one more auto. 2016-01-16 11:26:50 +01:00
kmribti
25f2f9b66b Removed auto type as is not accepted -- 2016-01-16 10:46:06 +01:00
kmribti
37d5cf9d46 Update MessageHeader.h 2016-01-16 10:04:41 +01:00
kmribti
9e010930cf Add mime RFC2047 decoder to MessageHeader
Add RFC2047 word decode to MessageHeader class
2016-01-16 10:00:36 +01:00
Francis ANDRE
ac4ea768a9 Fix merge of .travis.yml 2016-01-14 19:49:00 +01:00
Francis ANDRE
df9ce9e83c Fix merge of .travis.yml 2016-01-14 19:42:20 +01:00
Francis ANDRE
dc48e7b6ec Fix merge of .travis.yml 2016-01-14 19:41:33 +01:00
Aleksandar Fabijanic
0b5c50941c Wrong error code if Sec-WebSocket-Accept header field missed or value wrong #1120 2016-01-14 08:23:56 -06:00
Aleksandar Fabijanic
2192416c1e Merge pull request #1119 from Kampbell/OSXonTravis
OSX on Travis
2016-01-14 08:17:54 -06:00
FrancisANDRE
3983cd2f11 Separate tests to ignore by ','
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-13 14:12:13 +01:00
FrancisANDRE
0ad44d68de Signed-off-by: FrancisANDRE <zosrothko@orange.fr> 2016-01-13 14:05:08 +01:00
Francis ANDRE
1d0f1f8d6e Make OSX tests complete on Travis 2016-01-13 12:59:28 +01:00
zosrothko
7c34c12c94 restore silent mode on make 2016-01-12 08:12:23 +01:00
FrancisANDRE
49cecabb9c Fix error in branch exclude regular expression
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-12 07:30:42 +01:00
Francis ANDRE
e52e172baf removed includes 2016-01-11 19:00:18 +01:00
Aleksandar Fabijanic
7206943c17 Merge pull request #1117 from vmiklos/cppunit-wshadow-fixes
GH #1050 CppUnit: fix gcc -Wshadow warnings
2016-01-11 10:21:07 -06:00
Guenter Obiltschnig
2540c5340f enable bitcode for iPhone 2016-01-11 16:46:24 +01:00
Miklos Vajna
c39c0aaf9d GH #1050 CppUnit: fix gcc -Wshadow warnings
Also in Foundation tests.
2016-01-11 09:11:46 +01:00
FrancisANDRE
ccf824a806 Merge remote-tracking branch 'pocoproject@github/develop' into PocoCppUnit 2016-01-10 11:57:27 +01:00
Aleksandar Fabijanic
f2d10a1351 Merge pull request #1115 from mikedld/issue-1097-process-isrunning
Allow for process termination when polling with isRunning
2016-01-09 00:09:42 -06: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
FrancisANDRE
20de45a15f Add aliasing and output_name.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-08 10:48:33 +01:00
FrancisANDRE
f1b88218f2 Fix naming of libs for CppUnit
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-08 09:05:47 +01:00