Aleksandar Fabijanic
bc808cf9d4
WebNotifier example
...
- added WebNotifier example
- fixed/tidied up SOO alignment code
2013-05-30 23:23:37 -05:00
Aleksandar Fabijanic
e5eaffb790
removed Var iterators, fixed SOO alignment
...
- removed unnecessary using directives in Data library
- removed iterator pointers from Var (reduce size, always return copy)
- added Alignment header (adapted from LLVM infrastructure)
- added alignment guards to SOO implementations
2013-05-29 23:36:45 -05:00
Aleksandar Fabijanic
51fdec593e
Merge pull request #206 from mkrivos/small_fixes
...
fix VarIterator for cmake build
2013-05-29 14:39:46 -07:00
Marian Krivos
b1ca8d1264
fix VarIterator for cmake build
2013-05-29 22:38:34 +02:00
Aleksandar Fabijanic
323e29b6e1
updated CHANGELOG
2013-05-27 21:44:04 -05:00
Aleksandar Fabijanic
f96c45bf72
comment unsigned 64 bit -1 JSON test (clang fail)
2013-05-27 21:33:30 -05:00
Aleksandar Fabijanic
6fa622f8b6
more clang fixes
2013-05-27 21:33:30 -05:00
Aleksandar Fabijanic
9b021f8af4
more clang fixes
2013-05-27 21:33:29 -05:00
Aleksandar Fabijanic
b9d25faef8
more clang fixes
2013-05-27 21:33:29 -05:00
Aleksandar Fabijanic
aa6e993734
clang compile
2013-05-27 21:33:28 -05:00
Aleksandar Fabijanic
38131d452d
Var/JSON changes
...
- JSON support for Dynamic Struct and Array
- added VarIterator
- modified behavior of empty Var
2013-05-27 21:33:27 -05:00
Guenter Obiltschnig
1f8fcaacc0
WebSocketImpl::sendBytes() now uses FRAME_BINARY if given flags are all zero.
2013-05-26 00:15:54 +02:00
Guenter Obiltschnig
93e2ed831e
updated changelog
2013-05-25 21:37:30 +02:00
Guenter Obiltschnig
4c8d810cec
upgraded bundled sqlite to 3.7.17
2013-05-25 21:36:38 +02:00
Guenter Obiltschnig
a0dfc58396
fix std::ios::internal usage in Poco::format()
2013-05-25 00:32:30 +02:00
Guenter Obiltschnig
91f2e3827b
updated CHANGELOG
2013-05-25 00:07:58 +02:00
Guenter Obiltschnig
476a7e4f31
fixed a potential endless loop in SecureStreamSocketImpl::sendBytes()
...
and also removed unnecessary code
2013-05-25 00:07:27 +02:00
Guenter Obiltschnig
0434ee2b6b
fixed GH# 65: Poco::format() misorders sign and padding specifiers
2013-05-24 23:54:15 +02: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
Guenter Obiltschnig
e6a24b3101
fixed GH# 188: Net: SocketAddress operator < unusable for std::map key
2013-05-24 22:06:36 +02:00
Guenter Obiltschnig
28320ddb1e
fixed GH# 188: Net: SocketAddress operator < unusable for std::map key
2013-05-24 22:06:15 +02:00
Guenter Obiltschnig
6ca49eb7f6
xmlparse fix for WinCE
2013-05-24 21:45:18 +02:00
Guenter Obiltschnig
d12c06c5d6
fixed GH# 172: IPv6 Host field is stripped of Brackets in HTTPClientSession [testsuite]
2013-05-24 21:39:47 +02:00
Guenter Obiltschnig
94ee8fa76e
fixed GH# 172: IPv6 Host field is stripped of Brackets in HTTPClientSession
2013-05-24 21:08:10 +02:00
Guenter Obiltschnig
ab85e7077f
fixed GH# 189: Poco::NumberParser::tryParse() documentation bug
2013-05-24 20:21:54 +02:00
Guenter Obiltschnig
6f48b4469e
fixed GH# 194: MessageNotification constructor is inefficient.
2013-05-24 20:05:25 +02:00
Guenter Obiltschnig
1f800c0a2b
fixed GH# 173: HTTPClientSession::proxyConnect forces DNS lookup of host names
2013-05-24 19:46:34 +02:00
Aleksandar Fabijanic
367dcb3b31
Merge pull request #203 from willnewton/develop
...
Foundation/include/Poco/Platform.h: Add support for AArch64.
2013-05-21 17:38:24 -07:00
Will Newton
37899eda95
Foundation/include/Poco/Platform.h: Add support for AArch64.
...
Add support for big and little endian AArch64 preprocessor defines.
2013-05-21 22:11:05 +01:00
Aleksandar Fabijanic
41a07c15bf
JSON fixes/refactoring
2013-05-20 23:36:58 -05:00
Aleksandar Fabijanic
9b6db2e75d
Merge pull request #200 from fbraem/develop
...
Integrate Poco::Web::JSON parser
2013-05-20 18:37:47 -07:00
fbraem
87d955ecde
Integrate Poco::Web::JSON parser
2013-05-20 20:37:13 +02:00
Guenter Obiltschnig
9ad116745b
added coding style guide
2013-05-18 17:48:26 +02:00
Aleksandar Fabijanic
2a051c7d17
Merge pull request #180 from syvex/TimestampTimespanOperators
...
Add operators to Timestamp for Timespan.
2013-05-06 14:19:12 -07:00
Mike Naquin
44ba01648d
Add operators to Timestamp for Timespan.
...
Timestamp operator + (const Timespan& span) const;
Timestamp operator - (const Timespan& span) const;
Timestamp& operator += (const Timespan& span);
Timestamp& operator -= (const Timespan& span);
2013-05-06 15:29:52 -05:00
Alex
e06fec0e24
MySQL test TypeHandler SharedPtrs
2013-04-28 21:17:20 -05:00
Alex
6c82001661
clang compile fix
2013-04-28 20:33:09 -05:00
Aleksandar Fabijanic
ebff906402
more Data housekeeping
...
replaced more pointers with SharedPtr
2013-04-28 20:09:36 -05:00
Aleksandar Fabijanic
a65d86a0b2
GH160: MultipartReader ignores first part, if preamble is missing
...
fixed GH #160 : MultipartReader ignores first part, if preamble is
missing
2013-04-28 13:24:21 -05:00
Aleksandar Fabijanic
9663074e9e
clang/mac fixes
2013-04-28 12:49:02 -05:00
Aleksandar Fabijanic
a50823c5a8
data housekeeping
...
- removed naked pointers from Data interfaces
- fixed GH #82 : name conflict in Data::Keywords::bind
- fixed GH #157 : MySQL: cannot bind to 'long' data type on
Windows/Visual C++
- fixed GH #158 : MySQL: MYSQL_BIND 'is_unsigned' member is not set
2013-04-28 12:34:07 -05:00
Alex
c6207985d8
GH #147 : NetworkInterface (linux): MAC address not always available
2013-04-23 21:46:57 -05:00
Aleksandar Fabijanic
03a1d4dc33
updated samples project files
2013-04-23 20:05:07 -05:00
Aleksandar Fabijanic
111c2cc52a
GH #146 : NetworkInterface (windows): IP_ADAPTER_IPV4_ENABLED
...
- GH #146 : NetworkInterface (windows): IP_ADAPTER_IPV4_ENABLED
- added Windows 8 _WIN32_WINNT macro
- removed __cplusplus version check for C++11 (not reliable)
2013-04-22 22:31:43 -05:00
Guenter Obiltschnig
8290a59998
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2013-04-22 07:18:47 +02:00
Guenter Obiltschnig
7264336171
fixed GH#155: MailOutputStream mangles consecutive newline sequences
2013-04-22 07:18:23 +02:00
Aleksandar Fabijanic
225401743f
case-insensitivity for SessionPool
2013-04-21 21:39:37 -05:00
Aleksandar Fabijanic
fe5c4098e5
more indentation fixes
2013-04-21 21:39:37 -05:00
Guenter Obiltschnig
6f863fee09
fixed GH#155: MailOutputStream mangles consecutive newline sequences
2013-04-21 21:48:10 +02:00
Aleksandar Fabijanic
43df537c49
added openssl doc quote
2013-04-21 13:42:33 -05:00