4652 Commits

Author SHA1 Message Date
Günter Obiltschnig
d4382fae62 Revert "GH #1050 PageCompiler: fix gcc -Wshadow warnings" 2016-09-05 08:23:50 +02:00
Günter Obiltschnig
4a2d817015 Merge pull request #1385 from pocoproject/revert-1231-xml-tests-wshadow-fixes
Revert "GH #1050 XML-tests: fix gcc -Wshadow warnings"
2016-09-05 08:22:32 +02:00
Günter Obiltschnig
5c0272cce3 Revert "GH #1050 XML-tests: fix gcc -Wshadow warnings" 2016-09-05 08:21:54 +02:00
Guenter Obiltschnig
64781d15f1 style and documentation fixes 2016-09-04 14:30:26 +02:00
Guenter Obiltschnig
fd9ca0a9b6 style fixes 2016-09-01 11:51:16 +02:00
Günter Obiltschnig
3feaaa6987 Merge pull request #1381 from dhossein/issue-1375
Issue 1375 - Add API for defining SQLite types at runtime & improve behavior for unknown types
2016-09-01 11:48:29 +02:00
Dan Hosseinzadeh
60ecf597c4 Add API to allow SQLite types to be added at runtime
- new types can be added via Poco::Data::SQLite::Utility::addColumnType()

issue-1375
2016-09-01 00:46:53 -04:00
Dan Hosseinzadeh
cb25a7f4a9 Assume BLOB for unknown sqltypes rather than throwing an exception
- Affects only the SQLite implementation

issue-1375

Signed-off-by: Dan Hosseinzadeh <dan.zadeh@pathcore.ca>
2016-08-31 15:54:05 -04:00
Guenter Obiltschnig
07fc2e0e3e provide a default client context even if no Application instance is available 2016-08-31 11:02:30 +02:00
Günter Obiltschnig
e30effb60d Merge pull request #1371 from zosrothko/patch-5
Update Cygwin config
2016-08-30 17:27:29 +02:00
Günter Obiltschnig
10e60d649e Merge pull request #1374 from zosrothko/patch-4
Add typedef ulong needed by MySQL/my_global.h
2016-08-30 17:13:42 +02:00
zosrothko
d194e570dc Add typedef ulong needed by MySQL/my_global.h
Add typedef ulong needed by MySQL/my_global.h but invisible on Cygwin with defined constant XOPEN_SOURCE=500
2016-08-30 17:12:05 +02:00
Günter Obiltschnig
2a9dffc5d8 Merge pull request #1370 from zosrothko/patch-4
Add missing Redis component in omit lists
2016-08-30 14:58:56 +02:00
zosrothko
ec6b72a200 Update Cygwin config
Add Data/PostgreSQL to OMIT instead of setting it
Restore SYSFLAGS to _XOPEN_SOURCE=500
2016-08-30 05:30:33 +02:00
zosrothko
3ca4514f15 Add missing Redis component in omit lists 2016-08-30 05:26:24 +02:00
Günter Obiltschnig
8af7ee7590 fixed GH #1355: [JSON::Object] After copy-ctor, JSON::Object::_keys still points to keys in map of copied object 2016-08-27 10:55:41 +02:00
Guenter Obiltschnig
aee7583d16 updated sqlite to 3.14.1 2016-08-27 08:47:08 +02:00
Guenter Obiltschnig
7150a6da00 style fix 2016-08-27 08:34:46 +02:00
Günter Obiltschnig
63b3e23049 Merge pull request #1361 from CosminCremarenco-Murex/tilde-expansion
Shell expansion rules say that tilde must be replaced with $HOME before calling getpwuid
2016-08-27 08:27:38 +02:00
Guenter Obiltschnig
6b85acab07 added Poco::SingletonHolder::reset() 2016-08-27 08:23:27 +02:00
Günter Obiltschnig
d1727dd2ea re-generated project files to include /bigobj 2016-08-25 13:28:18 +02:00
Marian Krivoš
142e91b5e1 Merge pull request #32 from pocoproject/develop
Sync 24.8.2016
2016-08-24 13:14:14 +02:00
CREMARENCO Cosmin
9d81f54067 Shell expansion rules say that tilde must be replaced with HOME if it exists and only after that we can look at getpwuid 2016-08-24 12:16:47 +02:00
Francis ANDRE
0268de2aad Set useenv parameters to noenv 2016-08-23 08:42:53 +02:00
Francis ANDRE
de0f4e58b5 Added a new 'useenv' parameter ('env' | 'noenv'), defaulted to 'env'
To be used with msbuild for specifying to use the environement variables
or the %LOCALAPPDATA%\Microsoft\MSBuild\v4.0\Microsoft.Cpp.X.user.props
2016-08-23 08:42:16 +02:00
Günter Obiltschnig
bb456d342a Merge pull request #1349 from Kampbell/develop
Move the FSM feature from the develop branch to the feature-fsm branch
2016-08-14 12:31:16 +02:00
Francis ANDRE
b45c6b3a63 Move the FSM feature from the develop branch to the feature-fsm branch 2016-08-14 10:53:09 +02:00
Marian Krivoš
8b3908c9e2 Merge pull request #31 from pocoproject/develop
Sync 11.8.2016
2016-08-11 16:49:55 +02:00
Guenter Obiltschnig
64635f7c8b - prefer clock_getttime() over gettimeofday() if available
- use CLOCK_MONOTONIC for POSIX condition in Poco::Event and Poco::Semaphore if supported
2016-08-11 13:00:22 +02:00
Guenter Obiltschnig
a1b8f96111 fixed a potential buffer overrun in Path_WIN32U.cpp (noncritical, as the failing code should never be reached) 2016-08-03 17:25:36 +08:00
Guenter Obiltschnig
aed776b7ae added additional HTTP status codes 2016-08-02 22:57:26 +08:00
Guenter Obiltschnig
8e7018df90 #1319: remove call to poco_unexpected() 2016-08-02 13:11:04 +08:00
Günter Obiltschnig
cab7142a4e Merge pull request #1319 from ObjSal/develop
Fixes an issue in DirectoryWatcher where it stops listening for events
2016-08-02 13:07:14 +08:00
Günter Obiltschnig
920ab80ef8 Merge pull request #1336 from hopstertv/gh-1335-make-object-an-explicit-constru
Make the Object(bool) an explicit constructor
2016-08-02 13:03:19 +08:00
Guenter Obiltschnig
bfc2ee99a0 Proper fix for #1337 2016-08-02 13:00:20 +08:00
Greg Rynkowski
fc40e89969 Make the Object(bool) an explicit constructor
It prevents from memory leaks made by clients of `Poco::JSON::Object`.
The problem has been described better in the GH issue #1335.

