Commit Graph

78 Commits

Author SHA1 Message Date
Günter Obiltschnig
2380ada129 fixed GH #2737: Bundles vulnerable copy of Expat — please upgrade to Expat 2.2.7 2019-07-01 07:22:58 +02:00
Marian Krivoš
42ef846651 Fix Visual Studio warnings at level /W4 (#2312)
* SharePtr fix for gcc 7.2

* Fix for Poco issue #2285

* Add missing fail() to sqlite test

* Fix for testIllegalFilePath

* Update SQLiteTest.cpp

* fixexes for Visual Studio and /W4 switch

* Fixed warnings for Foundation module

* Fixed warnings for JSON module

* Fixed warnings for XML module

* Fixed warnings for NET module

* Fix unfixable warning in VarHolder.h

* Fix Typo:

* Fixes for Net

* Fixes for Crypto

* Fixes for NetSSL

* Fixes for Zip

* Fixes for PDF

* Fixes for SQLite

* Fixes for SQLite

* Fixes for SQL

* Fixes for MongoDB

* Fixes for Redis

* Fixes for CppParser

* Fixes for CppUnit

* Fixes for PageCompiler

* Fixes for PostgreSQL

* Fixes for MySQL

* Fixes for SevenZip

* Last Warnings

* Fixes for ODBC

* fix std::type_info include
2018-05-04 08:47:40 -06:00
Guenter Obiltschnig
9288e89bfe remove remaining $Id$ tags from file headers 2017-10-31 15:58:10 +01:00
Aleksandar Fabijanic
151304135e purge trailing whitespace (#1947) 2017-10-20 15:37:19 -05:00
Alex Fabijanic
2e9aecb160 eliminate VS implicit conversion warnings 2017-10-05 18:25:08 -05:00
Alex Fabijanic
71531d1a75 Move to standard integer types #1147 2017-10-05 17:03:11 -05:00
Günter Obiltschnig
d9a6954950 fixed double-used local variable name 2017-09-16 11:35:12 +02:00
Günter Obiltschnig
b50e355c70 Merge branch 'develop' into revert-1086-xml-wshadow-fixes 2017-09-16 11:00:04 +02:00
Günter Obiltschnig
06373b5d0c remove '$Id$' headers 2017-09-09 10:50:32 +02:00
Alex Fabijanic
c81de1d34b fix FTPS win build, license, header guards; fix few warnings 2017-08-31 12:20:49 -05:00
Günter Obiltschnig
66a7fc6652 fixed GH #1826: XPath query error 2017-08-11 19:28:59 +02:00
Günter Obiltschnig
f8b7681f78 fixed GH #1813: xmlparse.cpp doesn't compile in WinCE (poco 1.7.8p3) 2017-08-10 16:58:44 +02:00
Günter Obiltschnig
88684a182f revert naming changes 2017-08-10 13:06:13 +02:00
Günter Obiltschnig
be90443748 use random salt in NamePool hash table 2017-08-10 13:05:38 +02:00
Günter Obiltschnig
1bcf8f1011 upgrade bundled expat to 2.2.3 2017-08-10 13:04:59 +02:00
Günter Obiltschnig
84f9bed805 fix for Windows 2017-06-21 16:29:11 +02:00
Guenter Obiltschnig
85879fb02d upgrade bundled expat to 2.2.1; apply POCO-specific changes 2017-06-21 16:28:51 +02:00
Guenter Obiltschnig
547553278c use #ifdef POCO_LONG_IS_64_BIT instead of if (sizeof(... to avoid warnings 2016-10-10 14:15:32 +02:00
Adrian Weiler
e350781084 Fixed "integer constant is too large for 'long' type" issue; make constant unsigned instead of typecasting 2016-10-07 19:16:12 +02:00
Guenter Obiltschnig
a53464e784 add optional name pool size argument to DOMParser constructor 2016-10-07 10:53:46 +02:00
Guenter Obiltschnig
2817376436 increased default XML name pool size, added Document constructor taking name pool size as argument 2016-10-07 10:44:18 +02:00
Guenter Obiltschnig
9c684af478 handle unlikely situation that XML_ParserCreate() fails 2016-09-26 19:21:47 +02:00
Günter Obiltschnig
d0a495868d Revert "GH #1050 XML: fix gcc -Wshadow warnings" 2016-09-05 08:36:56 +02:00
Günter Obiltschnig
81b140e0a9 Revert "GH #1050 NetSSL_OpenSSL: fix gcc -Wshadow warnings" 2016-09-05 08:31:43 +02:00
Guenter Obiltschnig
ba52ed967e expat cross-platform fixes 2016-07-20 14:27:01 +02:00
Guenter Obiltschnig
0e19cea0fb fixed GH #1313: XML library compilation error 2016-07-19 15:28:55 +02:00
Günter Obiltschnig
d01110db59 fix for WinCE 2016-07-03 13:55:06 +02:00
Günter Obiltschnig
c88d44a5f7 fixes for Windows 2016-07-03 13:54:54 +02:00
Guenter Obiltschnig
b42bb014e1 updated bundled expat to 2.2.0 2016-07-03 13:54:40 +02:00
Guenter Obiltschnig
6b8834a5f1 upgraded bundled expat to 2.1.1 2016-03-19 08:11:47 +01:00
Miklos Vajna
617f2635ad GH #1050 NetSSL_OpenSSL: fix gcc -Wshadow warnings 2016-03-14 16:09:50 +01:00
Guenter Obiltschnig
2c6a74c4f5 GH #713: Improved support for producing Canonical XML in XMLWriter 2016-02-28 11:20:35 +01:00
Miklos Vajna
063011ba75 GH #1050 XML: fix gcc -Wshadow warnings 2015-12-14 10:31:10 +01:00
Guenter Obiltschnig
9feb6ea987 more style fixes 2015-09-06 09:56:29 +02:00
Guenter Obiltschnig
95818ff27f fixes for style, documentation and consistency, part I. More coming... 2015-08-27 10:18:32 +02:00
Marian Krivos
0aa38d1262 remove serializer part 2015-08-24 17:31:08 +02:00
Marian Krivos
eca1119c82 Add RoundTrip example for XML Streaming API + backport lates libstudxml changes from upstream 2015-08-23 14:38:57 +02:00
Marian Krivos
ce003c5522 Formattingt fixes 2015-08-22 22:09:19 +02:00
Marian Krivos
81e495150c Formattingt fixes 2015-08-22 22:02:41 +02:00
Marian Krivos
0887b56cad Formattingt fixes 2015-08-22 21:54:43 +02:00
Marian Krivos
5865c9f383 Formattingt fixes 2015-08-22 21:48:17 +02:00
Marian Krivos
5c0ab24c41 Added XMLStream API tests 2015-08-22 20:58:45 +02:00
Marian Krivos
9bc8d3c851 XMLStream API fixes 2015-08-22 17:36:39 +02:00
Marian Krivos
11211d345d Initial adding of XMLStream API based on libstudxml library 2015-08-22 16:32:51 +02:00
Simon Warta
2d3cd8203a Fix result enum type XML_Error -> XML_Status
Code did not compile on linux64
2014-06-06 13:56:28 +02:00
Alex Fabijanic
ba0d9830eb GH #463: XML does not compile with XML_UNICODE_WCHAR_T 2014-06-03 22:50:07 -05:00
Roger Meier
b0581433a7 LICENSE: add info about SPDX-License-Identifier usage and use it
fix: remove executable flag and change back to 100644 (was 100755)

Signed-off-by: Roger Meier <r.meier@siemens.com>
2014-05-14 08:38:09 +02:00
Roger Meier
628a06f718 LICENSE: add info about SPDX-License-Identifier usage and use it
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
2014-05-04 21:02:42 +02:00
Guenter Obiltschnig
47f6ba60ab XMLWriter: removed unnecessary apostrophe escaping (&apos) 2014-01-24 16:31:10 +01:00
Guenter Obiltschnig
173f205cb6 fixed GH# 128: DOMWriter incorrectly adds SYSTEM keyword to DTD if PUBLIC is already specified 2013-05-24 23:13:03 +02:00