Commit Graph

4329 Commits

Author SHA1 Message Date
Günter Obiltschnig
801d70fbf5 Merge pull request #1641 from Kampbell/fix-buildwin.cmd-for-x64
Use proper x86_amd64 parameter value to vsvarsall.bat for building poco on x64 architecture
2017-03-17 21:01:24 +01:00
FrancisANDRE
3b56f3c73e Use proper x86_amd64 for build of x64 architecture 2017-03-17 16:48:58 +01:00
Günter Obiltschnig
f12dc91e97 Merge pull request #1620 from RobertAcksel/develop
change access from private to protected for shared ptr members
2017-03-17 10:27:51 +01:00
Günter Obiltschnig
7ed76a808d Merge pull request #1631 from Kampbell/fix-foundation-filetest-testLongName-failure
Fix corner square comparison (utf16Path.size() >= MAX_PATH - 12)
2017-03-12 14:22:39 +01:00
FrancisANDRE
eab801f407 Fix corner square comparison (utf16Path.size() >= MAX_PATH - 12) instead
of (utf16Path.size() > MAX_PATH - 12). Detected by
FileTest.testLongPath()
2017-03-12 14:00:21 +01:00
Günter Obiltschnig
4156556e2e Merge pull request #1630 from Kampbell/fix-failing-SystemConfigurationTest
Update SystemConfigurationTest assert to match SystemCOnfiguration.size()
2017-03-12 13:57:04 +01:00
FrancisANDRE
25dc17d8f6 Update SystemConfiguration size. 2017-03-12 13:49:31 +01:00
Günter Obiltschnig
7f69013059 Merge pull request #1629 from Kampbell/fix-unresolved-fakeZLibInitString
fix-unresolved-fakeZlibInitString
2017-03-12 09:33:56 +01:00
FrancisANDRE
c8c2e36fa8 Add Zip_API to Poco::Zip::ZipUtil class in order to export the static
method Poco::ZLib::ZlibUtil::fakeZlibINputString
2017-03-12 09:28:03 +01:00
Günter Obiltschnig
eb639d86e6 Merge pull request #1627 from Kampbell/fix-broken-buildwin.cmd
Fix broken buildwin.cmd
2017-03-12 06:55:11 +01:00
FrancisANDRE
b44b5c63fe Remove the echo line 2017-03-11 22:13:04 +01:00
FrancisANDRE
400842d50a Restore previous version of buildwin/cmd and add support of VS2017 2017-03-11 22:06:24 +01:00
Guenter Obiltschnig
1197c1a997 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2017-03-11 18:07:02 +01:00
Guenter Obiltschnig
be6ad99c4d fix makedepend scripts 2017-03-11 18:06:44 +01:00
Günter Obiltschnig
d3533080e5 Merge pull request #1625 from soyoo/patch-1
Update Type.h
2017-03-08 09:20:42 +01:00
soyoo
007a59cdbe Update Type.h
description input error.
2017-03-08 16:19:29 +08:00
Günter Obiltschnig
e03026e924 Merge pull request #1621 from soyoo/patch-2
Update Redis.h
2017-03-07 12:40:28 +01:00
soyoo
0064e93a05 Update Redis.h 2017-03-07 09:50:25 +08:00
Robert Acksel
8fd909a016 -change access from private to protected for shared ptr members. it allows to extend shared ptr to work together with derived classes. in other words it allows to extend shared ptr 2017-03-06 16:34:03 +01:00
Günter Obiltschnig
7e4c84e1e2 Merge pull request #1609 from rudolfwalter/develop
Improve XDG Base Directory Specification implementation
2017-02-23 09:20:43 +01:00
Rudolf-Walter Kiss-Szakács
ed819feb83 Fix XDG Base Dir Spec implementation and remove tempHome. 2017-02-23 08:23:41 +02:00
Günter Obiltschnig
25e32d38c5 Merge pull request #1607 from arvidsaur/arvidsaur-patch-1
Fix always true condition, possible out-of-bounds
2017-02-22 22:41:59 +01:00
Reg Arvidson
e0b64badfe Fix always true condition, possible out-of-bounds 2017-02-22 13:09:32 -08:00
Guenter Obiltschnig
d8c4889474 remove FSM references from Makefile 2017-02-22 21:42:23 +01:00
Guenter Obiltschnig
b2477e4c94 #1605: try to do a proper SSL_shutdown() 2017-02-22 21:42:02 +01:00
Guenter Obiltschnig
915b9ed890 fixed GH #1604: pcre_internal.h HAVE_STDINT_H usage changed from 1.7.7 to 1.7.8 breaking the build on older MSVC 2017-02-22 14:11:57 +01:00
Guenter Obiltschnig
4f2f7c61d7 modified build scripts for vs150 2017-02-20 16:55:18 +01:00
Guenter Obiltschnig
f453dd145c added Visual Studio 2017 project files 2017-02-20 16:46:44 +01:00
Günter Obiltschnig
bffb25752b Merge pull request #1602 from bakercp/patch-1
Fixed position of scope parameter.  Fixes #1552
2017-02-20 09:28:13 +01:00
Christopher Baker
2267feb475 Fixed position of scope parameter. Fixes #1552 2017-02-19 23:41:12 -06:00
Guenter Obiltschnig
356add42b4 fixed a namespace lookup bug 2017-02-18 22:30:17 +01:00
Guenter Obiltschnig
97d8c42a4e fixed file headers 2017-02-18 14:29:15 +01:00
Guenter Obiltschnig
fe8e4bfc27 fix incorrect auto_ptr usage in testsuite 2017-02-18 07:04:41 +01:00
Guenter Obiltschnig
86333d9103 one more fix for #1597: check for empty streams in Compress::addEntry() so this also works with non-seekable output streams 2017-02-17 20:18:57 +01:00
Guenter Obiltschnig
dc84b22c99 code cleanup 2017-02-17 16:23:32 +01:00
Guenter Obiltschnig
158db947cb fixed GH #1597: adding empty file to zip leads to archive that can't be unzipped by windows 2017-02-17 15:39:36 +01:00
Guenter Obiltschnig
17f8102090 added test for AutoDetectStream 2017-02-17 14:29:50 +01:00
Guenter Obiltschnig
6ecaa675cc style fixes 2017-02-17 13:43:48 +01:00
Guenter Obiltschnig
5b0df5fcd5 fixed test due to changed URI::encode() behavior 2017-02-17 13:42:50 +01:00
Guenter Obiltschnig
820a4ed13d fixed GH #1599: readFromDevice( ) in AutoDetectStream.cpp in Poco Zip cannot detect signature 2017-02-17 09:58:02 +01:00
Guenter Obiltschnig
c32e683b6c fixed GH #1260: URI encoding 2017-02-17 09:24:16 +01:00
Günter Obiltschnig
af39c8d819 Merge pull request #1594 from mkrivos/develop
update to sqlite 3.17.0
2017-02-15 09:51:12 +01:00
Marian Krivos
c845597d40 update to sqlite 3.17.0 2017-02-15 09:26:42 +01:00
Guenter Obiltschnig
ed22e4e586 merged strerror_r fix from poco-1.7.8 2017-02-14 15:03:48 +01:00
Guenter Obiltschnig
8392544e83 minor improvements to documentation and style
Conflicts:
	JSON/include/Poco/JSON/Stringifier.h
	JSON/src/PrintHandler.cpp
	JSON/src/Stringifier.cpp
2017-02-13 22:40:40 +01:00
Guenter Obiltschnig
83bc36c923 fix compatibility with DocumentDB 2017-02-13 20:45:53 +01:00
Guenter Obiltschnig
5c0db0bb89 fix sample 2017-02-13 16:41:37 +01:00
Guenter Obiltschnig
4e0b11f306 MongoDB: fixes for consistency and code style 2017-02-13 16:06:20 +01:00
Guenter Obiltschnig
ffbfcf3ee0 added authentication support 2017-02-12 23:23:11 +01:00
Günter Obiltschnig
aea1a041f0 Merge pull request #1587 from Kampbell/develop
Fix compile errors on Cygwin and VS2013 fo pcre
2017-02-12 16:46:03 +01:00