Issue:
https://github.com/pocoproject/poco/issues/1335
2016-07-31 14:32:21 +01:00
Günter Obiltschnig
38acb93a39 Merge pull request #1321 from Kampbell/develop
Fixes for AppVeyor & Travis
2016-07-21 08:02:53 +02:00
FrancisANDRE
049101f063 Merge remote-tracking branch 'kampbell/develop' into develop 2016-07-21 07:30:14 +02:00
Guenter Obiltschnig
ba52ed967e expat cross-platform fixes 2016-07-20 14:27:01 +02:00
zosrothko
33208a6ee8 Run tests only if compile/link/install are ok. 2016-07-20 11:36:57 +02:00
zosrothko
9cf03cc684 YAML does not like embedded comment in PS script. 2016-07-20 11:28:20 +02:00
zosrothko
a4c786532f Using installed CMake 2016-07-20 11:25:47 +02:00
Salvador Guerrero
5be13279cb Fixes an issue in DirectoryWatcher where it stops listening for events after a batch deletion 2016-07-19 23:24:18 -06:00
Guenter Obiltschnig
0e19cea0fb fixed GH #1313: XML library compilation error 2016-07-19 15:28:55 +02:00
Günter Obiltschnig
856a046e61 Merge pull request #1317 from Kampbell/FSM
FSM
2016-07-19 12:15:31 +02:00
FrancisANDRE
b63de4ea44 MySQL download link for 5.7.11 is broken!!!! Use 5.7.13 instead. 2016-07-19 11:22:10 +02:00
FrancisANDRE
eb32210345 Fix FSM-libexec dependencies. Remove XOPEN define in Cygwin config that
makes compilation of Data/MySQL testsuite fail.
2016-07-19 09:12:02 +02:00
Guenter Obiltschnig
7c32d02f61 fixed GH #1316: Empty SocketReactor never sleeps 2016-07-18 18:55:49 +02:00
FrancisANDRE
3782f03466 Merge remote-tracking branch 'pocoproject/develop' into FSM 2016-07-18 14:37:12 +02:00
FrancisANDRE
38e4ebbdc0 Initial upload. 2016-07-18 14:34:53 +02:00